summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2014-01-10checkpatch.pl: check for function declarations without argumentsJoe Perches1-0/+9
2014-01-10Merge branch 'akpm-current/current'Stephen Rothwell3-23/+216
2014-01-10checkpatch: only flag FSF address, not gnu.org URLAlexander Duyck1-3/+1
2014-01-10checkpatch: add tests for function pointer style misusesJoe Perches1-0/+59
2014-01-10checkpatch: update the FSF/GPL address checkJoe Perches1-5/+6
2014-01-10checkpatch: check for if's with unnecessary parenthesesJoe Perches1-0/+14
2014-01-10checkpatch: improve space before tab --fix optionJoe Perches1-2/+4
2014-01-10checkpatch: add a --fix-inplace optionJoe Perches1-1/+9
2014-01-10checkpatch: attempt to find missing switch/case break;Joe Perches1-0/+25
2014-01-10checkpatch: add warning of future __GFP_NOFAIL useDavid Rientjes1-0/+6
2014-01-10checkpatch: warn only on "space before semicolon" at end of lineJoe Perches1-1/+1
2014-01-10checkpatch: more comprehensive split strings warningJoe Perches1-8/+4
2014-01-10get_maintainer: add commit author information to --rolestatsJoe Perches1-6/+85
2014-01-10microblaze: extable: sort the exception table at build timeMichal Simek1-0/+5
2014-01-10Merge remote-tracking branch 'pm/linux-next'Stephen Rothwell1-0/+1215
2014-01-10Merge remote-tracking branch 'kbuild/for-next'Stephen Rothwell3-9/+128
2014-01-10Merge remote-tracking branch 'pci/next'Stephen Rothwell1-4/+7
2014-01-10Merge remote-tracking branch 'arm64/for-next/core'Stephen Rothwell1-1/+1
2014-01-09Merge branch 'pm-tools'Rafael J. Wysocki1-0/+1215
2014-01-08arm64, jump label: detect %c support for ARM64Jiang Liu1-1/+1
2014-01-08PM / tools: analyze_suspend.py: suspend/resume performance optimization toolTodd E Brandt1-0/+1215
2014-01-03Merge branches 'kbuild/kbuild' and 'kbuild/misc' into kbuild/for-nextMichal Marek3-8/+117
2014-01-03deb-pkg: Fix building for MIPS big-endian or ARM OABIBen Hutchings1-2/+2
2014-01-03deb-pkg: Fix cross-building linux-headers packageBen Hutchings1-5/+4
2014-01-03Fix detectition of kernel git repository in setlocalversion script [take #2]Franck Bui-Huu1-1/+2
2014-01-03scripts: Coccinelle script for pm_runtime_* return checks with IS_ERR_VALUENishanth Menon1-0/+109
2014-01-02Merge v3.13-rc1 into kbuild/for-nextMichal Marek13-81/+249
2014-01-02Merge commit v3.13-rc1 into kbuild/miscMichal Marek22-124/+303
2013-12-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+3
2013-12-13Merge tag 'arc-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+5
2013-12-13PCI/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLEJoe Perches1-4/+7
2013-12-10scripts/link-vmlinux.sh: only filter kernel symbols for armMing Lei1-1/+3
2013-12-05ftrace: default to tilegx if ARCH=tile is specifiedTony Lu1-1/+2
2013-11-25ARC: extable: Enable sorting at build timeVineet Gupta1-0/+5
2013-11-21Merge branch 'akpm' (fixes from Andrew)Linus Torvalds1-0/+1
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds1-0/+2
2013-11-21checkpatch: fix "Use of uninitialized value" warningsJoe Perches1-0/+1
2013-11-18Merge branch 'kbuild/misc' into kbuild/for-nextMichal Marek1-1/+11
2013-11-18deb-pkg: Inhibit initramfs builders if CONFIG_BLK_DEV_INITRD is not setBen Hutchings1-1/+11
2013-11-16Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-2/+2
2013-11-15Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds4-117/+12
2013-11-15Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds7-39/+43
2013-11-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds3-4/+11
2013-11-15Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-5/+21
2013-11-13Merge branches 'kbuild/kbuild' and 'kbuild/misc' into kbuild/for-nextMichal Marek2-3/+3
2013-11-13kallsyms: Revert back to 128 max symbol lengthMichal Marek1-1/+1
2013-11-13kernel-doc: improve "no structured comments found" errorJohannes Berg2-5/+15
2013-11-13initramfs: read CONFIG_RD_ variables for initramfs compressionP J P1-6/+18
2013-11-13checkpatch: add check for sscanf without return useJoe Perches1-0/+17
2013-11-13checkpatch: don't require kernel style __attribute__ shortcuts in uapi pathsJoe Perches1-7/+12