aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2016-01-29Merge tag 'powerpc-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+2
2016-01-21powerpc: Simplify module TOC handlingGravatar Alan Modra 1-1/+2
2016-01-20UBSAN: run-time undefined behavior sanity checkerGravatar Andrey Ryabinin 2-0/+23
2016-01-20checkpatch: fix a number of COMPLEX_MACRO false positivesGravatar Vladimir Zapolskiy 1-2/+3
2016-01-20checkpatch: improve macros with flow control testGravatar Joe Perches 1-1/+1
2016-01-20checkpatch: warn when casting constants to c90 int or longer typesGravatar Joe Perches 1-0/+42
2016-01-20scripts/get_maintainer.pl: handle file names beginning with ./Gravatar Joe Perches 1-0/+4
2016-01-20Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 3-110/+184
2016-01-20Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 3-4/+7
2016-01-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 5-7/+15
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+32
2016-01-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+0
2016-01-17Merge tag 'docs-4.5' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+4
2016-01-15page-flags: drop __TestClearPage*() helpersGravatar Kirill A. Shutemov 1-2/+0
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+2
2016-01-14modpost: don't add a trailing wildcard for OF module aliasesGravatar Javier Martinez Canillas 1-2/+1
2016-01-14scripts/bloat-o-meter: fix python3 syntax errorGravatar Sergey Senozhatsky 1-4/+4
2016-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-1/+2
2016-01-13Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-49/+187
2016-01-13scripts/recordmcount.pl: support data in text section on powerpcGravatar Ulrich Weigand 1-1/+2
2016-01-12Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2016-01-12checkpatch: add virt barriersGravatar Michael S. Tsirkin 1-1/+2
2016-01-12checkpatch: check for __smp outside barrier.hGravatar Michael S. Tsirkin 1-0/+10
2016-01-12checkpatch.pl: add missing memory barriersGravatar Michael S. Tsirkin 1-1/+21
2016-01-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-1/+3
2016-01-12coccinelle: tests: unsigned value cannot be lesser than zeroGravatar Andrzej Hajda 1-0/+75
2016-01-12kbuild: Demote 'sign-compare' warning to W=2Gravatar Lee Jones 1-0/+2
2016-01-11kconfig: fix qconf segfault by deleting heap objectsGravatar Chris Bainbridge 1-0/+2
2016-01-10um: link with -lpthreadGravatar Vegard Nossum 1-1/+1
2016-01-08ld-version: Fix it on FedoraGravatar Michael S. Tsirkin 1-0/+2
2016-01-05tags: Unify emacs and exuberant rulesGravatar Michal Marek 1-93/+109
2016-01-05tags: Drop the _PE ruleGravatar Michal Marek 1-2/+0
2016-01-05tags: Do not try to index defconfigsGravatar Michal Marek 1-12/+0
2016-01-05tags: Process Kconfig files in a single passGravatar Michal Marek 1-7/+2
2016-01-05tags: Fix erroneous pattern match in a commentGravatar Michal Marek 1-1/+1
2016-01-05tags: Treat header files as C codeGravatar Michal Marek 1-33/+33
2016-01-05kconfig: return 'false' instead of 'no' in bool functionGravatar Vegard Nossum 1-1/+1
2016-01-04ftrace/scripts: Fix incorrect use of sprintf in recordmcountGravatar Colin Ian King 1-1/+1
2016-01-04Fix ld-version.sh to handle large 3rd version partGravatar James Hogan 1-1/+1
2015-12-18kbuild: add AFLAGS_REMOVE_(basename).o optionGravatar Heiko Carstens 1-1/+2
2015-12-16ftrace/scripts: Have recordmcount copy the object fileGravatar Steven Rostedt (Red Hat) 1-35/+110
2015-12-16scripts: recordmcount: break hardlinksGravatar Russell King 1-0/+14
2015-12-14Drivers: hv: vmbus: Use uuid_le type consistentlyGravatar K. Y. Srinivasan 1-1/+1
2015-12-14checkkconfigsymbols.py: find similar symbolsGravatar Valentin Rothberg 1-26/+88
2015-12-14checkkconfigsymbols.py: multiprocessing of filesGravatar Valentin Rothberg 1-26/+102
2015-12-10kconfig: allow kconfig to handle longer path namesGravatar Markus Mayer 1-3/+4
2015-12-09genksyms: Handle string literals with spaces in reference filesGravatar Michal Marek 1-2/+4
2015-12-08arch: um: fix error when linking vmlinux.Gravatar Lorenzo Colitti 1-1/+1
2015-12-07fixdep: constify strrcmp argumentsGravatar Nicolas Iooss 1-1/+1
2015-11-25kbuild: Allow to specify composite modules with modname-mGravatar Michal Marek 2-4/+8