summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2011-05-16ftrace/recordmcount: Add helper function get_sym_str_and_relp()Steven Rostedt-30/+37
2011-05-16ftrace/recordmcount: Remove duplicate code to find mcount symbolSteven Rostedt-24/+27
2011-05-16kbuild/recordmcount: Add RECORDMCOUNT_WARN to warn about mcount callersSteven Rostedt-1/+4
2011-05-16ftrace/recordmcount: Add warning logic to warn on mcount not recordedSteven Rostedt-13/+41
2011-05-16ftrace/recordmcount: Make ignored mcount calls into nops at compile timeSteven Rostedt-6/+116
2011-05-16ftrace/recordmcount: Modify only executable sectionsSteven Rostedt-0/+1
2011-05-16ftrace: Add .kprobe.text section to whitelist for recordmcount.cSteven Rostedt-0/+2
2011-05-16ftrace/trivial: Clean up record mcount to use Linux switch styleSteven Rostedt-21/+22
2011-05-16ftrace/trivial: Clean up recordmcount.c to use Linux style comparisonsSteven Rostedt-32/+32
2011-05-16kbuild: make KBUILD_NOCMDDEP=1 handle empty built-in.oMichal Marek-0/+2
2011-05-12scripts/kallsyms.c: fix potential segfaultXiaochen Wang-0/+2
2011-05-12scripts/gen_initramfs_list.sh: Convert to a /bin/sh scriptJamey Sharp-7/+7
2011-05-10bcma: add Broadcom specific AMBA bus driverRafał Miłecki-0/+22
2011-05-04Replace '-' in kernel version with '_'Arun Sharma-2/+2
2011-05-03kbuild: Fix passing -Wno-* options to gcc 4.4+Michal Marek-0/+5
2011-05-02kbuild: move scripts/basic/docproc.c to scripts/docproc.cPeter Foley-6/+7
2011-05-02kbuild: Fix Makefile.asm-generic for umMichal Marek-1/+1
2011-05-02kbuild: Allow to combine multiple W= levelsMichal Marek-2/+6
2011-04-29kbuild: Disable -Wunused-but-set-variable for gcc 4.6.0Dave Jones-0/+1
2011-04-29Fix handling of backlash character in LINUX_COMPILE_BY nameMarcin Nowakowski-1/+1
2011-04-29kbuild: don't warn about include/linux/version.h not including itselfPeter Foley-0/+1
2011-04-29kconfig: quiet commands when V=0Peter Foley-2/+2
2011-04-29kconfig: change update-po-config to reflect new layout of arch/umPeter Foley-2/+2
2011-04-29kconfig: make update-po-config work in KBUILD_OUTPUTPeter Foley-7/+9
2011-04-29kconfig: rearrange clean-filesPeter Foley-2/+2
2011-04-29kconfig: change gconf to modify hostprogs-y like nconf and mconfPeter Foley-2/+3
2011-04-29kconfig: change qconf to modify hostprogs-y like nconf and mconfPeter Foley-3/+4
2011-04-29kconfig: only build kxgettext when neededPeter Foley-1/+5
2011-04-28kbuild: asm-generic supportSam Ravnborg-1/+32
2011-04-28kbuild: implement several W= levelsSam Ravnborg-27/+38
2011-04-24kconfig: Avoid buffer underrun in choice inputBen Hutchings-1/+1
2011-04-20kbuild: Fix build with binutils <= 2.19Michal Marek-2/+7
2011-04-19nconfig: Silence unused return values from wattrsetStephen Boyd-7/+7
2011-04-18initramfs: Use KBUILD_BUILD_TIMESTAMP for generated entriesMichal Marek-1/+8
2011-04-18kbuild: Allow to override LINUX_COMPILE_BY and LINUX_COMPILE_HOST macrosMichal Marek-2/+12
2011-04-18kbuild: Drop unused LINUX_COMPILE_TIME and LINUX_COMPILE_DOMAIN macrosMichal Marek-14/+2
2011-04-18kbuild: Use the deterministic mode of arMichal Marek-2/+2
2011-04-18kbuild: Call gzip with -nMichal Marek-3/+3
2011-04-18kconfig: Do not record timestamp in auto.conf and autoconf.hMichal Marek-6/+2
2011-04-15kconfig: get rid of unused flagsYann E. MORIN-12/+0
2011-04-15kconfig: allow multiple inclusion of the same fileYann E. MORIN-20/+38
2011-04-08kconfig: Avoid buffer underrun in choice inputBen Hutchings-1/+1
2011-04-04eradicate bashisms in scripts/patch-kernelAndreas Mohr-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-11/+11
2011-03-22bloat-o-meter: include read-only data section in reportJean Delvare-1/+3
2011-03-22checkpatch: warn about memset with swapped argumentsDave Jones-0/+5
2011-03-22scripts/checkpatch.pl: reset rpt_cleaners warningsMike Frysinger-0/+1
2011-03-22kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan-2/+2
2011-03-22get_maintainer.pl: allow "K:" pattern tests to match non-patch textJoe Perches-1/+10
2011-03-21Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-935/+1226