Age | Commit message (Expand) | Author | Files | Lines |
2016-12-27 | cgroup: move cgroup files under kernel/cgroup/ | Tejun Heo | 1 | -4/+1 |
2016-12-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+1 |
2016-12-15 | kernel/watchdog.c: move hardlockup detector to separate file | Babu Moger | 1 | -0/+1 |
2016-12-14 | Remove last traces of ikconfig.h | Paul Bolle | 1 | -2/+0 |
2016-08-08 | userns: Add per user namespace sysctls. | Eric W. Biederman | 1 | -1/+1 |
2016-05-24 | ELF/MIPS build fix | Ralf Baechle | 1 | -3/+1 |
2016-03-23 | kernel: add kcov code coverage | Dmitry Vyukov | 1 | -0/+12 |
2016-01-31 | kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o | Li Bin | 1 | -2/+1 |
2015-09-12 | sys_membarrier(): system-wide memory barrier (generic, x86) | Mathieu Desnoyers | 1 | -0/+1 |
2015-09-10 | kexec: split kexec_load syscall from kexec core code | Dave Young | 1 | -0/+1 |
2015-09-10 | kexec: split kexec_file syscall code to kexec_file.c | Dave Young | 1 | -0/+1 |
2015-09-09 | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+2 |
2015-09-08 | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 1 | -1/+1 |
2015-09-08 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -97/+0 |
2015-08-14 | arch: introduce memremap() | Dan Williams | 1 | -0/+2 |
2015-08-14 | Move certificate handling to its own directory | David Howells | 1 | -143/+0 |
2015-08-12 | modsign: Use extract-cert to process CONFIG_SYSTEM_TRUSTED_KEYS | David Woodhouse | 1 | -13/+12 |
2015-08-07 | modsign: Add explicit CONFIG_SYSTEM_TRUSTED_KEYS option | David Woodhouse | 1 | -60/+65 |
2015-08-07 | modsign: Use single PEM file for autogenerated key | David Woodhouse | 1 | -8/+7 |
2015-08-07 | modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if needed | David Woodhouse | 1 | -0/+38 |
2015-08-07 | modsign: Allow external signing key to be specified | David Woodhouse | 1 | -0/+5 |
2015-08-06 | audit: clean simple fsnotify implementation | Richard Guy Briggs | 1 | -1/+1 |
2015-07-15 | cgroup: implement the PIDs subsystem | Aleksa Sarai | 1 | -0/+1 |
2015-07-03 | make certificate list change message more useful | Linus Torvalds | 1 | -1/+1 |
2015-04-30 | modsign: change default key details | David Howells | 1 | -3/+3 |
2015-04-16 | kernel: conditionally support non-root users, groups and capabilities | Iulia Manda | 1 | -1/+3 |
2015-02-12 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -1/+1 |
2015-02-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -2/+2 |
2015-01-29 | ftrace: allow architectures to specify ftrace compile options | Heiko Carstens | 1 | -2/+2 |
2015-01-23 | X.509: shut up about included cert for silent build | Arnd Bergmann | 1 | -1/+1 |
2014-12-22 | livepatch: kernel: add support for live patching | Seth Jennings | 1 | -0/+1 |
2014-12-11 | kernel: res_counter: remove the unused API | Johannes Weiner | 1 | -1/+0 |
2014-10-28 | bpf: split eBPF out of NET | Alexei Starovoitov | 1 | -1/+1 |
2014-08-09 | bin2c: move bin2c in scripts/basic | Vivek Goyal | 1 | -1/+1 |
2014-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+1 |
2014-07-24 | net: filter: split filter.c into two files | Alexei Starovoitov | 1 | -0/+1 |
2014-06-23 | time/timers: Move all time(r) related files into kernel/time | Thomas Gleixner | 1 | -21/+4 |
2014-04-01 | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -0/+3 |
2014-03-31 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+0 |
2014-02-23 | rcutorture: Abstract rcu_torture_random() | Paul E. McKenney | 1 | -0/+1 |
2014-02-14 | lto: Disable LTO for sys_ni | Andi Kleen | 1 | -0/+3 |
2014-02-11 | sched/idle: Move cpu/idle.c to sched/idle.c | Nicolas Pitre | 1 | -1/+0 |
2013-12-13 | KEYS: Remove files generated when SYSTEM_TRUSTED_KEYRING=y | Kirill Tkhai | 1 | -1/+1 |
2013-12-13 | X.509: Fix certificate gathering | David Howells | 1 | -2/+3 |
2013-11-22 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm... | Linus Torvalds | 1 | -8/+42 |
2013-11-06 | locking: Move the lglocks code to kernel/locking/ | Peter Zijlstra | 1 | -1/+1 |
2013-11-06 | locking: Move the rwsem code to kernel/locking/ | Peter Zijlstra | 1 | -1/+1 |
2013-11-06 | locking: Move the rtmutex code to kernel/locking/ | Peter Zijlstra | 1 | -3/+0 |
2013-11-06 | locking: Move the semaphore core to kernel/locking/ | Peter Zijlstra | 1 | -1/+1 |
2013-11-06 | locking: Move the spinlock code to kernel/locking/ | Peter Zijlstra | 1 | -3/+0 |