summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | xconfig: merge code path to conf_write()Arnaud Lacombe2011-05-251-3/+2
| * | | kconfig: do not record timestamp in .configArnaud Lacombe2011-05-241-11/+1
| * | | gconfig: Hide unused left treeview when start up the interfaceEduardo Silva2011-05-241-2/+6
| * | | gconfig: enable rules hint for main treeviewsEduardo Silva2011-05-241-2/+2
| * | | kconfig: quiet commands when V=0Peter Foley2011-04-291-2/+2
| * | | kconfig: change update-po-config to reflect new layout of arch/umPeter Foley2011-04-291-2/+2
| * | | kconfig: make update-po-config work in KBUILD_OUTPUTPeter Foley2011-04-291-7/+9
| * | | kconfig: rearrange clean-filesPeter Foley2011-04-291-2/+2
| * | | kconfig: change gconf to modify hostprogs-y like nconf and mconfPeter Foley2011-04-291-2/+3
| * | | kconfig: change qconf to modify hostprogs-y like nconf and mconfPeter Foley2011-04-291-3/+4
| * | | kconfig: only build kxgettext when neededPeter Foley2011-04-291-1/+5
| * | | nconfig: Silence unused return values from wattrsetStephen Boyd2011-04-191-7/+7
| * | | kconfig: Do not record timestamp in auto.conf and autoconf.hMichal Marek2011-04-181-6/+2
| * | | kconfig: get rid of unused flagsYann E. MORIN2011-04-153-12/+0
| * | | kconfig: allow multiple inclusion of the same fileYann E. MORIN2011-04-152-20/+38
| * | | kconfig: Avoid buffer underrun in choice inputBen Hutchings2011-04-081-1/+1
* | | | 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
OpenPOWER on IntegriCloud