summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2018-01-10genksyms: Handle string literals with spaces in reference filesMichal Marek1-2/+4
2017-12-16kbuild: pkg: use --transform option to prefix paths in tarMasahiro Yamada1-3/+2
2017-12-16module: set __jump_table alignment to 8David Daney1-0/+2
2017-07-21checkpatch: silence perl 5.26.0 unescaped left brace warningsCyril Bur1-3/+3
2017-01-09kconfig/nconf: Fix hang when editing symbol with a long promptBen Hutchings1-4/+11
2016-11-26scripts/has-stack-protector: add -fno-PIESebastian Andrzej Siewior1-1/+1
2016-11-01Revert "x86/mm: Expand the exception table logic to allow new handling options"Greg Kroah-Hartman1-32/+0
2016-10-31x86/mm: Expand the exception table logic to allow new handling optionsTony Luck1-0/+32
2016-08-20ftrace/recordmcount: Work around for addition of metag magic but not relocationsLaura Abbott1-1/+8
2016-07-27of: fix autoloading due to broken modalias with no 'compatible'Wolfram Sang1-1/+1
2016-06-08scripts/package/Makefile: rpmbuild add support of RPMOPTSSrinivas Pandruvada1-2/+2
2016-06-01kbuild: move -Wunused-const-variable to W=1 warning levelArnd Bergmann1-0/+1
2016-05-05unbreak allmodconfig KCONFIG_ALLCONFIG=...Al Viro1-5/+7
2016-04-12kbuild/mkspec: fix grub2 installkernel issueJiri Kosina1-4/+4
2016-04-12scripts/kconfig: allow building with make 3.80 againJan Beulich1-1/+3
2016-04-12scripts/coccinelle: modernize &Julia Lawall1-1/+1
2016-03-16ld-version: Fix awk regex compile failureJames Hogan1-1/+1
2016-03-04um: link with -lpthreadVegard Nossum1-1/+1
2016-02-25scripts/bloat-o-meter: fix python3 syntax errorSergey Senozhatsky1-4/+4
2016-01-31scripts/recordmcount.pl: support data in text section on powerpcUlrich Weigand1-1/+2
2016-01-04ftrace/scripts: Fix incorrect use of sprintf in recordmcountColin Ian King1-1/+1
2015-12-16ftrace/scripts: Have recordmcount copy the object fileSteven Rostedt (Red Hat)1-35/+110
2015-12-16scripts: recordmcount: break hardlinksRussell King1-0/+14
2015-12-09arch: um: fix error when linking vmlinux.Lorenzo Colitti1-1/+1
2015-11-18kernel-doc: Make it compatible with Perl versions below 5.12 againMauro Carvalho Chehab1-1/+1
2015-11-11Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds10-234/+415
2015-11-11Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds6-436/+480
2015-11-10Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-7/+31
2015-11-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-48/+55
2015-11-07checkpatch: improve the unnecessary initialisers testsJoe Perches1-7/+8
2015-11-07checkpatch: improve tests for fixes:, long lines and stack dumps in commit logJoe Perches1-25/+26
2015-11-07get_maintainer: add subsystem to reviewer outputJoe Perches1-15/+16
2015-11-07get_maintainer: --r (list reviewer) is on by defaultBrian Norris1-1/+1
2015-11-07get_maintainer: add --no-foo options to --helpBrian Norris1-0/+3
2015-11-07get_maintainer: it's '--pattern-depth', not '-pattern-depth'Brian Norris1-1/+1
2015-11-07get_maintainer: add missing documentation for --git-blame-signaturesBrian Norris1-0/+1
2015-11-07Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2-2/+26
2015-11-06Merge tag 'sound-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2-0/+22
2015-11-06Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+4
2015-11-06Merge tag 'docs-for-linus' of git://git.lwn.net/linuxLinus Torvalds4-53/+85
2015-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2-0/+280
2015-11-05Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-0/+25
2015-11-05Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-68/+168
2015-11-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+3
2015-11-03recordmcount: arm64: Replace the ignored mcount call into nopLi Bin1-1/+23
2015-11-03recordmcount: Fix endianness handling bug for nop_mcountlibin1-1/+1
2015-11-02Add current selection check.Boris Barbulovski1-0/+7
2015-11-02Use pkg-config to find Qt 4 and 5 instead of direct qmakeThiago Macieira1-24/+13
2015-11-02recordmcount: x86: Assign a meaningful value to rel_type_nopLi Bin1-0/+2
2015-10-27coccinelle: Improve checking for missing NULL terminatorsDaniel Granat1-5/+28