summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-131-34/+55
* [PATCH] .text page fault SMP scalability optimizationAndrea Arcangeli2005-10-291-4/+16
* [PATCH] mm: fix rss and mmlist lockingHugh Dickins2005-10-291-1/+3
* [PATCH] mm: split page table lockHugh Dickins2005-10-291-10/+14
* [PATCH] mm: follow_page with inner ptlockHugh Dickins2005-10-291-81/+71
* [PATCH] mm: kill check_user_page_readableHugh Dickins2005-10-291-25/+4
* [PATCH] mm: unmap_vmas with inner ptlockHugh Dickins2005-10-291-29/+12
* [PATCH] mm: unlink vma before pagetablesHugh Dickins2005-10-291-2/+10
* [PATCH] mm: page fault handler lockingHugh Dickins2005-10-291-60/+90
* [PATCH] mm: ptd_alloc take ptlockHugh Dickins2005-10-291-72/+32
* [PATCH] mm: ptd_alloc inline and outHugh Dickins2005-10-291-56/+39
* [PATCH] mm: init_mm without ptlockHugh Dickins2005-10-291-33/+27
* [PATCH] mm: update_hiwaters just in timeHugh Dickins2005-10-291-16/+1
* [PATCH] mm: do_swap_page race majorHugh Dickins2005-10-291-3/+1
* [PATCH] mm: zap_pte_range dec rssHugh Dickins2005-10-291-3/+3
* [PATCH] mm: copy_one_pte inc rssHugh Dickins2005-10-291-10/+5
* [PATCH] core remove PageReservedNick Piggin2005-10-291-52/+79
* [PATCH] mm: batch updating mm_countersHugh Dickins2005-10-291-15/+32
* [PATCH] mm: rss = file_rss + anon_rssHugh Dickins2005-10-291-14/+17
* [PATCH] mm: tlb_finish_mmu forget rssHugh Dickins2005-10-291-1/+1
* [PATCH] mm: tlb_is_full_mm was obscureHugh Dickins2005-10-291-2/+2
* [PATCH] mm: page fault handlers tidyupHugh Dickins2005-10-291-123/+97
* [PATCH] mm: anon is already wrprotectedHugh Dickins2005-10-291-3/+4
* [PATCH] mm: zap_pte_range dont dirty anonHugh Dickins2005-10-291-4/+6
* [PATCH] mm: copy_pte_range progress fixHugh Dickins2005-10-291-6/+8
* [PATCH] Fix handling spurious page fault for hugetlb regionHugh Dickins2005-10-201-12/+2
* [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
* [PATCH] x86: ptep_clear optimizationZachary Amsden2005-09-051-2/+3
* [PATCH] mm: remove implied vm_ops checkPaolo 'Blaisorblade' Giarrusso2005-09-051-1/+1
* [PATCH] Lazy page table copies in fork()Nick Piggin2005-08-291-0/+11
* Fix up recent get_user_pages() handlingLinus Torvalds2005-08-031-9/+13
* [PATCH] fix get_user_pages bugNick Piggin2005-08-031-8/+23
* [PATCH] x86_64: access of some bad addressHugh Dickins2005-08-011-2/+6
* Fix get_user_pages() race for write accessLinus Torvalds2005-08-011-17/+4
* [PATCH] check_user_page_readable() deadlock fixAndrew Morton2005-07-271-10/+15
* [PATCH] mm: fix remap_pte_range BUGHugh Dickins2005-06-251-1/+1
* [PATCH] DocBook: update commentsMartin Waitz2005-06-241-1/+1
* [PATCH] sparsemem memory modelAndy Whitcroft2005-06-231-1/+1
* [PATCH] can_share_swap_page: use page_mapcountHugh Dickins2005-06-211-5/+5