summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-147-115/+174
|\
| * initramfs: Escape colons in depfileMichal Marek2016-09-231-1/+4
| * kbuild: add arch specific post-link MakefileNicholas Piggin2016-09-091-5/+9
| * kbuild: allow architectures to use thin archives instead of ld -rStephen Rothwell2016-09-092-15/+79
| * kbuild: Regenerate genksyms lexerMichal Marek2016-08-251-18/+17Star
| * kbuild: genksyms fix for typeof handlingNicholas Piggin2016-08-251-18/+17Star
| * fixdep: faster CONFIG_ searchAlexey Dobriyan2016-08-241-58/+28Star
| * [kbuild] handle exports in lib-y objects reliablyAl Viro2016-08-081-0/+20
* | scripts/tags.sh: enable code completion in VIMMathieu Maret2016-10-121-1/+2
* | checkpatch: improve the octal permissions testsJoe Perches2016-10-121-16/+44
* | checkpatch: add warning for unnamed function definition argumentsJoe Perches2016-10-121-0/+13
* | checkpatch: improve MACRO_ARG_PRECEDENCE testJoe Perches2016-10-121-1/+19
* | checkpatch: add --strict test for precedence challenged macro argumentsJoe Perches2016-10-121-1/+8
* | checkpatch: add --strict test for macro argument reuseJoe Perches2016-10-121-8/+35
* | checkpatch: improve the block comment * alignment testJoe Perches2016-10-121-7/+12
* | checkpatch: speed up checking for filenames in sections marked obsoleteJoe Perches2016-10-121-1/+1
* | const_structs.checkpatch: add frequently used from Julia Lawall's listJoe Perches2016-10-121-0/+25
* | checkpatch: externalize the structs that should be constJoe Perches2016-10-122-40/+63
* | checkpatch: don't test for prefer ether_addr_<foo>Joe Perches2016-10-121-35/+35
* | checkpatch: test multiple line block comment alignmentJoe Perches2016-10-121-0/+19
* | checkpatch: look for symbolic permissions and suggest octal insteadJoe Perches2016-10-121-6/+43
* | checkpatch: see if modified files are marked obsolete in MAINTAINERSJoe Perches2016-10-121-0/+14
* | spelling.txt: "modeled" is spelt correctlyJoe Perches2016-10-081-1/+0Star
* | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-083-1/+3
* | Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-10-061-0/+115
|\ \
| * | ftrace/scripts: Add helper script to bisect function tracing problem functionsSteven Rostedt (Red Hat)2016-09-211-0/+115
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-10-041-1/+4
|\ \ \
| * | | ubsan: allow to disable the null sanitizerChristian Borntraeger2016-09-201-1/+4
* | | | Merge tag 'docs-4.9' of git://git.lwn.net/linuxLinus Torvalds2016-10-041-16/+32
|\ \ \ \
| * | | | docs: Special-case function-pointer parameters in kernel-docJonathan Corbet2016-09-061-0/+2
| * | | | docs: make kernel-doc handle varargs properlyJonathan Corbet2016-09-061-1/+2
| * | | | docs-rst: kernel-doc: fix typedef output in RST formatMauro Carvalho Chehab2016-09-011-10/+24
| * | | | docs-rst: improve typedef parserMauro Carvalho Chehab2016-09-011-1/+3
| * | | | docs-rst: kernel-doc: better output struct membersMauro Carvalho Chehab2016-08-241-1/+1
| * | | | doc-rst: Revert "kernel-doc: fix handling of address_space tags"Markus Heiser2016-08-221-3/+0Star
| | |_|/ | |/| |
* | | | Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-10-042-346/+252Star
|\ \ \ \
| * \ \ \ Merge 4.8-rc5 into char-misc-nextGreg Kroah-Hartman2016-09-053-11/+3Star
| |\ \ \ \
| * | | | | ver_linux: rename ver_linux.awk to ver_linuxAlexander Kapshuk2016-08-311-0/+0
| * | | | | ver_linux: shell implementation removedAlexander Kapshuk2016-08-311-193/+0Star
| * | | | | ver_linux: complete awk implementationAlexander Kapshuk2016-08-311-0/+89
| * | | | | checkkconfigsymbols: use arglist instead of cmd stringValentin Rothberg2016-08-281-11/+16
| * | | | | checkkconfigsymblos: consistent symbol terminologyValentin Rothberg2016-08-281-67/+67
| * | | | | checkkconfigsymbols.py: fix pylint and pep8 warningsValentin Rothberg2016-08-281-10/+8Star
| * | | | | checkkconfigsymbols: use ArgumentParserValentin Rothberg2016-08-281-73/+69Star
| * | | | | checkkconfigsymbols.py: port to Python 3Valentin Rothberg2016-08-281-16/+17
| * | | | | checkkconfigsymbols.py: avoid shell injectionValentin Rothberg2016-08-271-5/+7
| * | | | | checkkconfigsymbols.py: add --no-color option, don't print color to non-TTYAndrew Donnellan2016-08-181-2/+10
| | |_|/ / | |/| | |
* | | | | scripts/recordmcount.c: account for .softirqentry.textDmitry Vyukov2016-09-292-0/+2
* | | | | scripts/faddr2line: improve on base path filtering a bitLinus Torvalds2016-09-191-1/+1
* | | | | scripts: add script for translating stack dump function offsetsJosh Poimboeuf2016-09-191-0/+177