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