summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure we copy pages inserted with "vm_insert_page()" on forkLinus Torvalds2005-12-161-1/+2
* get_user_pages: don't try to follow PFNMAP pagesLinus Torvalds2005-12-131-1/+1
* Allow arbitrary read-only shared pfn-remapping tooLinus Torvalds2005-12-121-3/+8
* Remove (at least temporarily) the "incomplete PFN mapping" supportLinus Torvalds2005-12-121-45/+1Star
* Allow arbitrary shared PFNMAP'sLinus Torvalds2005-12-121-4/+12
* Make vm_insert_page() available to NVidia moduleLinus Torvalds2005-12-041-1/+1
* VM: add "vm_insert_page()" functionLinus Torvalds2005-11-301-2/+34
* [PATCH] VM: Fix typos in get_locked_pteTrond Myklebust2005-11-301-2/+2
* [PATCH] pfnmap: do_no_page BUG_ON againHugh Dickins2005-11-291-1/+3
* [PATCH] pfnmap: remove src_page from do_wp_pageHugh Dickins2005-11-291-4/+3Star
* cow_user_page: fix page alignmentLinus Torvalds2005-11-291-2/+9
* VM: add common helper function to create the page tablesLinus Torvalds2005-11-291-12/+14
* Support strange discontiguous PFN remappingsLinus Torvalds2005-11-291-0/+92
* [PATCH] Fix missing pfn variables caused by vm changesBen Collins2005-11-291-2/+2
* [PATCH] Fix vma argument in get_usr_pages() for gate areasNick Piggin2005-11-291-1/+1
* [PATCH] Workaround for gcc 2.96 (undefined references)Alan Stern2005-11-281-0/+12
* mm: re-architect the VM_UNPAGED logicLinus Torvalds2005-11-281-89/+100
* [PATCH] unpaged: ZERO_PAGE in VM_UNPAGEDHugh Dickins2005-11-221-2/+12
* [PATCH] unpaged: anon in VM_UNPAGEDHugh Dickins2005-11-221-22/+41
* [PATCH] unpaged: COW on VM_UNPAGEDHugh Dickins2005-11-221-12/+25
* [PATCH] unpaged: VM_UNPAGEDHugh Dickins2005-11-221-12/+18
* [PATCH] unpaged: get_user_pages VM_RESERVEDHugh Dickins2005-11-221-1/+1
* [PATCH] mm: ZAP_BLOCK causes redundant workRobin Holt2005-11-141-34/+55
* [PATCH] .text page fault SMP scalability optimizationAndrea Arcangeli2005-10-301-4/+16
* [PATCH] mm: fix rss and mmlist lockingHugh Dickins2005-10-301-1/+3
* [PATCH] mm: split page table lockHugh Dickins2005-10-301-10/+14
* [PATCH] mm: follow_page with inner ptlockHugh Dickins2005-10-301-81/+71Star
* [PATCH] mm: kill check_user_page_readableHugh Dickins2005-10-301-25/+4Star
* [PATCH] mm: unmap_vmas with inner ptlockHugh Dickins2005-10-301-29/+12Star
* [PATCH] mm: unlink vma before pagetablesHugh Dickins2005-10-301-2/+10
* [PATCH] mm: page fault handler lockingHugh Dickins2005-10-301-60/+90
* [PATCH] mm: ptd_alloc take ptlockHugh Dickins2005-10-301-72/+32Star
* [PATCH] mm: ptd_alloc inline and outHugh Dickins2005-10-301-56/+39Star
* [PATCH] mm: init_mm without ptlockHugh Dickins2005-10-301-33/+27Star
* [PATCH] mm: update_hiwaters just in timeHugh Dickins2005-10-301-16/+1Star
* [PATCH] mm: do_swap_page race majorHugh Dickins2005-10-301-3/+1Star
* [PATCH] mm: zap_pte_range dec rssHugh Dickins2005-10-301-3/+3
* [PATCH] mm: copy_one_pte inc rssHugh Dickins2005-10-301-10/+5Star
* [PATCH] core remove PageReservedNick Piggin2005-10-301-52/+79
* [PATCH] mm: batch updating mm_countersHugh Dickins2005-10-301-15/+32
* [PATCH] mm: rss = file_rss + anon_rssHugh Dickins2005-10-301-14/+17
* [PATCH] mm: tlb_finish_mmu forget rssHugh Dickins2005-10-301-1/+1
* [PATCH] mm: tlb_is_full_mm was obscureHugh Dickins2005-10-301-2/+2
* [PATCH] mm: page fault handlers tidyupHugh Dickins2005-10-301-123/+97Star
* [PATCH] mm: anon is already wrprotectedHugh Dickins2005-10-301-3/+4
* [PATCH] mm: zap_pte_range dont dirty anonHugh Dickins2005-10-301-4/+6
* [PATCH] mm: copy_pte_range progress fixHugh Dickins2005-10-301-6/+8
* [PATCH] Fix handling spurious page fault for hugetlb regionHugh Dickins2005-10-201-12/+2Star
* [PATCH] Handle spurious page fault for hugetlb regionSeth, Rohit2005-10-191-2/+12
* [PATCH] mm/filemap.c: make two functions staticAdrian Bunk2005-09-101-1/+1