aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-12-2213-350/+412
| |\
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-012-2/+2
* | | decompressors: add boot-time XZ supportLasse Collin2011-01-131-0/+2
* | | decompressors: add XZ decompressor moduleLasse Collin2011-01-132-0/+51
* | | checkpatch.pl: add "prefer __packed" checkJoe Perches2011-01-131-0/+5
* | | checkpatch: check for world-writeable sysfs/debugfs filesDave Jones2011-01-131-0/+5
* | | checkpatch.pl: fix CAST detectionFlorian Mickler2011-01-131-1/+1
* | | scripts/checkpatch.pl: add check for multiple terminating semicolons and cast...Joe Perches2011-01-131-1/+6
* | | scripts/get_maintainer.pl: use --git-fallback more oftenJoe Perches2011-01-131-1/+37
* | | scripts/get_maintainer.pl: make --rolestats the defaultJoe Perches2011-01-131-3/+4
* | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-01-1019-1452/+1744
|\ \ \
| * | | of/flattree: Update dtc to current mainline.John Bonesio2011-01-0318-1452/+1721
| * | | of: Add support for linking device tree blobs into vmlinuxDirk Brandewie2010-12-231-0/+23
| | |/ | |/|
* | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2011-01-106-35/+32
|\ \ \
| * | | kbuild: add numeric --set-val option to scripts/configJonas Aaberg2010-12-151-2/+9
| * | | headers_check: Fix warning textakpm@linux-foundation.org2010-12-141-2/+2
| * | | headers_check: better search for functions in headersakpm@linux-foundation.org2010-12-141-1/+1
| * | | scripts/coccinelle: update for compatability with Coccinelle 0.2.4Julia Lawall2010-12-032-28/+17
| * | | tags: put function prototypes back!Uwe Kleine-König2010-12-021-1/+1
| * | | Kconfig: fix single letter command in scripts/configAndi Kleen2010-11-251-1/+1
| * | | gitignore: add scripts/recordmcountAmérico Wang2010-11-251-0/+1
* | | | Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mma...Linus Torvalds2011-01-101-4/+89
|\ \ \ \
| * | | | deb-pkg: s/hdr/kernel_headers_/ && s/header/libc_headers_/maximilian attems2011-01-071-14/+16
| * | | | deb-pkg: Make deb-pkg generate a seperate linux-libc-dev debmaximilian attems2011-01-071-1/+20
| * | | | kbuild: create linux-headers package in deb-pkgTheodore Ts'o2010-12-291-1/+27
| * | | | kbuild, deb-pkg: support overriding userland architectureAsbjoern Sloth Toennesen2010-12-201-0/+3
| * | | | kbuild, deb-pkg: select userland architecture based on UTS_MACHINEAsbjoern Sloth Toennesen2010-11-251-1/+34
| * | | | kbuild, deb-pkg: Fix build with paranoid umaskmaximilian attems2010-11-111-2/+4
* | | | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-01-108-32/+84
|\ \ \ \ \
| * | | | | nconf: handle comment entries within choice/endchoicePeter Korsgaard2011-01-071-2/+6
| * | | | | kconfig: fix warningArnaud Lacombe2010-12-271-0/+1
| * | | | | kconfig: Make expr_copy() take a const argumentMichal Marek2010-12-212-2/+2
| * | | | | kconfig: simplify select-with-unmet-direct-dependency warningArnaud Lacombe2010-12-212-1/+47
| * | | | | kconfig: add more S_INT and S_HEX consistency checksArnaud Lacombe2010-12-151-3/+12
| * | | | | kconfig: fix `zconfdebug' extern declarationArnaud Lacombe2010-12-151-2/+4
| * | | | | kconfig/conf: merge duplicate switch's caseArnaud Lacombe2010-12-151-2/+0
| * | | | | kconfig: fix typosArnaud Lacombe2010-12-152-4/+4
| * | | | | kbuild/gconf: add dummy inline for bind_textdomain_codeset()Arnaud Lacombe2010-12-151-0/+1
| * | | | | kbuild/nconf: fix spaces damageArnaud Lacombe2010-12-151-1/+1
| * | | | | kconfig: nuke second argument of conf_write_symbol()Arnaud Lacombe2010-12-151-13/+5
| * | | | | kconfig: do not define AUTOCONF_INCLUDEDArnaud Lacombe2010-12-151-2/+1
* | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2011-01-108-58/+83
|\ \ \ \ \ \
| * | | | | | mkuboot.sh: Fail if mkimage is missingRoland Stigge2011-01-071-1/+1
| * | | | | | modpost: Fix address calculation in reloc_location()Olof Johansson2010-12-281-1/+1
| * | | | | | Make fixdep error handling more explicitBen Gamari2010-12-221-3/+7
| * | | | | | checksyscalls: Fix stand-alone usageGeert Uytterhoeven2010-12-201-2/+2
| * | | | | | modpost: Put .zdebug* section on white listH.J. Lu2010-12-161-0/+1
| * | | | | | kbuild: introduce HDR_ARCH_LIST for headers_install_allKirill A. Shutemov2010-12-141-1/+1
| * | | | | | Merge commit 'v2.6.37-rc1' into kbuild/kbuildMichal Marek2010-12-1477-1575/+5850
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |