summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* kconfig: introduce specialized printerArnaud Lacombe2011-07-014-128/+266
* kconfig: do not overwrite symbol direct dependency in assignmentArnaud Lacombe2011-06-241-1/+1
* Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb...Michal Marek2011-06-0819-112/+26
|\
| * kconfig/gconf: silent missing prototype warningsArnaud Lacombe2011-06-061-1/+2
| * kconfig/gconf: kill deadcodeArnaud Lacombe2011-06-061-33/+0
| * kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe2011-06-0617-76/+9
| * kconfig: nuke reference to SWIGArnaud Lacombe2011-06-061-3/+0
| * kconfig: add missing <stdlib.h> inclusionArnaud Lacombe2011-06-061-0/+1
| * kconfig: add missing <ctype.h> inclusionArnaud Lacombe2011-06-061-0/+1
| * kconfig: add missing <stdarg.h> inclusionArnaud Lacombe2011-06-063-0/+3
| * kconfig: fix return code for invalid boolean symbol in conf_set_sym_val()Arnaud Lacombe2011-06-061-1/+1
| * kconfig: annotate non-trivial fall-troughArnaud Lacombe2011-06-064-0/+11
* | Merge commit 'v3.0-rc1' into kbuild/kconfigMichal Marek2011-06-0835-214/+519
|\|
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-05-282-2/+12
| |\
| | * Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-05-272-2/+12
| | |\
| | | * ftrace/recordmcount: Avoid STT_FUNC symbols as base on ARMRabin Vincent2011-05-251-0/+8
| | | * scripts/tags.sh: Add magic for trace-events for etags tooSteven Rostedt2011-05-251-1/+3
| | | * scripts/tags.sh: Fix ctags for DEFINE_EVENT()Steven Rostedt2011-05-251-1/+1
| * | | Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds2011-05-271-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Create Documentation/security/,Randy Dunlap2011-05-191-1/+1
| * | | Merge branch 'kconfig-for-40' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-05-258-78/+81
| |\ \ \
| * \ \ \ Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2011-05-253-7/+22
| |\ \ \ \
| | * | | | export_report: use warn() to issue WARNING, so they go to stderrJim Cromie2011-05-241-1/+7
| | * | | | export_report: sort SECTION 2 outputJim Cromie2011-05-241-3/+5
| | * | | | export_report: do collectcfiles work in perl itselfJim Cromie2011-05-241-2/+8
| | * | | | 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