aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-0/+32
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds19-235/+1622
2017-11-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2017-11-13Merge tag 'docs-4.15' of git://git.lwn.net/linuxLinus Torvalds3-4/+90
2017-11-12modpost: detect modules without a MODULE_LICENSERandy Dunlap1-1/+1
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+305
2017-11-09Merge branch 'dt/kbuild' into dt/nextRob Herring2-4/+7
2017-11-09kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.libMasahiro Yamada2-4/+7
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar95-1/+400
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar95-2/+400
2017-11-06scripts: add leaking_addresses.plTobin C. Harding1-0/+305
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller94-1/+95
2017-11-02Kbuild: don't pass "-C" to preprocessor when processing linker scriptsLinus Torvalds1-1/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds94-0/+94
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman94-0/+94
2017-11-02Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar1-1/+0
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-7/+1
2017-10-28Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2017-10-25scripts/dtc: Update to upstream version v1.4.5-6-gc1e55a5513e9Rob Herring2-1/+10
2017-10-24linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon1-1/+1
2017-10-23scripts: Add a script to find unused documentationsayli karnik1-0/+62
2017-10-23Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixesIngo Molnar4-4/+38
2017-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-6/+1
2017-10-22Input: do not use property bits when generating module aliasDmitry Torokhov2-6/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-4/+10
2017-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-1/+6
2017-10-19Input: allow matching device IDs on property bitsDmitry Torokhov2-1/+6
2017-10-14x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf1-1/+1
2017-10-13scripts/kallsyms.c: ignore symbol type 'n'Guenter Roeck1-1/+1
2017-10-12scripts: fix faddr2line to work on last symbolNeilBrown1-2/+3
2017-10-12Documentation: add script and build target to check for broken file referencesJani Nikula1-0/+15
2017-10-07kbuild: drop unused symverfile in Makefile.modpostCao jin1-1/+0
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-14/+45
2017-10-03checkpatch: fix ignoring cover-letter logicStafford Horne1-1/+1
2017-10-03scripts/spelling.txt: add more spelling mistakes to spelling.txtColin Ian King1-0/+33
2017-10-03scripts/dtc: Update to upstream version v1.4.5-3-gb1a60033c110Rob Herring16-230/+1603
2017-10-03scripts/dtc: add fdt_overlay.c and fdt_addresses.c to sync scriptRob Herring1-1/+3
2017-10-02thunderbolt: Add support for XDomain discovery protocolMika Westerberg2-0/+32
2017-09-28objtool: Skip unreachable warnings for GCC 4.4 and olderJosh Poimboeuf1-0/+2
2017-09-26scripts/kernel-doc: warn on excess enum value descriptionsJohannes Berg1-4/+13
2017-09-24Merge tag 'devicetree-fixes-for-4.14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-13/+9
2017-09-20scripts/dtc: dtx_diff - 2nd update of include dts paths to match buildFrank Rowand1-13/+9
2017-09-21kbuild: rpm-pkg: fix version number handlingMasahiro Yamada3-15/+2
2017-09-21kbuild: deb-pkg: remove firmware package supportMasahiro Yamada1-21/+1
2017-09-21kbuild: rpm-pkg: delete firmware_install to fix build errorMasahiro Yamada1-6/+2
2017-09-15Merge tag 'firmware_removal-4.14-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-70/+0
2017-09-14firmware: delete in-kernel firmwareGreg Kroah-Hartman1-70/+0
2017-09-14Merge tag 'kbuild-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds3-20/+19
2017-09-13Merge tag 'modules-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+24
2017-09-13Merge tag 'docs-4.14' of git://git.lwn.net/linuxLinus Torvalds1-1/+0
2017-09-12Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+6
2017-09-13kbuild: buildtar: do not print successful message if tar returns errorMasahiro Yamada1-16/+13
2017-09-13kbuild: buildtar: fix tar error when CONFIG_MODULES is disabledMasahiro Yamada1-2/+3
2017-09-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-18/+43
2017-09-09remove gperf left-overs from build systemLinus Torvalds1-9/+0
2017-09-08checkpatch: add 6 missing types to --list-typesJean Delvare1-1/+2
2017-09-08checkpatch: rename variables to avoid confusionJean Delvare1-16/+16
2017-09-08checkpatch: fix typo in commentJean Delvare1-1/+1
2017-09-08checkpatch: add --strict check for ifs with unnecessary parenthesesJoe Perches1-0/+24
2017-09-08genksyms: fix gperf removal conversionLinus Torvalds2-2/+2
2017-09-08docs-rst: don't require adjustbox anymoreMauro Carvalho Chehab1-1/+0
2017-09-07Merge branch 'gperf-removal'Linus Torvalds14-662/+151
2017-09-07Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-5/+12
2017-09-07Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+4
2017-09-06modpost: simplify sec_name()Masahiro Yamada1-16/+11
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+13
2017-09-03Merge branch 'docs-next' of git://git.lwn.net/linuxLinus Torvalds2-0/+613
2017-09-02kbuild: Use KCONFIG_CONFIG in buildtarNicolas Porcel1-2/+2
2017-09-01Kbuild: enable -Wunused-macros warning for "make W=2"Johannes Thumshirn1-0/+1
2017-09-01kbuild: use $(abspath ...) instead of $(shell cd ... && /bin/pwd)Masahiro Yamada1-1/+1
2017-08-31scripts/dtc: fix '%zx' warningRussell King1-1/+1
2017-08-30kernel-doc parser mishandles declarations split into linesMarkus Heiser1-0/+4
2017-08-24Merge tag 'kbuild-fixes-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-16/+15
2017-08-25kbuild: update comments of Makefile.asm-genericCao jin1-2/+2
2017-08-21of: search scripts/dtc/include-prefixes path for both CPP and DTCMasahiro Yamada1-2/+4
2017-08-21of: remove arch/$(SRCARCH)/boot/dts from include search path for CPPMasahiro Yamada1-1/+0
2017-08-21of: remove drivers/of/testcase-data from include search path for CPPMasahiro Yamada1-1/+0
2017-08-21kbuild: Do not use hyphen in exported variable nameBen Hutchings1-2/+2
2017-08-19Remove gperf usage from toolchainLinus Torvalds14-662/+151
2017-08-10Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar3-26/+195
2017-08-10fixdep: trivial: typo fix and correctionCao jin1-3/+3
2017-08-10kbuild: trivial cleanups on the commentsCao jin3-9/+8
2017-08-08parse-maintainers: Move matching sections from MAINTAINERSJoe Perches1-0/+12
2017-08-08parse-maintainers: Use perl hash references and specific filenamesJoe Perches1-23/+34
2017-08-08parse-maintainers: Add section pattern sortingJoe Perches1-21/+49
2017-08-08get_maintainer: Prepare for separate MAINTAINERS filesJoe Perches1-25/+66
2017-08-07Merge branch 'for-next/gcc-plugin/structleak' into for-next/gcc-pluginsKees Cook2-2/+12
2017-08-07scripts/sphinx-pre-install: add minimum support for RHELMauro Carvalho Chehab1-12/+42
2017-08-07gcc-plugins: structleak: add option to init all vars used as byref argsArd Biesheuvel2-2/+12
2017-08-01randstruct: Enable function pointer struct detectionKees Cook1-3/+0
2017-07-31selinux: genheaders should fail if too many permissions are definedStephen Smalley1-1/+6
2017-07-28Merge tag 'devicetree-fixes-for-4.13' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2017-07-26x86/unwind: Add the ORC unwinderJosh Poimboeuf1-4/+10
2017-07-25modpost: abort if module name is too longWanlong Gao1-5/+24
2017-07-25objtool: Fix gcov check for older versions of GCCJosh Poimboeuf1-0/+3
2017-07-23Properly alphabetize MAINTAINERS fileLinus Torvalds1-0/+77
2017-07-23sphinx-pre-install: add support for MageiaMauro Carvalho Chehab1-1/+36
2017-07-23sphinx-pre-install: fix USE needs for GraphViz and ImageMagickMauro Carvalho Chehab1-1/+6
2017-07-23sphinx-pre-install: add dependencies for ImageMagick to work with svgMauro Carvalho Chehab1-0/+6
2017-07-23sphinx-pre-install: check for the need of graphviz-gdMauro Carvalho Chehab1-0/+9
2017-07-23sphinx-pre-install: use a requirements fileMauro Carvalho Chehab1-3/+2
2017-07-23sphinx-pre-install: detect an existing virtualenvMauro Carvalho Chehab1-10/+18
2017-07-23scripts/sphinx-pre-install: add a script to check Sphinx installMauro Carvalho Chehab1-0/+517
2017-07-20scripts/dtc: dtx_diff - update include dts paths to match buildFrank Rowand1-1/+1
2017-07-13Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-25/+4
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-6/+101
2017-07-12Merge tag 'modules-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2017-07-12checkpatch: improve the STORAGE_CLASS testJoe Perches1-2/+10
2017-07-12scripts/gdb: lx-dmesg: use explicit encoding=utf8 errors=replaceLeonard Crestez1-3/+10
2017-07-12scripts/gdb: lx-dmesg: cast log_buf to void* for addr fetchLeonard Crestez1-1/+1
2017-07-12scripts/gdb: add lx-fdtdump commandPeter Griffin2-0/+80
2017-07-11kbuild: remove wrapper files handling from Makefile.headersinstMasahiro Yamada1-10/+1
2017-07-11kbuild: do not include old-kbuild-file from Makefile.headersinstMasahiro Yamada1-5/+0
2017-07-10checkpatch: improve multi-line alignment testJoe Perches1-1/+1
2017-07-10checkpatch: improve macro reuse testJoe Perches1-6/+6
2017-07-10checkpatch: change format of --color argument to --color[=WHEN]John Brooks1-6/+29
2017-07-10checkpatch: silence perl 5.26.0 unescaped left brace warningsCyril Bur1-3/+3
2017-07-10checkpatch: improve tests for multiple line function definitionsJoe Perches1-1/+25
2017-07-10checkpatch: remove false warning for commit referenceHeinrich Schuchardt1-1/+3
2017-07-10checkpatch: fix stepping through statements with $stat and ctx_statement_blockJoe Perches1-1/+1
2017-07-10checkpatch: [HLP]LIST_HEAD is also declarationSteffen Maier1-1/+1
2017-07-10checkpatch: warn when a MAINTAINERS entry isn't [A-Z]:\tJoe Perches1-0/+11
2017-07-10checkpatch: improve the unnecessary OOM message testJoe Perches1-1/+1
2017-07-10kbuild: pass dst= to Makefile.headersinst from top MakefileMasahiro Yamada1-6/+2
2017-07-10kbuild: remove useless $(gen) variable in Makefile.headersinstMasahiro Yamada1-4/+1
2017-07-07Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-14/+41
2017-07-07Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds25-26/+37
2017-07-07Merge tag 'kbuild-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds4-21/+17
2017-07-07Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2017-07-06scripts/spelling.txt: add a bunch more spelling mistakesColin Ian King1-0/+31
2017-07-06scripts/gen_initramfs_list.sh: teach INITRAMFS_ROOT_UID and INITRAMFS_ROOT_GI...Rob Landley1-0/+2
2017-07-05Merge tag 'gcc-plugins-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-0/+1061
2017-07-04Merge branch 'merge/randstruct' into for-next/gcc-pluginsKees Cook6-0/+1061
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds7-900/+5
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-17/+0
2017-07-03scripts/kernel-doc: handle DECLARE_HASHTABLEJakub Kicinski1-0/+2
2017-07-03kbuild: create deterministic initramfs directory listingsBjørn Forsman1-1/+1
2017-06-30kbuild: handle libs-y archives separately from built-in.o archivesNicholas Piggin1-9/+36
2017-06-30kbuild: thin archives use P option to arNicholas Piggin2-5/+5
2017-06-30kbuild: thin archives final link close --whole-archives optionNicholas Piggin1-3/+3
2017-06-27vsprintf: Add %p extension "%pOF" for device treePantelis Antoniou1-1/+1
2017-06-25kbuild: Add __cc-option macroMatthias Kaehlcke2-8/+12
2017-06-25kbuild: remove cc-option-alignMasahiro Yamada1-5/+0
2017-06-24Merge tag 'kbuild-fixes-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-11/+20
2017-06-23Docs: clean up some DocBook loose endsJonathan Corbet4-885/+2
2017-06-22randstruct: Whitelist NIU struct page overloadingKees Cook1-0/+2
2017-06-22randstruct: Whitelist big_key path struct overloadingKees Cook1-0/+2
2017-06-22randstruct: Whitelist UNIXCB castKees Cook1-0/+2
2017-06-22randstruct: Whitelist struct security_hook_heads castKees Cook1-0/+2
2017-06-22gcc-plugins: Add the randstruct pluginKees Cook6-0/+1046
2017-06-23kconfig: fix sparse warnings in nconfigRandy Dunlap2-8/+8
2017-06-22scripts/dtc: dtx_diff - Show real file names in diff headerGeert Uytterhoeven1-1/+1
2017-06-22kbuild: replace genhdr-y with generated-yMasahiro Yamada1-1/+1
2017-06-22kbuild: fix header installation under fakechroot environmentRichard Genoud1-1/+9
2017-06-19scripts/mkcompile_h: Remove trailing spaces from compiler versionJonathan Liu1-1/+1
2017-06-10kconfig: Check for libncurses before menuconfigBorislav Petkov1-1/+1
2017-06-10kbuild: speed up checksyscalls.shArnd Bergmann1-7/+4
2017-06-08checkpatch: Remove checks for expedited grace periodsPaul E. McKenney1-17/+0
2017-06-06tags: honor COMPILED_SOURCE with apart output directoryRobert Jarzmik1-0/+1
2017-06-06genksyms: add printf format attribute to error_with_pos()Nicolas Iooss1-1/+1
2017-06-02scripts/gdb: make lx-dmesg command work (reliably)André Draszik1-4/+5
2017-05-28gcc-plugins: Detail c-common.h location for GCC 4.6Kees Cook1-0/+7
2017-05-23module: Add module name to modinfoKees Cook1-0/+1
2017-05-19Merge tag 'devicetree-fixes-for-4.12' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2017-05-19Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds16-1/+16
2017-05-18devicetree: Move include prefixes from arch to separate directoryOlof Johansson16-1/+16
2017-05-18Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet2-17/+3
2017-05-18doc: ReSTify SELinux.txtKees Cook1-1/+1
2017-05-18kbuild: skip install/check of headers right under uapi directoriesMasahiro Yamada1-16/+27
2017-05-17dtc: check.c fix compile errorShuah Khan1-1/+1
2017-05-16docs: remove DocBook from the building systemMauro Carvalho Chehab2-17/+3
2017-05-14scripts: Switch to more portable Perl shebangKamil Rytarowski24-25/+37
2017-05-10Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-38/+30
2017-05-10Merge tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-14/+7
2017-05-10Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-282/+280
2017-05-11uapi: export all arch specifics directoriesNicolas Dichtel1-2/+1
2017-05-11uapi: export all headers under uapi directoriesNicolas Dichtel1-26/+29
2017-05-11Makefile.headersinst: remove destination-y optionNicolas Dichtel1-1/+1
2017-05-11Makefile.headersinst: cleanup input filesNicolas Dichtel1-24/+14
2017-05-08treewide: spelling: correct diffrent[iate] and banlance typosJoe Perches1-0/+3
2017-05-08scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada1-0/+3
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd1-0/+1
2017-05-08scripts/spelling.txt: add "memory" pattern and fix typosStephen Boyd1-0/+1
2017-05-08checkpatch: improve the SUSPECT_CODE_INDENT testJoe Perches1-1/+3
2017-05-08checkpatch: improve the embedded function name test for patch contextsJoe Perches1-9/+8
2017-05-08checkpatch: add --typedefsfileJerome Forissier1-17/+35
2017-05-08checkpatch: improve k.alloc with multiplication and sizeof testJoe Perches1-3/+10
2017-05-08checkpatch: special audit for revert commit lineWei Wang1-0/+1
2017-05-08checkpatch: clarify the EMBEDDED_FUNCTION_NAME messageJoe Perches1-5/+7
2017-05-08checkpatch: improve MULTISTATEMENT_MACRO_USE_DO_WHILE testJoe Perches1-2/+4
2017-05-08checkpatch: avoid suggesting struct definitions should be constJoe Perches1-3/+3
2017-05-08checkpatch: allow space leading blank lines in email headersJoe Perches1-2/+2
2017-05-08checkpatch: improve EMBEDDED_FUNCTION_NAME testJoe Perches1-0/+11
2017-05-08checkpatch: add ability to find bad uses of vsprintf %p<foo> extensionsJoe Perches1-0/+26
2017-05-08checkpatch: remove obsolete CONFIG_EXPERIMENTAL checksRuslan Bilovol1-13/+0
2017-05-08kbuild: dtbinst: remove unnecessary __dtbs_install_prep targetMasahiro Yamada1-8/+0
2017-05-05Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds21-184/+555
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2017-05-03Merge tag 'modules-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1