summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-031-17/+0
|\
| * checkpatch: Remove checks for expedited grace periodsPaul E. McKenney2017-06-081-17/+0
* | Merge tag 'kbuild-fixes-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-06-246-11/+20
|\ \ | |/ |/|
| * kconfig: fix sparse warnings in nconfigRandy Dunlap2017-06-232-8/+8
| * kbuild: fix header installation under fakechroot environmentRichard Genoud2017-06-221-1/+9
| * kconfig: Check for libncurses before menuconfigBorislav Petkov2017-06-101-1/+1
| * tags: honor COMPILED_SOURCE with apart output directoryRobert Jarzmik2017-06-061-0/+1
| * genksyms: add printf format attribute to error_with_pos()Nicolas Iooss2017-06-061-1/+1
* | scripts/gdb: make lx-dmesg command work (reliably)André Draszik2017-06-021-4/+5
|/
* Merge tag 'devicetree-fixes-for-4.12' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-191-1/+1
|\
| * dtc: check.c fix compile errorShuah Khan2017-05-171-1/+1
* | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2017-05-1916-1/+16
|\ \
| * | devicetree: Move include prefixes from arch to separate directoryOlof Johansson2017-05-1816-1/+16
* | | kbuild: skip install/check of headers right under uapi directoriesMasahiro Yamada2017-05-181-16/+27
|/ /
* | Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-101-38/+30
|\ \
| * | uapi: export all arch specifics directoriesNicolas Dichtel2017-05-111-2/+1
| * | uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-111-26/+29
| * | Makefile.headersinst: remove destination-y optionNicolas Dichtel2017-05-111-1/+1
| * | Makefile.headersinst: cleanup input filesNicolas Dichtel2017-05-111-24/+14
* | | Merge tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-102-14/+7
|\ \ \
| * | | builddeb: fix typoAndrew Donnellan2017-04-251-1/+1
| * | | builddeb: Update a few outdated and hardcoded stringsRiku Voipio2017-04-251-6/+1
| * | | deb-pkg: Remove the KBUILD_IMAGE workaroundMichal Marek2017-03-201-6/+1
| * | | scripts: objdiff: Ignore debug info when comparingStephen Boyd2017-03-111-1/+4
* | | | Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-05-108-282/+280
|\ \ \ \ | |_|/ / |/| | |
| * | | kbuild: dtbinst: remove unnecessary __dtbs_install_prep targetMasahiro Yamada2017-05-081-8/+0
| * | | objtool: make it visible in make V=1 outputJiri Slaby2017-05-031-2/+2
| * | | kbuild: Add support to generate LLVM assembly filesVinícius Tinti2017-04-251-0/+8
| * | | kbuild: drop -Wno-unknown-warning-option from clang optionsMasahiro Yamada2017-04-231-1/+0
| * | | kbuild: fix asm-offset generation to work with clangJeroen Hofstee2017-04-231-2/+6
| * | | kbuild: consolidate redundant sed script ASM offset generationMasahiro Yamada2017-04-231-1/+0
| * | | kbuild: Consolidate header generation from ASM offset informationMatthias Kaehlcke2017-04-132-26/+30
| * | | kbuild, LLVMLinux: Add -Werror to cc-option to support clangMark Charlebois2017-04-121-3/+3
| * | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Masahiro Yamada2017-03-112-242/+234
| |\ \ \ | | |/ / | |/| |
| | * | genksyms: Regenerate parserMichal Marek2017-01-051-240/+234
| | * | genksyms: Fix segfault with invalid declarationsMichal Marek2017-01-051-2/+0
* | | | treewide: spelling: correct diffrent[iate] and banlance typosJoe Perches2017-05-081-0/+3
* | | | scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada2017-05-081-0/+3
* | | | scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-081-0/+1
* | | | scripts/spelling.txt: add "memory" pattern and fix typosStephen Boyd2017-05-081-0/+1
* | | | checkpatch: improve the SUSPECT_CODE_INDENT testJoe Perches2017-05-081-1/+3
* | | | checkpatch: improve the embedded function name test for patch contextsJoe Perches2017-05-081-9/+8
* | | | checkpatch: add --typedefsfileJerome Forissier2017-05-081-17/+35
* | | | checkpatch: improve k.alloc with multiplication and sizeof testJoe Perches2017-05-081-3/+10
* | | | checkpatch: special audit for revert commit lineWei Wang2017-05-081-0/+1
* | | | checkpatch: clarify the EMBEDDED_FUNCTION_NAME messageJoe Perches2017-05-081-5/+7
* | | | checkpatch: improve MULTISTATEMENT_MACRO_USE_DO_WHILE testJoe Perches2017-05-081-2/+4
* | | | checkpatch: avoid suggesting struct definitions should be constJoe Perches2017-05-081-3/+3
* | | | checkpatch: allow space leading blank lines in email headersJoe Perches2017-05-081-2/+2
* | | | checkpatch: improve EMBEDDED_FUNCTION_NAME testJoe Perches2017-05-081-0/+11