summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin-9/+0
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+51
2019-03-04gcc-plugins: structleak: Generalize to all variable typesKees Cook-22/+74
2019-03-04kbuild: clean up scripts/gcc-version.shMasahiro Yamada-21/+8
2019-03-04kbuild: remove cc-version macroMasahiro Yamada-4/+1
2019-03-04kbuild: update comment block of scripts/clang-version.shMasahiro Yamada-7/+3
2019-03-01kasan: turn off asan-stack for clang-8 and earlierArnd Bergmann-1/+1
2019-02-28of: add dtc annotations functionality to dtx_diffFrank Rowand-1/+12
2019-02-28kbuild: [bin]deb-pkg: add DPKG_FLAGS variableKacper Kołodziej-2/+2
2019-02-28Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-2/+2
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner-3/+12
2019-02-27kbuild: move ".config not found!" message from Kconfig to MakefileMasahiro Yamada-13/+0
2019-02-27kbuild: refactor cc-cross-prefix implementationMasahiro Yamada-8/+4
2019-02-27kbuild: hardcode genksyms path and remove GENKSYMS variableMasahiro Yamada-2/+2
2019-02-27scripts/gdb: refactor rules for symlink creationMasahiro Yamada-7/+11
2019-02-27scripts/gdb: do not descend into scripts/gdb from scriptsMasahiro Yamada-8/+4
2019-02-22scripts/spdxcheck.py: fix C++ comment style detectionAurélien Cedeyn-1/+1
2019-02-20kbuild: generate modules.order only when CONFIG_MODULES=yMasahiro Yamada-0/+2
2019-02-20kbuild: pkg: use -f $(srctree)/Makefile to recurse to top MakefileMasahiro Yamada-10/+12
2019-02-20kbuild: Disable extra debugging info in .s outputMasahiro Yamada-1/+1
2019-02-19checksyscalls: fix up mq_timedreceive and stat exceptionsArnd Bergmann-4/+1
2019-02-19asm-generic: Make time32 syscall numbers optionalArnd Bergmann-0/+7
2019-02-19kallsyms: include <asm/bitsperlong.h> instead of <asm/types.h>Masahiro Yamada-1/+1
2019-02-19kallsyms: remove unneeded memset() callsMasahiro Yamada-3/+0
2019-02-19kallsyms: add static qualifiers where missingMasahiro Yamada-4/+4
2019-02-19asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov-0/+5
2019-02-13kconfig: rename zconf.y to parser.yMasahiro Yamada-5/+6
2019-02-13kconfig: rename zconf.l to lexer.lMasahiro Yamada-4/+4
2019-02-13locking/atomics: Check atomic headers with sha1sumMark Rutland-6/+40
2019-02-11locking/atomics: Change 'fold' to 'grep'Anders Roxell-1/+1
2019-02-11Merge branch 'locking/atomics' into locking/core, to pick up WIP commitsIngo Molnar-0/+942
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner-0/+40
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann-0/+40
2019-02-01tee: add bus driver framework for TEE based devicesSumit Garg-0/+22
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman-22/+28
2019-01-28kallsyms: Handle too long symbols in kallsyms.cEugene Loh-2/+2
2019-01-28kbuild: remove unnecessary in-subshell executionMasahiro Yamada-15/+14
2019-01-28kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada-13/+20
2019-01-28kbuild: simplify rules of data compression with size appendingMasahiro Yamada-11/+7
2019-01-28kbuild: merge KBUILD_VMLINUX_{INIT,MAIN} into KBUILD_VMLINUX_OBJSMasahiro Yamada-18/+10
2019-01-28kbuild: remove top-level built-in.aMasahiro Yamada-30/+8
2019-01-28kbuild: skip 'addtree' and 'flags' magic for external module buildMasahiro Yamada-7/+10
2019-01-22ver_linux: Assign constant RE to variable name for clarityAlexander Kapshuk-2/+4
2019-01-20coding-style: Clarify the expectations around boolJason Gunthorpe-13/+0
2019-01-21Merge tag 'gcc-plugins-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+21
2019-01-20gcc-plugins: arm_ssp_per_task_plugin: fix for GCC 9+Ard Biesheuvel-0/+18
2019-01-20gcc-plugins: arm_ssp_per_task_plugin: sign extend the SP maskArd Biesheuvel-2/+3
2019-01-16kernel-doc: suppress 'not described' warnings for embedded struct fieldsJonathan Corbet-1/+1
2019-01-16scripts/spdxcheck.py: Handle special quotation mark commentsThomas Gleixner-1/+7
2019-01-14kbuild: remove unused baseprereqMasahiro Yamada-4/+0