Age | Commit message (Expand) | Author | Files | Lines |
2013-02-26 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -71/+65 |
2013-02-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2013-02-22 | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 3 | -7/+45 |
2013-02-22 | checkpatch: fix USLEEP_RANGE test | Bruce Allan | 1 | -2/+2 |
2013-02-22 | checkpatch: Add check for kcalloc argument order | Joe Perches | 1 | -0/+6 |
2013-02-22 | checkpatch: don't emit the CamelCase warning for PageFoo | Joe Perches | 1 | -0/+1 |
2013-02-22 | checkpatch: warn on unnecessary __dev<foo> section markings | Joe Perches | 1 | -0/+6 |
2013-02-22 | checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL> | Joe Perches | 1 | -0/+9 |
2013-02-22 | get_maintainer.pl: find maintainers for removed files | Geert Uytterhoeven | 1 | -1/+1 |
2013-02-22 | scripts/tags.sh: add ctags magic for declarations of popular kernel type | Kirill Tkhai | 1 | -4/+20 |
2013-02-22 | Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2013-02-22 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+90 |
2013-02-20 | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 1 | -0/+14 |
2013-02-14 | scripts/sortextable: silence script output | Arnd Bergmann | 1 | -1/+1 |
2013-02-13 | kbuild: limit dtc+cpp include path | Stephen Warren | 1 | -2/+6 |
2013-02-08 | kbuild: create a rule to run the pre-processor on *.dts files | Stephen Warren | 1 | -0/+10 |
2013-02-05 | checkpatch: fix $Float creation of match variables | Joe Perches | 1 | -5/+5 |
2013-01-29 | Merge branch 'master' into for-next | Jiri Kosina | 20 | -106/+499 |
2013-01-25 | MODSIGN: Add -s <signature> option to sign-file | Michal Marek | 1 | -43/+56 |
2013-01-25 | MODSIGN: Specify the hash algorithm on sign-file command line | Michal Marek | 1 | -37/+16 |
2013-01-22 | lib: devres: Introduce devm_ioremap_resource() | Thierry Reding | 1 | -0/+90 |
2013-01-21 | modpost: Ignore ARC specific non-alloc sections | Vineet Gupta | 1 | -0/+2 |
2013-01-09 | treewide: Fix typo in various drivers | Masanari Iida | 1 | -1/+1 |
2013-01-04 | misc: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -1/+0 |
2013-01-03 | UAPI: Strip _UAPI prefix on header install no matter the whitespace | David Howells | 1 | -3/+3 |
2012-12-21 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -2/+5 |
2012-12-21 | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 3 | -9/+158 |
2012-12-21 | checkpatch: warn on uapi #includes that #include <uapi/... | Joe Perches | 1 | -2/+5 |
2012-12-21 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -0/+7 |
2012-12-19 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+32 |
2012-12-19 | Coccinelle: add api/d_find_alias.cocci | Cyril Roelandt | 1 | -0/+80 |
2012-12-18 | checkpatch: warn on CamelCase variable names | Joe Perches | 1 | -6/+13 |
2012-12-18 | checkpatch: add support for floating point constants | Joe Perches | 1 | -1/+5 |
2012-12-18 | checkpatch: find hex constants as a single IDENT | Joe Perches | 1 | -1/+1 |
2012-12-18 | checkpatch: add --strict test for switch/default missing break | Joe Perches | 1 | -2/+16 |
2012-12-18 | checkpatch: warn when declaring "struct spinlock foo;" | Joe Perches | 1 | -0/+6 |
2012-12-18 | checkpatch: Add --strict messages for blank lines around braces | Joe Perches | 1 | -0/+10 |
2012-12-18 | checkpatch: extend line continuation test | Joe Perches | 1 | -1/+3 |
2012-12-18 | checkpatch: allow control over line length warning, default remains 80 | Joe Perches | 1 | -3/+6 |
2012-12-18 | checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_remove | Andy Whitcroft | 1 | -14/+6 |
2012-12-18 | checkpatch: remove reference to feature-removal-schedule.txt | Tao Ma | 1 | -37/+0 |
2012-12-18 | checkpatch: warn about using CONFIG_EXPERIMENTAL | Kees Cook | 1 | -0/+13 |
2012-12-18 | checkpatch: warn on unnecessary line continuations | Joe Perches | 1 | -0/+9 |
2012-12-14 | scripts/config: Fix wrong "shift" for --keep-case | Hiroshi Doyu | 1 | -1/+0 |
2012-12-14 | MODSIGN: Add modules_sign make target | Josh Boyer | 1 | -0/+32 |
2012-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -0/+34 |
2012-12-12 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -0/+1 |
2012-12-12 | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -14/+10 |
2012-12-11 | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2 | -0/+5 |
2012-12-11 | scripts/tags.sh: Support compiled source | Joonsoo Kim | 1 | -6/+31 |