summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2018-12-27Merge tag 'gcc-plugins-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+113
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+35
2018-12-26Merge branch 'parisc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-78/+0
2018-12-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+1
2018-12-19Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to ...Ingo Molnar-5/+1
2018-12-14scripts/spdxcheck.py: always open files in binary modeThierry Reding-2/+4
2018-12-14checkstack.pl: fix for aarch64Qian Cai-2/+2
2018-12-12ARM: smp: add support for per-task stack canariesArd Biesheuvel-0/+113
2018-12-10parisc: syscalls: ignore nfsservctl for other architecturesFiroz Khan-0/+1
2018-12-07Merge tag 'gcc-plugins-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+5
2018-12-06stackleak: Register the 'stackleak_cleanup' pass before the '*free_cfg' passAlexander Popov-3/+5
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-0/+35
2018-12-01Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+0
2018-11-30unifdef: use memcpy instead of strncpyLinus Torvalds-2/+2
2018-11-29Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-78/+0
2018-11-28x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan-2/+0
2018-11-24drm: remove no longer needed drm-get-put coccinelle scriptFernando Ramos-78/+0
2018-11-18scripts/spdxcheck.py: make python3 compliantUwe Kleine-König-1/+0
2018-11-18scripts/faddr2line: fix location of start_kernel in commentRandy Dunlap-1/+1
2018-11-12checkpatch.pl: Suggest lockdep instead of asserting !spin_is_locked()Paul E. McKenney-0/+6
2018-11-12checkpatch: Create table of obsolete APIs and apply to RCUJoe Perches-0/+29
2018-11-11builddeb: Fix inclusion of dtbs in debian packageRob Herring-2/+2
2018-11-11Revert "scripts/setlocalversion: git: Make -dirty check more robust"Guenter Roeck-1/+1
2018-11-11kbuild: deb-pkg: fix too low build version numberMasahiro Yamada-2/+5
2018-11-11kconfig: merge_config: avoid false positive matches from comment linesMasahiro Yamada-3/+4
2018-11-06kbuild: deb-pkg: fix bindeb-pkg breakage when O= is usedMasahiro Yamada-1/+1
2018-11-06kbuild: rpm-pkg: fix binrpm-pkg breakage when O= is usedMasahiro Yamada-5/+6
2018-11-03Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-32/+7
2018-11-02kbuild: remove cc-name variableMasahiro Yamada-4/+0
2018-11-02kbuild: replace cc-name test with CONFIG_CC_IS_CLANGMasahiro Yamada-1/+1
2018-11-01Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds-0/+1
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+488
2018-11-02merge_config.sh: Allow to define config prefixPetr Vorel-1/+5
2018-11-02kbuild: remove unused cc-fullversion variableMasahiro Yamada-4/+0
2018-11-02kconfig: remove silentoldconfig targetMasahiro Yamada-8/+1
2018-11-02kconfig: remove oldnoconfig targetMasahiro Yamada-15/+1
2018-10-31checkpatch: remove GCC_BINARY_CONSTANT warningChristophe Leroy-11/+0
2018-10-28Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds-1/+0
2018-10-28Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-68/+34
2018-10-29modpost: Create macro to avoid variable shadowingLeonardo Bras-4/+15
2018-10-29ASN.1: Remove unnecessary shadowed local variableLeonardo Bras-1/+1
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2018-10-26scripts/tags.sh: add DECLARE_HASHTABLE()Kirill Tkhai-1/+1
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-241/+1037
2018-10-24Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds-71/+4
2018-10-23Merge branch 'parisc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+3
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+5
2018-10-19kbuild: use 'else ifeq' for checksrc to improve readabilityMasahiro Yamada-8/+6
2018-10-19kbuild: remove unneeded link_multi_depsMasahiro Yamada-18/+2