summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2011-03-203-9/+23
|\
| * scripts/extract-ikconfig: add xz compression supportDick Streefland2011-02-101-4/+5
| * kbuild: add GNU GLOBAL tags generationJianbin Kang2011-01-151-0/+9
| * setlocalversion: update mercurial tag parsingMike Crowe2011-01-151-5/+9
* | Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mma...Linus Torvalds2011-03-202-1/+8
|\ \
| * | kbuild: Add make tarxz-pkg build optionZdenek Kaspar2011-03-092-1/+8
| * | Merge commit 'v2.6.38-rc1' into kbuild/packagingMichal Marek2011-03-09117-3644/+8852
| |\ \
* | \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-161-0/+20
|\ \ \ \
| * \ \ \ Merge branch 'next' into for-linusJames Morris2011-03-161-0/+20
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-081-0/+20
| | |\ \ \ \
| | | * | | | SELinux: Auto-generate security_is_socket_classHarry Ciao2011-03-031-0/+20
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-153-2/+4
|\ \ \ \ \ \ \
| * | | | | | | ftrace: Add .ref.text as one of the safe areas to traceSteven Rostedt2011-03-102-1/+3
| * | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-03-041-1/+11
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-02-171-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | trivial: Fix Steven's Copyright typosUwe Kleine-König2011-02-081-1/+1
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-1515-72/+0
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | rtmutex: tester: Remove the remaining BKL leftoversThomas Gleixner2011-02-2214-67/+0
| * | | | | | | Merge commit 'v2.6.38-rc5' into core/lockingIngo Molnar2011-02-161-3/+3
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | locking: Remove deprecated lock initializersThomas Gleixner2011-01-271-5/+0
| | |/ / / / / | |/| | | | |
* | | | | | | kbuild: Fix computing srcversion for modulesMichal Marek2011-03-132-8/+30
| |_|/ / / / |/| | | | |
* | | | | | fixdep: Do not record dependency on the source file itselfMichal Marek2011-02-211-1/+11
| |/ / / / |/| | | |
* | | | | Merge branch 'kbuild/packaging' into kbuild/rc-fixesMichal Marek2011-02-041-3/+3
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | deb-pkg: Fix building outside of source tree (O=...).Nicolas de Pesloüan2011-02-041-3/+3
| * | | deb-pkg: Use $SRCARCH for include pathmaximilian attems2011-01-151-1/+1
* | | | 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
OpenPOWER on IntegriCloud