index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
stackleak.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stackleak: add on/off stack variants
Mark Rutland
2022-05-08
1
-3
/
+32
*
stackleak: rework poison scanning
Mark Rutland
2022-05-08
1
-14
/
+4
*
stackleak: rework stack high bound handling
Mark Rutland
2022-05-08
1
-5
/
+14
*
stackleak: clarify variable names
Mark Rutland
2022-05-08
1
-16
/
+14
*
stackleak: rework stack low bound handling
Mark Rutland
2022-05-08
1
-10
/
+4
*
stackleak: remove redundant check
Mark Rutland
2022-05-08
1
-4
/
+0
*
stackleak: move skip_erasing() check earlier
Mark Rutland
2022-05-08
1
-4
/
+9
*
gcc-plugins/stackleak: Use noinstr in favor of notrace
Kees Cook
2022-02-03
1
-3
/
+2
*
stackleak: move stack_erasing sysctl to stackleak.c
Xiaoming Ni
2022-01-22
1
-2
/
+24
*
stackleak: let stack_erasing_sysctl take a kernel pointer buffer
Tobias Klauser
2020-09-19
1
-1
/
+1
*
gcc-plugins/stackleak: Use asm instrumentation to avoid useless register saving
Alexander Popov
2020-06-24
1
-12
/
+4
*
stackleak: Mark stackleak_track_stack() as notrace
Anders Roxell
2018-12-05
1
-1
/
+1
*
stackleak: Disable function tracing and kprobes for stackleak_erase()
Alexander Popov
2018-11-30
1
-1
/
+3
*
stackleak: Allow runtime disabling of kernel stack erasing
Alexander Popov
2018-09-04
1
-0
/
+38
*
fs/proc: Show STACKLEAK metrics in the /proc file system
Alexander Popov
2018-09-04
1
-0
/
+4
*
gcc-plugins: Add STACKLEAK plugin for tracking the kernel stack
Alexander Popov
2018-09-04
1
-0
/
+28
*
x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls
Alexander Popov
2018-09-04
1
-0
/
+62