summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
*-------. Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar2009-03-044-18/+50
|\ \ \ \ \
| | | | * | 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
| | | | |\ \
| | | | * | | 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-051-2/+2
| | | | * | | bzip2/lzma: library support for gzip, bzip2 and lzma decompressionAlain Knaff2009-01-052-0/+24
| | | * | | | Merge branch 'x86/urgent' into x86/patIngo Molnar2009-03-011-12/+14
| |_|/| | | | |/| | | | |/ | | | | |/| | | | |/| |
| | | * | | checkpatch: version 0.28Andy Whitcroft2009-02-281-1/+1
| | | * | | checkpatch: add __ref as a sparse modifierAndy Whitcroft2009-02-281-1/+2
| | | * | | checkpatch: extend attribute testing to all modifiersAndy Whitcroft2009-02-281-2/+2
| | | * | | checkpatch: a modifier is not an identifier at the end of a typeAndy Whitcroft2009-02-281-2/+2
| | | * | | checkpatch: pointer type star may have modifiers followingAndy Whitcroft2009-02-281-2/+2
| | | * | | checkpatch: correctly handle type spacing in the face of modifiersAndy Whitcroft2009-02-281-2/+2
| | | * | | checkpatch: do not warn about -p0 patches when checking filesAndy Whitcroft2009-02-281-1/+2
| | | * | | checkpatch: make in_atomic ok in the coreAndy Whitcroft2009-02-281-1/+1
| | * | | | Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-02-206-21/+174
| |/| | | | | | |/ / /
* | | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-226-21/+174
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds2009-02-175-21/+173
| |\ \ \
| | * | | scripts: add x86 64 bit support to the markup_oops.pl scriptArjan van de Ven2009-02-151-4/+55
| | * | | scripts: add x86 register parser to markup_oops.plArjan van de Ven2009-02-151-6/+100
| | * | | kbuild: add sys_* entries for syscalls in tagsRabin Vincent2009-02-151-2/+5
| | * | | kbuild: fix tags generation of config symbolsAlexey Dobriyan2009-02-151-1/+4
| | * | | bootgraph: fix for use with dot symbolsMichael Neuling2009-02-151-2/+2
| | * | | kbuild: add vmlinux to kernel rpmJosh Hunt2009-02-151-0/+8
| | * | | kbuild,setlocalversion: shorten the make time when using svnMike Frysinger2009-02-151-8/+1Star
| * | | | HID: fix bus endianity in file2aliasJiri Slaby2009-02-171-0/+1
| |/ / /
* | | | Merge branch 'core/header-fixes' into x86/headersIngo Molnar2009-02-131-1/+1
|\ \ \ \
| * | | | kbuild: drop check for CONFIG_ in headers_checkSam Ravnborg2009-01-311-1/+1
* | | | | Merge branch 'core/percpu' into x86/coreIngo Molnar2009-02-133-3/+16
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | stackprotector: fix multi-word cross-buildsIngo Molnar2009-02-112-2/+2
| * | | | x86: implement x86_32 stack protectorTejun Heo2009-02-101-0/+8
| * | | | stackprotector: update make rulesTejun Heo2009-02-101-1/+3
| * | | | modpost: NOBITS sections may point beyond the end of the fileTejun Heo2009-02-051-1/+4
| |/ / /
* / / / kernel-doc: fix syscall wrapper processingRandy Dunlap2009-02-111-1/+39
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds2009-01-279-182/+142Star
|\ \ \
| * | | kbuild: print usage with no arguments in scripts/configAndi Kleen2009-01-141-0/+4
| * | | Revert "kbuild: strip generated symbols from *.ko"Sam Ravnborg2009-01-148-182/+138Star
* | | | PNP: fix broken pnp lowercasing for acpi module aliasesKay Sievers2009-01-211-2/+15
* | | | checkpatch: version: 0.27Andy Whitcroft2009-01-161-1/+1
* | | | checkpatch: struct seq_operations should normally be constAndy Whitcroft2009-01-161-3/+4
* | | | checkpatch: if should not continue a preceeding braceAndy Whitcroft2009-01-161-0/+5
* | | | checkpatch: allow parentheses on return handle array valuesAndy Whitcroft2009-01-161-1/+5
* | | | checkpatch: type/cast spacing should not check prefix spacingAndy Whitcroft2009-01-161-2/+2
* | | | checkpatch: handle missing #if open in contextAndy Whitcroft2009-01-161-1/+3
|/ / /
* | | script: improve markup_oops.pl to also decode oopses in modulesArjan van de Ven2009-01-131-9/+50
* | | bootgraph: make the bootgraph script show async waiting timeArjan van de Ven2009-01-111-4/+42
| |/ |/|
* | 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