Commit Graph

245 Commits (03fb3d2af96c2783c3a5bc03f3d984cf422f0e69)

Author SHA1 Message Date
Nick Piggin c2ec175c39 mm: page_mkwrite change prototype to match fault 16 years ago
KOSAKI Motohiro bd775c42ea mm: add comment why mark_page_accessed() would be better than pte_mkyoung() in follow_page() 16 years ago
KOSAKI Motohiro 0a0dd05dd7 mm: don't call mark_page_accessed() in do_swap_page() 16 years ago
Pallipadi, Venkatesh 895791dac6 VM, x86, PAT: add a new vm flag to track full pfnmap at mmap 16 years ago
Pallipadi, Venkatesh 4bb9c5c021 VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoff 16 years ago
Carsten Otte ab92661d5d do_wp_page: fix regression with execute in place 16 years ago
venkatesh.pallipadi@intel.com e4b866ed19 x86 PAT: change track_pfn_vma_new to take pgprot_t pointer param 16 years ago
venkatesh.pallipadi@intel.com a367061311 x86 PAT: remove PFNMAP type on track_pfn_vma_new() error 16 years ago
Peter Zijlstra 95156f0051 lockdep, mm: fix might_fault() annotation 16 years ago
KAMEZAWA Hiroyuki 03f3c43364 memcg: fix swap accounting leak 16 years ago
KAMEZAWA Hiroyuki 2c26fdd70c memcg: revert gfp mask fix 16 years ago
KAMEZAWA Hiroyuki 8c7c6e34a1 memcg: mem+swap controller core 16 years ago
KAMEZAWA Hiroyuki bced0520fe memcg: fix gfp_mask of callers of charge 16 years ago
KAMEZAWA Hiroyuki 7a81b88cb5 memcg: introduce charge-commit-cancel style of functions 16 years ago
Ying Han 4779280d1e mm: make get_user_pages() interruptible 16 years ago
Hugh Dickins 1e9e63650d badpage: KERN_ALERT BUG instead of KERN_EMERG 16 years ago
Hugh Dickins d936cf9b39 badpage: ratelimit print_bad_pte and bad_page 16 years ago
Hugh Dickins edc315fd22 badpage: remove vma from page_remove_rmap 16 years ago
Hugh Dickins 2509ef26db badpage: zap print_bad_pte on swap and file 16 years ago
Hugh Dickins 22b31eec63 badpage: vm_normal_page use print_bad_pte 16 years ago
Hugh Dickins 3dc147414c badpage: replace page_remove_rmap Eeek and BUG 16 years ago
KOSAKI Motohiro 2bc7273b0e mm: make maddr __iomem 16 years ago
Hugh Dickins a2c43eed83 mm: try_to_free_swap replaces remove_exclusive_swap_page 16 years ago
Hugh Dickins 7b1fe59793 mm: reuse_swap_page replaces can_share_swap_page 16 years ago
Hugh Dickins ab967d8601 mm: wp lock page before deciding cow 16 years ago
Hugh Dickins 878b63ac88 mm: gup persist for write permission 16 years ago
Hugh Dickins cbf84b7add mm: further cleanup page_add_new_anon_rmap 16 years ago
Hugh Dickins b5934c5318 mm: add_active_or_unevictable into rmap 16 years ago
Jeremy Fitzhardinge 38e0edb15b mm/apply_to_range: call pte function with lazy updates 16 years ago
Johannes Weiner 4917e5d049 mm: more likely reclaim MADV_SEQUENTIAL mappings 16 years ago
Nick Piggin bf3f3bc5e7 mm: don't mark_page_accessed in fault path 16 years ago
Al Viro acfa4380ef inode->i_op is never NULL 16 years ago
venkatesh.pallipadi@intel.com 34801ba9bf x86: PAT: move track untrack pfnmap stubs to asm-generic 16 years ago
venkatesh.pallipadi@intel.com 982d789ab7 x86: PAT: remove follow_pfnmap_pte in favor of follow_phys 16 years ago
venkatesh.pallipadi@intel.com d87fe6607c x86: PAT: modify follow_phys to return phys_addr prot and return value 16 years ago
venkatesh.pallipadi@intel.com 2ab640379a x86: PAT: hooks in generic vm code to help archs to track pfnmap regions - v3 16 years ago
venkatesh.pallipadi@intel.com e121e41844 x86: PAT: add follow_pfnmp_pte routine to help tracking pfnmap pages - v3 16 years ago
venkatesh.pallipadi@intel.com 3c8bb73ace x86: PAT: store vm_pgoff for all linear_over_vma_region mappings - v3 16 years ago
Huang Weiyi a50c22eed5 mm: remove duplicated #include's 17 years ago
KAMEZAWA Hiroyuki 5b4e655e94 memcg: avoid accounting special pages 17 years ago
KAMEZAWA Hiroyuki 073e587ec2 memcg: move charge swapin under lock 17 years ago
Lee Schermerhorn 9978ad583e mlock: make mlock error return Posixly Correct 17 years ago
Lee Schermerhorn c11d69d8c8 mlock: revert mainline handling of mlock error return 17 years ago
Lee Schermerhorn 64d6519dda swap: cull unevictable pages in fault path 17 years ago
Nick Piggin b291f00039 mlock: mlocked pages are unevictable 17 years ago
Rik van Riel 4f98a2fee8 vmscan: split LRU lists into anon & file sets 17 years ago
Rik van Riel b2e185384f define page_file_cache() function 17 years ago
Nick Piggin 3ee1afa308 x86: some lock annotations for user copy paths, v2 17 years ago
Nick Piggin 529ae9aaa0 mm: rename page trylock 17 years ago
KOSAKI Motohiro a477097d9c mlock() fix return values 17 years ago