Age | Commit message (Expand) | Author |
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 |
2013-06-18 | mconf/nconf: mark empty menus/menuconfigs different from non-empty ones | Dirk Gouders |
2013-06-18 | nconf: use function calls instead of ncurses' variables LINES and COLS | Dirk Gouders |
2013-06-18 | mconf: use function calls instead of ncurses' variables LINES and COLS | Dirk Gouders |
2013-06-18 | kconfig/lxdialog: handle newline characters in print_autowrap() | Dirk Gouders |
2013-06-18 | kconfig/lxdialog: Use new mininimum resize definitions in conf_choice() | Sedat Dilek |
2013-06-16 | kconfig/lxdialog: Add definitions for mininimum (re)size values | Sedat Dilek |
2013-06-16 | kconfig: Fix defconfig when one choice menu selects options that another choi... | Arve Hjønnevåg |
2013-06-14 | scripts/coccinelle: check for field address argument to kfree | Julia Lawall |
2013-06-14 | Coccinelle: Make 'report' the default mode | Nicolas Palix |
2013-06-13 | dtc: ensure #line directives don't consume data from the next line | Grant Likely |
2013-06-13 | dtc: Update generated files to output from Bison 2.5 | Grant Likely |
2013-06-13 | kbuild: make sure we clean up DTB temporary files | Ian Campbell |
2013-06-13 | Makefile.lib: align DTB quiet_cmd | James Hogan |
2013-06-12 | arm64: extable: sort the exception table at build time | Will Deacon |
2013-05-30 | Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu... | Michal Marek |
2013-05-30 | kconfig/menu.c: fix multiple references to expressions in menu_add_prop() | Dirk Gouders |
2013-05-30 | mconf: handle keys in empty dialogs | Dirk Gouders |