summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | kbuild: modpost warn if export version crc is missingNicholas Piggin2016-11-291-0/+6
| * | | kbuild: improve linker compatibility with lib-ksyms.o buildNicholas Piggin2016-11-291-1/+1
| * | | genksyms: Regenerate parserMichal Marek2016-11-293-381/+387
| * | | kbuild/genksyms: handle va_list typeNicholas Piggin2016-11-292-0/+3
| * | | kbuild: thin archives for multi-y targetsNicholas Piggin2016-11-291-3/+10
| * | | kbuild: kallsyms allow 3-pass generation if symbols size has changedNicholas Piggin2016-11-291-6/+13
| |/ /
* | | Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2016-12-161-0/+2
|\ \ \
| * | | powerpc: Build-time sort the exception tableNicholas Piggin2016-11-141-0/+2
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-12-151-2/+2
|\ \ \ \
| * | | | checkpatch: replace __bitwise__ with __bitwiseMichael S. Tsirkin2016-12-161-2/+2
* | | | | Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2016-12-151-0/+65
|\ \ \ \ \
| * | | | | recordmcount: arm: Implement make_nopStephen Boyd2016-11-141-0/+65
| | |/ / / | |/| | |
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-151-1/+1
|\ \ \ \ \
| * | | | | sign-file: Fix inplace signing when src and dst names are both specifiedAlex Yashchenko2016-12-141-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'modules-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-141-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | modpost: free allocated memoryHeinrich Schuchardt2016-11-261-0/+2
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-12-142-2/+2
|\ \ \ \
| * | | | treewide: Fix printk() message errorsMasanari Iida2016-12-142-2/+2
* | | | | Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-131-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge 4.9-rc5 into char-misc-nextGreg Kroah-Hartman2016-11-147-17/+25
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | checkkconfigsymbols.py: support git's "^" syntaxValentin Rothberg2016-10-281-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds2016-12-123-6/+86
|\ \ \ \ \
| * | | | | scripts: add a script to check if Documentation/00-INDEX is saneMauro Carvalho Chehab2016-12-051-0/+66
| * | | | | Merge tag 'v4.9-rc4' into soundJonathan Corbet2016-11-184-17/+17
| |\ \ \ \ \
| * | | | | | kernel-doc: add support for one line inline struct member doc commentsJani Nikula2016-11-161-1/+11
| * | | | | | kernel-doc: better parsing of named variable argumentsSilvio Fricke2016-10-281-2/+6
| * | | | | | docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-241-3/+3
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-125-34/+74
|\ \ \ \ \ \
| * | | | | | checkpatch: don't emit unified-diff error for rename-only patchesAndrew Jeffery2016-12-121-0/+1
| * | | | | | checkpatch: don't check c99 types like uint8_t under toolsTomas Winkler2016-12-121-1/+2
| * | | | | | checkpatch: avoid multiple line dereferencesJoe Perches2016-12-121-0/+12
| * | | | | | checkpatch: don't check .pl files, improve absolute path commit log testJoe Perches2016-12-121-15/+15
| * | | | | | scripts/checkpatch.pl: fix spellingAndrew Morton2016-12-121-1/+1
| * | | | | | checkpatch: don't try to get maintained status when --no-tree is givenJerome Forissier2016-12-121-1/+1
| * | | | | | get_maintainer: look for arbitrary letter prefixes in sectionsJoe Perches2016-12-121-3/+9
| * | | | | | kasan: turn on -fsanitize-address-use-after-scopeAndrey Ryabinin2016-12-121-0/+2
| * | | | | | scripts/tags.sh: handle OMAP platforms properlySam Protsenko2016-12-121-2/+17
| * | | | | | scripts/bloat-o-meter: compile .NUMBER regexAlexey Dobriyan2016-12-121-1/+3
| * | | | | | scripts/bloat-o-meter: don't use readlines()Alexey Dobriyan2016-12-121-11/+12
* | | | | | | treewide: Make remaining source files non-executableJoe Perches2016-12-121-0/+0
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-127-877/+832
|\ \ \ \ \ \ \
| * | | | | | | Kconfig: Regenerate *.c_shipped files after previous changesNicolas Pitre2016-11-162-858/+753
| * | | | | | | Kconfig: Introduce the "imply" keywordNicolas Pitre2016-11-165-19/+79
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-122-13/+23
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | scripts/decode_stacktrace.sh: Fix address line detection on x86Josh Poimboeuf2016-11-291-1/+2
| * | | | | | Merge branch 'x86/cpufeature' into x86/asm, to pick up dependencyIngo Molnar2016-11-177-17/+25
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | scripts/faddr2line: Fix "size mismatch" errorJosh Poimboeuf2016-10-251-12/+21
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-12-111-0/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | kbuild: make sure autoksyms.h exists earlyNicolas Pitre2016-12-011-0/+2
* | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-11-225-7/+84
|\| | | | |