summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'slub/lockless' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-07-305-304/+616
|\
| * slub: When allocating a new slab also prep the first objectChristoph Lameter2011-07-251-0/+3
| * slub: disable interrupts in cmpxchg_double_slab when falling back to pagelockChristoph Lameter2011-07-181-4/+45
| * Avoid duplicate _count variables in page_structChristoph Lameter2011-07-181-18/+19
| * Revert "SLUB: Fix build breakage in linux/mm_types.h"Pekka Enberg2011-07-181-10/+15
| * SLUB: Fix build breakage in linux/mm_types.hChristoph Lameter2011-07-071-15/+10
| * slub: slabinfo update for cmpxchg handlingChristoph Lameter2011-07-021-19/+40
| * slub: Not necessary to check for empty slab on load_freelistChristoph Lameter2011-07-021-3/+2
| * slub: fast release on full slabChristoph Lameter2011-07-022-2/+20
| * slub: Add statistics for the case that the current slab does not match the nodeChristoph Lameter2011-07-022-0/+4
| * slub: Get rid of the another_slab labelChristoph Lameter2011-07-021-6/+5
| * slub: Avoid disabling interrupts in free slowpathChristoph Lameter2011-07-021-11/+5
| * slub: Disable interrupts in free_debug processingChristoph Lameter2011-07-021-4/+10
| * slub: Invert locking and avoid slab lockChristoph Lameter2011-07-021-77/+52
| * slub: Rework allocator fastpathsChristoph Lameter2011-07-021-129/+280
| * slub: Pass kmem_cache struct to lock and freeze slabChristoph Lameter2011-07-021-7/+8
| * slub: explicit list_lock takingChristoph Lameter2011-07-021-40/+49
| * slub: Add cmpxchg_double_slab()Christoph Lameter2011-07-022-5/+61
| * mm: Rearrange struct pageChristoph Lameter2011-07-021-28/+59
| * slub: Move page->frozen handling near where the page->freelist handling occursChristoph Lameter2011-07-021-2/+6
| * slub: Do not use frozen page flag but a bit in the page countersChristoph Lameter2011-07-023-13/+9
| * slub: Push irq disable into allocate_slab()Christoph Lameter2011-07-021-10/+13
| * Merge remote branch 'tip/x86/atomic' into slub/locklessPekka Enberg2011-07-024-0/+98
| |\
* | \ Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-07-3023-260/+356
|\ \ \
| * | | kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()Michal Marek2011-07-293-58/+47
| * | | xconfig: Abort close if configuration cannot be savedMichal Marek2011-07-252-4/+11
| * | | kconfig: fix missing "0x" prefix from S_HEX symbol in autoconf.hArnaud Lacombe2011-07-181-5/+21
| * | | kconfig/nconf: remove useless conditionnalArnaud Lacombe2011-07-131-4/+1
| * | | kconfig/nconf: prevent segfault on empty menuArnaud Lacombe2011-07-131-1/+6
| * | | kconfig/nconf: use the generic menu_get_ext_help()Arnaud Lacombe2011-07-131-13/+1
| * | | nconfig: Avoid Wunused-but-set warningRaghavendra D Prabhu2011-07-131-2/+0
| * | | Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb...Michal Marek2011-07-043-22/+39
| |\ \ \
| | * | | kconfig/conf: mark xfgets() privateArnaud Lacombe2011-07-022-7/+3
| | * | | kconfig: remove pending prototypes for kconfig_load()Arnaud Lacombe2011-07-021-3/+0
| | * | | kconfig/conf: add command line options' descriptionArnaud Lacombe2011-07-021-1/+31
| | * | | kconfig/conf: reduce the scope of `defconfig_file'Arnaud Lacombe2011-07-021-3/+1
| | * | | kconfig: use calloc() for expr allocationArnaud Lacombe2011-07-021-8/+4
| * | | | kconfig: introduce specialized printerArnaud Lacombe2011-07-014-128/+266
| * | | | kconfig: do not overwrite symbol direct dependency in assignmentArnaud Lacombe2011-06-241-1/+1
| * | | | Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb...Michal Marek2011-06-0819-112/+26
| |\ \ \ \ | | |/ / /
| | * | | kconfig/gconf: silent missing prototype warningsArnaud Lacombe2011-06-061-1/+2
| | * | | kconfig/gconf: kill deadcodeArnaud Lacombe2011-06-061-33/+0
| | * | | kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe2011-06-0617-76/+9
| | * | | kconfig: nuke reference to SWIGArnaud Lacombe2011-06-061-3/+0
| | * | | kconfig: add missing <stdlib.h> inclusionArnaud Lacombe2011-06-061-0/+1
| | * | | kconfig: add missing <ctype.h> inclusionArnaud Lacombe2011-06-061-0/+1
| | * | | kconfig: add missing <stdarg.h> inclusionArnaud Lacombe2011-06-063-0/+3
| | * | | kconfig: fix return code for invalid boolean symbol in conf_set_sym_val()Arnaud Lacombe2011-06-061-1/+1
| | * | | kconfig: annotate non-trivial fall-troughArnaud Lacombe2011-06-064-0/+11
| * | | | Merge commit 'v3.0-rc1' into kbuild/kconfigMichal Marek2011-06-089563-439502/+524986
| |\ \ \ \ | | |/ / /
OpenPOWER on IntegriCloud