summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* bloat-o-meter: include read-only data section in reportJean Delvare2011-03-221-1/+3
* checkpatch: warn about memset with swapped argumentsDave Jones2011-03-221-0/+5
* scripts/checkpatch.pl: reset rpt_cleaners warningsMike Frysinger2011-03-221-0/+1
* kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan2011-03-221-2/+2
* get_maintainer.pl: allow "K:" pattern tests to match non-patch textJoe Perches2011-03-221-1/+10
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2011-03-2112-935/+1226
|\
| * Merge branch 'genksyms-enum' into kbuild/kbuildMichal Marek2011-03-178-863/+988
| |\
| | * genksyms: Regenerate lexer and parserMichal Marek2011-03-173-512/+661
| | * genksyms: Track changes to enum constantsMichal Marek2011-03-174-13/+127