summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2013-01-09treewide: Fix typo in various driversMasanari Iida-1/+1
2013-01-03misc: remove __dev* attributes.Greg Kroah-Hartman-1/+0
2013-01-02UAPI: Strip _UAPI prefix on header install no matter the whitespaceDavid Howells-3/+3
2012-12-27kconfig:lxdialog: remove duplicate codeWang YanQing-1/+0
2012-12-25menuconfig:inputbox: support navigate input positionWang YanQing-29/+92
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-2/+5
2012-12-20Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds-9/+158
2012-12-20checkpatch: warn on uapi #includes that #include <uapi/...Joe Perches-2/+5
2012-12-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-0/+7
2012-12-20scripts/kconfig: ensure we use proper CONFIG_ prefixYann E. MORIN-0/+3
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+32
2012-12-18Coccinelle: add api/d_find_alias.cocciCyril Roelandt-0/+80
2012-12-17checkpatch: warn on CamelCase variable namesJoe Perches-6/+13
2012-12-17checkpatch: add support for floating point constantsJoe Perches-1/+5
2012-12-17checkpatch: find hex constants as a single IDENTJoe Perches-1/+1
2012-12-17checkpatch: add --strict test for switch/default missing breakJoe Perches-2/+16
2012-12-17checkpatch: warn when declaring "struct spinlock foo;"Joe Perches-0/+6
2012-12-17checkpatch: Add --strict messages for blank lines around bracesJoe Perches-0/+10
2012-12-17checkpatch: extend line continuation testJoe Perches-1/+3
2012-12-17checkpatch: allow control over line length warning, default remains 80Joe Perches-3/+6
2012-12-17checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_removeAndy Whitcroft-14/+6
2012-12-17checkpatch: remove reference to feature-removal-schedule.txtTao Ma-37/+0
2012-12-17checkpatch: warn about using CONFIG_EXPERIMENTALKees Cook-0/+13
2012-12-17checkpatch: warn on unnecessary line continuationsJoe Perches-0/+9
2012-12-14scripts/config: Fix wrong "shift" for --keep-caseHiroshi Doyu-1/+0
2012-12-14MODSIGN: Add modules_sign make targetJosh Boyer-0/+32
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-0/+34
2012-12-12Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds-0/+1
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-14/+10
2012-12-11Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-0/+5
2012-12-11scripts/tags.sh: Support compiled sourceJoonsoo Kim-6/+31
2012-12-11scripts/tags.sh: Support subarch for ARMJoonsoo Kim-2/+18
2012-12-11Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warn...Russell King-490/+536
2012-12-09merge_config.sh: Add option to specify output dirZhangfei Gao-4/+16
2012-12-09scripts/coccinelle/misc/warn.cocci: use WARNJulia Lawall-0/+109
2012-12-06scripts/kernel-doc: check that non-void fcts describe their return valueYacine Belkadi-0/+34
2012-11-30modpost.c: Stop checking __dev* section mismatchesGreg Kroah-Hartman-14/+10
2012-11-30kbuild: centralize .dts->.dtb ruleStephen Warren-0/+3
2012-11-27scripts/kernel-doc: check that non-void fcts describe their return valueYacine Belkadi-0/+34
2012-11-26UAPI: strip the _UAPI prefix from header guards during header installationDavid Howells-0/+3
2012-11-21sign-file: fix the perl warning message when extracting ASN.1Chun-Yi Lee-3/+3
2012-11-21script: dtc: clean generated filesMagnus Damm-0/+2
2012-11-20kconfig: Regenerate lexerMichal Marek-4/+4
2012-11-20kconfig: Fix malloc handling in conf toolsAlan Cox-19/+40
2012-11-20scripts/pnmtologo: fix for plain PBMAndreas Bießmann-0/+7
2012-11-20kconfig: get CONFIG_ prefix from the environmentYann E. MORIN-2/+3
2012-11-20kconfig: add a function to get the CONFIG_ prefixYann E. MORIN-0/+6
2012-11-20kconfig: remove CONFIG_ from string constantsYann E. MORIN-4/+17
2012-11-20menuconfig: fix extended colors ncurses supportKrzysztof Mazur-0/+1
2012-11-12Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds-14/+106