aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2017-08-08parse-maintainers: Move matching sections from MAINTAINERSGravatar Joe Perches 1-0/+12
2017-08-08parse-maintainers: Use perl hash references and specific filenamesGravatar Joe Perches 1-23/+34
2017-08-08parse-maintainers: Add section pattern sortingGravatar Joe Perches 1-21/+49
2017-08-08get_maintainer: Prepare for separate MAINTAINERS filesGravatar Joe Perches 1-25/+66
2017-07-28Merge tag 'devicetree-fixes-for-4.13' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2017-07-23Properly alphabetize MAINTAINERS fileGravatar Linus Torvalds 1-0/+77
2017-07-20scripts/dtc: dtx_diff - update include dts paths to match buildGravatar Frank Rowand 1-1/+1
2017-07-13Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-25/+4
2017-07-13Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-6/+101
2017-07-12Merge tag 'modules-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2017-07-12checkpatch: improve the STORAGE_CLASS testGravatar Joe Perches 1-2/+10
2017-07-12scripts/gdb: lx-dmesg: use explicit encoding=utf8 errors=replaceGravatar Leonard Crestez 1-3/+10
2017-07-12scripts/gdb: lx-dmesg: cast log_buf to void* for addr fetchGravatar Leonard Crestez 1-1/+1
2017-07-12scripts/gdb: add lx-fdtdump commandGravatar Peter Griffin 2-0/+80
2017-07-11kbuild: remove wrapper files handling from Makefile.headersinstGravatar Masahiro Yamada 1-10/+1
2017-07-11kbuild: do not include old-kbuild-file from Makefile.headersinstGravatar Masahiro Yamada 1-5/+0
2017-07-10checkpatch: improve multi-line alignment testGravatar Joe Perches 1-1/+1
2017-07-10checkpatch: improve macro reuse testGravatar Joe Perches 1-6/+6
2017-07-10checkpatch: change format of --color argument to --color[=WHEN]Gravatar John Brooks 1-6/+29
2017-07-10checkpatch: silence perl 5.26.0 unescaped left brace warningsGravatar Cyril Bur 1-3/+3
2017-07-10checkpatch: improve tests for multiple line function definitionsGravatar Joe Perches 1-1/+25
2017-07-10checkpatch: remove false warning for commit referenceGravatar Heinrich Schuchardt 1-1/+3
2017-07-10checkpatch: fix stepping through statements with $stat and ctx_statement_blockGravatar Joe Perches 1-1/+1
2017-07-10checkpatch: [HLP]LIST_HEAD is also declarationGravatar Steffen Maier 1-1/+1
2017-07-10checkpatch: warn when a MAINTAINERS entry isn't [A-Z]:\tGravatar Joe Perches 1-0/+11
2017-07-10checkpatch: improve the unnecessary OOM message testGravatar Joe Perches 1-1/+1
2017-07-10kbuild: pass dst= to Makefile.headersinst from top MakefileGravatar Masahiro Yamada 1-6/+2
2017-07-10kbuild: remove useless $(gen) variable in Makefile.headersinstGravatar Masahiro Yamada 1-4/+1
2017-07-07Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-14/+41
2017-07-07Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 25-26/+37
2017-07-07Merge tag 'kbuild-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 4-21/+17
2017-07-07Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-2/+2
2017-07-06scripts/spelling.txt: add a bunch more spelling mistakesGravatar Colin Ian King 1-0/+31
2017-07-06scripts/gen_initramfs_list.sh: teach INITRAMFS_ROOT_UID and INITRAMFS_ROOT_GI...Gravatar Rob Landley 1-0/+2
2017-07-05Merge tag 'gcc-plugins-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 6-0/+1061
2017-07-04Merge branch 'merge/randstruct' into for-next/gcc-pluginsGravatar Kees Cook 6-0/+1061
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxGravatar Linus Torvalds 7-900/+5
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-17/+0
2017-07-03scripts/kernel-doc: handle DECLARE_HASHTABLEGravatar Jakub Kicinski 1-0/+2
2017-07-03kbuild: create deterministic initramfs directory listingsGravatar Bjørn Forsman 1-1/+1
2017-06-30kbuild: handle libs-y archives separately from built-in.o archivesGravatar Nicholas Piggin 1-9/+36
2017-06-30kbuild: thin archives use P option to arGravatar Nicholas Piggin 2-5/+5
2017-06-30kbuild: thin archives final link close --whole-archives optionGravatar Nicholas Piggin 1-3/+3
2017-06-27vsprintf: Add %p extension "%pOF" for device treeGravatar Pantelis Antoniou 1-1/+1
2017-06-25kbuild: Add __cc-option macroGravatar Matthias Kaehlcke 2-8/+12
2017-06-25kbuild: remove cc-option-alignGravatar Masahiro Yamada 1-5/+0
2017-06-24Merge tag 'kbuild-fixes-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 6-11/+20
2017-06-23Docs: clean up some DocBook loose endsGravatar Jonathan Corbet 4-885/+2
2017-06-22randstruct: Whitelist NIU struct page overloadingGravatar Kees Cook 1-0/+2
2017-06-22randstruct: Whitelist big_key path struct overloadingGravatar Kees Cook 1-0/+2