Age | Commit message (Expand) | Author |
2014-01-23 | checkpatch: prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN) | Joe Perches |
2014-01-23 | checkpatch: add DT compatible string documentation checks | Rob Herring |
2014-01-23 | checkpatch: only flag FSF address, not gnu.org URL | Alexander Duyck |
2014-01-23 | checkpatch: add tests for function pointer style misuses | Joe Perches |
2014-01-23 | checkpatch: update the FSF/GPL address check | Joe Perches |
2014-01-23 | checkpatch: check for if's with unnecessary parentheses | Joe Perches |
2014-01-23 | checkpatch: improve space before tab --fix option | Joe Perches |
2014-01-23 | checkpatch: add a --fix-inplace option | Joe Perches |
2014-01-23 | checkpatch: attempt to find missing switch/case break; | Joe Perches |
2014-01-23 | checkpatch: add warning of future __GFP_NOFAIL use | David Rientjes |
2014-01-23 | checkpatch: warn only on "space before semicolon" at end of line | Joe Perches |
2014-01-23 | checkpatch: more comprehensive split strings warning | Joe Perches |
2014-01-23 | get_maintainer: add commit author information to --rolestats | Joe Perches |
2014-01-23 | headers_check: special case seqbuf_dump() | Paul Bolle |
2014-01-23 | microblaze: extable: sort the exception table at build time | Michal Simek |
2014-01-22 | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2014-01-20 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2014-01-20 | Merge tag 'localmodconfig-v3.14' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-01-08 | arm64, jump label: detect %c support for ARM64 | Jiang Liu |
2013-12-23 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2013-12-20 | localmodconfig: Add config depends by default settings | Steven Rostedt (Red Hat) |
2013-12-13 | Merge tag 'arc-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2013-12-13 | PCI/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLE | Joe Perches |
2013-12-10 | scripts/link-vmlinux.sh: only filter kernel symbols for arm | Ming Lei |
2013-12-05 | ftrace: default to tilegx if ARCH=tile is specified | Tony Lu |
2013-11-25 | ARC: extable: Enable sorting at build time | Vineet Gupta |
2013-11-21 | Merge branch 'akpm' (fixes from Andrew) | Linus Torvalds |
2013-11-21 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm... | Linus Torvalds |
2013-11-21 | checkpatch: fix "Use of uninitialized value" warnings | Joe Perches |
2013-11-16 | Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2013-11-15 | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds |
2013-11-15 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds |
2013-11-15 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds |
2013-11-15 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2013-11-13 | kallsyms: Revert back to 128 max symbol length | Michal Marek |
2013-11-13 | kernel-doc: improve "no structured comments found" error | Johannes Berg |
2013-11-13 | initramfs: read CONFIG_RD_ variables for initramfs compression | P J P |
2013-11-13 | checkpatch: add check for sscanf without return use | Joe Perches |
2013-11-13 | checkpatch: don't require kernel style __attribute__ shortcuts in uapi paths | Joe Perches |
2013-11-13 | checkpatch: improve "return is not a function" test | Joe Perches |
2013-11-13 | checkpatch.pl: check for the FSF mailing address | Josh Triplett |
2013-11-13 | checkpatch: make the memory barrier test noisier | Joe Perches |
2013-11-13 | checkpatch: add rules to check init attribute and const defects | Joe Perches |
2013-11-13 | checkpatch: add test for #defines of ARCH_HAS_<foo> | Joe Perches |
2013-11-13 | checkpatch: find CamelCase definitions of struct/union/enum | Joe Perches |
2013-11-13 | checkpatch: update seq_<foo> tests | Joe Perches |
2013-11-13 | checkpatch: extend CamelCase types and ignore existing CamelCase uses in a patch | Joe Perches |
2013-11-13 | checkpatch: report missing spaces around trigraphs with --strict | Joe Perches |
2013-11-13 | scripts/mod/modpost.c: handle non ABS crc symbols | Andi Kleen |
2013-11-13 | scripts/sortextable: support objects with more than 64K sections. | Jamie Iles |