aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-06mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins1-1/+1
2009-01-06mm: reuse_swap_page replaces can_share_swap_pageHugh Dickins1-2/+2
2009-01-06mm: wp lock page before deciding cowHugh Dickins1-3/+14
2009-01-06mm: gup persist for write permissionHugh Dickins1-2/+8
2009-01-06mm: further cleanup page_add_new_anon_rmapHugh Dickins1-3/+0
2009-01-06mm: add_active_or_unevictable into rmapHugh Dickins1-6/+0
2009-01-06mm/apply_to_range: call pte function with lazy updatesJeremy Fitzhardinge1-0/+4
2009-01-06mm: more likely reclaim MADV_SEQUENTIAL mappingsJohannes Weiner1-1/+2
2009-01-06mm: don't mark_page_accessed in fault pathNick Piggin1-1/+1
2009-01-05inode->i_op is never NULLAl Viro1-2/+2
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+15
2008-12-19x86: PAT: move track untrack pfnmap stubs to asm-genericvenkatesh.pallipadi@intel.com1-46/+2
2008-12-19x86: PAT: remove follow_pfnmap_pte in favor of follow_physvenkatesh.pallipadi@intel.com1-43/+0
2008-12-19x86: PAT: modify follow_phys to return phys_addr prot and return valuevenkatesh.pallipadi@intel.com1-17/+14
2008-12-18x86: PAT: hooks in generic vm code to help archs to track pfnmap regions - v3venkatesh.pallipadi@intel.com1-1/+75
2008-12-18x86: PAT: add follow_pfnmp_pte routine to help tracking pfnmap pages - v3venkatesh.pallipadi@intel.com1-0/+43
2008-12-18x86: PAT: store vm_pgoff for all linear_over_vma_region mappings - v3venkatesh.pallipadi@intel.com1-4/+3
2008-10-28Merge commit 'v2.6.28-rc2' into core/lockingIngo Molnar1-46/+79
2008-10-20mm: remove duplicated #include'sHuang Weiyi1-2/+0
2008-10-20memcg: avoid accounting special pagesKAMEZAWA Hiroyuki1-14/+11
2008-10-20memcg: move charge swapin under lockKAMEZAWA Hiroyuki1-5/+6
2008-10-20mlock: make mlock error return Posixly CorrectLee Schermerhorn1-1/+1
2008-10-20mlock: revert mainline handling of mlock error returnLee Schermerhorn1-12/+2
2008-10-20swap: cull unevictable pages in fault pathLee Schermerhorn1-8/+10
2008-10-20mlock: mlocked pages are unevictableNick Piggin1-7/+49
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-3/+3
2008-10-20define page_file_cache() functionRik van Riel1-0/+3
2008-09-11x86: some lock annotations for user copy paths, v2Nick Piggin1-0/+15