Age | Commit message (Expand) | Author |
2013-02-22 | coccicheck: Allow the user to give a V= (verbose) argument | Bernd Schubert |
2013-02-22 | scripts/coccinelle/misc/memcpy-assign.cocci: Replace memcpy with struct assig... | Peter Senna Tschudin |
2013-02-22 | kbuild: clear KBUILD_SRC when calling 'make' in RPM spec | David R. Bild |
2013-02-22 | scripts/link-vmlinux.sh: source variables from KCONFIG_CONFIG | Michael Grzeschik |
2013-02-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2013-02-21 | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds |
2013-02-21 | checkpatch: fix USLEEP_RANGE test | Bruce Allan |
2013-02-21 | checkpatch: Add check for kcalloc argument order | Joe Perches |
2013-02-21 | checkpatch: don't emit the CamelCase warning for PageFoo | Joe Perches |
2013-02-21 | checkpatch: warn on unnecessary __dev<foo> section markings | Joe Perches |
2013-02-21 | checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL> | Joe Perches |
2013-02-21 | get_maintainer.pl: find maintainers for removed files | Geert Uytterhoeven |
2013-02-21 | scripts/tags.sh: add ctags magic for declarations of popular kernel type | Kirill Tkhai |
2013-02-21 | Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2013-02-21 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2013-02-20 | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds |
2013-02-19 | kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.new | Ben Hutchings |
2013-02-14 | scripts/sortextable: silence script output | Arnd Bergmann |
2013-02-13 | kbuild: limit dtc+cpp include path | Stephen Warren |
2013-02-09 | kconfig: nconf: rewrite labels of function keys line | Roland Eggner |
2013-02-09 | kconfig: nconf: rewrite help texts | Roland Eggner |
2013-02-08 | kbuild: create a rule to run the pre-processor on *.dts files | Stephen Warren |
2013-02-05 | checkpatch: fix $Float creation of match variables | Joe Perches |
2013-01-30 | kconfig: fix a compiliation error when using make xconfig | Tiana Rakotovao Andriamahefa |
2013-01-29 | Merge branch 'master' into for-next | Jiri Kosina |
2013-01-25 | MODSIGN: Add -s <signature> option to sign-file | Michal Marek |
2013-01-25 | MODSIGN: Specify the hash algorithm on sign-file command line | Michal Marek |
2013-01-24 | mod/file2alias: make modalias generation safe for cross compiling | Andreas Schwab |
2013-01-24 | scripts/coccinelle/misc/semicolon.cocci: Add unneeded semicolon test | Peter Senna Tschudin |
2013-01-24 | nconf: function keys line, change background color for better readability | Roland Eggner |
2013-01-22 | lib: devres: Introduce devm_ioremap_resource() | Thierry Reding |
2013-01-21 | modpost: Ignore ARC specific non-alloc sections | Vineet Gupta |
2013-01-16 | menuconfig: Get rid of the top-level entries for "Load an Alternate/Save an A... | Wang YanQing |
2013-01-16 | menuconfig: Add Save/Load buttons | Wang YanQing |
2013-01-13 | scripts/tags.sh: Fix regex syntax for etags | Andreas Schwab |
2013-01-12 | Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu... | Michal Marek |
2013-01-09 | treewide: Fix typo in various drivers | Masanari Iida |
2013-01-03 | misc: remove __dev* attributes. | Greg Kroah-Hartman |
2013-01-02 | UAPI: Strip _UAPI prefix on header install no matter the whitespace | David Howells |
2012-12-27 | kconfig:lxdialog: remove duplicate code | Wang YanQing |
2012-12-25 | menuconfig:inputbox: support navigate input position | Wang YanQing |
2012-12-20 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds |
2012-12-20 | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds |
2012-12-20 | checkpatch: warn on uapi #includes that #include <uapi/... | Joe Perches |
2012-12-20 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds |
2012-12-20 | scripts/kconfig: ensure we use proper CONFIG_ prefix | Yann E. MORIN |
2012-12-19 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2012-12-18 | Coccinelle: add api/d_find_alias.cocci | Cyril Roelandt |
2012-12-17 | checkpatch: warn on CamelCase variable names | Joe Perches |
2012-12-17 | checkpatch: add support for floating point constants | Joe Perches |