aboutsummaryrefslogtreecommitdiff
path: root/kernel/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-02-23crash: split crash dumping code out from kexec_core.cGravatar Baoquan He 1-1/+2
2024-02-23crash: remove dependency of FA_DUMP on CRASH_DUMPGravatar Baoquan He 1-2/+1
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cGravatar Baoquan He 1-2/+2
2024-02-23kexec: split crashkernel reservation code out from crash_core.cGravatar Baoquan He 1-0/+1
2023-12-20kernel/numa.c: Move logging out of numa.hGravatar Kent Overstreet 1-0/+1
2023-06-28Merge tag 'v6.5-rc1-modules-next' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2023-06-09watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUsGravatar Douglas Anderson 1-0/+1
2023-06-09watchdog/perf: rename watchdog_hld.c to watchdog_perf.cGravatar Douglas Anderson 1-1/+1
2023-06-08kallsyms: move kallsyms_show_value() out of kallsyms.cGravatar Maninder Singh 1-1/+1
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2023-03-24module: fold usermode helper kmod into modules directoryGravatar Luis Chamberlain 1-1/+0
2023-03-23vhost_task: Allow vhost layer to use copy_processGravatar Mike Christie 1-0/+1
2022-12-23Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+0
2022-12-23cfi: Fix CFI failure with KASANGravatar Sami Tolvanen 1-3/+0
2022-11-15kallsyms: Add self-test facilityGravatar Zhen Lei 1-0/+1
2022-10-03kmsan: disable instrumentation of unsupported common kernel codeGravatar Alexander Potapenko 1-0/+1
2022-08-01kernel: remove platform_has() infrastructureGravatar Juergen Gross 1-1/+1
2022-06-06kernel: add platform_has() infrastructureGravatar Juergen Gross 1-1/+1
2022-05-26Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+1
2022-04-05static_call: Don't make __static_call_return0 staticGravatar Christophe Leroy 1-1/+2
2022-04-04module: Move all into module/Gravatar Aaron Tomlin 1-4/+1
2022-03-28kprobes: Use rethook for kretprobe if possibleGravatar Masami Hiramatsu 1-0/+1
2022-01-11module: add in-kernel support for decompressingGravatar Dmitry Torokhov 1-0/+1
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-1/+0
2021-10-26test_kprobes: Move it from kernel/ to lib/Gravatar Tiezhu Yang 1-1/+0
2021-10-07futex: Move to kernel/futex/Gravatar Peter Zijlstra 1-1/+1
2021-05-02kbuild: update config_data.gz only when the content of .config is changedGravatar Masahiro Yamada 1-2/+7
2021-04-08add support for Clang CFIGravatar Sami Tolvanen 1-0/+4
2021-02-16kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREGravatar Chris Wilson 1-1/+1
2020-12-15kcov: don't instrument with UBSANGravatar Dmitry Vyukov 1-0/+3
2020-12-15Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-0/+1
2020-12-11elfcore: fix building with clangGravatar Arnd Bergmann 1-1/+0
2020-11-17resource: Add test cases for new resource APIGravatar Andy Shevchenko 1-0/+1
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-3/+0
2020-10-21treewide: remove DISABLE_LTOGravatar Sami Tolvanen 1-3/+0
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+2
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-1/+1
2020-09-01static_call: Add inline static call infrastructureGravatar Josh Poimboeuf 1-0/+1
2020-08-24scftorture: Add smp_call_function() torture testGravatar Paul E. McKenney 1-0/+2
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Gravatar Alexei Starovoitov 1-1/+1
2020-08-14all arch: remove system call sys_sysctlGravatar Xiaoming Ni 1-1/+1
2020-08-12kcov: unconditionally add -fno-stack-protector to compiler optionsGravatar Marco Elver 1-1/+1
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2020-08-04Merge tag 'core-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-0/+1
2020-07-27introduction of regset ->get() wrappers, switching ELF coredumps to thoseGravatar Al Viro 1-1/+1
2020-07-24entry: Provide generic syscall entry functionalityGravatar Thomas Gleixner 1-0/+1
2020-07-04umh: Separate the user mode driver and the user mode helper supportGravatar Eric W. Biederman 1-0/+1
2020-06-24gcc-plugins/stackleak: Don't instrument itselfGravatar Alexander Popov 1-0/+1
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1