summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-fixes-for-4.13' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-281-1/+1
|\
| * scripts/dtc: dtx_diff - update include dts paths to match buildFrank Rowand2017-07-201-1/+1
* | Properly alphabetize MAINTAINERS fileLinus Torvalds2017-07-231-0/+77
|/
* Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2017-07-131-25/+4
|\
| * kbuild: remove wrapper files handling from Makefile.headersinstMasahiro Yamada2017-07-111-10/+1
| * kbuild: do not include old-kbuild-file from Makefile.headersinstMasahiro Yamada2017-07-111-5/+0
| * kbuild: pass dst= to Makefile.headersinst from top MakefileMasahiro Yamada2017-07-101-6/+2
| * kbuild: remove useless $(gen) variable in Makefile.headersinstMasahiro Yamada2017-07-101-4/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-134-6/+101
|\ \
| * | checkpatch: improve the STORAGE_CLASS testJoe Perches2017-07-121-2/+10
| * | scripts/gdb: lx-dmesg: use explicit encoding=utf8 errors=replaceLeonard Crestez2017-07-121-3/+10
| * | scripts/gdb: lx-dmesg: cast log_buf to void* for addr fetchLeonard Crestez2017-07-121-1/+1
| * | scripts/gdb: add lx-fdtdump commandPeter Griffin2017-07-122-0/+80
* | | Merge tag 'modules-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-121-0/+1
|\ \ \ | |/ / |/| |
| * | module: Add module name to modinfoKees Cook2017-05-231-0/+1
* | | checkpatch: improve multi-line alignment testJoe Perches2017-07-101-1/+1
* | | checkpatch: improve macro reuse testJoe Perches2017-07-101-6/+6
* | | checkpatch: change format of --color argument to --color[=WHEN]John Brooks2017-07-101-6/+29
* | | checkpatch: silence perl 5.26.0 unescaped left brace warningsCyril Bur2017-07-101-3/+3
* | | checkpatch: improve tests for multiple line function definitionsJoe Perches2017-07-101-1/+25
* | | checkpatch: remove false warning for commit referenceHeinrich Schuchardt2017-07-101-1/+3
* | | checkpatch: fix stepping through statements with $stat and ctx_statement_blockJoe Perches2017-07-101-1/+1
* | | checkpatch: [HLP]LIST_HEAD is also declarationSteffen Maier2017-07-101-1/+1
* | | checkpatch: warn when a MAINTAINERS entry isn't [A-Z]:\tJoe Perches2017-07-101-0/+11
* | | checkpatch: improve the unnecessary OOM message testJoe Perches2017-07-101-1/+1
| |/ |/|
* | Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-072-14/+41
|\ \
| * | kbuild: handle libs-y archives separately from built-in.o archivesNicholas Piggin2017-06-301-9/+36
| * | kbuild: thin archives use P option to arNicholas Piggin2017-06-302-5/+5
| * | kbuild: thin archives final link close --whole-archives optionNicholas Piggin2017-06-301-3/+3
* | | Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-0725-26/+37
|\ \ \
| * | | kbuild: create deterministic initramfs directory listingsBjørn Forsman2017-07-031-1/+1
| * | | scripts/mkcompile_h: Remove trailing spaces from compiler versionJonathan Liu2017-06-191-1/+1
| * | | scripts: Switch to more portable Perl shebangKamil Rytarowski2017-05-1424-25/+37
* | | | Merge tag 'kbuild-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-07-074-21/+17
|\ \ \ \
| * | | | kbuild: Add __cc-option macroMatthias Kaehlcke2017-06-252-8/+12
| * | | | kbuild: remove cc-option-alignMasahiro Yamada2017-06-251-5/+0
| * | | | kbuild: replace genhdr-y with generated-yMasahiro Yamada2017-06-221-1/+1
| * | | | kbuild: speed up checksyscalls.shArnd Bergmann2017-06-101-7/+4
| | |_|/ | |/| |
* | | | Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-072-2/+2
|\ \ \ \
| * | | | vsprintf: Add %p extension "%pOF" for device treePantelis Antoniou2017-06-271-1/+1
| * | | | scripts/dtc: dtx_diff - Show real file names in diff headerGeert Uytterhoeven2017-06-221-1/+1
| | |/ / | |/| |
* | | | scripts/spelling.txt: add a bunch more spelling mistakesColin Ian King2017-07-061-0/+31
* | | | scripts/gen_initramfs_list.sh: teach INITRAMFS_ROOT_UID and INITRAMFS_ROOT_GI...Rob Landley2017-07-061-0/+2
* | | | Merge tag 'gcc-plugins-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-056-0/+1061
|\ \ \ \
| * \ \ \ Merge branch 'merge/randstruct' into for-next/gcc-pluginsKees Cook2017-07-046-0/+1061
| |\ \ \ \
| | * | | | randstruct: Whitelist NIU struct page overloadingKees Cook2017-06-221-0/+2
| | * | | | randstruct: Whitelist big_key path struct overloadingKees Cook2017-06-221-0/+2
| | * | | | randstruct: Whitelist UNIXCB castKees Cook2017-06-221-0/+2
| | * | | | randstruct: Whitelist struct security_hook_heads castKees Cook2017-06-221-0/+2
| | * | | | gcc-plugins: Add the randstruct pluginKees Cook2017-06-226-0/+1046
OpenPOWER on IntegriCloud