aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2013-01-03misc: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+0
2013-01-02UAPI: Strip _UAPI prefix on header install no matter the whitespaceGravatar David Howells 1-3/+3
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-2/+5
2012-12-20Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 3-9/+158
2012-12-20checkpatch: warn on uapi #includes that #include <uapi/...Gravatar Joe Perches 1-2/+5
2012-12-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-0/+7
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+32
2012-12-18Coccinelle: add api/d_find_alias.cocciGravatar Cyril Roelandt 1-0/+80
2012-12-17checkpatch: warn on CamelCase variable namesGravatar Joe Perches 1-6/+13
2012-12-17checkpatch: add support for floating point constantsGravatar Joe Perches 1-1/+5
2012-12-17checkpatch: find hex constants as a single IDENTGravatar Joe Perches 1-1/+1
2012-12-17checkpatch: add --strict test for switch/default missing breakGravatar Joe Perches 1-2/+16
2012-12-17checkpatch: warn when declaring "struct spinlock foo;"Gravatar Joe Perches 1-0/+6
2012-12-17checkpatch: Add --strict messages for blank lines around bracesGravatar Joe Perches 1-0/+10
2012-12-17checkpatch: extend line continuation testGravatar Joe Perches 1-1/+3
2012-12-17checkpatch: allow control over line length warning, default remains 80Gravatar Joe Perches 1-3/+6
2012-12-17checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_removeGravatar Andy Whitcroft 1-14/+6
2012-12-17checkpatch: remove reference to feature-removal-schedule.txtGravatar Tao Ma 1-37/+0
2012-12-17checkpatch: warn about using CONFIG_EXPERIMENTALGravatar Kees Cook 1-0/+13
2012-12-17checkpatch: warn on unnecessary line continuationsGravatar Joe Perches 1-0/+9
2012-12-14scripts/config: Fix wrong "shift" for --keep-caseGravatar Hiroshi Doyu 1-1/+0
2012-12-14MODSIGN: Add modules_sign make targetGravatar Josh Boyer 1-0/+32
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-0/+34
2012-12-12Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 1-0/+1
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-14/+10
2012-12-11Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 2-0/+5
2012-12-11scripts/tags.sh: Support compiled sourceGravatar Joonsoo Kim 1-6/+31
2012-12-11scripts/tags.sh: Support subarch for ARMGravatar Joonsoo Kim 1-2/+18
2012-12-11Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warn...Gravatar Russell King 15-490/+536
2012-12-09scripts/coccinelle/misc/warn.cocci: use WARNGravatar Julia Lawall 1-0/+109
2012-12-06scripts/kernel-doc: check that non-void fcts describe their return valueGravatar Yacine Belkadi 1-0/+34
2012-11-30modpost.c: Stop checking __dev* section mismatchesGravatar Greg Kroah-Hartman 1-14/+10
2012-11-30kbuild: centralize .dts->.dtb ruleGravatar Stephen Warren 1-0/+3
2012-11-27scripts/kernel-doc: check that non-void fcts describe their return valueGravatar Yacine Belkadi 1-0/+34
2012-11-26UAPI: strip the _UAPI prefix from header guards during header installationGravatar David Howells 1-0/+3
2012-11-21sign-file: fix the perl warning message when extracting ASN.1Gravatar Chun-Yi Lee 1-3/+3
2012-11-21script: dtc: clean generated filesGravatar Magnus Damm 1-0/+2
2012-11-20scripts/pnmtologo: fix for plain PBMGravatar Andreas Bießmann 1-0/+7
2012-11-12Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Gravatar Linus Torvalds 5-14/+106
2012-11-09Merge branch 'akpm' (Fixes from Andrew)Gravatar Linus Torvalds 1-2/+4
2012-11-09checkpatch: improve network block comment style checkingGravatar Joe Perches 1-2/+4
2012-11-06modules: don't break modules_install on external modules with no key.Gravatar Rusty Russell 1-1/+2
2012-11-04ARM: 7568/1: Sort exception table at compile timeGravatar Stephen Boyd 1-0/+1
2012-10-25menuconfig: Replace CIRCLEQ by list_head-style lists.Gravatar Benjamin Poirier 5-14/+106
2012-10-19MODSIGN: Move the magic string to the end of a module and eliminate the searchGravatar David Howells 1-3/+3
2012-10-19MODSIGN: perlify sign-file and merge in x509keyidGravatar David Howells 2-346/+399
2012-10-19kbuild: Fix module signature generationGravatar Linus Torvalds 1-2/+3
2012-10-19kbuild: sign the modules at install timeGravatar Rusty Russell 4-111/+28
2012-10-18Merge tag 'dt-fixes-for-3.7' of git://sources.calxeda.com/kernel/linuxGravatar Linus Torvalds 1-34/+10
2012-10-17dtc: fix for_each_*() to skip first object if deletedGravatar Stephen Warren 1-34/+10