summaryrefslogtreecommitdiffstats
path: root/kernel/Makefile
Commit message (Expand)AuthorAgeFilesLines
* kbuild: update config_data.gz only when the content of .config is changedMasahiro Yamada2021-05-021-2/+7
* add support for Clang CFISami Tolvanen2021-04-081-0/+4
* kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREChris Wilson2021-02-161-1/+1
* kcov: don't instrument with UBSANDmitry Vyukov2020-12-151-0/+3
* Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2020-12-151-0/+1
|\
| * resource: Add test cases for new resource APIAndy Shevchenko2020-11-171-0/+1
* | elfcore: fix building with clangArnd Bergmann2020-12-111-1/+0
|/
* Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-3/+0
|\
| * treewide: remove DISABLE_LTOSami Tolvanen2020-10-211-3/+0
* | Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-181-0/+2
|\ \
| * | scftorture: Add smp_call_function() torture testPaul E. McKenney2020-08-241-0/+2
| |/
* | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-1/+1
|\ \
| * | bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov2020-08-201-1/+1
| |/
* / static_call: Add inline static call infrastructureJosh Poimboeuf2020-09-011-0/+1
|/
* all arch: remove system call sys_sysctlXiaoming Ni2020-08-141-1/+1
* kcov: unconditionally add -fno-stack-protector to compiler optionsMarco Elver2020-08-121-1/+1
* Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-1/+1
|\
| * introduction of regset ->get() wrappers, switching ELF coredumps to thoseAl Viro2020-07-271-1/+1
* | Merge tag 'core-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-0/+1
|\ \
| * | entry: Provide generic syscall entry functionalityThomas Gleixner2020-07-241-0/+1
| |/
* | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-08-041-0/+1
|\ \
| * | umh: Separate the user mode driver and the user mode helper supportEric W. Biederman2020-07-041-0/+1
| |/
* / gcc-plugins/stackleak: Don't instrument itselfAlexander Popov2020-06-241-0/+1
|/
* Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-131-0/+1
|\
| * pipe: Add general notification queue supportDavid Howells2020-05-191-0/+1
* | Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-111-0/+6
|\ \
| * | Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-211-0/+1
| |\|
| * | Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-301-1/+3
| |\ \
| * | | build, kcsan: Add KCSAN build exceptionsMarco Elver2019-11-161-0/+5
| * | | kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver2019-11-161-0/+1
* | | | scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen2020-05-151-0/+1
| |_|/ |/| |
* | | kcov: ignore fault-inject and stacktraceDmitry Vyukov2020-01-311-0/+1
| |/ |/|
* | Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-12-021-1/+1
|\ \
| * | kheaders: remove the last bashism to allow sh to run itMasahiro Yamada2019-11-111-1/+1
| |/
* / kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()Iurii Zaikin2019-09-301-0/+2
|/
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-271-0/+1
|\
| * MODSIGN: Export module signature definitionsThiago Jung Bauermann2019-08-051-0/+1
* | Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-201-1/+1
|\ \
| * | kbuild: add $(BASH) to run scripts with bash-extensionMasahiro Yamada2019-09-041-1/+1
* | | Merge branch 'parisc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-161-0/+1
|\ \ \ | |/ / |/| |
| * | kexec: add KEXEC_ELFSven Schnelle2019-09-061-0/+1
| |/
* / memremap: move from kernel/ to mm/Christoph Hellwig2019-08-031-1/+0
|/
* kheaders: Move from proc to sysfsJoel Fernandes (Google)2019-05-241-2/+2
* kernel/Makefile: don't assume that kernel/gen_ikh_data.sh is executableAndrew Morton2019-05-141-1/+1
* Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-0/+10
|\
| * Provide in-kernel headers to make extending kernel easierJoel Fernandes (Google)2019-04-291-0/+10
* | x86/uaccess, kcov: Disable stack protectorPeter Zijlstra2019-04-031-0/+1
|/
* kernel/configs: use .incbin directive to embed config_data.gzMasahiro Yamada2019-03-071-10/+1
* kbuild: change filechk to surround the given command with { }Masahiro Yamada2019-01-061-1/+5
* Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds2018-12-281-3/+0
|\