summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2011-01-13decompressors: add boot-time XZ supportLasse Collin1-0/+2
2011-01-13decompressors: add XZ decompressor moduleLasse Collin2-0/+51
2011-01-13checkpatch.pl: add "prefer __packed" checkJoe Perches1-0/+5
2011-01-13checkpatch: check for world-writeable sysfs/debugfs filesDave Jones1-0/+5
2011-01-13checkpatch.pl: fix CAST detectionFlorian Mickler1-1/+1
2011-01-13scripts/checkpatch.pl: add check for multiple terminating semicolons and cast...Joe Perches1-1/+6
2011-01-13scripts/get_maintainer.pl: use --git-fallback more oftenJoe Perches1-1/+37
2011-01-13scripts/get_maintainer.pl: make --rolestats the defaultJoe Perches1-3/+4
2011-01-10Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds19-1452/+1744
2011-01-10Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds6-35/+32
2011-01-10Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mma...Linus Torvalds1-4/+89
2011-01-10Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds8-32/+84
2011-01-10Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds8-58/+83
2011-01-07deb-pkg: s/hdr/kernel_headers_/ && s/header/libc_headers_/maximilian attems1-14/+16
2011-01-07deb-pkg: Make deb-pkg generate a seperate linux-libc-dev debmaximilian attems1-1/+20
2011-01-07nconf: handle comment entries within choice/endchoicePeter Korsgaard1-2/+6
2011-01-07mkuboot.sh: Fail if mkimage is missingRoland Stigge1-1/+1
2011-01-06Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-4/+8
2011-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+9
2011-01-06kernel-doc: code reorganizationRandy Dunlap1-48/+54
2011-01-05Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'ver...Russell King2-4/+8
2011-01-05Merge commit 'v2.6.37' into perf/coreIngo Molnar1-0/+14
2011-01-03of/flattree: Update dtc to current mainline.John Bonesio18-1452/+1721
2011-01-02Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds1-0/+14
2010-12-29kconfig: fix undesirable side effect of adding "visible" menu attributeJan Beulich1-0/+14
2010-12-29kbuild: create linux-headers package in deb-pkgTheodore Ts'o1-1/+27
2010-12-28modpost: Fix address calculation in reloc_location()Olof Johansson1-1/+1
2010-12-27kconfig: fix warningArnaud Lacombe1-0/+1
2010-12-23of: Add support for linking device tree blobs into vmlinuxDirk Brandewie1-0/+23
2010-12-22Make fixdep error handling more explicitBen Gamari1-3/+7
2010-12-22Merge branch 'master' into for-nextJiri Kosina13-350/+412
2010-12-22Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-4/+9
2010-12-21kconfig: Make expr_copy() take a const argumentMichal Marek2-2/+2
2010-12-21kconfig: simplify select-with-unmet-direct-dependency warningArnaud Lacombe2-1/+47
2010-12-20kbuild, deb-pkg: support overriding userland architectureAsbjoern Sloth Toennesen1-0/+3
2010-12-20checksyscalls: Fix stand-alone usageGeert Uytterhoeven1-2/+2
2010-12-16modpost: Put .zdebug* section on white listH.J. Lu1-0/+1
2010-12-16Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2-2/+4
2010-12-15kconfig: add more S_INT and S_HEX consistency checksArnaud Lacombe1-3/+12
2010-12-15kbuild: add numeric --set-val option to scripts/configJonas Aaberg1-2/+9
2010-12-15kconfig: fix `zconfdebug' extern declarationArnaud Lacombe1-2/+4
2010-12-15kconfig/conf: merge duplicate switch's caseArnaud Lacombe1-2/+0
2010-12-15kconfig: fix typosArnaud Lacombe2-4/+4
2010-12-15kbuild/gconf: add dummy inline for bind_textdomain_codeset()Arnaud Lacombe1-0/+1
2010-12-15kbuild/nconf: fix spaces damageArnaud Lacombe1-1/+1
2010-12-15kconfig: nuke second argument of conf_write_symbol()Arnaud Lacombe1-13/+5
2010-12-15kconfig: do not define AUTOCONF_INCLUDEDArnaud Lacombe1-2/+1
2010-12-14kbuild: introduce HDR_ARCH_LIST for headers_install_allKirill A. Shutemov1-1/+1
2010-12-14Merge commit 'v2.6.37-rc1' into kbuild/kbuildMichal Marek77-1575/+5850