aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | headers_install: check exit status of unifdefMike Frysinger2010-12-141-0/+7
| * | | | | | scripts/genksyms: fix header usageArnaud Lacombe2010-11-252-2/+2
| * | | | | | fixdep: use hash table instead of a single arrayEric Dumazet2010-11-111-48/+61
* | | | | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-062-4/+8
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-----. \ \ \ \ \ \ Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'ver...Russell King2011-01-052-4/+8
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ARM: 6511/1: ftrace: add ARM support for C version of recordmcountRabin Vincent2010-12-042-3/+7
| | * | | | | | | | | | ARM: 6509/1: ftrace: ignore any ftrace.o in C version of recordmcountRabin Vincent2010-12-041-1/+1
| | | |/ / / / / / / / | | |/| | | | | | | |
* | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-01-061-4/+9
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.37' into perf/coreIngo Molnar2011-01-051-0/+14
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| * | | | | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-12-221-4/+9
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| | * | | | | | | | | | ftrace: Speed up recordmcountWu Zhangjin2010-11-181-4/+9
| | | |_|_|/ / / / / / | | |/| | | | | | | |
* | | | | | | | | | | kernel-doc: code reorganizationRandy Dunlap2011-01-061-48/+54
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2011-01-021-0/+14
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | kconfig: fix undesirable side effect of adding "visible" menu attributeJan Beulich2010-12-291-0/+14
* | | | | | | | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-12-162-2/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | ftrace: Have recordmcount honor endianness in fn_ELF_R_INFOJohn Reiser2010-12-021-1/+1
| * | | | | | | | | scripts/tags.sh: Add magic for trace-eventsPeter Zijlstra2010-12-021-1/+3
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2010-12-057-337/+390
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| / / / / / / | |_|/ / / / / / |/| | | | | | |
| * | | | | | | kconfig: regen parserArnaud Lacombe2010-11-222-334/+358
| * | | | | | | kconfig: add an option to determine a menu's visibilityArnaud Lacombe2010-11-225-3/+32
| |/ / / / / /
* | | | | | | scripts: fix gfp-translate for recent changes to gfp.hMel Gorman2010-11-251-1/+6
* | | | | | | kernel-doc: escape xml for structsRandy Dunlap2010-11-181-3/+9
|/ / / / / /
* | | | | | kconfig: sym_expand_string_value: allow for string termination when reallocingAndy Whitcroft2010-11-011-1/+1
| |/ / / / |/| | | |
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git...Linus Torvalds2010-10-311-6/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| | * | | | semaphore: Remove mutex emulationThomas Gleixner2010-10-301-6/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2010-10-291-7/+36
|\ \ \ \ \ \
| * | | | | | kconfig: Have streamline_config process menuconfigs tooSteven Rostedt2010-10-291-2/+2
| * | | | | | kconfig: Fix streamline_config to read multi line deps in Kconfig filesSteven Rostedt2010-10-291-1/+18
| * | | | | | kconfig: Fix missing declaration of variable $dir in streamline_config.plhiromu2010-10-291-1/+3
| * | | | | | kconfig: Fix variable name typo %prompts in streamline_config.plhiromu yagura2010-10-291-2/+2
| * | | | | | kconfig: Make localmodconfig handle environment variablesSteven Rostedt2010-10-291-1/+11
| | |/ / / / | |/| | | |
* | | | | | ftrace/MIPS: Add module support for C version of recordmcountWu Zhangjin2010-10-292-4/+57
* | | | | | ftrace/MIPS: Add MIPS64 support for C version of recordmcountJohn Reiser2010-10-292-4/+71
|/ / / / /
* | | | | Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mma...Linus Torvalds2010-10-282-2/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | scripts/package: don't break if %{_smp_mflags} isn't setNishanth Aravamudan2010-10-141-1/+1
| * | | | kbuild, deb-pkg: Check if KBUILD_IMAGE exists before copying itGuillem Jover2010-09-061-1/+3
* | | | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2010-10-2826-92/+1196
|\ \ \ \ \
| * | | | | Revert "namespace: add source file location exceptions"Michal Marek2010-10-281-24/+0
| * | | | | Coccinelle: Add contextual messageNicolas Palix2010-10-281-3/+13
| * | | | | Coccinelle: Find doubled arguments to boolean or bit operators.Julia Lawall2010-10-282-0/+94
| * | | | | Coccinelle: Find nested lock+irqsave functions that use the same flags variab...Julia Lawall2010-10-281-0/+80
| * | | | | namespace: add source file location exceptionsStephen Hemminger2010-10-281-0/+24
| * | | | | scripts/extract-ikconfig: add support for bzip2, lzma and lzoDick Streefland2010-10-281-14/+27
| * | | | | kbuild: check return value of asprintf()Namhyung Kim2010-10-281-1/+4
| * | | | | Merge commit 'v2.6.36' into kbuild/miscMichal Marek2010-10-2844-807/+1893
| |\ \ \ \ \
| * | | | | | scripts/namespace.pl: improve to get more correct resultsAmerigo Wang2010-10-281-9/+12
| * | | | | | scripts/namespace.pl: some bug fixesAmerigo Wang2010-10-281-7/+10
| * | | | | | scripts/namespace.pl: update file exclusion listStephen Hemminger2010-10-281-47/+56
| * | | | | | scripts/namespace.pl: fix wrong source pathAmerigo Wang2010-10-281-4/+4
| * | | | | | Coccinelle: Use the -no_show_diff option for org and report modeNicolas Palix2010-10-131-4/+6