aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: fix $Float creation of match variablesJoe Perches2013-02-051-5/+5
* misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+0
* UAPI: Strip _UAPI prefix on header install no matter the whitespaceDavid Howells2013-01-021-3/+3
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-201-2/+5
|\
| * checkpatch: warn on uapi #includes that #include <uapi/...Joe Perches2012-12-201-2/+5
* | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2012-12-203-9/+158
|\ \
| * | scripts/config: Fix wrong "shift" for --keep-caseHiroshi Doyu2012-12-141-1/+0
| * | scripts/tags.sh: Support compiled sourceJoonsoo Kim2012-12-111-6/+31
| * | scripts/tags.sh: Support subarch for ARMJoonsoo Kim2012-12-111-2/+18
| * | scripts/coccinelle/misc/warn.cocci: use WARNJulia Lawall2012-12-091-0/+109
| * | scripts/kernel-doc: check that non-void fcts describe their return valueYacine Belkadi2012-12-061-0/+34
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2012-12-201-0/+7
|\ \ \ | |_|/ |/| |
| * | scripts/pnmtologo: fix for plain PBMAndreas Bießmann2012-11-201-0/+7
| |/
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-191-0/+32
|\ \
| * | MODSIGN: Add modules_sign make targetJosh Boyer2012-12-131-0/+32
* | | Coccinelle: add api/d_find_alias.cocciCyril Roelandt2012-12-181-0/+80
* | | checkpatch: warn on CamelCase variable namesJoe Perches2012-12-171-6/+13
* | | checkpatch: add support for floating point constantsJoe Perches2012-12-171-1/+5
* | | checkpatch: find hex constants as a single IDENTJoe Perches2012-12-171-1/+1
* | | checkpatch: add --strict test for switch/default missing breakJoe Perches2012-12-171-2/+16
* | | checkpatch: warn when declaring "struct spinlock foo;"Joe Perches2012-12-171-0/+6
* | | checkpatch: Add --strict messages for blank lines around bracesJoe Perches2012-12-171-0/+10
* | | checkpatch: extend line continuation testJoe Perches2012-12-171-1/+3
* | | checkpatch: allow control over line length warning, default remains 80Joe Perches2012-12-171-3/+6
* | | checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_removeAndy Whitcroft2012-12-171-14/+6
* | | checkpatch: remove reference to feature-removal-schedule.txtTao Ma2012-12-171-37/+0
* | | checkpatch: warn about using CONFIG_EXPERIMENTALKees Cook2012-12-171-0/+13
* | | checkpatch: warn on unnecessary line continuationsJoe Perches2012-12-171-0/+9
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-0/+34
|\ \ \
| * | | scripts/kernel-doc: check that non-void fcts describe their return valueYacine Belkadi2012-11-271-0/+34
* | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-12-121-0/+1
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---. | | | Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warn...Russell King2012-12-1015-490/+536
| |\ \ \| | | | | | |_|/ / | | |/| | / | | |_|_|/ | |/| | |
| | | * | ARM: 7568/1: Sort exception table at compile timeStephen Boyd2012-11-041-0/+1
| | |/ / | |/| |
* | | | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-14/+10
|\ \ \ \
| * | | | modpost.c: Stop checking __dev* section mismatchesGreg Kroah-Hartman2012-11-301-14/+10
* | | | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-112-0/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | kbuild: centralize .dts->.dtb ruleStephen Warren2012-11-301-0/+3
| * | | | script: dtc: clean generated filesMagnus Damm2012-11-211-0/+2
| |/ / /
* | | | UAPI: strip the _UAPI prefix from header guards during header installationDavid Howells2012-11-261-0/+3
* | | | sign-file: fix the perl warning message when extracting ASN.1Chun-Yi Lee2012-11-211-3/+3
* | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2012-11-125-14/+106
|\ \ \ \ | |/ / / |/| | |
| * | | menuconfig: Replace CIRCLEQ by list_head-style lists.Benjamin Poirier2012-10-255-14/+106
| |/ /
* | | Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds2012-11-081-2/+4
|\ \ \
| * | | checkpatch: improve network block comment style checkingJoe Perches2012-11-081-2/+4
| | |/ | |/|
* / | modules: don't break modules_install on external modules with no key.Rusty Russell2012-11-051-1/+2
|/ /
* | MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells2012-10-191-3/+3
* | MODSIGN: perlify sign-file and merge in x509keyidDavid Howells2012-10-192-346/+399
* | kbuild: Fix module signature generationLinus Torvalds2012-10-191-2/+3
* | kbuild: sign the modules at install timeRusty Russell2012-10-194-111/+28
* | Merge tag 'dt-fixes-for-3.7' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2012-10-181-34/+10
|\ \