aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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
2005-11-22[PATCH] hugetlb: fix race in set_max_huge_pages for multiple updaters of nr_huge_pagesEric Paris1-0/+6
2005-11-22[PATCH] unpaged: PG_reserved bad_pageHugh Dickins1-12/+34
2005-11-22[PATCH] unpaged: ZERO_PAGE in VM_UNPAGEDHugh Dickins1-2/+12
2005-11-22[PATCH] unpaged: anon in VM_UNPAGEDHugh Dickins2-24/+46
2005-11-22[PATCH] unpaged: COW on VM_UNPAGEDHugh Dickins1-12/+25
2005-11-22[PATCH] unpaged: VM_NONLINEAR VM_RESERVEDHugh Dickins2-14/+7
2005-11-22[PATCH] unpaged: VM_UNPAGEDHugh Dickins5-18/+24
2005-11-22[PATCH] unpaged: unifdefed PageCompoundHugh Dickins2-8/+0
2005-11-22[PATCH] unpaged: private write VM_RESERVEDHugh Dickins2-19/+0
2005-11-22[PATCH] unpaged: get_user_pages VM_RESERVEDHugh Dickins1-1/+1
2005-11-18Merge branch 'master'Kyle McMartin1-0/+1
2005-11-18[PARISC] Fix compile warning caused by conflicting types of expand_upwards()Matthew Wilcox1-1/+1
2005-11-18[PATCH] re-export clear_page_dirty_for_io()Hans Reiser1-0/+1
2005-11-17[PATCH] VM: fix zone list restart in page allocatateJens Axboe1-3/+4
2005-11-14Merge x86-64 update from AndiLinus Torvalds2-7/+15
2005-11-14[PATCH] x86_64: Remove obsolete ARCH_HAS_ATOMIC_UNSIGNED and page_flags_tAndi Kleen2-2/+2
2005-11-14[PATCH] x86_64: When cpu_up fails clean up page allocator properlyAndi Kleen1-2/+1
2005-11-14[PATCH] x86_64: Add 4GB DMA32 zoneAndi Kleen1-3/+12
2005-11-13[PATCH] slab: remove alloc_pages() callsChristoph Lameter1-5/+1
2005-11-13[PATCH] slab: convert cache to page mapping macrosPekka Enberg1-17/+32
2005-11-13[PATCH] mm: highmem watermarksNick Piggin1-13/+14
2005-11-13[PATCH] mm: __alloc_pages cleanupRohit Seth2-113/+88
2005-11-13[PATCH] mm: ZAP_BLOCK causes redundant workRobin Holt1-34/+55
2005-11-13[PATCH] mm: __GFP_NOFAIL fixKirill Korotaev1-0/+5