summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* numa: mempolicy: trivial debug fixes.Paul Mundt2007-07-161-10/+10
* oom: stop allocating user memory if TIF_MEMDIE is setEthan Solomita2007-07-161-0/+8
* numa: mempolicy: dynamic interleave map for system initPaul Mundt2007-07-161-3/+28
* SLUB: support slub_debug on by defaultChristoph Lameter2007-07-161-28/+51
* invalidate_mapping_pages(): add cond_reschedAndrew Morton2007-07-161-15/+23
* mm: debug check for the fault vs invalidate raceNick Piggin2007-07-161-0/+1
* hugetlb: fix race in alloc_fresh_huge_page()Joe Jin2007-07-161-4/+11
* vmscan: fix comments related to shrink_list()Anderson Briglia2007-07-163-4/+4
* slob: improved alignment handlingNick Piggin2007-07-161-23/+26
* slob: remove bigblock trackingNick Piggin2007-07-161-74/+29Star
* slob: rework freelist handlingNick Piggin2007-07-161-97/+325
* MM: alloc_large_system_hash() can free some memory for non power-of-two bucke...Eric Dumazet2007-07-161-0/+15
* Make /proc/slabinfo use seq_list_xxx helpersPavel Emelianov2007-07-161-24/+6Star
* MM: use DIV_ROUND_UP() in mm/memory.cRolf Eike Beer2007-07-161-1/+1
* hugetlb: remove unnecessary nid initializationNishanth Aravamudan2007-07-161-1/+1
* change zonelist order: zonelist order selection logicKAMEZAWA Hiroyuki2007-07-161-22/+251
* security: Protection for exploiting null dereference using mmapEric Paris2007-07-123-5/+14
* xip sendfile removalCarsten Otte2007-07-101-22/+0Star
* shmem: convert to using splice instead of sendfile()Hugh Dickins2007-07-101-25/+17Star
* sendfile: kill generic_file_sendfile()Jens Axboe2007-07-101-20/+0Star
* mm: double mark_page_accessed() in read_cache_page_async()Peter Zijlstra2007-07-081-1/+0Star
* slub: remove useless EXPORT_SYMBOLChristoph Lameter2007-07-061-1/+0Star
* mm: fixup /proc/vmstat outputPeter Zijlstra2007-07-061-1/+1
* Fix slab redzone alignmentDavid Woodhouse2007-07-061-9/+23
* SLUB: Make lockdep happy by not calling add_partial with interrupts enabled d...Christoph Lameter2007-07-031-2/+6
* SLAB: remove WARN_ON_ONCE for zero sized objects for 2.6.22 releaseChristoph Lameter2007-07-011-1/+0Star
* mm: kill validate_anon_vma to avoid mapcount BUGHugh Dickins2007-06-281-23/+1Star
* SLUB: fix behavior if the text output of list_locations overflows PAGE_SIZEChristoph Lameter2007-06-241-2/+4
* [PARISC] Handle wrapping in expand_upwards()Helge Deller2007-06-211-2/+7
* SLUB: minimum alignment fixesChristoph Lameter2007-06-161-5/+15
* Rework ptep_set_access_flags and fix sun4cBenjamin Herrenschmidt2007-06-162-10/+10
* SLUB slab validation: Alloc while interrupts are disabled must use GFP_ATOMICChristoph Lameter2007-06-161-1/+1
* mm: Fix memory/cpu hotplug section mismatch and oops.Paul Mundt2007-06-161-1/+1
* Move three functions that are only needed for CONFIG_MEMORY_HOTPLUGStephen Rothwell2007-06-091-21/+21
* SLUB: return ZERO_SIZE_PTR for kmalloc(0)Christoph Lameter2007-06-091-8/+18
* slab: fix alien cache handlingChristoph Lameter2007-06-091-1/+1
* mount -t tmpfs -o mpol=: check nodes onlineHugh Dickins2007-06-091-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-241-1/+1
* fix unused setup_nr_node_idsMiklos Szeredi2007-05-241-20/+25
* SLUB Debug: Fix object size calculationChristoph Lameter2007-05-241-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