summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Disable the __builtin_return_address() warning globally after allLinus Torvalds2016-10-121-4/+0
| |_|_|_|/ |/| | | |
* | | | | hung_task: allow hung_task_panic when hung_task_warnings is 0John Siddle2016-10-111-14/+14
* | | | | kthread: better support freezable kthread workersPetr Mladek2016-10-111-6/+15
* | | | | kthread: allow to modify delayed kthread workPetr Mladek2016-10-111-0/+53
* | | | | kthread: allow to cancel kthread workPetr Mladek2016-10-111-2/+130
* | | | | kthread: initial support for delayed kthread workPetr Mladek2016-10-111-0/+102
* | | | | kthread: detect when a kthread work is used by more workersPetr Mladek2016-10-111-8/+20
* | | | | kthread: add kthread_destroy_worker()Petr Mladek2016-10-111-0/+23
* | | | | kthread: add kthread_create_worker*()Petr Mladek2016-10-111-10/+103
* | | | | kthread: allow to call __kthread_create_on_node() with va_list argsPetr Mladek2016-10-111-30/+42
* | | | | kthread/smpboot: do not park in kthread_create_on_cpu()Petr Mladek2016-10-112-2/+11
* | | | | kthread: kthread worker API cleanupPetr Mladek2016-10-111-16/+17
* | | | | kthread: rename probe_kthread_data() to kthread_probe_data()Petr Mladek2016-10-112-3/+3
* | | | | config: android: enable CONFIG_SECCOMPRob Herring2016-10-111-0/+1
* | | | | config: android: set SELinux as default security modeRob Herring2016-10-111-0/+1
* | | | | config: android: move device mapper options to recommendedRob Herring2016-10-112-4/+4
* | | | | config/android: Remove CONFIG_IPV6_PRIVACYBorislav Petkov2016-10-111-1/+0
* | | | | relay: Use irq_work instead of plain timer for deferred wakeupPeter Zijlstra2016-10-111-10/+14
* | | | | x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2016-10-111-7/+40
* | | | | ptrace: clear TIF_SYSCALL_TRACE on ptrace detachAles Novak2016-10-111-1/+2
* | | | | kprobes: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig2016-10-111-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-106-30/+99
| |\ \ \ \ \
| | * | | | | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * | | | | libfs: support RENAME_NOREPLACE in simple_rename()Miklos Szeredi2016-09-271-1/+1
| * | | | | | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-12/+2
|\ \ \ \ \ \ \
| * | | | | | | compat: remove compat_printk()Arnd Bergmann2016-09-271-10/+0
| * | | | | | | fs/file: more unsigned file descriptorsAlexey Dobriyan2016-09-271-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-101-0/+5
|\ \ \ \ \ \ \
| * | | | | | | x86/pkeys: Fix pkeys build breakage for some non-x86 archesDave Hansen2016-09-131-0/+5
* | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-10-101-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Revert "sched/core: Do not use smp_processor_id() with preempt enabled in smp...Ingo Molnar2016-10-041-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-10-101-2/+5
|\ \ \ \ \ \ \
| * | | | | | | timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz2016-10-051-2/+5
| |/ / / / / /
* | | | | | | Merge branch 'printk-cleanups'Linus Torvalds2016-10-101-63/+61
|\ \ \ \ \ \ \
| * | | | | | | printk: make reading the kernel log flush pending linesLinus Torvalds2016-10-091-0/+11
| * | | | | | | printk: re-organize log_output() to be more legibleLinus Torvalds2016-10-091-35/+27
| * | | | | | | printk: split out core logging code into helper functionLinus Torvalds2016-10-091-39/+39
| * | | | | | | printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds2016-10-091-17/+12
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-077-66/+58
|\ \ \ \ \ \ \
| * | | | | | | console: don't prefer first registered if DT specifies stdout-pathPaul Burton2016-10-071-1/+12
| * | | | | | | cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-072-48/+23
| * | | | | | | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-2/+11
| * | | | | | | thp: reduce usage of huge zero page's atomic counterAaron Lu2016-10-071-0/+1
| * | | | | | | mm, oom: enforce exit_oom_victim on current taskTetsuo Handa2016-10-071-1/+1
| * | | | | | | oom, suspend: fix oom_killer_disable vs. pm suspend properlyMichal Hocko2016-10-071-14/+3
| * | | | | | | mm, oom: get rid of signal_struct::oom_victimsMichal Hocko2016-10-071-0/+1
| * | | | | | | kernel, oom: fix potential pgd_lock deadlock from __mmdropMichal Hocko2016-10-071-1/+5
| * | | | | | | oom: keep mm of the killed task availableMichal Hocko2016-10-071-0/+2