Age | Commit message (Expand) | Author |
2013-12-05 | ftrace: default to tilegx if ARCH=tile is specified | Tony Lu |
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 |
2013-11-08 | scripts/tags.sh: remove obsolete __devinit[const|data] | Michael Opdenacker |
2013-11-08 | scripts: kallsyms: Use %zu to print 'size_t' | Fabio Estevam |
2013-11-07 | perf tools: Fix version when building out of tree | David Ahern |
2013-11-07 | scripts/bloat-o-meter: use .startswith rather than fragile slicing | Josh Triplett |
2013-11-07 | scripts/bloat-o-meter: ignore changes in the size of linux_banner | Josh Triplett |
2013-11-07 | modpost: fix bogus 'exported twice' warnings. | Rusty Russell |
2013-11-06 | kbuild: replace unbounded sprintf call in modpost | Kees Cook |
2013-11-06 | kbuild, bloat-o-meter: fix static detection | Andi Kleen |
2013-11-06 | Kbuild: Handle longer symbols in kallsyms.c | Andi Kleen |
2013-11-06 | scripts/kernel-doc: make unknown function prototype a Warning instead of an E... | Randy Dunlap |
2013-11-05 | recordmcount.pl: Add support for __fentry__ | Jamie Iles |
2013-11-02 | scripts/kallsyms: filter symbols not in kernel address space | Ming Lei |
2013-10-31 | Merge branch 'yem/kconfig-for-next' of git://gitorious.org/linux-kconfig/linu... | Michal Marek |
2013-10-29 | asmlinkage, module: Make ksymtab and kcrctab symbols and __this_module __visible | Andi Kleen |
2013-10-23 | show_delta: Update script to support python versions 2.5 through 3.3 | Mike Pagano |
2013-10-23 | scripts/coccinelle/api: remove devm_request_and_ioremap.cocci | Wolfram Sang |
2013-10-23 | scripts/tags.sh: Increase identifier list | Kirill Tkhai |
2013-10-08 | xconfig: Fix the filename for GUI settings | Ben Hutchings |
2013-10-08 | kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->len | Martin Walch |
2013-10-08 | kconfig: remove unused definition from scanner | Martin Walch |
2013-10-08 | kconfig: adjust warning message for conflicting types | Martin Walch |
2013-10-08 | kconfig: fix trivial typos and update mconf documentation | Martin Walch |
2013-10-08 | kconfig: add short explanation to SYMBOL_WRITE | Martin Walch |
2013-09-25 | X.509: remove possible code fragility: enumeration values not handled | Antonio Alecrim Jr |
2013-09-24 | checkpatch: make extern in .h prototypes quieter | Joe Perches |