| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | menuconfig:inputbox: support navigate input position | Wang YanQing | 2012-12-25 | 1 | -29/+92 |
| * | | | | | | scripts/kconfig: ensure we use proper CONFIG_ prefix | Yann E. MORIN | 2012-12-20 | 1 | -0/+3 |
| * | | | | | | merge_config.sh: Add option to specify output dir | Zhangfei Gao | 2012-12-09 | 1 | -4/+16 |
| * | | | | | | kconfig: Regenerate lexer | Michal Marek | 2012-11-20 | 1 | -4/+4 |
| * | | | | | | kconfig: Fix malloc handling in conf tools | Alan Cox | 2012-11-20 | 6 | -19/+40 |
| * | | | | | | kconfig: get CONFIG_ prefix from the environment | Yann E. MORIN | 2012-11-20 | 3 | -2/+3 |
| * | | | | | | kconfig: add a function to get the CONFIG_ prefix | Yann E. MORIN | 2012-11-20 | 1 | -0/+6 |
| * | | | | | | kconfig: remove CONFIG_ from string constants | Yann E. MORIN | 2012-11-20 | 2 | -4/+17 |
| * | | | | | | menuconfig: fix extended colors ncurses support | Krzysztof Mazur | 2012-11-20 | 1 | -0/+1 |
* | | | | | | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 2013-02-27 | 6 | -34/+298 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | scripts/coccinelle: find constant additions that could be bit ors | Julia Lawall | 2013-02-22 | 1 | -0/+55 |
| * | | | | | | | coccicheck: Allow to show the executed command line | Bernd Schubert | 2013-02-22 | 1 | -7/+21 |
| * | | | | | | | coccicheck: Allow the user to give a V= (verbose) argument | Bernd Schubert | 2013-02-22 | 1 | -1/+10 |
| * | | | | | | | scripts/coccinelle/misc/memcpy-assign.cocci: Replace memcpy with struct assig... | Peter Senna Tschudin | 2013-02-22 | 1 | -0/+103 |
| * | | | | | | | kbuild: clear KBUILD_SRC when calling 'make' in RPM spec | David R. Bild | 2013-02-22 | 1 | -1/+1 |
| * | | | | | | | scripts/coccinelle/misc/semicolon.cocci: Add unneeded semicolon test | Peter Senna Tschudin | 2013-01-24 | 1 | -0/+83 |
| * | | | | | | | scripts/tags.sh: Fix regex syntax for etags | Andreas Schwab | 2013-01-13 | 1 | -25/+25 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2013-02-27 | 10 | -326/+617 |
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | /
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | kbuild: Fix reading of .config in link-vmlinux.sh | Michal Marek | 2013-02-25 | 1 | -1/+8 |
| * | | | | | kbuild: Unset language specific variables in setlocalversion script | Christophe Leroy | 2013-02-22 | 1 | -1/+1 |
| * | | | | | depmod: pass -P $CONFIG_SYMBOL_PREFIX | James Hogan | 2013-02-22 | 1 | -3/+23 |
| * | | | | | kbuild: Fix destination-y for installed headers | Jesper Nilsson | 2013-02-22 | 1 | -3/+3 |
| * | | | | | scripts/link-vmlinux.sh: source variables from KCONFIG_CONFIG | Michael Grzeschik | 2013-02-22 | 1 | -1/+1 |
| * | | | | | mod/file2alias: make modalias generation safe for cross compiling | Andreas Schwab | 2013-01-24 | 6 | -318/+582 |
| |/ / / / |
|
* | | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-02-25 | 2 | -71/+65 |
|\ \ \ \ \ |
|
| * | | | | | MODSIGN: Add -s <signature> option to sign-file | Michal Marek | 2013-01-25 | 1 | -43/+56 |
| * | | | | | MODSIGN: Specify the hash algorithm on sign-file command line | Michal Marek | 2013-01-25 | 1 | -37/+16 |
| * | | | | | modpost: Ignore ARC specific non-alloc sections | Vineet Gupta | 2013-01-21 | 1 | -0/+2 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-02-21 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Merge branch 'master' into for-next | Jiri Kosina | 2013-01-29 | 20 | -106/+499 |
| |\| | | | | |
|
| * | | | | | | treewide: Fix typo in various drivers | Masanari Iida | 2013-01-09 | 1 | -1/+1 |
* | | | | | | | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2013-02-21 | 3 | -7/+45 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | checkpatch: fix USLEEP_RANGE test | Bruce Allan | 2013-02-21 | 1 | -2/+2 |
| * | | | | | | | checkpatch: Add check for kcalloc argument order | Joe Perches | 2013-02-21 | 1 | -0/+6 |
| * | | | | | | | checkpatch: don't emit the CamelCase warning for PageFoo | Joe Perches | 2013-02-21 | 1 | -0/+1 |
| * | | | | | | | checkpatch: warn on unnecessary __dev<foo> section markings | Joe Perches | 2013-02-21 | 1 | -0/+6 |
| * | | | | | | | checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL> | Joe Perches | 2013-02-21 | 1 | -0/+9 |
| * | | | | | | | get_maintainer.pl: find maintainers for removed files | Geert Uytterhoeven | 2013-02-21 | 1 | -1/+1 |
| * | | | | | | | scripts/tags.sh: add ctags magic for declarations of popular kernel type | Kirill Tkhai | 2013-02-21 | 1 | -4/+20 |
* | | | | | | | | Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2013-02-21 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | scripts/sortextable: silence script output | Arnd Bergmann | 2013-02-14 | 1 | -1/+1 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 | 1 | -0/+90 |
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
|
| * | | | | | | | lib: devres: Introduce devm_ioremap_resource() | Thierry Reding | 2013-01-22 | 1 | -0/+90 |
| |/ / / / / / |
|
* | | | | | | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2013-02-20 | 1 | -0/+14 |
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
|
| * | | | | | | kbuild: limit dtc+cpp include path | Stephen Warren | 2013-02-13 | 1 | -2/+6 |
| * | | | | | | kbuild: create a rule to run the pre-processor on *.dts files | Stephen Warren | 2013-02-08 | 1 | -0/+10 |
| |/ / / / / |
|
* / / / / / | checkpatch: fix $Float creation of match variables | Joe Perches | 2013-02-05 | 1 | -5/+5 |
|/ / / / / |
|
* | | | | | misc: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -1/+0 |
* | | | | | UAPI: Strip _UAPI prefix on header install no matter the whitespace | David Howells | 2013-01-02 | 1 | -3/+3 |
| |/ / /
|/| | | |
|
* | | | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-12-20 | 1 | -2/+5 |
|\ \ \ \ |
|