Age | Commit message (Expand) | Author |
2013-07-10 | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds |
2013-07-10 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds |
2013-07-10 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds |
2013-07-09 | lib: add support for LZ4-compressed kernel | Kyungsik Lee |
2013-07-09 | checkpatch: make the CamelCase cache work for non-git trees too | Joe Perches |
2013-07-07 | Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2013-07-03 | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds |
2013-07-03 | rapidio: add udev notification | Alexandre Bounine |
2013-07-03 | checkpatch: cache last camelcase hash as .checkpatch-camelcase.<commit> | Joe Perches |
2013-07-03 | checkpatch: allow longer logging function names | Jacob Keller |
2013-07-03 | checkpatch: ignore existing CamelCase uses from include/... | Joe Perches |
2013-07-03 | checkpatch: ignore SI unit CamelCase variants like "_uV" | Joe Perches |
2013-07-03 | checkpatch: move test for space before semicolon after operator spacing | Joe Perches |
2013-07-03 | checkpatch: create an EXPERIMENTAL --fix option to correct patches | Joe Perches |
2013-07-03 | checkpatch: improve "no space after cast" test | Joe Perches |
2013-07-03 | checkpatch: add a --strict test for comparison to true/false | Joe Perches |
2013-07-03 | checkpatch: don't warn on blank lines before/after braces as often | Joe Perches |
2013-07-03 | checkpatch: add a placeholder to check blank lines before declarations | Joe Perches |
2013-07-03 | checkpatch: reduce false positive rate of "complex macros" | Joe Perches |
2013-07-03 | checkpatch: warn on comparisons to get_jiffies_64() | Joe Perches |
2013-07-03 | checkpatch: warn on comparisons to jiffies | Joe Perches |
2013-07-03 | checkpatch: warn when networking block comment lines don't start with * | Joe Perches |
2013-07-03 | checkpatch: improve network block comment test and message | Joe Perches |
2013-07-03 | checkpatch: remove quote from CamelCase test | Joe Perches |
2013-07-03 | checkpatch: add --strict preference for p = kmalloc(sizeof(*p)... | Joe Perches |
2013-07-03 | checkpatch: warn when using gcc's binary constant ("0b") extension | Joe Perches |
2013-07-03 | checkpatch: change CamelCase test and make it --strict | Joe Perches |
2013-07-03 | Coccinelle: Update information about the minimal version required | Nicolas Palix |
2013-07-03 | Coccinelle: Update the options used to the new option scheme | Nicolas Palix |
2013-07-03 | kbuild: create directory for dir/file.o | 张忠山 |
2013-07-03 | Merge tags 'modules-next-for-linus' and 'virtio-next-for-linus' of git://git.... | Linus Torvalds |
2013-07-03 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c... | Linus Torvalds |
2013-07-03 | scripts: Coccinelle script for pci_free_consistent() | strnape1@fel.cvut.cz |
2013-07-03 | coccicheck: span checks across CPUs | Kees Cook |
2013-07-03 | Fix a build warning in scripts/mod/file2alias.c | Daniel Tang |
2013-06-29 | kconfig: allow "hex" and "range" to support longs | Kees Cook |
2013-06-28 | improve modalias building | Jan Beulich |
2013-06-28 | scripts/mod: Spelling s/DEVICEVTABLE/DEVICETABLE/ | Geert Uytterhoeven |
2013-06-26 | modpost: remove all traces of cpuinit/cpuexit sections | Paul Gortmaker |
2013-06-26 | Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON... | Yann E. MORIN |
2013-06-24 | kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG | Yann E. MORIN |
2013-06-24 | kconfig: loop as long as we changed some symbols in randconfig | Yann E. MORIN |
2013-06-24 | kconfig/[mn]conf: make it explicit in the search box that a regexp is possible | Yann E. MORIN |
2013-06-24 | kconfig: sort found symbols by relevance | Yann E. MORIN |
2013-06-24 | kbuild: fix error when building from src rpm | Mike Marciniszyn |
2013-06-24 | scripts/setlocalversion on write-protected source tree | Christian Kujau |
2013-06-18 | kconfig/conf: print the seed used to initialise the RNG for randconfig | Yann E. MORIN |
2013-06-18 | kconfig/conf: accept a base-16 seed for randconfig | Yann E. MORIN |
2013-06-18 | kconfig/conf: fix randconfig setting multiple symbols in a choice | Yann E. MORIN |
2013-06-18 | scripts/config: replace hard-coded script name by a dynamic value | Clement Chauplannaz |