Age | Commit message (Expand) | Author |
2024-07-24 | sysctl: treewide: constify the ctl_table argument of proc_handlers | Joel Granados |
2024-05-17 | Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2024-05-03 | stackleak: Use a copy of the ctl_table argument | Thomas Weißschuh |
2024-04-24 | kernel misc: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados |
2023-04-20 | stackleak: allow to specify arch specific stackleak poison function | Heiko Carstens |
2022-05-08 | stackleak: add on/off stack variants | Mark Rutland |
2022-05-08 | stackleak: rework poison scanning | Mark Rutland |
2022-05-08 | stackleak: rework stack high bound handling | Mark Rutland |
2022-05-08 | stackleak: clarify variable names | Mark Rutland |
2022-05-08 | stackleak: rework stack low bound handling | Mark Rutland |
2022-05-08 | stackleak: remove redundant check | Mark Rutland |
2022-05-08 | stackleak: move skip_erasing() check earlier | Mark Rutland |
2022-02-03 | gcc-plugins/stackleak: Use noinstr in favor of notrace | Kees Cook |
2022-01-22 | stackleak: move stack_erasing sysctl to stackleak.c | Xiaoming Ni |
2020-09-19 | stackleak: let stack_erasing_sysctl take a kernel pointer buffer | Tobias Klauser |
2020-06-24 | gcc-plugins/stackleak: Use asm instrumentation to avoid useless register saving | Alexander Popov |
2018-12-05 | stackleak: Mark stackleak_track_stack() as notrace | Anders Roxell |
2018-11-30 | stackleak: Disable function tracing and kprobes for stackleak_erase() | Alexander Popov |
2018-09-04 | stackleak: Allow runtime disabling of kernel stack erasing | Alexander Popov |
2018-09-04 | fs/proc: Show STACKLEAK metrics in the /proc file system | Alexander Popov |
2018-09-04 | gcc-plugins: Add STACKLEAK plugin for tracking the kernel stack | Alexander Popov |
2018-09-04 | x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls | Alexander Popov |