开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
gcc-plugins
/
stackleak_plugin.c
Age
Commit message (
Expand
)
Author
2024-04-03
gcc-plugins/stackleak: Avoid .head.text section
Ard Biesheuvel
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULE
Thomas Gleixner
2022-05-24
gcc-plugins: use KERNELVERSION for plugin version
Masahiro Yamada
2022-05-10
gcc-plugins: Change all version strings match kernel
Kees Cook
2022-02-06
gcc-plugins/stackleak: Ignore .noinstr.text and .entry.text
Kees Cook
2022-02-06
gcc-plugins/stackleak: Exactly match strings instead of prefixes
Kees Cook
2020-12-04
gcc-plugins: remove code for GCC versions older than 4.9
Masahiro Yamada
2020-06-24
gcc-plugins/stackleak: Add 'verbose' plugin parameter
Alexander Popov
2020-06-24
gcc-plugins/stackleak: Use asm instrumentation to avoid useless register saving
Alexander Popov
2020-04-13
gcc-plugins/stackleak: Avoid assignment for unused macro argument
Kees Cook
2018-12-06
stackleak: Register the 'stackleak_cleanup' pass before the '*free_cfg' pass
Alexander Popov
2018-09-04
gcc-plugins: Add STACKLEAK plugin for tracking the kernel stack
Alexander Popov