summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-10-181-2/+0Star
| |\ \
| | * | alarmtimer: Remove unused but set variableTobias Klauser2016-10-171-2/+0Star
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-10-181-3/+8
| |\ \ \
| | * | | sched/fair: Fix sched domains NULL dereference in select_idle_sibling()Wanpeng Li2016-10-111-3/+8
| * | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-181-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | cpu/hotplug: Use distinct name for cpu_hotplug.dep_mapJoonas Lahtinen2016-10-161-1/+1
| * | | | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-156-8/+11
| |\ \ \ \
| | * | | | latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-106-8/+10
| | * | | | gcc-plugins: Add latent_entropy pluginEmese Revfy2016-10-101-0/+1
| * | | | | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-10-143-34/+57
| |\ \ \ \ \
| | * | | | | cgroup: fix error handling regressions in proc_cgroup_show() and cgroup_relea...Tejun Heo2016-09-291-3/+3
| | * | | | | cpuset: fix error handling regression in proc_cpuset_show()Tejun Heo2016-09-291-2/+3
| | * | | | | cgroup: add tracepoints for basic operationsTejun Heo2016-08-101-0/+25
| | * | | | | cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo2016-08-103-33/+30Star
* | | | | | | bpf: Print function name in addition to function idThomas Graf2016-10-291-8/+27
* | | | | | | genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* | | | | | | genetlink: statically initialize familiesJohannes Berg2016-10-271-6/+11
* | | | | | | genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0Star
* | | | | | | bpf: add helper for retrieving current numa node idDaniel Borkmann2016-10-223-0/+15
* | | | | | | bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registersThomas Graf2016-10-191-16/+45
|/ / / / / /
* | | | | / Disable the __builtin_return_address() warning globally after allLinus Torvalds2016-10-121-4/+0Star
| |_|_|_|/ |/| | | |
* | | | | hung_task: allow hung_task_panic when hung_task_warnings is 0John Siddle2016-10-121-14/+14
* | | | | kthread: better support freezable kthread workersPetr Mladek2016-10-121-6/+15
* | | | | kthread: allow to modify delayed kthread workPetr Mladek2016-10-121-0/+53
* | | | | kthread: allow to cancel kthread workPetr Mladek2016-10-121-2/+130
* | | | | kthread: initial support for delayed kthread workPetr Mladek2016-10-121-0/+102
* | | | | kthread: detect when a kthread work is used by more workersPetr Mladek2016-10-121-8/+20
* | | | | kthread: add kthread_destroy_worker()Petr Mladek2016-10-121-0/+23
* | | | | kthread: add kthread_create_worker*()Petr Mladek2016-10-121-10/+103
* | | | | kthread: allow to call __kthread_create_on_node() with va_list argsPetr Mladek2016-10-121-30/+42
* | | | | kthread/smpboot: do not park in kthread_create_on_cpu()Petr Mladek2016-10-122-2/+11
* | | | | kthread: kthread worker API cleanupPetr Mladek2016-10-121-16/+17
* | | | | kthread: rename probe_kthread_data() to kthread_probe_data()Petr Mladek2016-10-122-3/+3
* | | | | config: android: enable CONFIG_SECCOMPRob Herring2016-10-121-0/+1
* | | | | config: android: set SELinux as default security modeRob Herring2016-10-121-0/+1
* | | | | config: android: move device mapper options to recommendedRob Herring2016-10-122-4/+4
* | | | | config/android: Remove CONFIG_IPV6_PRIVACYBorislav Petkov2016-10-121-1/+0Star
* | | | | relay: Use irq_work instead of plain timer for deferred wakeupPeter Zijlstra2016-10-121-10/+14
* | | | | x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2016-10-121-7/+40
* | | | | ptrace: clear TIF_SYSCALL_TRACE on ptrace detachAles Novak2016-10-121-1/+2
* | | | | kprobes: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig2016-10-121-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-111-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-116-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-281-1/+1
* | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-12/+2Star
|\ \ \ \ \ \ \
| * | | | | | | compat: remove compat_printk()Arnd Bergmann2016-09-281-10/+0Star
| * | | | | | | fs/file: more unsigned file descriptorsAlexey Dobriyan2016-09-281-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-101-0/+5
|\ \ \ \ \ \ \