summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2009-02-27checkpatch: version 0.28Andy Whitcroft-1/+1
2009-02-27checkpatch: add __ref as a sparse modifierAndy Whitcroft-1/+2
2009-02-27checkpatch: extend attribute testing to all modifiersAndy Whitcroft-2/+2
2009-02-27checkpatch: a modifier is not an identifier at the end of a typeAndy Whitcroft-2/+2
2009-02-27checkpatch: pointer type star may have modifiers followingAndy Whitcroft-2/+2
2009-02-27checkpatch: correctly handle type spacing in the face of modifiersAndy Whitcroft-2/+2
2009-02-27checkpatch: do not warn about -p0 patches when checking filesAndy Whitcroft-1/+2
2009-02-27checkpatch: make in_atomic ok in the coreAndy Whitcroft-1/+1
2009-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds-21/+173
2009-02-17HID: fix bus endianity in file2aliasJiri Slaby-0/+1
2009-02-15scripts: add x86 64 bit support to the markup_oops.pl scriptArjan van de Ven-4/+55
2009-02-15scripts: add x86 register parser to markup_oops.plArjan van de Ven-6/+100
2009-02-15kbuild: add sys_* entries for syscalls in tagsRabin Vincent-2/+5
2009-02-15kbuild: fix tags generation of config symbolsAlexey Dobriyan-1/+4
2009-02-15bootgraph: fix for use with dot symbolsMichael Neuling-2/+2
2009-02-15kbuild: add vmlinux to kernel rpmJosh Hunt-0/+8
2009-02-15kbuild,setlocalversion: shorten the make time when using svnMike Frysinger-8/+1
2009-02-11kernel-doc: fix syscall wrapper processingRandy Dunlap-1/+39
2009-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds-182/+142
2009-01-20PNP: fix broken pnp lowercasing for acpi module aliasesKay Sievers-2/+15
2009-01-15checkpatch: version: 0.27Andy Whitcroft-1/+1
2009-01-15checkpatch: struct seq_operations should normally be constAndy Whitcroft-3/+4
2009-01-15checkpatch: if should not continue a preceeding braceAndy Whitcroft-0/+5
2009-01-15checkpatch: allow parentheses on return handle array valuesAndy Whitcroft-1/+5
2009-01-15checkpatch: type/cast spacing should not check prefix spacingAndy Whitcroft-2/+2
2009-01-15checkpatch: handle missing #if open in contextAndy Whitcroft-1/+3
2009-01-14kbuild: print usage with no arguments in scripts/configAndi Kleen-0/+4
2009-01-14Revert "kbuild: strip generated symbols from *.ko"Sam Ravnborg-182/+138
2009-01-12script: improve markup_oops.pl to also decode oopses in modulesArjan van de Ven-9/+50
2009-01-10bootgraph: make the bootgraph script show async waiting timeArjan van de Ven-4/+42
2009-01-07kconfig: add script to manipulate .config files on the command lineAndi Kleen-0/+150
2009-01-07kbuild: reintroduce ALLSOURCE_ARCHS support for tags/cscopeJike Song-5/+13
2009-01-07bootchart: improve output based on Dave Jones' feedbackArjan van de Ven-5/+11
2009-01-07fix modules_install via NFSSam Ravnborg-1/+271
2009-01-06checkpatch: version: 0.26Andy Whitcroft-1/+1
2009-01-06checkpatch: fix the perlcritic errorsAndy Whitcroft-7/+13
2009-01-06checkpatch: struct file_operations should normally be constAndy Whitcroft-0/+5
2009-01-06checkpatch: ensure we actually detect if assignments split across linesAndy Whitcroft-1/+1
2009-01-06checkpatch: do not report nr_static as a static declarationAndy Whitcroft-1/+1
2009-01-06checkpatch: track #ifdef/#else/#endif when tracking blocksAndy Whitcroft-0/+22
2009-01-06checkpatch: fix continuation detection when handling spacing on operatorsAndy Whitcroft-1/+1
2009-01-06checkpatch: loosen spacing on typedef function checksAndy Whitcroft-1/+1
2009-01-06checkpatch: try to catch missing VMLINUX_SYMBOL() in vmlinux.lds.hMike Frysinger-0/+9
2009-01-06checkpatch: allow parentheses on return for comparisonsAndy Whitcroft-2/+3
2009-01-06checkpatch: Add warning for p0-patchesWolfram Sang-1/+7
2009-01-06checkpatch: update copyrightsAndy Whitcroft-1/+2
2009-01-06checkpatch: version: 0.25Andy Whitcroft-1/+1
2009-01-06checkpatch: dissallow spaces between stars in pointer typesAndy Whitcroft-14/+32
2009-01-06checkpatch: comment ends inside strings is most likely not an open commentAndy Whitcroft-3/+6
2009-01-06checkpatch: detect multiple bitfield declarationsAndy Whitcroft-5/+9