summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-242-3/+3
|\
| * Fix typo s/contenious/continuous in commentNikanth Karthikesan2010-08-181-2/+2
| * Merge branch 'master' into for-nextJiri Kosina2010-08-116-280/+333
| |\
| * | fix a typo on comments in mm/percpu.cNamhyung Kim2010-08-111-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2010-10-242-373/+419
|\ \ \
| * \ \ Merge branch 'master' into for-linusPekka Enberg2010-10-2413-504/+851
| |\ \ \
| * | | | SLUB: Fix memory hotplug with !NUMAPekka Enberg2010-10-061-1/+1
| * | | | slub: Move functions to reduce #ifdefsChristoph Lameter2010-10-061-156/+141
| * | | | slub: Enable sysfs support for !CONFIG_SLUB_DEBUGChristoph Lameter2010-10-061-5/+35
| * | | | SLUB: Optimize slab_free() debug checkPekka Enberg2010-10-061-2/+2
| * | | | slub: Move NUMA-related functions under CONFIG_NUMANamhyung Kim2010-10-021-2/+4
| * | | | slub: Add lock release annotationNamhyung Kim2010-10-021-0/+2
| * | | | slub: Fix signedness warningsNamhyung Kim2010-10-021-4/+3
| * | | | slub: extract common code to remove objects from partial list without lockingChristoph Lameter2010-10-021-8/+11
| * | | | SLUB: Pass active and inactive redzone flags instead of boolean to debug func...Christoph Lameter2010-10-021-19/+14
| * | | | slub: reduce differences between SMP and NUMAChristoph Lameter2010-10-021-38/+1
| * | | | Revert "Slub: UP bandaid"Pekka Enberg2010-10-021-16/+0
| * | | | percpu: clear memory allocated with the km allocatorTejun Heo2010-10-021-1/+5
| * | | | percpu: use percpu allocator on UP tooTejun Heo2010-10-025-41/+66
| * | | | vmalloc: pcpu_get/free_vm_areas() aren't needed on UPTejun Heo2010-10-021-0/+2
| * | | | SLUB: Fix merged slab cache namesPekka Enberg2010-10-021-1/+20
| * | | | Slub: UP bandaidChristoph Lameter2010-10-021-0/+16
| * | | | slub: fix SLUB_RESILIENCY_TEST for dynamic kmalloc cachesDavid Rientjes2010-10-021-6/+8
| * | | | slub: Fix up missing kmalloc_cache -> kmem_cache_node case for memoryhotplugChristoph Lameter2010-10-021-2/+2
| * | | | slub: Add dummy functions for the !SLUB_DEBUG caseChristoph Lameter2010-10-021-0/+12
| * | | | slob: fix gfp flags for order-0 page allocationsDavid Rientjes2010-10-021-1/+3
| * | | | slub: Move gfpflag masking out of the hotpathChristoph Lameter2010-10-021-2/+3
| * | | | slub: Extract hooks for memory checkers from hotpathsChristoph Lameter2010-10-021-11/+38
| * | | | slub: Dynamically size kmalloc cache allocationsChristoph Lameter2010-10-021-53/+138
| * | | | slub: Remove static kmem_cache_cpu array for bootChristoph Lameter2010-10-021-13/+4
| * | | | slub: Remove dynamic dma slab allocationChristoph Lameter2010-10-021-111/+39
| * | | | slub: Force no inlining of debug functionsChristoph Lameter2010-10-021-3/+3
* | | | | Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-10-241-0/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | export __get_user_pages_fast() functionXiao Guangrong2010-10-241-0/+13
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-10-226-206/+250
|\ \ \ \ \
| * | | | | percpu: update comments to reflect that percpu allocations are always zero-fi...Tejun Heo2010-09-101-5/+6
| * | | | | percpu: clear memory allocated with the km allocatorTejun Heo2010-09-101-1/+5
| * | | | | percpu: fix build breakage on s390 and cleanup build configuration testsTejun Heo2010-09-091-163/+175
| * | | | | percpu: use percpu allocator on UP tooTejun Heo2010-09-085-41/+66
| * | | | | vmalloc: pcpu_get/free_vm_areas() aren't needed on UPTejun Heo2010-09-081-0/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-10-221-2/+0
|\ \ \ \ \ \
| * | | | | | memory_hotplug: drop spurious calls to flush_scheduled_work()Tejun Heo2010-10-191-2/+0
* | | | | | | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-3/+3
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-1923-212/+319
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-161-3/+3
| * | | | | | | swap: do not send discards as barriersChristoph Hellwig2010-09-101-6/+3
* | | | | | | | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-10-214-316/+631
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'x86/urgent' into core/memblockH. Peter Anvin2010-10-113-11/+15
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | memblock: Annotate memblock functions with __init_memblockYinghai Lu2010-10-111-2/+2
| * | | | | | | | memblock: Allow memblock_init to be called earlyJeremy Fitzhardinge2010-10-111-0/+6
OpenPOWER on IntegriCloud