summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts/tags.sh: add more declarationsKirill Tkhai2018-12-281-2/+11
* scripts: add spdxcheck.py self testThierry Reding2018-12-281-0/+12
* scripts/checkstack.pl: dynamic stack growth for aarch64Qian Cai2018-12-281-0/+2
* scripts/decode_stacktrace: only strip base path when a prefix of the pathMarc Zyngier2018-12-281-1/+1
* scripts/decodecode: set ARCH when running natively on arm/arm64Marc Zyngier2018-12-281-0/+7
* bloat-o-meter: ignore __addressable_ symbolsRasmus Villemoes2018-12-281-0/+1
* kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov2018-12-281-22/+31
* Merge tag 'gcc-plugins-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-273-0/+113
|\
| * ARM: smp: add support for per-task stack canariesArd Biesheuvel2018-12-123-0/+113
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-261-0/+35
|\ \
| * \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-041-0/+35
| |\ \
| | * | checkpatch.pl: Suggest lockdep instead of asserting !spin_is_locked()Paul E. McKenney2018-11-121-0/+6
| | * | checkpatch: Create table of obsolete APIs and apply to RCUJoe Perches2018-11-121-0/+29
* | | | Merge branch 'parisc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-12-261-0/+1
|\ \ \ \
| * | | | parisc: syscalls: ignore nfsservctl for other architecturesFiroz Khan2018-12-101-0/+1
* | | | | Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-12-251-78/+0
|\ \ \ \ \
| * \ \ \ \ Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-11-291-78/+0
| |\ \ \ \ \
| | * | | | | drm: remove no longer needed drm-get-put coccinelle scriptFernando Ramos2018-11-241-78/+0
| | | |_|/ / | | |/| | |
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-212-5/+1
|\ \ \ \ \ \
| * | | | | | Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to ...Ingo Molnar2018-12-192-5/+1
| | |_|_|/ / | |/| | | |
* | | | | | scripts/spdxcheck.py: always open files in binary modeThierry Reding2018-12-141-2/+4
* | | | | | checkstack.pl: fix for aarch64Qian Cai2018-12-141-2/+2
| |_|_|/ / |/| | | |
* | | | | Merge tag 'gcc-plugins-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-071-3/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | stackleak: Register the 'stackleak_cleanup' pass before the '*free_cfg' passAlexander Popov2018-12-061-3/+5
| | |_|/ | |/| |
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-011-2/+0
|\ \ \ \
| * | | | x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan2018-11-281-2/+0
| | |/ / | |/| |
* / | | unifdef: use memcpy instead of strncpyLinus Torvalds2018-11-301-2/+2
|/ / /
* | | scripts/spdxcheck.py: make python3 compliantUwe Kleine-König2018-11-181-1/+0
* | | scripts/faddr2line: fix location of start_kernel in commentRandy Dunlap2018-11-181-1/+1
|/ /
* | builddeb: Fix inclusion of dtbs in debian packageRob Herring2018-11-111-2/+2
* | Revert "scripts/setlocalversion: git: Make -dirty check more robust"Guenter Roeck2018-11-111-1/+1
* | kbuild: deb-pkg: fix too low build version numberMasahiro Yamada2018-11-111-2/+5
* | kconfig: merge_config: avoid false positive matches from comment linesMasahiro Yamada2018-11-111-3/+4
* | kbuild: deb-pkg: fix bindeb-pkg breakage when O= is usedMasahiro Yamada2018-11-061-1/+1
* | kbuild: rpm-pkg: fix binrpm-pkg breakage when O= is usedMasahiro Yamada2018-11-061-5/+6
|/
* Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-11-035-32/+7
|\
| * kbuild: remove cc-name variableMasahiro Yamada2018-11-021-4/+0
| * kbuild: replace cc-name test with CONFIG_CC_IS_CLANGMasahiro Yamada2018-11-021-1/+1
| * merge_config.sh: Allow to define config prefixPetr Vorel2018-11-021-1/+5
| * kbuild: remove unused cc-fullversion variableMasahiro Yamada2018-11-021-4/+0
| * kconfig: remove silentoldconfig targetMasahiro Yamada2018-11-021-8/+1
| * kconfig: remove oldnoconfig targetMasahiro Yamada2018-11-022-15/+1
* | Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds2018-11-011-0/+1
|\ \
| * | Compiler Attributes: enable -Wstringop-truncation on W=1 (gcc >= 8)Miguel Ojeda2018-09-301-0/+1
* | | Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-013-0/+488
|\ \ \
| * | | stackleak: Allow runtime disabling of kernel stack erasingAlexander Popov2018-09-041-0/+8
| * | | fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov2018-09-041-0/+12
| * | | gcc-plugins: Add STACKLEAK plugin for tracking the kernel stackAlexander Popov2018-09-043-0/+449
| * | | x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov2018-09-041-0/+19
* | | | checkpatch: remove GCC_BINARY_CONSTANT warningChristophe Leroy2018-10-311-11/+0
| |_|/ |/| |