| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2013-11-16 | 1 | -2/+2 |
|\ |
|
| * | recordmcount.pl: Add support for __fentry__ | Jamie Iles | 2013-11-05 | 1 | -2/+2 |
* | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 2013-11-15 | 4 | -117/+12 |
|\ \ |
|
| * | | scripts/tags.sh: remove obsolete __devinit[const|data] | Michael Opdenacker | 2013-11-08 | 1 | -2/+2 |
| * | | scripts/kernel-doc: make unknown function prototype a Warning instead of an E... | Randy Dunlap | 2013-11-06 | 1 | -2/+1 |
| * | | show_delta: Update script to support python versions 2.5 through 3.3 | Mike Pagano | 2013-10-23 | 1 | -6/+6 |
| * | | scripts/coccinelle/api: remove devm_request_and_ioremap.cocci | Wolfram Sang | 2013-10-23 | 1 | -105/+0 |
| * | | scripts/tags.sh: Increase identifier list | Kirill Tkhai | 2013-10-23 | 1 | -2/+3 |
* | | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2013-11-15 | 7 | -39/+43 |
|\ \ \ |
|
| * \ \ | Merge branch 'yem/kconfig-for-next' of git://gitorious.org/linux-kconfig/linu... | Michal Marek | 2013-10-31 | 7 | -39/+43 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | xconfig: Fix the filename for GUI settings | Ben Hutchings | 2013-10-08 | 2 | -0/+6 |
| | * | | kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->len | Martin Walch | 2013-10-08 | 1 | -1/+1 |
| | * | | kconfig: remove unused definition from scanner | Martin Walch | 2013-10-08 | 1 | -1/+0 |
| | * | | kconfig: adjust warning message for conflicting types | Martin Walch | 2013-10-08 | 1 | -3/+4 |
| | * | | kconfig: fix trivial typos and update mconf documentation | Martin Walch | 2013-10-08 | 3 | -33/+31 |
| | * | | kconfig: add short explanation to SYMBOL_WRITE | Martin Walch | 2013-10-08 | 1 | -1/+1 |
* | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2013-11-15 | 3 | -4/+11 |
|\ \ \ \ |
|
| * | | | | kallsyms: Revert back to 128 max symbol length | Michal Marek | 2013-11-13 | 1 | -1/+1 |
| * | | | | scripts: kallsyms: Use %zu to print 'size_t' | Fabio Estevam | 2013-11-08 | 1 | -1/+1 |
| * | | | | scripts/bloat-o-meter: use .startswith rather than fragile slicing | Josh Triplett | 2013-11-07 | 1 | -1/+1 |
| * | | | | scripts/bloat-o-meter: ignore changes in the size of linux_banner | Josh Triplett | 2013-11-07 | 1 | -0/+1 |
| * | | | | kbuild: replace unbounded sprintf call in modpost | Kees Cook | 2013-11-06 | 1 | -1/+1 |
| * | | | | kbuild, bloat-o-meter: fix static detection | Andi Kleen | 2013-11-06 | 1 | -2/+2 |
| * | | | | Kbuild: Handle longer symbols in kallsyms.c | Andi Kleen | 2013-11-06 | 1 | -1/+7 |
| |/ / / |
|
* | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-11-15 | 2 | -5/+21 |
|\ \ \ \ |
|
| * | | | | modpost: fix bogus 'exported twice' warnings. | Rusty Russell | 2013-11-07 | 1 | -2/+5 |
| * | | | | asmlinkage, module: Make ksymtab and kcrctab symbols and __this_module __visible | Andi Kleen | 2013-10-29 | 1 | -1/+1 |
| * | | | | modpost: Optionally ignore secondary errors seen if a single module build fails | Guenter Roeck | 2013-09-23 | 2 | -2/+15 |
| |/ / / |
|
* | | | | kernel-doc: improve "no structured comments found" error | Johannes Berg | 2013-11-13 | 2 | -5/+15 |
* | | | | initramfs: read CONFIG_RD_ variables for initramfs compression | P J P | 2013-11-13 | 1 | -6/+18 |
* | | | | checkpatch: add check for sscanf without return use | Joe Perches | 2013-11-13 | 1 | -0/+17 |
* | | | | checkpatch: don't require kernel style __attribute__ shortcuts in uapi paths | Joe Perches | 2013-11-13 | 1 | -7/+12 |
* | | | | checkpatch: improve "return is not a function" test | Joe Perches | 2013-11-13 | 1 | -14/+4 |
* | | | | checkpatch.pl: check for the FSF mailing address | Josh Triplett | 2013-11-13 | 1 | -0/+12 |
* | | | | checkpatch: make the memory barrier test noisier | Joe Perches | 2013-11-13 | 1 | -2/+2 |
* | | | | checkpatch: add rules to check init attribute and const defects | Joe Perches | 2013-11-13 | 1 | -2/+34 |
* | | | | checkpatch: add test for #defines of ARCH_HAS_<foo> | Joe Perches | 2013-11-13 | 1 | -8/+14 |
* | | | | checkpatch: find CamelCase definitions of struct/union/enum | Joe Perches | 2013-11-13 | 1 | -2/+3 |
* | | | | checkpatch: update seq_<foo> tests | Joe Perches | 2013-11-13 | 1 | -3/+4 |
* | | | | checkpatch: extend CamelCase types and ignore existing CamelCase uses in a patch | Joe Perches | 2013-11-13 | 1 | -2/+10 |
* | | | | checkpatch: report missing spaces around trigraphs with --strict | Joe Perches | 2013-11-13 | 1 | -9/+7 |
* | | | | scripts/mod/modpost.c: handle non ABS crc symbols | Andi Kleen | 2013-11-13 | 1 | -8/+7 |
* | | | | scripts/sortextable: support objects with more than 64K sections. | Jamie Iles | 2013-11-13 | 2 | -3/+47 |
* | | | | perf tools: Fix version when building out of tree | David Ahern | 2013-11-07 | 1 | -1/+3 |
* | | | | scripts/kallsyms: filter symbols not in kernel address space | Ming Lei | 2013-11-01 | 2 | -1/+13 |
| |_|/
|/| | |
|
* | | | checkpatch: make extern in .h prototypes quieter | Joe Perches | 2013-09-25 | 1 | -2/+2 |
|/ / |
|
* | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2013-09-13 | 1 | -1/+1 |
|\| |
|
| * | scripts/config: fix variable substitution command | Clement Chauplannaz | 2013-09-13 | 1 | -1/+1 |
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2013-09-13 | 1 | -0/+21 |
|\ \ |
|
| * | | kbuild: Add MIPS specific files to generated package. | Stuart Longland | 2013-08-26 | 1 | -0/+21 |