summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2015-07-02Merge tag 'cpuinit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2015-07-01Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1535/+1754
2015-07-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds-10/+117
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+6
2015-07-01Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds-0/+5
2015-06-30scripts/gdb: remove useless global instructionThiébaud Weksteen-2/+0
2015-06-30scripts/gdb: add ps commandThiébaud Weksteen-0/+16
2015-06-30scripts/gdb: fix PEP8 complianceThiébaud Weksteen-7/+7
2015-06-30scripts/gdb: fix typo in exception nameThiébaud Weksteen-1/+1
2015-06-30scripts/gdb: enable completion for lx-list-check parameterJan Kiszka-1/+2
2015-06-30scripts/gdb: also allow list_head pointer as lx-list-check paramterJan Kiszka-2/+4
2015-06-30scripts/gdb: add command to check list consistencyThiébaud Weksteen-0/+90
2015-06-26Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-0/+17
2015-06-26Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+47
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds-87/+297
2015-06-25checkpatch: emit "NOTE: <types>" message only once after multiple filesJoe Perches-4/+4
2015-06-25checkpatch: emit an error when there's a diff in a changelogJoe Perches-1/+14
2015-06-25checkpatch: validate MODULE_LICENSE contentBjorn Andersson-0/+18
2015-06-25checkpatch: add multi-line handling for PREFER_ETHER_ADDR_COPYMateusz Kulikowski-2/+3
2015-06-25checkpatch: suggest using eth_zero_addr() and eth_broadcast_addr()Mateusz Kulikowski-0/+23
2015-06-25checkpatch: fix processing of MEMSET issuesMateusz Kulikowski-1/+1
2015-06-25checkpatch: suggest using ether_addr_equal*()Mateusz Kulikowski-0/+8
2015-06-25checkpatch: avoid NOT_UNIFIED_DIFF errors on cover-letter.patch filesJoe Perches-1/+1
2015-06-25checkpatch: remove local from codespell pathMaxim Uvarov-2/+2
2015-06-25checkpatch: add --showfile to allow input via pipe to show filenamesJoe Perches-5/+17
2015-06-25checkpatch: colorize output to terminalJoe Perches-6/+21
2015-06-25checkpatch: improve output with multiple command-line filesJoe Perches-23/+39
2015-06-25checkpatch: categorize some long line length checksJoe Perches-10/+50
2015-06-25checkpatch: use $String consistentlyJoe Perches-6/+6
2015-06-25checkpatch: make types found in a source file/patch localAlex Dowad-4/+9
2015-06-25checkpatch: add --strict warning for c99 fixed size typedefs : int<size>_tJoe Perches-6/+25
2015-06-25checkpatch: check for uncommented waitqueue_active()Joe Perches-0/+7
2015-06-25get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" useJoe Perches-12/+12
2015-06-25get_maintainer: emit longer section headersJoe Perches-4/+5
2015-06-25get_maintainer.pl: add .get_maintainer.ignore file capabilityJoe Perches-0/+32
2015-06-25Merge tag 'for-4.2' of git://git.sourceforge.jp/gitroot/uclinux-h8/linuxLinus Torvalds-1/+1
2015-06-23mksysmap: Add h8300 local symbol patternYoshinori Sato-1/+1
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2015-06-22ARCv2: extable: Enable sorting at build timeVineet Gupta-0/+5
2015-06-16init: delete the __cpuinit related stubsPaul Gortmaker-1/+1
2015-06-16kconfig: add xenconfig defconfig helperLuis R. Rodriguez-0/+5
2015-06-16kconfig: clarify kvmconfig is for kvmLuis R. Rodriguez-1/+1
2015-06-10checkpatch: fix "GLOBAL_INITIALISERS" testJoe Perches-2/+2
2015-06-08Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar-1/+1
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman-8/+1
2015-06-04x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/sysc...Ingo Molnar-1/+1
2015-05-31mei: fix up uuid matchingGreg Kroah-Hartman-2/+5
2015-05-28scripts/gdb: fix lx-lsmod refcntAdrien Schildknecht-8/+1
2015-05-24checkkconfigsymbols.py: set python2 as default interpreterValentin Rothberg-1/+1
2015-05-24checkkconfigsymbols.py: add option -i to ignore filesValentin Rothberg-6/+26