| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | kthread: add kthread_create_worker*() | Petr Mladek | 2016-10-11 | 1 | -10/+103 | |
| * | | | | | | kthread: allow to call __kthread_create_on_node() with va_list args | Petr Mladek | 2016-10-11 | 1 | -30/+42 | |
| * | | | | | | kthread/smpboot: do not park in kthread_create_on_cpu() | Petr Mladek | 2016-10-11 | 2 | -2/+11 | |
| * | | | | | | kthread: kthread worker API cleanup | Petr Mladek | 2016-10-11 | 1 | -16/+17 | |
| * | | | | | | kthread: rename probe_kthread_data() to kthread_probe_data() | Petr Mladek | 2016-10-11 | 2 | -3/+3 | |
| * | | | | | | config: android: enable CONFIG_SECCOMP | Rob Herring | 2016-10-11 | 1 | -0/+1 | |
| * | | | | | | config: android: set SELinux as default security mode | Rob Herring | 2016-10-11 | 1 | -0/+1 | |
| * | | | | | | config: android: move device mapper options to recommended | Rob Herring | 2016-10-11 | 2 | -4/+4 | |
| * | | | | | | config/android: Remove CONFIG_IPV6_PRIVACY | Borislav Petkov | 2016-10-11 | 1 | -1/+0 | |
| * | | | | | | relay: Use irq_work instead of plain timer for deferred wakeup | Peter Zijlstra | 2016-10-11 | 1 | -10/+14 | |
| * | | | | | | x86/panic: replace smp_send_stop() with kdump friendly version in panic path | Hidehiro Kawai | 2016-10-11 | 1 | -7/+40 | |
| * | | | | | | ptrace: clear TIF_SYSCALL_TRACE on ptrace detach | Ales Novak | 2016-10-11 | 1 | -1/+2 | |
| * | | | | | | kprobes: include <asm/sections.h> instead of <asm-generic/sections.h> | Christoph Hellwig | 2016-10-11 | 1 | -1/+1 | |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 2016-10-10 | 6 | -30/+99 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 2016-09-27 | 1 | -1/+1 | |
| | | * | | | | | | libfs: support RENAME_NOREPLACE in simple_rename() | Miklos Szeredi | 2016-09-27 | 1 | -1/+1 | |
| | * | | | | | | | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 2016-09-27 | 1 | -1/+1 | |
| * | | | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 1 | -12/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | compat: remove compat_printk() | Arnd Bergmann | 2016-09-27 | 1 | -10/+0 | |
| | * | | | | | | | | fs/file: more unsigned file descriptors | Alexey Dobriyan | 2016-09-27 | 1 | -2/+2 | |
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-10-10 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | x86/pkeys: Fix pkeys build breakage for some non-x86 arches | Dave Hansen | 2016-09-13 | 1 | -0/+5 | |
| * | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-10-10 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| | * | | | | | | | | Revert "sched/core: Do not use smp_processor_id() with preempt enabled in smp... | Ingo Molnar | 2016-10-04 | 1 | -1/+1 | |
| | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2016-10-10 | 1 | -2/+5 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | timekeeping: Fix __ktime_get_fast_ns() regression | John Stultz | 2016-10-05 | 1 | -2/+5 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge branch 'printk-cleanups' | Linus Torvalds | 2016-10-10 | 1 | -63/+61 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | printk: make reading the kernel log flush pending lines | Linus Torvalds | 2016-10-09 | 1 | -0/+11 | |
| | * | | | | | | | | printk: re-organize log_output() to be more legible | Linus Torvalds | 2016-10-09 | 1 | -35/+27 | |
| | * | | | | | | | | printk: split out core logging code into helper function | Linus Torvalds | 2016-10-09 | 1 | -39/+39 | |
| | * | | | | | | | | printk: reinstate KERN_CONT for printing continuation lines | Linus Torvalds | 2016-10-09 | 1 | -17/+12 | |
| | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-10-07 | 7 | -66/+58 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | console: don't prefer first registered if DT specifies stdout-path | Paul Burton | 2016-10-07 | 1 | -1/+12 | |
| | * | | | | | | | | cred: simpler, 1D supplementary groups | Alexey Dobriyan | 2016-10-07 | 2 | -48/+23 | |
| | * | | | | | | | | nmi_backtrace: generate one-line reports for idle cpus | Chris Metcalf | 2016-10-07 | 1 | -2/+11 | |
| | * | | | | | | | | thp: reduce usage of huge zero page's atomic counter | Aaron Lu | 2016-10-07 | 1 | -0/+1 | |
| | * | | | | | | | | mm, oom: enforce exit_oom_victim on current task | Tetsuo Handa | 2016-10-07 | 1 | -1/+1 | |
| | * | | | | | | | | oom, suspend: fix oom_killer_disable vs. pm suspend properly | Michal Hocko | 2016-10-07 | 1 | -14/+3 | |
| | * | | | | | | | | mm, oom: get rid of signal_struct::oom_victims | Michal Hocko | 2016-10-07 | 1 | -0/+1 | |
| | * | | | | | | | | kernel, oom: fix potential pgd_lock deadlock from __mmdrop | Michal Hocko | 2016-10-07 | 1 | -1/+5 | |
| | * | | | | | | | | oom: keep mm of the killed task available | Michal Hocko | 2016-10-07 | 1 | -0/+2 | |
| * | | | | | | | | | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-10-07 | 1 | -58/+20 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | relay: simplify relay_file_read() | Al Viro | 2016-10-05 | 1 | -58/+20 | |
| | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-10-07 | 1 | -14/+26 | |
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | workqueue: add cancel_work() | Jens Axboe | 2016-08-29 | 1 | -14/+26 | |
| * | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2016-10-07 | 1 | -4/+2 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | tracing/syscalls: fix multiline in error message text | Colin Ian King | 2016-09-29 | 1 | -4/+2 | |
| * | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2016-10-07 | 2 | -10/+22 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | livepatch/module: make TAINT_LIVEPATCH module-specific | Josh Poimboeuf | 2016-08-26 | 2 | -7/+9 | |

