Commit Graph

390 Commits (05ef1b79d46347f94d9a78214cc745046c03e45a)

Author SHA1 Message Date
Jason Baron 909af768e8 coredump: remove VM_ALWAYSDUMP flag 13 years ago
David Rientjes ea48cf7863 mm, counters: fold __sync_task_rss_stat() into sync_mm_rss() 13 years ago
David Rientjes 05af2e104a mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat() 13 years ago
Konstantin Khlebnikov 69c978232a mm: make get_mm_counter static-inline 13 years ago
Andrea Arcangeli 1a5a9906d4 mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode 13 years ago
Al Viro f5cc4eef99 VM: make zap_page_range() callers that act on a single VMA use separate helper 13 years ago
Al Viro 6e8bb0193a VM: make unmap_vmas() return void 13 years ago
Al Viro 14f5ff5df3 VM: make zap_page_range() return void 13 years ago
Al Viro 8b2a12382c VM: can't go through the inner loop in unmap_vmas() more than once... 13 years ago
Al Viro 038c7aa16a VM: unmap_page_range() can return void 13 years ago
Cong Wang 9b04c5fec4 mm: remove the second argument of k[un]map_atomic() 13 years ago
Konstantin Khlebnikov 9f9f1acd71 mm: fix rss count leakage during migration 13 years ago
Shaohua Li f21760b15d thp: add tlb_remove_pmd_tlb_entry 13 years ago
Andrea Arcangeli 70b50f94f1 mm: thp: tail page refcounting fix 13 years ago
Paul Gortmaker b95f1b31b7 mm: Map most files to use export.h instead of module.h 13 years ago
Benjamin Herrenschmidt 2efaca927f mm/futex: fix futex writes on archs with SW tracking of dirty & young 14 years ago
KAMEZAWA Hiroyuki 1d65f86db1 mm: preallocate page before lock_page() at filemap COW 14 years ago
Andrew Morton 6ac4752006 mm/memory.c: remove ZAP_BLOCK_SIZE 14 years ago
Shaohua Li 0b43c3aab0 mm: __tlb_remove_page() check the correct batch 14 years ago
Hugh Dickins 5b8ba10198 mm: move vmtruncate_range to truncate.c 14 years ago
Steven Rostedt 5f1a19070b mm: fix wrong kunmap_atomic() pointer 14 years ago
Randy Dunlap 0164f69d0c mm/memory.c: fix kernel-doc notation 14 years ago
Ying Han 456f998ec8 memcg: add the pagefault count into memcg stats 14 years ago
KOSAKI Motohiro ca16d140af mm: don't access vm_flags as 'int' 14 years ago
Peter Zijlstra 9547d01bfb mm: uninline large generic tlb.h functions 14 years ago
Peter Zijlstra 3d48ae45e7 mm: Convert i_mmap_lock to a mutex 14 years ago
Peter Zijlstra 97a894136f mm: Remove i_mmap_lock lockbreak 14 years ago
Peter Zijlstra e303297e6c mm: extended batches for generic mmu_gather 14 years ago
Peter Zijlstra 2672391169 mm, powerpc: move the RCU page-table freeing into generic code 14 years ago
Peter Zijlstra d16dfc550f mm: mmu_gather rework 14 years ago
Michal Hocko d05f3169c0 mm: make expand_downwards() symmetrical with expand_upwards() 14 years ago
Mikulas Patocka a09a79f668 Don't lock guardpage if the stack is growing up 14 years ago
Linus Torvalds a1fde08c74 VM: skip the stack guard page lookup in get_user_pages only for mlock 14 years ago
Mel Gorman cc03638df2 mm: check if PTE is already allocated during page fault 14 years ago
Michael Ellerman fe936dfc23 mm: check that we have the right vma in __access_remote_vm() 14 years ago
Linus Torvalds 95042f9eb7 vm: fix mlock() on stack guard page 14 years ago
Randy Dunlap ae91dbfc99 mm: fix memory.c incorrect kernel-doc 14 years ago
KAMEZAWA Hiroyuki 56039efa18 memcg: fix ugly initialization of return value is in caller 14 years ago
Stephen Wilson 5ddd36b9c5 mm: implement access_remote_vm 14 years ago
Stephen Wilson 206cb63657 mm: factor out main logic of access_process_vm 14 years ago
Stephen Wilson e7f22e207b mm: use mm_struct to resolve gate vma's in __get_user_pages 14 years ago
Stephen Wilson cae5d39032 mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm 14 years ago
Stephen Wilson 83b964bbf8 mm: arch: make in_gate_area take an mm_struct instead of a task_struct 14 years ago
Stephen Wilson 31db58b3ab mm: arch: make get_gate_vma take an mm_struct instead of a task_struct 14 years ago
Gleb Natapov 318b275fbc mm: allow GUP to fail instead of waiting on a page 14 years ago
Huang Ying 69ebb83e13 mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionally 14 years ago
Huang Ying 0014bd990e mm: export __get_user_pages 14 years ago
Miklos Szeredi 2aa15890f3 mm: prevent concurrent unmap_mapping_range() on the same inode 14 years ago
Ryota Ozaki a335b2e173 mm: Fix out-of-date comments which refers non-existent functions 14 years ago
Michel Lespinasse 419d8c96db mlock: do not munlock pages in __do_fault() 14 years ago