summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* bzip2/lzma: don't leave empty files around on failureAlain Knaff2009-02-191-1/+2
* Merge branch 'linus' into x86/setup-lzmaIngo Molnar2009-01-108-54/+736
|\
| * kconfig: add script to manipulate .config files on the command lineAndi Kleen2009-01-071-0/+150
| * kbuild: reintroduce ALLSOURCE_ARCHS support for tags/cscopeJike Song2009-01-071-5/+13
| * bootchart: improve output based on Dave Jones' feedbackArjan van de Ven2009-01-071-5/+11
| * fix modules_install via NFSSam Ravnborg2009-01-073-1/+271
| * checkpatch: version: 0.26Andy Whitcroft2009-01-061-1/+1
| * checkpatch: fix the perlcritic errorsAndy Whitcroft2009-01-061-7/+13
| * checkpatch: struct file_operations should normally be constAndy Whitcroft2009-01-061-0/+5
| * checkpatch: ensure we actually detect if assignments split across linesAndy Whitcroft2009-01-061-1/+1
| * checkpatch: do not report nr_static as a static declarationAndy Whitcroft2009-01-061-1/+1
| * checkpatch: track #ifdef/#else/#endif when tracking blocksAndy Whitcroft2009-01-061-0/+22
| * checkpatch: fix continuation detection when handling spacing on operatorsAndy Whitcroft2009-01-061-1/+1
| * checkpatch: loosen spacing on typedef function checksAndy Whitcroft2009-01-061-1/+1
| * checkpatch: try to catch missing VMLINUX_SYMBOL() in vmlinux.lds.hMike Frysinger2009-01-061-0/+9
| * checkpatch: allow parentheses on return for comparisonsAndy Whitcroft2009-01-061-2/+3
| * checkpatch: Add warning for p0-patchesWolfram Sang2009-01-061-1/+7
| * checkpatch: update copyrightsAndy Whitcroft2009-01-061-1/+2
| * checkpatch: version: 0.25Andy Whitcroft2009-01-061-1/+1
| * checkpatch: dissallow spaces between stars in pointer typesAndy Whitcroft2009-01-061-14/+32
| * checkpatch: comment ends inside strings is most likely not an open commentAndy Whitcroft2009-01-061-3/+6
| * checkpatch: detect multiple bitfield declarationsAndy Whitcroft2009-01-061-5/+9
| * checkpatch: __weak is an official attributeAndy Whitcroft2009-01-061-1/+2
| * checkpatch: structure member assignments are not complexAndy Whitcroft2009-01-061-2/+3
| * checkpatch: widen implied comment detection to allow multiple starsAndy Whitcroft2009-01-061-1/+1
| * checkpatch: comment detection may miss an implied comment on the last hunkAndy Whitcroft2009-01-061-2/+2
| * checkpatch: add checks for in_atomic()Andy Whitcroft2009-01-061-0/+9
| * scripts: script from kerneloops.org to pretty print oops dumpsArjan van de Ven2009-01-061-0/+162
* | bzip2/lzma: fix built-in initramfs vs CONFIG_RD_GZIPAlain Knaff2009-01-071-6/+11
* | bzip2/lzma: handle failures from bzip2 and lzma correctlyH. Peter Anvin2009-01-041-2/+2
* | bzip2/lzma: library support for gzip, bzip2 and lzma decompressionAlain Knaff2009-01-042-0/+24
|/
* kbuild: ignore a few files in headers_checkSam Ravnborg2009-01-021-0/+6
* kbuild: add checks for include of linux/types in userspace headersSam Ravnborg2009-01-021-3/+44
* kbuild: drop debugging leftover in tags.shSam Ravnborg2009-01-021-1/+0
* kbuild: in headers_install autoconvert asm/inline/volatile to __xxx__Mike Frysinger2009-01-021-0/+3
* kbuild: check for leaked CONFIG_ symbols to userspaceSam Ravnborg2009-01-021-1/+10
* headers_check.pl: disallow extern'sMike Frysinger2009-01-021-1/+11
* kconfig: improve error messages for bad source statementsSam Ravnborg2009-01-022-4/+10
* kconfig: struct property commentedSam Ravnborg2009-01-021-10/+30
* kconfig: add comments to symbol flagsSam Ravnborg2009-01-021-16/+18
* kconfig: explain symbol value defaultsSam Ravnborg2009-01-021-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2008-12-2821-197/+923
|\
| * allow stripping of generated symbols under CONFIG_KALLSYMS_ALLJan Beulich2008-12-193-106/+106
| * kbuild: strip generated symbols from *.koJan Beulich2008-12-195-32/+76
| * kbuild: simplify use of genksymsSam Ravnborg2008-12-191-18/+12
| * kernel-doc: check for extra kernel-doc notationsRandy Dunlap2008-12-191-1/+66
| * kbuild: add headerdep used to detect inclusion cycles in header filesVegard Nossum2008-12-181-0/+193
| * kbuild: fix string equality testing in tags.shJiri Slaby2008-12-141-5/+5
| * kbuild: fix make tags/cscopeJiri Slaby2008-12-141-12/+12
| * kbuild: remove TAR_IGNORERobert P. J. Day2008-12-051-4/+0