summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2006-01-06[PATCH] Cleanup bootmem allocator and fix alloc_bootmem_lowRavikiran G Thirumalai1-7/+31
2006-01-06[PATCH] mm: page_alloc cleanupsNick Piggin1-10/+6
2006-01-06[PATCH] mm: page_state fixesNick Piggin1-3/+2
2006-01-06[PATCH] mm: remove pcp lowNick Piggin1-7/+2
2006-01-06[PATCH] mm: remove bad_rangeNick Piggin1-7/+19
2006-01-06[PATCH] mm: microopt conditionsNick Piggin1-8/+8
2006-01-06[PATCH] mm: set_page_refs optNick Piggin2-19/+17
2006-01-06[PATCH] mm: pagealloc optNick Piggin1-7/+11
2006-01-06[PATCH] mm: free_pages_and_swap_cache optHugh Dickins1-2/+2
2006-01-06[PATCH] mm: remove arch independent NODES_SPAN_OTHER_NODESMike Kravetz1-2/+0
2006-01-06[PATCH] hugepages: fold find_or_alloc_pages into huge_no_page()Christoph Lameter1-42/+24
2006-01-06[PATCH] Remove old node based policy interface from mempolicy.cChristoph Lameter1-48/+0
2006-01-06[PATCH] Add NUMA policy support for huge pages.Christoph Lameter2-19/+44
2006-01-06[PATCH] mm: dequeue a huge page near to this nodeChristoph Lameter1-6/+8
2006-01-06[PATCH] Hugetlb: Copy on Write supportDavid Gibson1-19/+108
2006-01-06[PATCH] Hugetlb: Reorganize hugetlb_fault to prepare for COWAdam Litke1-9/+25
2006-01-06[PATCH] Hugetlb: Rename find_lock_page to find_or_alloc_huge_pageAdam Litke1-3/+3
2006-01-06[PATCH] Hugetlb: Remove duplicate i_size checkAdam Litke1-7/+0
2006-01-06[PATCH] madvise(MADV_REMOVE): remove pages from tmpfs shm backing storeBadari Pulavarty3-9/+83
2006-01-06[PATCH] reiser4: vfs: add truncate_inode_pages_range()Hans Reiser1-7/+37
2006-01-06[PATCH] memhotplug: __add_section remove unused pgdat definitionAndy Whitcroft1-1/+0
2006-01-06[PATCH] mm: fix __alloc_pages cpuset ALLOC_* flagsPaul Jackson1-3/+2
2006-01-03[PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATEZach Brown4-31/+61
2006-01-02[PATCH] Make sure interleave masks have at least one node setAndi Kleen1-0/+4
2005-12-16Make sure we copy pages inserted with "vm_insert_page()" on forkLinus Torvalds3-3/+4
2005-12-15[PATCH] missing prototype (mm/page_alloc.c)Al Viro1-1/+1
2005-12-13[PATCH] Fix calculation of grow_pgdat_span() in mm/memory_hotplug.cYasunori Goto1-1/+1
2005-12-12get_user_pages: don't try to follow PFNMAP pagesLinus Torvalds1-1/+1
2005-12-12[PATCH] fix in __alloc_bootmem_core() when there is no free page in first nod...Haren Myneni1-0/+2
2005-12-11Allow arbitrary read-only shared pfn-remapping tooLinus Torvalds1-3/+8
2005-12-11Remove (at least temporarily) the "incomplete PFN mapping" supportLinus Torvalds1-45/+1
2005-12-11Allow arbitrary shared PFNMAP'sLinus Torvalds1-4/+12
2005-12-03Make vm_insert_page() available to NVidia moduleLinus Torvalds1-1/+1
2005-12-03[PATCH] Fix up per-cpu page batch sizesNick Piggin1-8/+8
2005-11-30VM: add "vm_insert_page()" functionLinus Torvalds1-2/+34
2005-11-29[PATCH] VM: Fix typos in get_locked_pteTrond Myklebust1-2/+2
2005-11-29[PATCH] pfnmap: do_no_page BUG_ON againHugh Dickins1-1/+3
2005-11-29[PATCH] pfnmap: remove src_page from do_wp_pageHugh Dickins1-4/+3
2005-11-29cow_user_page: fix page alignmentLinus Torvalds1-2/+9
2005-11-29VM: add common helper function to create the page tablesLinus Torvalds2-34/+16
2005-11-29Support strange discontiguous PFN remappingsLinus Torvalds1-0/+92
2005-11-29[PATCH] Fix missing pfn variables caused by vm changesBen Collins2-3/+3
2005-11-29[PATCH] Fix vma argument in get_usr_pages() for gate areasNick Piggin1-1/+1
2005-11-28[PATCH] shrinker->nr = LONG_MAX means deadlock for icacheAndrea Arcangeli1-3/+15
2005-11-28[PATCH] temporarily disable swap token on memory pressureRik van Riel3-21/+26
2005-11-28[PATCH] mm: __alloc_pages cleanup fixNick Piggin1-7/+17
2005-11-28[PATCH] Workaround for gcc 2.96 (undefined references)Alan Stern1-0/+12
2005-11-28mm: re-architect the VM_UNPAGED logicLinus Torvalds7-135/+118
2005-11-23[PATCH] 32bit integer overflow in invalidate_inode_pages2()Oleg Drokin1-3/+3
2005-11-23[PATCH] mm: update split ptlock KconfigHugh Dickins1-4/+2