summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2007-07-16vmscan: fix comments related to shrink_list()Anderson Briglia3-4/+4
2007-07-16slob: improved alignment handlingNick Piggin1-23/+26
2007-07-16slob: remove bigblock trackingNick Piggin1-74/+29
2007-07-16slob: rework freelist handlingNick Piggin1-97/+325
2007-07-16MM: alloc_large_system_hash() can free some memory for non power-of-two bucke...Eric Dumazet1-0/+15
2007-07-16Make /proc/slabinfo use seq_list_xxx helpersPavel Emelianov1-24/+6
2007-07-16MM: use DIV_ROUND_UP() in mm/memory.cRolf Eike Beer1-1/+1
2007-07-16hugetlb: remove unnecessary nid initializationNishanth Aravamudan1-1/+1
2007-07-16change zonelist order: zonelist order selection logicKAMEZAWA Hiroyuki1-22/+251
2007-07-12security: Protection for exploiting null dereference using mmapEric Paris3-5/+14
2007-07-10xip sendfile removalCarsten Otte1-22/+0
2007-07-10shmem: convert to using splice instead of sendfile()Hugh Dickins1-25/+17
2007-07-10sendfile: kill generic_file_sendfile()Jens Axboe1-20/+0
2007-07-08mm: double mark_page_accessed() in read_cache_page_async()Peter Zijlstra1-1/+0
2007-07-06slub: remove useless EXPORT_SYMBOLChristoph Lameter1-1/+0
2007-07-06mm: fixup /proc/vmstat outputPeter Zijlstra1-1/+1
2007-07-06Fix slab redzone alignmentDavid Woodhouse1-9/+23
2007-07-04SLUB: Make lockdep happy by not calling add_partial with interrupts enabled d...Christoph Lameter1-2/+6
2007-07-01SLAB: remove WARN_ON_ONCE for zero sized objects for 2.6.22 releaseChristoph Lameter1-1/+0
2007-06-28mm: kill validate_anon_vma to avoid mapcount BUGHugh Dickins1-23/+1
2007-06-24SLUB: fix behavior if the text output of list_locations overflows PAGE_SIZEChristoph Lameter1-2/+4
2007-06-22[PARISC] Handle wrapping in expand_upwards()Helge Deller1-2/+7
2007-06-17SLUB: minimum alignment fixesChristoph Lameter1-5/+15
2007-06-17Rework ptep_set_access_flags and fix sun4cBenjamin Herrenschmidt2-10/+10
2007-06-17SLUB slab validation: Alloc while interrupts are disabled must use GFP_ATOMICChristoph Lameter1-1/+1
2007-06-16mm: Fix memory/cpu hotplug section mismatch and oops.Paul Mundt1-1/+1
2007-06-09Move three functions that are only needed for CONFIG_MEMORY_HOTPLUGStephen Rothwell1-21/+21
2007-06-09SLUB: return ZERO_SIZE_PTR for kmalloc(0)Christoph Lameter1-8/+18
2007-06-09slab: fix alien cache handlingChristoph Lameter1-1/+1
2007-06-09mount -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-24SLUB Debug: fix check for super sized slabs (>512k 64bit, >256k 32bit)Christoph Lameter1-1/+1
2007-05-24fix unused setup_nr_node_idsMiklos Szeredi1-20/+25
2007-05-24SLUB 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