summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2018-03-201-68/+99
|\
| * checkpatch: two spelling fixesClaudio Fontana2018-03-151-1/+1
| * checkpatch: improve get_quoted_string for TRACE_EVENT macrosJoe Perches2018-03-151-1/+2
| * checkpatch: warn for use of %pxTobin C. Harding2018-03-151-16/+32
| * checkpatch: add sub routine get_stat_here()Tobin C. Harding2018-03-151-32/+20
| * checkpatch: remove unused variable declarationsTobin C. Harding2018-03-151-2/+0
| * checkpatch: add sub routine get_stat_real()Tobin C. Harding2018-03-151-16/+16
| * checkpatch: add Crypto ON_STACK to declaration_macrosGilad Ben-Yossef2018-03-151-1/+2
| * checkpatch.pl: add SPDX license tag checkRob Herring2018-03-151-0/+27
| * checkpatch: improve parse_email signature checkingJoe Perches2018-03-151-1/+1
* | Merge remote-tracking branch 'devicetree/for-next'Stephen Rothwell2018-03-2026-5035/+628
|\ \
| * | scripts: turn off some new dtc warnings by defaultRob Herring2018-03-051-0/+2
| * | scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987Rob Herring2018-03-0520-317/+619
| * | scripts/dtc: generate lexer and parser during build instead of shippingRob Herring2018-03-055-4713/+5
| * | scripts: re-enable some now fixed dtc warningsRob Herring2018-03-011-3/+0
| * | kbuild: add dtc as dependency on .dtb filesRob Herring2018-03-011-1/+1
| * | kbuild: remove remaining use of undefined YACC_PREFIXRob Herring2018-03-011-1/+1
* | | Merge remote-tracking branch 'drm-misc/for-linux-next'Stephen Rothwell2018-03-201-10/+0
|\ \ \
| * | | drm: remove drm_mode_object_{un/reference} aliasesHaneen Mohammed2018-03-191-10/+0
| |/ /
* | | Merge remote-tracking branch 'jc_docs/docs-next'Stephen Rothwell2018-03-202-302/+394
|\ \ \
| * \ \ Merge branch 'kerneldoc2' into docs-nextJonathan Corbet2018-02-201-301/+365
| |\ \ \
| | * | | docs: Add an SPDX header to kernel-docJonathan Corbet2018-02-201-0/+1
| | * | | docs: kernel-doc: Don't mangle literal code blocks in commentsJonathan Corbet2018-02-151-5/+64
| | * | | docs: kernel-doc: Finish moving STATE_* code out of process_file()Jonathan Corbet2018-02-151-62/+77
| | * | | docs: kernel-doc: Move STATE_PROTO processing into its own functionJonathan Corbet2018-02-151-18/+28
| | * | | docs: kernel-doc: Move STATE_BODY processing to a separate functionJonathan Corbet2018-02-151-92/+101
| | * | | docs: kernel-doc: Move STATE_NAME processing into its own functionJonathan Corbet2018-02-151-65/+72
| | * | | docs: kernel-doc: Move STATE_NORMAL processing into its own functionJonathan Corbet2018-02-151-5/+16
| | * | | docs: kernel-doc: Rename and split STATE_FIELDJonathan Corbet2018-02-151-11/+11
| | * | | docs: kernel-doc: Get rid of xml_escape() and friendsJonathan Corbet2018-02-151-56/+9
| * | | | scripts: kernel-doc: support in-line comments on nested structs/unionsMauro Carvalho Chehab2018-02-181-1/+1
| * | | | scripts: kernel_doc: fixup reporting of function identifiersMike Rapoport2018-02-181-1/+1
| * | | | Add scripts/split-man.plMatthew Wilcox2018-02-131-0/+28
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'arm64/for-next/core'Stephen Rothwell2018-03-201-0/+1
|\ \ \ \
| * | | | scripts/kallsyms: filter arm64's __efistub_ symbolsArd Biesheuvel2018-03-061-0/+1
| |/ / /
* | | | Merge remote-tracking branch 'asm-generic/master'Stephen Rothwell2018-03-205-65/+3
|\ \ \ \
| * | | | scripts/checkstack.pl: remove blackfin supportTobias Klauser2018-03-161-3/+0
| * | | | recordmcount.pl: drop blackin and tile supportArnd Bergmann2018-03-161-8/+0
| * | | | arch: remove blackfin portArnd Bergmann2018-03-151-26/+0
| * | | | mn10300: Remove the architectureDavid Howells2018-03-091-4/+3
| * | | | Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2018-03-072-24/+0
| |\ \ \ \
| | * | | | Drop a bunch of metag referencesJames Hogan2018-02-232-24/+0
| | |/ / /
* | | | | Merge remote-tracking branch 'leaks/leaks-next'Stephen Rothwell2018-03-201-113/+259
|\ \ \ \ \
| * | | | | leaking_addresses: check if file name contains addressTobin C. Harding2018-03-071-0/+12
| * | | | | leaking_addresses: explicitly name variable used in regexTobin C. Harding2018-03-021-1/+1
| * | | | | leaking_addresses: remove version numberTobin C. Harding2018-03-021-2/+0
| * | | | | leaking_addresses: skip '/proc/1/syscall'Tobin C. Harding2018-03-021-0/+1
| * | | | | leaking_addresses: skip all /proc/PID except /proc/1Tobin C. Harding2018-03-021-0/+12
| * | | | | leaking_addresses: cache architecture nameTobin C. Harding2018-02-271-3/+5
| * | | | | leaking_addresses: simplify path skippingTobin C. Harding2018-02-271-61/+29