aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] unmap_vm_area becomes unmap_kernel_range for the publicBenjamin Herrenschmidt2007-06-141-4/+9
* Move three functions that are only needed for CONFIG_MEMORY_HOTPLUGStephen Rothwell2007-06-081-21/+21
* SLUB: return ZERO_SIZE_PTR for kmalloc(0)Christoph Lameter2007-06-081-8/+18
* slab: fix alien cache handlingChristoph Lameter2007-06-081-1/+1
* mount -t tmpfs -o mpol=: check nodes onlineHugh Dickins2007-06-081-0/+2
* SLUB: fix locking for hotplug callbacksChristoph Lameter2007-06-011-1/+14
* memory hotplug: fix unnecessary calling of init_currenty_empty_zone()Yasunori Goto2007-06-011-1/+1
* x86_64: allocate sparsemem memmap above 4GZou Nan hai2007-06-011-0/+11
* m68k: discontinuous memory supportRoman Zippel2007-05-311-1/+1
* SLUB: Fix NUMA / SYSFS bootstrap issueChristoph Lameter2007-05-311-0/+7
* SLUB Debug: fix check for super sized slabs (>512k 64bit, >256k 32bit)Christoph Lameter2007-05-231-1/+1
* fix unused setup_nr_node_idsMiklos Szeredi2007-05-231-20/+25
* SLUB Debug: Fix object size calculationChristoph Lameter2007-05-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixLinus Torvalds2007-05-213-4/+4
|\
| * mm/slab: fix section mismatch warningSam Ravnborg2007-05-191-1/+1
| * mm: fix section mismatch warningsSam Ravnborg2007-05-192-3/+3
* | Detach sched.h from mm.hAlexey Dobriyan2007-05-215-0/+15
|/
* mm: more rmap checkingNick Piggin2007-05-172-3/+57
* Make __vunmap staticBenjamin Herrenschmidt2007-05-171-1/+1
* Slab allocators: define common size limitationsChristoph Lameter2007-05-171-17/+2
* SLUB: Simplify debug codeChristoph Lameter2007-05-171-55/+57
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-175-19/+13
* SLUB: Do our own flags based on PG_active and PG_errorChristoph Lameter2007-05-171-14/+14
* slab: warn on zero-length allocationsChristoph Lameter2007-05-171-0/+1
* SLUB: Define functions for cpu slab handling instead of using PageActiveChristoph Lameter2007-05-171-19/+38
* Slab allocators: Drop support for destructorsChristoph Lameter2007-05-173-61/+16
* slob: implement RCU freeingNick Piggin2007-05-171-7/+45
* Fix: find_or_create_page skips cpuset memory spreading.Christoph Lameter2007-05-161-1/+2
* slub: don't confuse ctor and dtorHugh Dickins2007-05-161-1/+1
* sh64: generic quicklist support.Paul Mundt2007-05-141-1/+1
* consolidate generic_writepages and mpage_writepagesMiklos Szeredi2007-05-111-19/+40
* VM statistics: Make timer deferrableChristoph Lameter2007-05-111-1/+1
* Bug in mm/thrash.c function grab_swap_token()Mika Kukkonen2007-05-111-3/+2
* SLUB: remove nr_cpu_ids hackChristoph Lameter2007-05-101-3/+2
* early_pfn_to_nid needs to be __meminitStephen Rothwell2007-05-101-1/+1
* slub: support concurrent local and remote frees and allocs on a slabChristoph Lameter2007-05-101-36/+118
* Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2007-05-091-1/+1
|\
| * sh: generic quicklist support.Paul Mundt2007-05-091-1/+1
* | Fix a bad error case handling in read_cache_page_async()David Howells2007-05-091-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-05-091-1/+1
|\ \
| * | Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
| |/
* | Move remote node draining out of slab allocatorsChristoph Lameter2007-05-094-126/+63
* | Make vm statistics update interval configurableChristoph Lameter2007-05-091-1/+3
* | vmstat: use our own timer eventsChristoph Lameter2007-05-093-6/+36
* | Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-096-3/+17
* | fs: convert core functions to zero_user_pageNate Diller2007-05-092-7/+3
* | slab: shut down cache_reaper when cpu goes downChristoph Lameter2007-05-091-0/+14
* | slab: use CPU_LOCK_[ACQUIRE|RELEASE]Heiko Carstens2007-05-091-8/+5
* | AFS: export a couple of core functions for AFS write supportDavid Howells2007-05-091-0/+2
* | pretend cpuset has some form of hugetlb page reservationKen Chen2007-05-091-0/+31