aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-01-06[PATCH] mm: add populated_zone() helperCon Kolivas2-8/+8
2006-01-06[PATCH] consolidate lru_add_drain() and lru_drain_cache()Andrew Morton1-16/+11
2006-01-06[PATCH] vmscan: balancing fixAndrew Morton1-8/+0
2006-01-06[PATCH] mm: pfault optimisationNick Piggin1-1/+0
2006-01-06[PATCH] mm: rmap optimisationNick Piggin2-14/+41
2006-01-06[PATCH] mm: bad_page optimisationNick Piggin1-24/+20
2006-01-06[PATCH] mm: dma32 zone statisticsNick Piggin1-3/+11
2006-01-06[PATCH] kill last zone_reclaim() bitsAndrew Morton1-80/+0
2006-01-06[PATCH] find_lock_page(): call __lock_page() directly.Nikita Danilov1-2/+3
2006-01-06[PATCH] FRV: Clean up bootmem allocator's page freeing algorithmDavid Howells3-17/+41
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 node's memoryHaren 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