aboutsummaryrefslogtreecommitdiff
path: root/kernel/Makefile
AgeCommit message (Expand)Author
2022-06-06kernel: add platform_has() infrastructureJuergen Gross
2022-05-26Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-04-05static_call: Don't make __static_call_return0 staticChristophe Leroy
2022-04-04module: Move all into module/Aaron Tomlin
2022-03-28kprobes: Use rethook for kretprobe if possibleMasami Hiramatsu
2022-01-11module: add in-kernel support for decompressingDmitry Torokhov
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-10-26test_kprobes: Move it from kernel/ to lib/Tiezhu Yang
2021-10-07futex: Move to kernel/futex/Peter Zijlstra
2021-05-02kbuild: update config_data.gz only when the content of .config is changedMasahiro Yamada
2021-04-08add support for Clang CFISami Tolvanen
2021-02-16kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREChris Wilson
2020-12-15kcov: don't instrument with UBSANDmitry Vyukov
2020-12-15Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2020-12-11elfcore: fix building with clangArnd Bergmann
2020-11-17resource: Add test cases for new resource APIAndy Shevchenko
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-10-21treewide: remove DISABLE_LTOSami Tolvanen
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-09-01static_call: Add inline static call infrastructureJosh Poimboeuf
2020-08-24scftorture: Add smp_call_function() torture testPaul E. McKenney
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni
2020-08-12kcov: unconditionally add -fno-stack-protector to compiler optionsMarco Elver
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-08-04Merge tag 'core-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-07-27introduction of regset ->get() wrappers, switching ELF coredumps to thoseAl Viro
2020-07-24entry: Provide generic syscall entry functionalityThomas Gleixner
2020-07-04umh: Separate the user mode driver and the user mode helper supportEric W. Biederman
2020-06-24gcc-plugins/stackleak: Don't instrument itselfAlexander Popov
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner
2020-05-19pipe: Add general notification queue supportDavid Howells
2020-05-15scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar
2020-01-31kcov: ignore fault-inject and stacktraceDmitry Vyukov
2019-12-30Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar
2019-12-02Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-11-16build, kcsan: Add KCSAN build exceptionsMarco Elver
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver
2019-11-11kheaders: remove the last bashism to allow sh to run itMasahiro Yamada
2019-09-30kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()Iurii Zaikin
2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-09-16Merge branch 'parisc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-09-06kexec: add KEXEC_ELFSven Schnelle
2019-09-04kbuild: add $(BASH) to run scripts with bash-extensionMasahiro Yamada
2019-08-05MODSIGN: Export module signature definitionsThiago Jung Bauermann