aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-20Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds
2012-12-20checkpatch: warn on uapi #includes that #include <uapi/...Joe Perches
2012-12-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-12-18Coccinelle: add api/d_find_alias.cocciCyril Roelandt
2012-12-17checkpatch: warn on CamelCase variable namesJoe Perches
2012-12-17checkpatch: add support for floating point constantsJoe Perches
2012-12-17checkpatch: find hex constants as a single IDENTJoe Perches
2012-12-17checkpatch: add --strict test for switch/default missing breakJoe Perches
2012-12-17checkpatch: warn when declaring "struct spinlock foo;"Joe Perches
2012-12-17checkpatch: Add --strict messages for blank lines around bracesJoe Perches
2012-12-17checkpatch: extend line continuation testJoe Perches
2012-12-17checkpatch: allow control over line length warning, default remains 80Joe Perches
2012-12-17checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_removeAndy Whitcroft
2012-12-17checkpatch: remove reference to feature-removal-schedule.txtTao Ma
2012-12-17checkpatch: warn about using CONFIG_EXPERIMENTALKees Cook
2012-12-17checkpatch: warn on unnecessary line continuationsJoe Perches
2012-12-14scripts/config: Fix wrong "shift" for --keep-caseHiroshi Doyu
2012-12-14MODSIGN: Add modules_sign make targetJosh Boyer
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-12Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-12-11Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-12-11scripts/tags.sh: Support compiled sourceJoonsoo Kim
2012-12-11scripts/tags.sh: Support subarch for ARMJoonsoo Kim
2012-12-11Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warn...Russell King
2012-12-09scripts/coccinelle/misc/warn.cocci: use WARNJulia Lawall
2012-12-06scripts/kernel-doc: check that non-void fcts describe their return valueYacine Belkadi
2012-11-30modpost.c: Stop checking __dev* section mismatchesGreg Kroah-Hartman
2012-11-30kbuild: centralize .dts->.dtb ruleStephen Warren
2012-11-27scripts/kernel-doc: check that non-void fcts describe their return valueYacine Belkadi
2012-11-26UAPI: strip the _UAPI prefix from header guards during header installationDavid Howells
2012-11-21sign-file: fix the perl warning message when extracting ASN.1Chun-Yi Lee
2012-11-21script: dtc: clean generated filesMagnus Damm
2012-11-20scripts/pnmtologo: fix for plain PBMAndreas Bießmann
2012-11-12Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds
2012-11-09Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds
2012-11-09checkpatch: improve network block comment style checkingJoe Perches
2012-11-06modules: don't break modules_install on external modules with no key.Rusty Russell
2012-11-04ARM: 7568/1: Sort exception table at compile timeStephen Boyd
2012-10-25menuconfig: Replace CIRCLEQ by list_head-style lists.Benjamin Poirier
2012-10-19MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells
2012-10-19MODSIGN: perlify sign-file and merge in x509keyidDavid Howells
2012-10-19kbuild: Fix module signature generationLinus Torvalds
2012-10-19kbuild: sign the modules at install timeRusty Russell
2012-10-18Merge tag 'dt-fixes-for-3.7' of git://sources.calxeda.com/kernel/linuxLinus Torvalds
2012-10-17dtc: fix for_each_*() to skip first object if deletedStephen Warren
2012-10-17uapi: Allow automatic generation of uapi/asm/ header filesCatalin Marinas
2012-10-15kbuild: Fix accidental revert in commit fe04ddfMichal Marek