aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 6-8/+11
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 3-34/+57
2016-10-12Disable the __builtin_return_address() warning globally after allGravatar Linus Torvalds 1-4/+0
2016-10-11hung_task: allow hung_task_panic when hung_task_warnings is 0Gravatar John Siddle 1-14/+14
2016-10-11kthread: better support freezable kthread workersGravatar Petr Mladek 1-6/+15
2016-10-11kthread: allow to modify delayed kthread workGravatar Petr Mladek 1-0/+53
2016-10-11kthread: allow to cancel kthread workGravatar Petr Mladek 1-2/+130
2016-10-11kthread: initial support for delayed kthread workGravatar Petr Mladek 1-0/+102
2016-10-11kthread: detect when a kthread work is used by more workersGravatar Petr Mladek 1-8/+20
2016-10-11kthread: add kthread_destroy_worker()Gravatar Petr Mladek 1-0/+23
2016-10-11kthread: add kthread_create_worker*()Gravatar Petr Mladek 1-10/+103
2016-10-11kthread: allow to call __kthread_create_on_node() with va_list argsGravatar Petr Mladek 1-30/+42
2016-10-11kthread/smpboot: do not park in kthread_create_on_cpu()Gravatar Petr Mladek 2-2/+11
2016-10-11kthread: kthread worker API cleanupGravatar Petr Mladek 1-16/+17
2016-10-11kthread: rename probe_kthread_data() to kthread_probe_data()Gravatar Petr Mladek 2-3/+3
2016-10-11config: android: enable CONFIG_SECCOMPGravatar Rob Herring 1-0/+1
2016-10-11config: android: set SELinux as default security modeGravatar Rob Herring 1-0/+1
2016-10-11config: android: move device mapper options to recommendedGravatar Rob Herring 2-4/+4
2016-10-11config/android: Remove CONFIG_IPV6_PRIVACYGravatar Borislav Petkov 1-1/+0
2016-10-11relay: Use irq_work instead of plain timer for deferred wakeupGravatar Peter Zijlstra 1-10/+14
2016-10-11x86/panic: replace smp_send_stop() with kdump friendly version in panic pathGravatar Hidehiro Kawai 1-7/+40
2016-10-11ptrace: clear TIF_SYSCALL_TRACE on ptrace detachGravatar Ales Novak 1-1/+2
2016-10-11kprobes: include <asm/sections.h> instead of <asm-generic/sections.h>Gravatar Christoph Hellwig 1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 6-30/+99
2016-10-10latent_entropy: Mark functions with __latent_entropyGravatar Emese Revfy 6-8/+10
2016-10-10gcc-plugins: Add latent_entropy pluginGravatar Emese Revfy 1-0/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-12/+2
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+5
2016-10-10Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2016-10-10Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+5
2016-10-10Merge branch 'printk-cleanups'Gravatar Linus Torvalds 1-63/+61
2016-10-09printk: make reading the kernel log flush pending linesGravatar Linus Torvalds 1-0/+11
2016-10-09printk: re-organize log_output() to be more legibleGravatar Linus Torvalds 1-35/+27
2016-10-09printk: split out core logging code into helper functionGravatar Linus Torvalds 1-39/+39
2016-10-09printk: reinstate KERN_CONT for printing continuation linesGravatar Linus Torvalds 1-17/+12
2016-10-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 7-66/+58
2016-10-07console: don't prefer first registered if DT specifies stdout-pathGravatar Paul Burton 1-1/+12
2016-10-07cred: simpler, 1D supplementary groupsGravatar Alexey Dobriyan 2-48/+23
2016-10-07nmi_backtrace: generate one-line reports for idle cpusGravatar Chris Metcalf 1-2/+11
2016-10-07thp: reduce usage of huge zero page's atomic counterGravatar Aaron Lu 1-0/+1
2016-10-07mm, oom: enforce exit_oom_victim on current taskGravatar Tetsuo Handa 1-1/+1
2016-10-07oom, suspend: fix oom_killer_disable vs. pm suspend properlyGravatar Michal Hocko 1-14/+3
2016-10-07mm, oom: get rid of signal_struct::oom_victimsGravatar Michal Hocko 1-0/+1
2016-10-07kernel, oom: fix potential pgd_lock deadlock from __mmdropGravatar Michal Hocko 1-1/+5
2016-10-07oom: keep mm of the killed task availableGravatar Michal Hocko 1-0/+2
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-58/+20
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-14/+26
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-4/+2
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-10/+22