aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | kbuild: don't warn about include/linux/version.h not including itselfPeter Foley2011-04-291-0/+1
| * | | | eradicate bashisms in scripts/patch-kernelAndreas Mohr2011-04-041-1/+1
| |/ / /
* | | | Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mma...Linus Torvalds2011-05-252-3/+20
|\ \ \ \
| * | | | kbuild: Create a kernel-headers RPMArun Sharma2011-05-241-0/+17
| * | | | rpm-pkg: Fix when current directory is a symlinkMichal Marek2011-05-241-1/+1
| * | | | Replace '-' in kernel version with '_'Arun Sharma2011-05-042-2/+2
| |/ / /
* | | | checkpatch: fix defect in printk(KERN_<LEVEL> 80 column exceptionsJoe Perches2011-05-251-1/+1
* | | | checkpatch: add <foo>_<level> and MODULE_<BAR> to 80 column exceptionsJoe Perches2011-05-251-3/+3
* | | | checkpatch: add check for line continuations in quoted stringsJoe Perches2011-05-251-0/+5
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2011-05-2413-63/+130
|\ \ \ \
| * | | | kbuild: make KBUILD_NOCMDDEP=1 handle empty built-in.oMichal Marek2011-05-161-0/+2
| * | | | scripts/kallsyms.c: fix potential segfaultXiaochen Wang2011-05-121-0/+2
| * | | | scripts/gen_initramfs_list.sh: Convert to a /bin/sh scriptJamey Sharp2011-05-121-7/+7
| * | | | kbuild: Fix passing -Wno-* options to gcc 4.4+Michal Marek2011-05-031-0/+5
| * | | | kbuild: move scripts/basic/docproc.c to scripts/docproc.cPeter Foley2011-05-025-6/+7
| * | | | kbuild: Fix Makefile.asm-generic for umMichal Marek2011-05-021-1/+1
| * | | | kbuild: Allow to combine multiple W= levelsMichal Marek2011-05-021-2/+6
| * | | | kbuild: Disable -Wunused-but-set-variable for gcc 4.6.0Dave Jones2011-04-291-0/+1
| * | | | Fix handling of backlash character in LINUX_COMPILE_BY nameMarcin Nowakowski2011-04-291-1/+1
| * | | | kbuild: asm-generic supportSam Ravnborg2011-04-282-1/+32
| * | | | kbuild: implement several W= levelsSam Ravnborg2011-04-281-27/+38
| * | | | kbuild: Fix build with binutils <= 2.19Michal Marek2011-04-202-2/+7
| * | | | initramfs: Use KBUILD_BUILD_TIMESTAMP for generated entriesMichal Marek2011-04-181-1/+8
| * | | | kbuild: Allow to override LINUX_COMPILE_BY and LINUX_COMPILE_HOST macrosMichal Marek2011-04-181-2/+12
| * | | | kbuild: Drop unused LINUX_COMPILE_TIME and LINUX_COMPILE_DOMAIN macrosMichal Marek2011-04-181-14/+2
| * | | | kbuild: Use the deterministic mode of arMichal Marek2011-04-181-2/+2
| * | | | kbuild: Call gzip with -nMichal Marek2011-04-182-3/+3
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-1/+1
|\ \ \ \
| * | | | Haavard Skinnemoen has left AtmelJean Delvare2011-05-181-1/+1
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-0/+22
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-161-0/+22
| |\ \ \
| | * | | bcma: add Broadcom specific AMBA bus driverRafał Miłecki2011-05-101-0/+22
| | | |/ | | |/|
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-05-194-93/+266
|\ \ \ \
| * | | | ftrace/kbuild: Add recordmcount files to force full buildMichal Marek2011-05-191-2/+5
| * | | | ftrace/s390: mcount offset calculationMartin Schwidefsky2011-05-162-2/+8
| * | | | ftrace/x86: mcount offset calculationMartin Schwidefsky2011-05-162-0/+4
| * | | | ftrace/recordmcount: mcount address adjustmentMartin Schwidefsky2011-05-161-2/+7
| * | | | ftrace/recordmcount: Add helper function get_sym_str_and_relp()Steven Rostedt2011-05-161-30/+37
| * | | | ftrace/recordmcount: Remove duplicate code to find mcount symbolSteven Rostedt2011-05-161-24/+27
| * | | | kbuild/recordmcount: Add RECORDMCOUNT_WARN to warn about mcount callersSteven Rostedt2011-05-161-1/+4
| * | | | ftrace/recordmcount: Add warning logic to warn on mcount not recordedSteven Rostedt2011-05-162-13/+41
| * | | | ftrace/recordmcount: Make ignored mcount calls into nops at compile timeSteven Rostedt2011-05-162-6/+116
| * | | | ftrace/recordmcount: Modify only executable sectionsSteven Rostedt2011-05-161-0/+1
| * | | | ftrace: Add .kprobe.text section to whitelist for recordmcount.cSteven Rostedt2011-05-162-0/+2
| * | | | ftrace/trivial: Clean up record mcount to use Linux switch styleSteven Rostedt2011-05-161-21/+22
| * | | | ftrace/trivial: Clean up recordmcount.c to use Linux style comparisonsSteven Rostedt2011-05-162-32/+32
| | |_|/ | |/| |
* | | | modpost: Update 64k section support for binutils 2.18.50Anders Kaseorg2011-05-192-29/+14
* | | | module: Sort exported symbolsAlessio Igor Bogani2011-05-191-0/+11
|/ / /
* | | kconfig: Avoid buffer underrun in choice inputBen Hutchings2011-04-241-1/+1
|/ /
* | Fix common misspellingsLucas De Marchi2011-03-318-11/+11
|/