summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2007-08-22fix NULL pointer dereference in __vm_enough_memory()Alan Cox
2007-07-29Remove fs.h from mm.hAlexey Dobriyan
2007-07-26fix 'dynreloc miscount' link error on PowerpcSam Ravnborg
2007-07-19mm: variable length argument supportOllie Wild
2007-07-19readahead: split ondemand readahead interface into two functionsRusty Russell
2007-07-19readahead: remove the old algorithmFengguang Wu
2007-07-19readahead: on-demand readahead logicFengguang Wu
2007-07-19mm: fault feedback #2Nick Piggin
2007-07-19mm: fault feedback #1Nick Piggin
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin
2007-07-19mm: fix fault vs invalidate race for linear mappingsNick Piggin
2007-07-17Add VM_BUG_ON in case someone uses page_mapping on a slab pageChristoph Lameter
2007-07-17mm: clean up and kernelify shrinker registrationRusty Russell
2007-07-17handle kernelcore=: genericMel Gorman
2007-07-17Create the ZONE_MOVABLE zoneMel Gorman
2007-07-16Remove capability.h from mm.hAlexey Dobriyan
2007-07-16split mmapMiklos Szeredi
2007-07-16kill vmalloc_earlyreserveJan Beulich
2007-06-21page_mapping must avoid slub pagesHugh Dickins
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-07Add virt_to_head_page and consolidate code in slab and slubChristoph Lameter
2007-05-07mm: optimize compound_head() by avoiding a shared page flagChristoph Lameter
2007-05-07Make page->private usable in compound pagesChristoph Lameter
2007-05-07mm: remove gcc workaroundNick Piggin
2007-05-07Add apply_to_page_range() which applies a function to a pte rangeJeremy Fitzhardinge
2007-03-01[PATCH] mm/{,tiny-}shmem.c cleanupsAdrian Bunk
2007-02-12[PATCH] Add NOPFN_REFAULT result from vm_ops->nopfn()Benjamin Herrenschmidt
2007-02-12[PATCH] add vm_insert_pfn()Nick Piggin
2007-02-11[PATCH] simplify shmem_aops.set_page_dirty() methodKen Chen
2007-02-11[PATCH] zoneid: fix up calculations for ZONEID_PGSHIFTAndy Whitcroft
2007-02-09[PATCH] Add install_special_mappingRoland McGrath
2007-01-26[PATCH] Add VM_ALWAYSDUMPRoland McGrath
2007-01-11[PATCH] Fix sparsemem on CellDave Hansen
2006-12-07[PATCH] mm: make compound page destructor handling explicitAndy Whitcroft
2006-12-07[PATCH] numa node ids are int, page_to_nid and zone_to_nid should return intAndy Whitcroft
2006-12-07[PATCH] Move vm_area_cachep to include/mm.hChristoph Lameter
2006-12-07[PATCH] Get rid of zone_table[]Christoph Lameter
2006-10-20[PATCH] OOM killer meets userspace headersAlexey Dobriyan
2006-10-11[PATCH] mm: locks_freed fixNick Piggin
2006-10-06[PATCH] page fault retry with NOPAGE_REFAULTBenjamin Herrenschmidt
2006-10-01[PATCH] hot-add-mem x86_64: fixup externsKeith Mannthey
2006-09-30[PATCH] BLOCK: Move functions out of buffer code [try #6]David Howells
2006-09-27[PATCH] NOMMU: move the fallback arch_vma_name() to a sensible placeDavid Howells
2006-09-27[PATCH] do_no_pfn()Jes Sorensen
2006-09-27[PATCH] Add node to zone for the NUMA caseChristoph Lameter
2006-09-27[PATCH] own header file for struct pageHeiko Carstens
2006-09-27[PATCH] Allow an arch to expand node boundariesMel Gorman
2006-09-27[PATCH] Account for memmap and optionally the kernel image as holesMel Gorman
2006-09-27[PATCH] Introduce mechanism for registering active regions of memoryMel Gorman
2006-09-26[PATCH] NUMA: Add zone_to_nid functionChristoph Lameter