aboutsummaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
2009-09-18headers: taskstats_kern.h trimAlexey Dobriyan
2009-07-27mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt
2009-06-25clarify get_user_pages() prototypePeter Zijlstra
2009-06-23mm: pass mm to grab_swap_tokenHugh Dickins
2009-06-23mm: don't rely on flags coincidenceHugh Dickins
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds
2009-06-21Remove internal use of 'write_access' in mm/memory.cLinus Torvalds
2009-06-16mm: introduce follow_pfn()Johannes Weiner
2009-06-16mm: use generic follow_pte() in follow_phys()Johannes Weiner
2009-06-16mm: introduce follow_pte()Johannes Weiner
2009-06-16mm: clean up get_user_pages_fast() documentationNick Piggin
2009-05-02mm: close page_mkwrite racesNick Piggin
2009-05-02mm: fix pageref leak in do_swap_page()Johannes Weiner
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin
2009-04-01mm: add comment why mark_page_accessed() would be better than pte_mkyoung() i...KOSAKI Motohiro
2009-04-01mm: don't call mark_page_accessed() in do_swap_page()KOSAKI Motohiro
2009-03-14VM, x86, PAT: add a new vm flag to track full pfnmap at mmapPallipadi, Venkatesh
2009-03-13VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoffPallipadi, Venkatesh
2009-02-05do_wp_page: fix regression with execute in placeCarsten Otte
2009-01-13x86 PAT: change track_pfn_vma_new to take pgprot_t pointer paramvenkatesh.pallipadi@intel.com
2009-01-13x86 PAT: remove PFNMAP type on track_pfn_vma_new() errorvenkatesh.pallipadi@intel.com
2009-01-12lockdep, mm: fix might_fault() annotationPeter Zijlstra
2009-01-08memcg: fix swap accounting leakKAMEZAWA Hiroyuki
2009-01-08memcg: revert gfp mask fixKAMEZAWA Hiroyuki
2009-01-08memcg: mem+swap controller coreKAMEZAWA Hiroyuki
2009-01-08memcg: fix gfp_mask of callers of chargeKAMEZAWA Hiroyuki
2009-01-08memcg: introduce charge-commit-cancel style of functionsKAMEZAWA Hiroyuki
2009-01-06mm: make get_user_pages() interruptibleYing Han
2009-01-06badpage: KERN_ALERT BUG instead of KERN_EMERGHugh Dickins
2009-01-06badpage: ratelimit print_bad_pte and bad_pageHugh Dickins
2009-01-06badpage: remove vma from page_remove_rmapHugh Dickins
2009-01-06badpage: zap print_bad_pte on swap and fileHugh Dickins
2009-01-06badpage: vm_normal_page use print_bad_pteHugh Dickins
2009-01-06badpage: replace page_remove_rmap Eeek and BUGHugh Dickins
2009-01-06mm: make maddr __iomemKOSAKI Motohiro
2009-01-06mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins
2009-01-06mm: reuse_swap_page replaces can_share_swap_pageHugh Dickins
2009-01-06mm: wp lock page before deciding cowHugh Dickins
2009-01-06mm: gup persist for write permissionHugh Dickins
2009-01-06mm: further cleanup page_add_new_anon_rmapHugh Dickins
2009-01-06mm: add_active_or_unevictable into rmapHugh Dickins
2009-01-06mm/apply_to_range: call pte function with lazy updatesJeremy Fitzhardinge
2009-01-06mm: more likely reclaim MADV_SEQUENTIAL mappingsJohannes Weiner
2009-01-06mm: don't mark_page_accessed in fault pathNick Piggin
2009-01-05inode->i_op is never NULLAl Viro
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2008-12-19x86: PAT: move track untrack pfnmap stubs to asm-genericvenkatesh.pallipadi@intel.com
2008-12-19x86: PAT: remove follow_pfnmap_pte in favor of follow_physvenkatesh.pallipadi@intel.com
2008-12-19x86: PAT: modify follow_phys to return phys_addr prot and return valuevenkatesh.pallipadi@intel.com
2008-12-18x86: PAT: hooks in generic vm code to help archs to track pfnmap regions - v3venkatesh.pallipadi@intel.com