aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-06-08Move three functions that are only needed for CONFIG_MEMORY_HOTPLUGStephen Rothwell1-21/+21
2007-06-08SLUB: return ZERO_SIZE_PTR for kmalloc(0)Christoph Lameter1-8/+18
2007-06-08slab: fix alien cache handlingChristoph Lameter1-1/+1
2007-06-08mount -t tmpfs -o mpol=: check nodes onlineHugh Dickins1-0/+2
2007-06-01SLUB: fix locking for hotplug callbacksChristoph Lameter1-1/+14
2007-06-01memory hotplug: fix unnecessary calling of init_currenty_empty_zone()Yasunori Goto1-1/+1
2007-06-01x86_64: allocate sparsemem memmap above 4GZou Nan hai1-0/+11
2007-05-31m68k: discontinuous memory supportRoman Zippel1-1/+1
2007-05-31SLUB: Fix NUMA / SYSFS bootstrap issueChristoph Lameter1-0/+7
2007-05-23SLUB Debug: fix check for super sized slabs (>512k 64bit, >256k 32bit)Christoph Lameter1-1/+1
2007-05-23fix unused setup_nr_node_idsMiklos Szeredi1-20/+25
2007-05-23SLUB Debug: Fix object size calculationChristoph Lameter1-1/+1
2007-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixLinus Torvalds3-4/+4
2007-05-21Detach sched.h from mm.hAlexey Dobriyan5-0/+15
2007-05-19mm/slab: fix section mismatch warningSam Ravnborg1-1/+1
2007-05-19mm: fix section mismatch warningsSam Ravnborg2-3/+3
2007-05-17mm: more rmap checkingNick Piggin2-3/+57
2007-05-17Make __vunmap staticBenjamin Herrenschmidt1-1/+1
2007-05-17Slab allocators: define common size limitationsChristoph Lameter1-17/+2
2007-05-17SLUB: Simplify debug codeChristoph Lameter1-55/+57
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter5-19/+13
2007-05-17SLUB: Do our own flags based on PG_active and PG_errorChristoph Lameter1-14/+14
2007-05-17slab: warn on zero-length allocationsChristoph Lameter1-0/+1
2007-05-17SLUB: Define functions for cpu slab handling instead of using PageActiveChristoph Lameter1-19/+38
2007-05-17Slab allocators: Drop support for destructorsChristoph Lameter3-61/+16
2007-05-17slob: implement RCU freeingNick Piggin1-7/+45
2007-05-16Fix: find_or_create_page skips cpuset memory spreading.Christoph Lameter1-1/+2
2007-05-16slub: don't confuse ctor and dtorHugh Dickins1-1/+1
2007-05-14sh64: generic quicklist support.Paul Mundt1-1/+1
2007-05-11consolidate generic_writepages and mpage_writepagesMiklos Szeredi1-19/+40
2007-05-11VM statistics: Make timer deferrableChristoph Lameter1-1/+1
2007-05-11Bug in mm/thrash.c function grab_swap_token()Mika Kukkonen1-3/+2
2007-05-10SLUB: remove nr_cpu_ids hackChristoph Lameter1-3/+2
2007-05-10early_pfn_to_nid needs to be __meminitStephen Rothwell1-1/+1
2007-05-10slub: support concurrent local and remote frees and allocs on a slabChristoph Lameter1-36/+118
2007-05-09Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-1/+1
2007-05-09Fix a bad error case handling in read_cache_page_async()David Howells1-3/+3
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-05-09Move remote node draining out of slab allocatorsChristoph Lameter4-126/+63
2007-05-09Make vm statistics update interval configurableChristoph Lameter1-1/+3
2007-05-09vmstat: use our own timer eventsChristoph Lameter3-6/+36
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki6-3/+17
2007-05-09fs: convert core functions to zero_user_pageNate Diller2-7/+3
2007-05-09slab: shut down cache_reaper when cpu goes downChristoph Lameter1-0/+14
2007-05-09slab: use CPU_LOCK_[ACQUIRE|RELEASE]Heiko Carstens1-8/+5
2007-05-09AFS: export a couple of core functions for AFS write supportDavid Howells1-0/+2
2007-05-09pretend cpuset has some form of hugetlb page reservationKen Chen1-0/+31
2007-05-09fix leaky resv_huge_pages when cpuset is in useKen Chen1-0/+2
2007-05-09krealloc: fix kerneldoc commentsPekka J Enberg2-2/+0
2007-05-09SLUB: rework slab order determinationChristoph Lameter1-14/+52