aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* headers: kobject.h reduxAlexey Dobriyan2011-01-1018-13/+6
* headers: path.h reduxAlexey Dobriyan2011-01-105-5/+3
* Merge branch 'stable/bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-103-14/+35
|\
| * xen/event: validate irq before get evtchn by irqJoe Jin2011-01-101-0/+3
| * xen/fb: fix potential memory leakJoe Jin2011-01-101-8/+9
| * xen/fb: fix xenfb suspend/resume race.Joe Jin2011-01-101-0/+2
| * xen: disable ACPI NUMA for PV guestsIan Campbell2011-01-101-0/+9
| * xen/irq: Cleanup the find_unbound_irqKonrad Rzeszutek Wilk2010-12-091-6/+12
* | Merge branch 'stable/generic' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-01-104-21/+62
|\ \
| * | xen: HVM X2APIC supportSheng Yang2011-01-073-19/+50
| * | apic: Move hypervisor detection of x2apic to hypervisor.hSheng Yang2011-01-072-2/+12
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2011-01-106-75/+89
|\ \
| * \ Merge branch 'slab/next' into for-linusPekka Enberg2011-01-096-75/+89
| |\ \
| | * | slub: Fix a crash during slabinfo -vTero Roponen2010-12-041-2/+2
| | * | tracing/slab: Move kmalloc tracepoint out of inline codeSteven Rostedt2010-11-282-35/+36
| | * | slub: Fix slub_lock down/up imbalancePavel Emelyanov2010-11-061-1/+2
| | * | slub: Fix build breakage in Documentation/vmPekka Enberg2010-11-061-1/+1
| | * | slub tracing: move trace calls out of always inlined functions to reduce kern...Richard Kennedy2010-11-062-36/+49
| | * | slub: move slabinfo.c to tools/slub/slabinfo.cChristoph Lameter2010-11-061-3/+3
* | | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2011-01-108-36/+41
|\ \ \ \
| * | | | Documentation/kbuild: add info that 'choice' can have a symbol nameYann E. MORIN2010-12-211-1/+5
| * | | | 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-033-28/+21
| * | | | 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-102-4/+97
|\ \ \ \
| * | | | 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-202-0/+11
| * | | | 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-109-33/+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
| * | | | | kconfig: the day kconfig warns about "select"-abuse has comeArnaud Lacombe2010-12-021-1/+0
* | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2011-01-1013-70/+108
|\ \ \ \ \ \