summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel/...: convert pr_warning to pr_warnJoe Perches2016-03-1513-60/+52
* memremap: add MEMREMAP_WC flagBrian Starkey2016-03-151-2/+11
* memremap: don't modify flagsBrian Starkey2016-03-151-7/+7
* kernel/signal.c: add compile-time check for __ARCH_SI_PREAMBLE_SIZEHelge Deller2016-03-151-0/+4
* Merge branch 'akpm-current/current'Stephen Rothwell2016-03-1534-207/+901
|\
| * kernel-add-kcov-code-coverage-makefile-tweaksAndrew Morton2016-03-111-1/+1
| * kcov: clean up codeDmitry Vyukov2016-03-111-13/+25
| * kernel-add-kcov-code-coverage-fixAndrew Morton2016-03-111-8/+0
| * kernel: add kcov code coverageDmitry Vyukov2016-03-117-0/+297
| * profile: hide unused functions when !CONFIG_PROC_FSArnd Bergmann2016-03-111-2/+2
| * panic: change nmi_panic from macro to functionHidehiro Kawai2016-03-111-0/+20
| * kexec: do a cleanup for function kexec_loadMinfei Huang2016-03-111-56/+69
| * kexec: make a pair of map/unmap reserved pages in error pathMinfei Huang2016-03-111-3/+6
| * kexec-introduce-a-protection-mechanism-for-the-crashkernel-reserved-memory-v4Xunlei Pang2016-03-111-1/+1
| * kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang2016-03-113-2/+21
| * fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-03-111-1/+1
| * kallsyms: add support for relative offsets in kallsyms address tableArd Biesheuvel2016-03-111-2/+6
| * kallsyms: add support for relative offsets in kallsyms address tableArd Biesheuvel2016-03-111-9/+29
| * auditsc: for seccomp events, log syscall compat state using in_compat_syscallAndy Lutomirski2016-03-111-2/+2
| * ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitnessAndy Lutomirski2016-03-111-1/+1
| * seccomp: check in_compat_syscall, not is_compat_task, in strict modeAndy Lutomirski2016-03-111-2/+2
| * lib/bug.c: use common WARN helperJosh Poimboeuf2016-03-111-15/+26
| * param: convert some "on"/"off" users to strtoboolKees Cook2016-03-112-16/+4
| * printk: check CON_ENABLED in have_callable_console()Sergey Senozhatsky2016-03-111-1/+2
| * printk: set may_schedule for some of console_trylock() callersSergey Senozhatsky2016-03-111-9/+14
| * printk: move can_use_console() out of console_trylock_for_printk()Sergey Senozhatsky2016-03-111-55/+42
| * printk/nmi: increase the size of NMI buffer and make it configurablePetr Mladek2016-03-111-1/+2
| * printk/nmi: warn when some message has been lost in NMI contextPetr Mladek2016-03-113-1/+25
| * printk/nmi: use IRQ work only when readyPetr Mladek2016-03-111-1/+12
| * printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-03-114-18/+253
| * kernel/hung_task.c: use timeout diff when timeout is updatedTetsuo Handa2016-03-111-8/+13
| * timer: convert timer_slack_ns from unsigned long to u64John Stultz2016-03-113-7/+10
| * arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-112-1/+2
| * mm: scale kswapd watermarks in proportion to memoryJohannes Weiner2016-03-111-0/+10
| * mm: memcontrol: report kernel stack usage in cgroup2 memory.statVladimir Davydov2016-03-111-1/+9
| * oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address spaceMichal Hocko2016-03-111-1/+1
| * sched: add schedule_timeout_idle()Andrew Morton2016-03-111-0/+11
| * mm/page_poisoning.c: allow for zero poisoningLaura Abbott2016-03-111-0/+17
| * mm: fix two typos in comments for to_vmem_altmap()Andreas Ziegler2016-03-111-2/+2
| * tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra2016-03-113-8/+4
* | Merge remote-tracking branch 'nvdimm/libnvdimm-for-next'Stephen Rothwell2016-03-151-8/+52
|\ \
| * | resource: Export insert_resource and remove_resourceToshi Kani2016-03-091-0/+2
| * | resource: Add remove_resource interfaceToshi Kani2016-03-091-5/+46
| * | resource: Change __request_region to inherit from immediate parentToshi Kani2016-03-091-3/+4
* | | Merge remote-tracking branch 'livepatching/for-next'Stephen Rothwell2016-03-151-2/+2
|\ \ \
| * | | livepatch: Fix the error message about unresolvable ambiguityPetr Mladek2016-03-091-2/+2
* | | | Merge remote-tracking branch 'aio/master'Stephen Rothwell2016-03-153-3/+32
|\ \ \ \
| * | | | aio: add queue_work() based threaded aio supportBenjamin LaHaise2016-01-111-0/+9
| * | | | signals: add and use aio_get_task() to direct signals sent via io_send_sig()Benjamin LaHaise2016-01-111-1/+7
| * | | | signals: distinguish signals sent due to i/o via io_send_sig()Benjamin LaHaise2016-01-112-3/+17