summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2019-03-07checkpatch: add test for SPDX-License-Identifier on wrong line #Joe Perches
2019-03-07checkpatch: allow reporting C99 style commentsVadim Bendebury
2019-03-07checkpatch: add some new alloc functions to various testsJoe Perches
2019-03-07checkpatch: verify SPDX comment styleJoe Perches
2019-03-07scripts/spelling.txt: add more spellings to spelling.txtColin Ian King
2019-03-07platform/x86: wmi: add WMI support to MODULE_DEVICE_TABLE()Mattias Jacobsson
2019-03-07platform/x86: wmi: move struct wmi_device_id to mod_devicetable.hMattias Jacobsson
2019-03-06modpost: file2alias: define size of aliasMattias Jacobsson
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-03-07leaking_addresses: Completely remove --version flagTobin C. Harding
2019-03-07leaking_addresses: Fix calls to dprintTobin C. Harding
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-03-05scripts/decode_stacktrace.sh: handle RIP address with segmentKonstantin Khlebnikov
2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-04gcc-plugins: structleak: Generalize to all variable typesKees Cook
2019-03-04kbuild: clean up scripts/gcc-version.shMasahiro Yamada
2019-03-04kbuild: remove cc-version macroMasahiro Yamada
2019-03-04kbuild: update comment block of scripts/clang-version.shMasahiro Yamada
2019-03-01kasan: turn off asan-stack for clang-8 and earlierArnd Bergmann
2019-02-28of: add dtc annotations functionality to dtx_diffFrank Rowand
2019-02-28kbuild: [bin]deb-pkg: add DPKG_FLAGS variableKacper Kołodziej
2019-02-28Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner
2019-02-27kbuild: move ".config not found!" message from Kconfig to MakefileMasahiro Yamada
2019-02-27kbuild: refactor cc-cross-prefix implementationMasahiro Yamada
2019-02-27kbuild: hardcode genksyms path and remove GENKSYMS variableMasahiro Yamada
2019-02-27scripts/gdb: refactor rules for symlink creationMasahiro Yamada
2019-02-27scripts/gdb: do not descend into scripts/gdb from scriptsMasahiro Yamada
2019-02-22scripts/spdxcheck.py: fix C++ comment style detectionAurélien Cedeyn
2019-02-20kbuild: generate modules.order only when CONFIG_MODULES=yMasahiro Yamada
2019-02-20kbuild: pkg: use -f $(srctree)/Makefile to recurse to top MakefileMasahiro Yamada
2019-02-20kbuild: Disable extra debugging info in .s outputMasahiro Yamada
2019-02-19checksyscalls: fix up mq_timedreceive and stat exceptionsArnd Bergmann
2019-02-19asm-generic: Make time32 syscall numbers optionalArnd Bergmann
2019-02-19kallsyms: include <asm/bitsperlong.h> instead of <asm/types.h>Masahiro Yamada
2019-02-19kallsyms: remove unneeded memset() callsMasahiro Yamada
2019-02-19kallsyms: add static qualifiers where missingMasahiro Yamada
2019-02-19asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov
2019-02-13kconfig: rename zconf.y to parser.yMasahiro Yamada
2019-02-13kconfig: rename zconf.l to lexer.lMasahiro Yamada
2019-02-13locking/atomics: Check atomic headers with sha1sumMark Rutland
2019-02-11locking/atomics: Change 'fold' to 'grep'Anders Roxell
2019-02-11Merge branch 'locking/atomics' into locking/core, to pick up WIP commitsIngo Molnar
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann
2019-02-01tee: add bus driver framework for TEE based devicesSumit Garg
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman