aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-22mm: move highest_memmap_pfnHugh Dickins1-0/+1
2009-09-22mm: ZERO_PAGE without PTE_SPECIALHugh Dickins1-11/+25
2009-09-22mm: FOLL flags for GUP flagsHugh Dickins1-25/+19
2009-09-22mm: reinstate ZERO_PAGEHugh Dickins1-9/+44
2009-09-22mm: fix anonymous dirtyingHugh Dickins1-1/+2
2009-09-22mm: follow_hugetlb_page flagsHugh Dickins1-6/+8
2009-09-22mm: FOLL_DUMP replace FOLL_ANONHugh Dickins1-31/+12
2009-09-22mm: add get_dump_pageHugh Dickins1-1/+32
2009-09-22mm: remove unused GUP flagsHugh Dickins1-10/+4
2009-09-22mm: drop unneeded double negationsJohannes Weiner1-1/+1
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli1-2/+2
2009-09-22ksm: fix oom deadlockHugh Dickins1-2/+3
2009-09-22ksm: identify PageKsm pagesHugh Dickins1-1/+2
2009-09-22ksm: no debug in page_dup_rmap()Hugh Dickins1-1/+1
2009-09-22ksm: add mmu_notifier set_pte_at_notify()Izik Eidus1-2/+7
2009-09-18headers: taskstats_kern.h trimAlexey Dobriyan1-0/+1
2009-07-27mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt1-5/+6
2009-06-25clarify get_user_pages() prototypePeter Zijlstra1-14/+12
2009-06-23mm: pass mm to grab_swap_tokenHugh Dickins1-1/+1
2009-06-23mm: don't rely on flags coincidenceHugh Dickins1-2/+4
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-4/+4
2009-06-21Remove internal use of 'write_access' in mm/memory.cLinus Torvalds1-21/+21
2009-06-16mm: introduce follow_pfn()Johannes Weiner1-0/+29
2009-06-16mm: use generic follow_pte() in follow_phys()Johannes Weiner1-31/+5
2009-06-16mm: introduce follow_pte()Johannes Weiner1-0/+37
2009-06-16mm: clean up get_user_pages_fast() documentationNick Piggin1-0/+50
2009-05-02mm: close page_mkwrite racesNick Piggin1-32/+76
2009-05-02mm: fix pageref leak in do_swap_page()Johannes Weiner1-2/+2
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-4/+22
2009-04-01mm: add comment why mark_page_accessed() would be better than pte_mkyoung() in follow_page()KOSAKI Motohiro1-0/+5
2009-04-01mm: don't call mark_page_accessed() in do_swap_page()KOSAKI Motohiro1-2/+0
2009-03-14VM, x86, PAT: add a new vm flag to track full pfnmap at mmapPallipadi, Venkatesh1-2/+2
2009-03-13VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoffPallipadi, Venkatesh1-2/+4
2009-02-05do_wp_page: fix regression with execute in placeCarsten Otte1-1/+1
2009-01-13x86 PAT: change track_pfn_vma_new to take pgprot_t pointer paramvenkatesh.pallipadi@intel.com1-3/+4
2009-01-13x86 PAT: remove PFNMAP type on track_pfn_vma_new() errorvenkatesh.pallipadi@intel.com1-1/+7
2009-01-12lockdep, mm: fix might_fault() annotationPeter Zijlstra1-0/+9
2009-01-08memcg: fix swap accounting leakKAMEZAWA Hiroyuki1-5/+6
2009-01-08memcg: revert gfp mask fixKAMEZAWA Hiroyuki1-6/+4
2009-01-08memcg: mem+swap controller coreKAMEZAWA Hiroyuki1-3/+15
2009-01-08memcg: fix gfp_mask of callers of chargeKAMEZAWA Hiroyuki1-4/+5
2009-01-08memcg: introduce charge-commit-cancel style of functionsKAMEZAWA Hiroyuki1-5/+7
2009-01-06mm: make get_user_pages() interruptibleYing Han1-5/+9
2009-01-06badpage: KERN_ALERT BUG instead of KERN_EMERGHugh Dickins1-7/+8
2009-01-06badpage: ratelimit print_bad_pte and bad_pageHugh Dickins1-0/+23
2009-01-06badpage: remove vma from page_remove_rmapHugh Dickins1-2/+2
2009-01-06badpage: zap print_bad_pte on swap and fileHugh Dickins1-4/+7
2009-01-06badpage: vm_normal_page use print_bad_pteHugh Dickins1-10/+10
2009-01-06badpage: replace page_remove_rmap Eeek and BUGHugh Dickins1-12/+40
2009-01-06mm: make maddr __iomemKOSAKI Motohiro1-1/+1