| Commit message (Expand) | Author | Age | Files | Lines |
* | rapidio: add udev notification | Alexandre Bounine | 2013-07-03 | 2 | -0/+26 |
* | checkpatch: cache last camelcase hash as .checkpatch-camelcase.<commit> | Joe Perches | 2013-07-03 | 1 | -0/+26 |
* | checkpatch: allow longer logging function names | Jacob Keller | 2013-07-03 | 1 | -1/+1 |
* | checkpatch: ignore existing CamelCase uses from include/... | Joe Perches | 2013-07-03 | 1 | -7/+50 |
* | checkpatch: ignore SI unit CamelCase variants like "_uV" | Joe Perches | 2013-07-03 | 1 | -0/+3 |
* | checkpatch: move test for space before semicolon after operator spacing | Joe Perches | 2013-07-03 | 1 | -10/+10 |
* | checkpatch: create an EXPERIMENTAL --fix option to correct patches | Joe Perches | 2013-07-03 | 1 | -88/+354 |
* | checkpatch: improve "no space after cast" test | Joe Perches | 2013-07-03 | 1 | -2/+3 |
* | checkpatch: add a --strict test for comparison to true/false | Joe Perches | 2013-07-03 | 1 | -0/+27 |
* | checkpatch: don't warn on blank lines before/after braces as often | Joe Perches | 2013-07-03 | 1 | -2/+2 |
* | checkpatch: add a placeholder to check blank lines before declarations | Joe Perches | 2013-07-03 | 1 | -0/+8 |
* | checkpatch: reduce false positive rate of "complex macros" | Joe Perches | 2013-07-03 | 1 | -1/+1 |
* | checkpatch: warn on comparisons to get_jiffies_64() | Joe Perches | 2013-07-03 | 1 | -0/+6 |
* | checkpatch: warn on comparisons to jiffies | Joe Perches | 2013-07-03 | 1 | -0/+6 |
* | checkpatch: warn when networking block comment lines don't start with * | Joe Perches | 2013-07-03 | 1 | -0/+8 |
* | checkpatch: improve network block comment test and message | Joe Perches | 2013-07-03 | 1 | -2/+2 |
* | checkpatch: remove quote from CamelCase test | Joe Perches | 2013-07-03 | 1 | -2/+2 |
* | checkpatch: add --strict preference for p = kmalloc(sizeof(*p)... | Joe Perches | 2013-07-03 | 1 | -0/+8 |
* | checkpatch: warn when using gcc's binary constant ("0b") extension | Joe Perches | 2013-07-03 | 1 | -2/+14 |
* | checkpatch: change CamelCase test and make it --strict | Joe Perches | 2013-07-03 | 1 | -3/+3 |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c... | Linus Torvalds | 2013-07-03 | 1 | -0/+5 |
|\ |
|
| * | arm64: extable: sort the exception table at build time | Will Deacon | 2013-06-12 | 1 | -0/+5 |
* | | dtc: ensure #line directives don't consume data from the next line | Grant Likely | 2013-06-13 | 2 | -117/+117 |
* | | dtc: Update generated files to output from Bison 2.5 | Grant Likely | 2013-06-13 | 2 | -341/+388 |
* | | kbuild: make sure we clean up DTB temporary files | Ian Campbell | 2013-06-13 | 1 | -4/+4 |
* | | Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu... | Michal Marek | 2013-05-30 | 4 | -11/+26 |
|\ \ |
|
| * | | kconfig/menu.c: fix multiple references to expressions in menu_add_prop() | Dirk Gouders | 2013-05-30 | 1 | -1/+14 |
| * | | mconf: handle keys in empty dialogs | Dirk Gouders | 2013-05-30 | 2 | -9/+11 |
| * | | scripts/config: fix assignment of parameters for short version of --*-after o... | Clement Chauplannaz | 2013-05-20 | 1 | -1/+1 |
* | | | kbuild: Don't assume dts files live in arch/*/boot/dts | Matthijs Kooijman | 2013-05-23 | 1 | -1/+1 |
| |/
|/| |
|
* | | package: Makefile: unbreak binrpm-pkg target | Luiz Capitulino | 2013-05-16 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 2013-05-07 | 4 | -39/+37 |
|\ |
|
| * | rpm-pkg: Remove pointless set -e statements | Michal Marek | 2013-04-18 | 1 | -4/+0 |
| * | rpm-pkg: Always regenerate the specfile | Michal Marek | 2013-04-18 | 1 | -13/+6 |
| * | rpm-pkg: Do not write to the parent directory | Michal Marek | 2013-04-18 | 1 | -7/+5 |
| * | rpm-pkg: Do not package the whole source directory | Michal Marek | 2013-04-18 | 1 | -1/+5 |
| * | buildtar: Add ARCH to the archive name | Borislav Petkov | 2013-04-08 | 1 | -1/+1 |
| * | Coccinelle: Fix patch output when coccicheck is used with M= and C= | Nicolas Palix | 2013-04-08 | 1 | -1/+5 |
| * | Coccinelle: Add support to the SPFLAGS variable | Nicolas Palix | 2013-04-08 | 1 | -1/+1 |
| * | Coccinelle: Cleanup the setting of the FLAGS and OPTIONS variables | Nicolas Palix | 2013-04-08 | 1 | -12/+13 |
| * | Coccinelle: Restore coccicheck verbosity in ONLINE mode (C=1 or C=2) | Nicolas Palix | 2013-04-08 | 1 | -1/+1 |
| * | scripts/package/Makefile: compare objtree with srctree instead of test KBUILD... | Bin Wang | 2013-04-08 | 1 | -1/+1 |
| * | scripts/tags.sh: Add magic for OFFSET and DEFINE | Kirill Tkhai | 2013-03-27 | 1 | -1/+3 |
* | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2013-05-07 | 9 | -12/+245 |
|\ \ |
|
| * | | kconfig: fix lists definition for C++ | Yann E. MORIN | 2013-04-29 | 1 | -2/+2 |
| * | | Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON... | Yann E. MORIN | 2013-04-26 | 1 | -4/+3 |
| * | | kconfig: implement KCONFIG_PROBABILITY for randconfig | Yann E. MORIN | 2013-04-25 | 1 | -3/+54 |
| * | | kconfig: allow specifying the seed for randconfig | Yann E. MORIN | 2013-04-25 | 1 | -1/+11 |
| * | | kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG | Yann E. MORIN | 2013-04-25 | 1 | -3/+4 |
| * | | kconfig: do not override symbols already set | Yann E. MORIN | 2013-04-25 | 1 | -1/+1 |