summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|/ |/| |
* | | Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2018-10-281-1/+0
|\ \ \
| * | | Makefile: Globally enable VLA warningKees Cook2018-10-111-1/+0
| |/ /
* | | Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-10-286-68/+34
|\ \ \
| * | | modpost: Create macro to avoid variable shadowingLeonardo Bras2018-10-291-4/+15
| * | | ASN.1: Remove unnecessary shadowed local variableLeonardo Bras2018-10-291-1/+1
| * | | kbuild: use 'else ifeq' for checksrc to improve readabilityMasahiro Yamada2018-10-191-8/+6
| * | | kbuild: remove unneeded link_multi_depsMasahiro Yamada2018-10-191-18/+2
| * | | modpost: remove leftover symbol prefix handling for module device tableMasahiro Yamada2018-10-191-4/+3
| * | | kbuild: simplify command line creation in scripts/mkmakefileMasahiro Yamada2018-10-041-7/+1
| * | | kbuild: do not pass $(objtree) to scripts/mkmakefileMasahiro Yamada2018-10-041-4/+3
| * | | kbuild: remove user ID check in scripts/mkmakefileMasahiro Yamada2018-10-041-1/+0
| * | | kbuild: remove VERSION and PATCHLEVEL from $(objtree)/MakefileMasahiro Yamada2018-10-041-6/+0
| * | | kbuild: remove old check for CFLAGS useMasahiro Yamada2018-09-131-10/+0
| * | | kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionallyMasahiro Yamada2018-09-131-1/+1
| * | | kallsyms: remove left-over Blackfin codeMasahiro Yamada2018-09-101-2/+0
| * | | kallsyms: reduce size a little on 64-bitJan Beulich2018-09-101-2/+2
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-261-1/+1
|\ \ \ \
| * | | | scripts/tags.sh: add DECLARE_HASHTABLE()Kirill Tkhai2018-10-261-1/+1
* | | | | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-2626-241/+1037
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'all-dtbs' into dt/nextRob Herring2018-10-043-4/+3
| |\ \ \ \