Age | Commit message (Expand) | Author | Files | Lines |
2015-07-17 | checkpatch: fix long line messages about patch context | Joe Perches | 1 | -1/+1 |
2015-07-08 | Merge tag 'pm+acpi-4.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -2/+32 |
2015-07-08 | modpost: work correctly with tile coldtext sections | Chris Metcalf | 1 | -1/+2 |
2015-07-07 | ACPI / scan: Add support for ACPI _CLS device matching | Suthikulpanit, Suravee | 2 | -2/+32 |
2015-07-02 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -3/+15 |
2015-07-02 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 8 | -506/+666 |
2015-07-02 | Merge tag 'cpuinit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2015-07-01 | Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 30 | -1535/+1754 |
2015-07-01 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 6 | -10/+117 |
2015-07-01 | Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+6 |
2015-07-01 | Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup... | Linus Torvalds | 1 | -0/+5 |
2015-06-30 | scripts/gdb: remove useless global instruction | Thiébaud Weksteen | 1 | -2/+0 |
2015-06-30 | scripts/gdb: add ps command | Thiébaud Weksteen | 1 | -0/+16 |
2015-06-30 | scripts/gdb: fix PEP8 compliance | Thiébaud Weksteen | 4 | -7/+7 |
2015-06-30 | scripts/gdb: fix typo in exception name | Thiébaud Weksteen | 1 | -1/+1 |
2015-06-30 | scripts/gdb: enable completion for lx-list-check parameter | Jan Kiszka | 1 | -1/+2 |
2015-06-30 | scripts/gdb: also allow list_head pointer as lx-list-check paramter | Jan Kiszka | 1 | -2/+4 |
2015-06-30 | scripts/gdb: add command to check list consistency | Thiébaud Weksteen | 2 | -0/+90 |
2015-06-26 | Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -0/+17 |
2015-06-26 | Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -9/+47 |
2015-06-26 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -87/+297 |
2015-06-25 | checkpatch: emit "NOTE: <types>" message only once after multiple files | Joe Perches | 1 | -4/+4 |
2015-06-25 | checkpatch: emit an error when there's a diff in a changelog | Joe Perches | 1 | -1/+14 |
2015-06-25 | checkpatch: validate MODULE_LICENSE content | Bjorn Andersson | 1 | -0/+18 |
2015-06-25 | checkpatch: add multi-line handling for PREFER_ETHER_ADDR_COPY | Mateusz Kulikowski | 1 | -2/+3 |
2015-06-25 | checkpatch: suggest using eth_zero_addr() and eth_broadcast_addr() | Mateusz Kulikowski | 1 | -0/+23 |
2015-06-25 | checkpatch: fix processing of MEMSET issues | Mateusz Kulikowski | 1 | -1/+1 |
2015-06-25 | checkpatch: suggest using ether_addr_equal*() | Mateusz Kulikowski | 1 | -0/+8 |
2015-06-25 | checkpatch: avoid NOT_UNIFIED_DIFF errors on cover-letter.patch files | Joe Perches | 1 | -1/+1 |
2015-06-25 | checkpatch: remove local from codespell path | Maxim Uvarov | 1 | -2/+2 |
2015-06-25 | checkpatch: add --showfile to allow input via pipe to show filenames | Joe Perches | 1 | -5/+17 |
2015-06-25 | checkpatch: colorize output to terminal | Joe Perches | 1 | -6/+21 |
2015-06-25 | checkpatch: improve output with multiple command-line files | Joe Perches | 1 | -23/+39 |
2015-06-25 | checkpatch: categorize some long line length checks | Joe Perches | 1 | -10/+50 |
2015-06-25 | checkpatch: use $String consistently | Joe Perches | 1 | -6/+6 |
2015-06-25 | checkpatch: make types found in a source file/patch local | Alex Dowad | 1 | -4/+9 |
2015-06-25 | checkpatch: add --strict warning for c99 fixed size typedefs : int<size>_t | Joe Perches | 1 | -6/+25 |
2015-06-25 | checkpatch: check for uncommented waitqueue_active() | Joe Perches | 1 | -0/+7 |
2015-06-25 | get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" use | Joe Perches | 1 | -12/+12 |
2015-06-25 | get_maintainer: emit longer section headers | Joe Perches | 1 | -4/+5 |
2015-06-25 | get_maintainer.pl: add .get_maintainer.ignore file capability | Joe Perches | 1 | -0/+32 |
2015-06-25 | Merge tag 'for-4.2' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux | Linus Torvalds | 1 | -1/+1 |
2015-06-23 | mksysmap: Add h8300 local symbol pattern | Yoshinori Sato | 1 | -1/+1 |
2015-06-22 | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2015-06-22 | ARCv2: extable: Enable sorting at build time | Vineet Gupta | 1 | -0/+5 |
2015-06-16 | init: delete the __cpuinit related stubs | Paul Gortmaker | 1 | -1/+1 |
2015-06-16 | kconfig: add xenconfig defconfig helper | Luis R. Rodriguez | 1 | -0/+5 |
2015-06-16 | kconfig: clarify kvmconfig is for kvm | Luis R. Rodriguez | 1 | -1/+1 |
2015-06-15 | kconfig: re-generate *.c_shipped files after previous change | Jan Beulich | 2 | -368/+447 |
2015-06-15 | kconfig: allow use of relations other than (in)equality | Jan Beulich | 5 | -11/+177 |