| Commit message (Expand) | Author | Age | Files | Lines |
* | memremap: move from kernel/ to mm/ | Christoph Hellwig | 2019-08-03 | 1 | -1/+0 |
* | kheaders: Move from proc to sysfs | Joel Fernandes (Google) | 2019-05-24 | 1 | -2/+2 |
* | kernel/Makefile: don't assume that kernel/gen_ikh_data.sh is executable | Andrew Morton | 2019-05-15 | 1 | -1/+1 |
* | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-05-07 | 1 | -0/+10 |
|\ |
|
| * | Provide in-kernel headers to make extending kernel easier | Joel Fernandes (Google) | 2019-04-29 | 1 | -0/+10 |
* | | x86/uaccess, kcov: Disable stack protector | Peter Zijlstra | 2019-04-03 | 1 | -0/+1 |
|/ |
|
* | kernel/configs: use .incbin directive to embed config_data.gz | Masahiro Yamada | 2019-03-08 | 1 | -10/+1 |
* | kbuild: change filechk to surround the given command with { } | Masahiro Yamada | 2019-01-06 | 1 | -1/+5 |
* | Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel... | Linus Torvalds | 2018-12-28 | 1 | -3/+0 |
|\ |
|
| * | y2038: futex: Move compat implementation into futex.c | Arnd Bergmann | 2018-12-07 | 1 | -3/+0 |
* | | audit: remove WATCH and TREE config options | Richard Guy Briggs | 2018-11-19 | 1 | -3/+1 |
|/ |
|
* | x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls | Alexander Popov | 2018-09-04 | 1 | -0/+4 |
* | kbuild: move bin2c back to scripts/ from scripts/basic/ | Masahiro Yamada | 2018-07-17 | 1 | -1/+1 |
* | dma-mapping: move all DMA mapping code to kernel/dma | Christoph Hellwig | 2018-06-14 | 1 | -0/+1 |
* | Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-06-10 | 1 | -0/+1 |
|\ |
|
| * | rseq: Introduce restartable sequences system call | Mathieu Desnoyers | 2018-06-06 | 1 | -0/+1 |
* | | memremap: split devm_memremap_pages() and memremap() infrastructure | Dan Williams | 2018-05-16 | 1 | -1/+2 |
|/ |
|
* | error-injection: Support fault injection framework | Masami Hiramatsu | 2018-01-13 | 1 | -0/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | kmod: move #ifdef CONFIG_MODULES wrapper to Makefile | Luis R. Rodriguez | 2017-09-09 | 1 | -1/+2 |
* | kmod: split out umh code into its own file | Luis R. Rodriguez | 2017-09-09 | 1 | -1/+1 |
* | membarrier: Provide expedited private command | Mathieu Desnoyers | 2017-08-17 | 1 | -1/+0 |
* | kernel/watchdog: split up config options | Nicholas Piggin | 2017-07-13 | 1 | -1/+1 |
* | crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_CORE | Hari Bathini | 2017-05-09 | 1 | -0/+1 |
* | cgroup: move cgroup files under kernel/cgroup/ | Tejun Heo | 2016-12-27 | 1 | -4/+1 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-12-15 | 1 | -0/+1 |
|\ |
|
| * | kernel/watchdog.c: move hardlockup detector to separate file | Babu Moger | 2016-12-15 | 1 | -0/+1 |
* | | Remove last traces of ikconfig.h | Paul Bolle | 2016-12-14 | 1 | -2/+0 |
|/ |
|
* | userns: Add per user namespace sysctls. | Eric W. Biederman | 2016-08-08 | 1 | -1/+1 |
* | ELF/MIPS build fix | Ralf Baechle | 2016-05-24 | 1 | -3/+1 |
* | kernel: add kcov code coverage | Dmitry Vyukov | 2016-03-22 | 1 | -0/+12 |
* | kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o | Li Bin | 2016-01-31 | 1 | -2/+1 |
* | sys_membarrier(): system-wide memory barrier (generic, x86) | Mathieu Desnoyers | 2015-09-12 | 1 | -0/+1 |
* | kexec: split kexec_load syscall from kexec core code | Dave Young | 2015-09-10 | 1 | -0/+1 |
* | kexec: split kexec_file syscall code to kexec_file.c | Dave Young | 2015-09-10 | 1 | -0/+1 |
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-09-08 | 1 | -0/+2 |
|\ |
|
| * | arch: introduce memremap() | Dan Williams | 2015-08-14 | 1 | -0/+2 |
* | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2015-09-08 | 1 | -1/+1 |
|\ \ |
|
| * | | audit: clean simple fsnotify implementation | Richard Guy Briggs | 2015-08-06 | 1 | -1/+1 |
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2015-09-08 | 1 | -97/+0 |
|\ \ \ |
|
| * | | | Move certificate handling to its own directory | David Howells | 2015-08-14 | 1 | -143/+0 |
| * | | | modsign: Use extract-cert to process CONFIG_SYSTEM_TRUSTED_KEYS | David Woodhouse | 2015-08-12 | 1 | -13/+12 |
| * | | | modsign: Add explicit CONFIG_SYSTEM_TRUSTED_KEYS option | David Woodhouse | 2015-08-07 | 1 | -60/+65 |
| * | | | modsign: Use single PEM file for autogenerated key | David Woodhouse | 2015-08-07 | 1 | -8/+7 |
| * | | | modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if needed | David Woodhouse | 2015-08-07 | 1 | -0/+38 |
| * | | | modsign: Allow external signing key to be specified | David Woodhouse | 2015-08-07 | 1 | -0/+5 |
| | |/
| |/| |
|
* / | | cgroup: implement the PIDs subsystem | Aleksa Sarai | 2015-07-14 | 1 | -0/+1 |
|/ / |
|
* | | make certificate list change message more useful | Linus Torvalds | 2015-07-03 | 1 | -1/+1 |
* | | modsign: change default key details | David Howells | 2015-04-30 | 1 | -3/+3 |
* | | kernel: conditionally support non-root users, groups and capabilities | Iulia Manda | 2015-04-16 | 1 | -1/+3 |
|/ |
|