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