summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-141-0/+32
|\
| * x86/mm: Expand the exception table logic to allow new handling optionsTony Luck2016-02-181-0/+32
* | ld-version: Fix awk regex compile failureJames Hogan2016-03-131-1/+1
|/
* scripts: add "prune-kernel" script to clean up old kernel imagesJ. Bruce Fields2016-02-091-0/+20
* Merge tag 'powerpc-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-291-1/+2
|\
| * powerpc: Simplify module TOC handlingAlan Modra2016-01-211-1/+2
* | UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2016-01-202-0/+23
* | checkpatch: fix a number of COMPLEX_MACRO false positivesVladimir Zapolskiy2016-01-201-2/+3
* | checkpatch: improve macros with flow control testJoe Perches2016-01-201-1/+1
* | checkpatch: warn when casting constants to c90 int or longer typesJoe Perches2016-01-201-0/+42
* | scripts/get_maintainer.pl: handle file names beginning with ./Joe Perches2016-01-201-0/+4
|/
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2016-01-203-110/+184
|\
| * coccinelle: tests: unsigned value cannot be lesser than zeroAndrzej Hajda2016-01-121-0/+75
| * tags: Unify emacs and exuberant rulesMichal Marek2016-01-051-93/+109
| * tags: Drop the _PE ruleMichal Marek2016-01-051-2/+0
| * tags: Do not try to index defconfigsMichal Marek2016-01-051-12/+0
| * tags: Process Kconfig files in a single passMichal Marek2016-01-051-7/+2
| * tags: Fix erroneous pattern match in a commentMichal Marek2016-01-051-1/+1
| * tags: Treat header files as C codeMichal Marek2016-01-051-33/+33
| * package Makefile: fix perf-tar targets when outdir is setRiku Voipio2015-11-241-2/+2
| * scripts/tags.sh: Teach tags about more powerpc macrosMichael Ellerman2015-11-201-0/+1
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2016-01-203-4/+7
|\ \
| * | kconfig: fix qconf segfault by deleting heap objectsChris Bainbridge2016-01-111-0/+2
| * | kconfig: return 'false' instead of 'no' in bool functionVegard Nossum2016-01-051-1/+1
| * | kconfig: allow kconfig to handle longer path namesMarkus Mayer2015-12-101-3/+4
| |/
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-01-205-7/+15
|\ \
| * | kbuild: Demote 'sign-compare' warning to W=2Lee Jones2016-01-121-0/+2
| * | genksyms: Handle string literals with spaces in reference filesMichal Marek2015-12-091-2/+4
| * | fixdep: constify strrcmp argumentsNicolas Iooss2015-12-071-1/+1
| * | kbuild: Allow to specify composite modules with modname-mMichal Marek2015-11-252-4/+8
| |/
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-181-1/+32
|\ \
| * | checkpatch: add virt barriersMichael S. Tsirkin2016-01-121-1/+2
| * | checkpatch: check for __smp outside barrier.hMichael S. Tsirkin2016-01-121-0/+10
| * | checkpatch.pl: add missing memory barriersMichael S. Tsirkin2016-01-121-1/+21
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-171-2/+0
|\ \ \
| * | | page-flags: drop __TestClearPage*() helpersKirill A. Shutemov2016-01-151-2/+0
* | | | Merge tag 'docs-4.5' of git://git.lwn.net/linuxLinus Torvalds2016-01-171-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | kernel-doc: Fix parsing of DECLARE_BITMAP in structConchúr Navid2015-11-201-0/+2
| * | | kernel-doc: Strip #ifdef/#endif in enumsConchúr Navid2015-11-201-1/+2
| * | | kernel-doc: Fix stripping of #define in enumsConchúr Navid2015-11-201-1/+1
| | |/ | |/|
* | | Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-151-1/+2
|\ \ \
| * | | scripts/recordmcount.pl: support data in text section on powerpcUlrich Weigand2016-01-131-1/+2
* | | | modpost: don't add a trailing wildcard for OF module aliasesJavier Martinez Canillas2016-01-141-2/+1
* | | | scripts/bloat-o-meter: fix python3 syntax errorSergey Senozhatsky2016-01-141-4/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-01-131-1/+2
|\ \ \ \
| * | | | kbuild: add AFLAGS_REMOVE_(basename).o optionHeiko Carstens2015-12-181-1/+2
| |/ / /
* | | | Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-132-49/+187
|\ \ \ \
| * | | | Drivers: hv: vmbus: Use uuid_le type consistentlyK. Y. Srinivasan2015-12-141-1/+1
| * | | | checkkconfigsymbols.py: find similar symbolsValentin Rothberg2015-12-141-26/+88
| * | | | checkkconfigsymbols.py: multiprocessing of filesValentin Rothberg2015-12-141-26/+102