summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts/gdb: remove useless global instructionThiébaud Weksteen2015-07-011-2/+0Star
* scripts/gdb: add ps commandThiébaud Weksteen2015-07-011-0/+16
* scripts/gdb: fix PEP8 complianceThiébaud Weksteen2015-07-014-7/+7
* scripts/gdb: fix typo in exception nameThiébaud Weksteen2015-07-011-1/+1
* scripts/gdb: enable completion for lx-list-check parameterJan Kiszka2015-07-011-1/+2
* scripts/gdb: also allow list_head pointer as lx-list-check paramterJan Kiszka2015-07-011-2/+4
* scripts/gdb: add command to check list consistencyThiébaud Weksteen2015-07-012-0/+90
* Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-06-272-0/+17
|\
| * Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman2015-06-081-8/+1Star
| |\
| * | usb: add bus type for USB ULPIHeikki Krogerus2015-05-132-0/+17
* | | Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-263-9/+47
|\ \ \
| * | | mei: fix up uuid matchingGreg Kroah-Hartman2015-05-311-2/+5
| * | | checkkconfigsymbols.py: set python2 as default interpreterValentin Rothberg2015-05-241-1/+1
| * | | checkkconfigsymbols.py: add option -i to ignore filesValentin Rothberg2015-05-241-6/+26
| * | | mei: bus: report also uuid in module aliasTomas Winkler2015-05-242-2/+17
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-262-87/+297
|\ \ \
| * | | checkpatch: emit "NOTE: <types>" message only once after multiple filesJoe Perches2015-06-261-4/+4
| * | | checkpatch: emit an error when there's a diff in a changelogJoe Perches2015-06-261-1/+14
| * | | checkpatch: validate MODULE_LICENSE contentBjorn Andersson2015-06-261-0/+18
| * | | checkpatch: add multi-line handling for PREFER_ETHER_ADDR_COPYMateusz Kulikowski2015-06-261-2/+3
| * | | checkpatch: suggest using eth_zero_addr() and eth_broadcast_addr()Mateusz Kulikowski2015-06-261-0/+23
| * | | checkpatch: fix processing of MEMSET issuesMateusz Kulikowski2015-06-261-1/+1
| * | | checkpatch: suggest using ether_addr_equal*()Mateusz Kulikowski2015-06-261-0/+8
| * | | checkpatch: avoid NOT_UNIFIED_DIFF errors on cover-letter.patch filesJoe Perches2015-06-261-1/+1
| * | | checkpatch: remove local from codespell pathMaxim Uvarov2015-06-261-2/+2
| * | | checkpatch: add --showfile to allow input via pipe to show filenamesJoe Perches2015-06-261-5/+17
| * | | checkpatch: colorize output to terminalJoe Perches2015-06-261-6/+21
| * | | checkpatch: improve output with multiple command-line filesJoe Perches2015-06-261-23/+39
| * | | checkpatch: categorize some long line length checksJoe Perches2015-06-261-10/+50
| * | | checkpatch: use $String consistentlyJoe Perches2015-06-261-6/+6
| * | | checkpatch: make types found in a source file/patch localAlex Dowad2015-06-261-4/+9
| * | | checkpatch: add --strict warning for c99 fixed size typedefs : int<size>_tJoe Perches2015-06-261-6/+25
| * | | checkpatch: check for uncommented waitqueue_active()Joe Perches2015-06-261-0/+7
| * | | get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" useJoe Perches2015-06-261-12/+12
| * | | get_maintainer: emit longer section headersJoe Perches2015-06-261-4/+5
| * | | get_maintainer.pl: add .get_maintainer.ignore file capabilityJoe Perches2015-06-261-0/+32
* | | | Merge tag 'for-4.2' of git://git.sourceforge.jp/gitroot/uclinux-h8/linuxLinus Torvalds2015-06-251-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | mksysmap: Add h8300 local symbol patternYoshinori Sato2015-06-231-1/+1
* | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-231-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar2015-06-081-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/sysc...Ingo Molnar2015-06-041-1/+1
| | |/
* | / checkpatch: fix "GLOBAL_INITIALISERS" testJoe Perches2015-06-111-2/+2
|/ /
* / scripts/gdb: fix lx-lsmod refcntAdrien Schildknecht2015-05-291-8/+1Star
|/
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-222-54/+433
|\
| * modpost: don't emit section mismatch warnings for compiler optimizationsPaul Gortmaker2015-04-221-0/+21
| * modpost: expand pattern matching to support substring matchesPaul Gortmaker2015-04-221-1/+11
| * modpost: do not try to match the SHT_NUL section.Quentin Casasnovas2015-04-221-0/+9
| * modpost: fix extable entry size calculation.Quentin Casasnovas2015-04-221-6/+10
| * modpost: fix inverted logic in is_extable_fault_address().Quentin Casasnovas2015-04-221-1/+6
| * modpost: handle -ffunction-sectionsRusty Russell2015-04-221-1/+1