aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni1-1/+1
2020-08-12kcov: unconditionally add -fno-stack-protector to compiler optionsMarco Elver1-1/+1
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2020-08-04Merge tag 'core-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+1
2020-07-27introduction of regset ->get() wrappers, switching ELF coredumps to thoseAl Viro1-1/+1
2020-07-24entry: Provide generic syscall entry functionalityThomas Gleixner1-0/+1
2020-07-04umh: Separate the user mode driver and the user mode helper supportEric W. Biederman1-0/+1
2020-06-24gcc-plugins/stackleak: Don't instrument itselfAlexander Popov1-0/+1
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-0/+1
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner1-0/+6
2020-05-19pipe: Add general notification queue supportDavid Howells1-0/+1
2020-05-15scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen1-0/+1
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar1-0/+1
2020-01-31kcov: ignore fault-inject and stacktraceDmitry Vyukov1-0/+1
2019-12-30Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar1-1/+3
2019-12-02Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2019-11-16build, kcsan: Add KCSAN build exceptionsMarco Elver1-0/+5
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver1-0/+1
2019-11-11kheaders: remove the last bashism to allow sh to run itMasahiro Yamada1-1/+1
2019-09-30kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()Iurii Zaikin1-0/+2
2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds1-0/+1
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2019-09-16Merge branch 'parisc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-0/+1
2019-09-06kexec: add KEXEC_ELFSven Schnelle1-0/+1
2019-09-04kbuild: add $(BASH) to run scripts with bash-extensionMasahiro Yamada1-1/+1
2019-08-05MODSIGN: Export module signature definitionsThiago Jung Bauermann1-0/+1
2019-08-03memremap: move from kernel/ to mm/Christoph Hellwig1-1/+0
2019-05-24kheaders: Move from proc to sysfsJoel Fernandes (Google)1-2/+2
2019-05-14kernel/Makefile: don't assume that kernel/gen_ikh_data.sh is executableAndrew Morton1-1/+1
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+10
2019-04-29Provide in-kernel headers to make extending kernel easierJoel Fernandes (Google)1-0/+10
2019-04-03x86/uaccess, kcov: Disable stack protectorPeter Zijlstra1-0/+1
2019-03-07kernel/configs: use .incbin directive to embed config_data.gzMasahiro Yamada1-10/+1
2019-01-06kbuild: change filechk to surround the given command with { }Masahiro Yamada1-1/+5
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-3/+0
2018-12-07y2038: futex: Move compat implementation into futex.cArnd Bergmann1-3/+0
2018-11-19audit: remove WATCH and TREE config optionsRichard Guy Briggs1-3/+1
2018-09-04x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov1-0/+4
2018-07-18kbuild: move bin2c back to scripts/ from scripts/basic/Masahiro Yamada1-1/+1
2018-06-14dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig1-0/+1
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers1-0/+1
2018-05-15memremap: split devm_memremap_pages() and memremap() infrastructureDan Williams1-1/+2
2018-01-12error-injection: Support fault injection frameworkMasami Hiramatsu1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08kmod: move #ifdef CONFIG_MODULES wrapper to MakefileLuis R. Rodriguez1-1/+2
2017-09-08kmod: split out umh code into its own fileLuis R. Rodriguez1-1/+1
2017-08-17membarrier: Provide expedited private commandMathieu Desnoyers1-1/+0
2017-07-12kernel/watchdog: split up config optionsNicholas Piggin1-1/+1