| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-12-23 | 1 | -3/+0 |
|\ |
|
| * | cfi: Fix CFI failure with KASAN | Sami Tolvanen | 2022-12-23 | 1 | -3/+0 |
* | | kallsyms: Add self-test facility | Zhen Lei | 2022-11-15 | 1 | -0/+1 |
|/ |
|
* | kmsan: disable instrumentation of unsupported common kernel code | Alexander Potapenko | 2022-10-03 | 1 | -0/+1 |
* | kernel: remove platform_has() infrastructure | Juergen Gross | 2022-08-01 | 1 | -1/+1 |
* | kernel: add platform_has() infrastructure | Juergen Gross | 2022-06-06 | 1 | -1/+1 |
* | Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-05-26 | 1 | -4/+1 |
|\ |
|
| * | module: Move all into module/ | Aaron Tomlin | 2022-04-04 | 1 | -4/+1 |
* | | static_call: Don't make __static_call_return0 static | Christophe Leroy | 2022-04-05 | 1 | -1/+2 |
|/ |
|
* | kprobes: Use rethook for kretprobe if possible | Masami Hiramatsu | 2022-03-28 | 1 | -0/+1 |
* | module: add in-kernel support for decompressing | Dmitry Torokhov | 2022-01-11 | 1 | -0/+1 |
* | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2021-11-01 | 1 | -1/+0 |
|\ |
|
| * | test_kprobes: Move it from kernel/ to lib/ | Tiezhu Yang | 2021-10-26 | 1 | -1/+0 |
* | | futex: Move to kernel/futex/ | Peter Zijlstra | 2021-10-07 | 1 | -1/+1 |
|/ |
|
* | kbuild: update config_data.gz only when the content of .config is changed | Masahiro Yamada | 2021-05-02 | 1 | -2/+7 |
* | add support for Clang CFI | Sami Tolvanen | 2021-04-08 | 1 | -0/+4 |
* | kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTORE | Chris Wilson | 2021-02-16 | 1 | -1/+1 |
* | kcov: don't instrument with UBSAN | Dmitry Vyukov | 2020-12-15 | 1 | -0/+3 |
* | Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2020-12-15 | 1 | -0/+1 |
|\ |
|
| * | resource: Add test cases for new resource API | Andy Shevchenko | 2020-11-17 | 1 | -0/+1 |
* | | elfcore: fix building with clang | Arnd Bergmann | 2020-12-11 | 1 | -1/+0 |
|/ |
|
* | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2020-10-22 | 1 | -3/+0 |
|\ |
|
| * | treewide: remove DISABLE_LTO | Sami Tolvanen | 2020-10-21 | 1 | -3/+0 |
* | | Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-10-18 | 1 | -0/+2 |
|\ \ |
|
| * | | scftorture: Add smp_call_function() torture test | Paul E. McKenney | 2020-08-24 | 1 | -0/+2 |
| |/ |
|
* | | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2020-10-15 | 1 | -1/+1 |
|\ \ |
|
| * | | bpf: Add kernel module with user mode driver that populates bpffs. | Alexei Starovoitov | 2020-08-20 | 1 | -1/+1 |
| |/ |
|
* | | static_call: Add inline static call infrastructure | Josh Poimboeuf | 2020-09-01 | 1 | -0/+1 |
|/ |
|
* | all arch: remove system call sys_sysctl | Xiaoming Ni | 2020-08-14 | 1 | -1/+1 |
* | kcov: unconditionally add -fno-stack-protector to compiler options | Marco Elver | 2020-08-12 | 1 | -1/+1 |
* | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2020-08-07 | 1 | -1/+1 |
|\ |
|
| * | introduction of regset ->get() wrappers, switching ELF coredumps to those | Al Viro | 2020-07-27 | 1 | -1/+1 |
* | | Merge tag 'core-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-08-04 | 1 | -0/+1 |
|\ \ |
|
| * | | entry: Provide generic syscall entry functionality | Thomas Gleixner | 2020-07-24 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 2020-08-04 | 1 | -0/+1 |
|\ \ |
|
| * | | umh: Separate the user mode driver and the user mode helper support | Eric W. Biederman | 2020-07-04 | 1 | -0/+1 |
| |/ |
|
* | | gcc-plugins/stackleak: Don't instrument itself | Alexander Popov | 2020-06-24 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-06-13 | 1 | -0/+1 |
|\ |
|
| * | pipe: Add general notification queue support | David Howells | 2020-05-19 | 1 | -0/+1 |
* | | Rebase locking/kcsan to locking/urgent | Thomas Gleixner | 2020-06-11 | 1 | -0/+6 |
|\ \ |
|
| * \ | Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts | Ingo Molnar | 2020-03-21 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| * | | Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts | Ingo Molnar | 2019-12-30 | 1 | -1/+3 |
| |\ \ |
|
| * | | | build, kcsan: Add KCSAN build exceptions | Marco Elver | 2019-11-16 | 1 | -0/+5 |
| * | | | kcsan: Add Kernel Concurrency Sanitizer infrastructure | Marco Elver | 2019-11-16 | 1 | -0/+1 |
* | | | | scs: Add support for Clang's Shadow Call Stack (SCS) | Sami Tolvanen | 2020-05-15 | 1 | -0/+1 |
| |_|/
|/| | |
|
* | | | kcov: ignore fault-inject and stacktrace | Dmitry Vyukov | 2020-01-31 | 1 | -0/+1 |
| |/
|/| |
|
* | | Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2019-12-02 | 1 | -1/+1 |
|\ \ |
|
| * | | kheaders: remove the last bashism to allow sh to run it | Masahiro Yamada | 2019-11-11 | 1 | -1/+1 |
| |/ |
|
* | | kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec() | Iurii Zaikin | 2019-09-30 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-09-27 | 1 | -0/+1 |
|\ |
|