Commit Graph

82 Commits (df1eab303c836c98a79de427aa1c7d6812acaaa9)

Author SHA1 Message Date
Oleg Nesterov df1eab303c mremap: don't leak new_vma if f_op->mremap() fails 10 years ago
Laurent Dufour 4abad2ca4a mm: new arch_remap() hook 10 years ago
Derek 6cd576130b mm/mremap.c: clean up goto just return ERR_PTR 10 years ago
Derek 12215182c8 mremap should return -ENOMEM when __vm_enough_memory fail 10 years ago
Al Viro b2edffdd91 fix mremap() vs. ioctx_kill() race 10 years ago
Kirill A. Shutemov 0661a33611 mm: remove rest usage of VM_NONLINEAR and pte_file() 10 years ago
Pavel Emelyanov e4a0d3e720 aio: Make it possible to remap aio ring 10 years ago
Davidlohr Bueso c8c06efa8b mm: convert i_mmap_mutex to rwsem 10 years ago
Davidlohr Bueso 83cde9e8ba mm: use new helper functions around the i_mmap_mutex 10 years ago
Paul McQuade 2581d20237 mm/mremap.c: use linux headers 10 years ago
Sasha Levin 81d1b09c6b mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA 10 years ago
Kirill A. Shutemov dd18dbc2d4 mm, thp: close race between mremap() and split_huge_page() 11 years ago
Hugh Dickins 57a8f0cdb8 mm: revert mremap pud_free anti-fix 11 years ago
Chen Gang 1ecfd533f4 mm/mremap.c: call pud_free() after fail calling pmd_alloc() 12 years ago
Cyrill Gorcunov 6dec97dc92 mm: move_ptes -- Set soft dirty bit depending on pte type 12 years ago
Rasmus Villemoes 9a2458a633 mm: mremap: validate input before taking lock 12 years ago
Pavel Emelyanov 0f8975ec4d mm: soft-dirty bits for user memory changes tracking 12 years ago
Konstantin Khlebnikov 08b52706d5 mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write() 12 years ago
Michel Lespinasse 81909b8421 mm: use mm_populate() for mremap() of VM_LOCKED vmas 12 years ago
Clark Williams cf4aebc292 sched: Move sched.h sysctl bits into separate header 12 years ago
Kirill A. Shutemov e180377f1a thp: change split_huge_page_pmd() interface 12 years ago
Ingo Molnar 4fc3f1d66b mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable 12 years ago
Sagi Grimberg 2ec74c3ef2 mm: move all mmu notifier invocations to be done outside the PT lock 13 years ago
Michel Lespinasse 38a76013ad mm: avoid taking rmap locks in move_ptes() 13 years ago
Michel Lespinasse 108d6642ad mm anon rmap: remove anon_vma_moveto_tail 13 years ago
Huang Shijie 44de9d0cad mm: account the total_vm in the vm_stat_account() 13 years ago
Al Viro 9ac4ed4bd0 move security_mmap_addr() to saner place 13 years ago
Al Viro e5467859f7 split ->file_mmap() into ->mmap_addr()/->mmap_file() 13 years ago
Al Viro 63a81db132 merge do_mremap() into sys_mremap() 13 years ago
Al Viro 191c542442 mm: collapse security_vm_enough_memory() variants into a single function 13 years ago
Andrea Arcangeli 948f017b09 mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding in copy_vma() 13 years ago
Andrea Arcangeli 37a1c49a91 thp: mremap support and TLB optimization 13 years ago
Andrea Arcangeli 7b6efc2bc4 mremap: avoid sending one IPI per page 13 years ago
Andrea Arcangeli ebed48460b mremap: check for overflow using deltas 13 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
Linus Torvalds 982134ba62 mm: avoid wrapping vm_pgoff in mremap() 14 years ago
Hugh Dickins a3e8cc643d mm: fix possible cause of a page_mapped BUG 14 years ago
Andrea Arcangeli bae9c19bf1 thp: split_huge_page_mm/vma 14 years ago
Andrea Arcangeli 8ac1f8320a thp: pte alloc trans splitting 14 years ago
Peter Zijlstra ece0e2b640 mm: remove pte_*map_nested() 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Rik van Riel 5beb493052 mm: change anon_vma linking to fix multi-process server scalability issue 15 years ago
Jiri Slaby 59e99e5b97 mm: use rlimit helpers 15 years ago
Al Viro 9206de95b1 Take arch_mmap_check() into get_unmapped_area() 15 years ago
Al Viro 935874141d fix pgoff in "have to relocate" case of mremap() 15 years ago
Al Viro 097eed1038 fix the arch checks in MREMAP_FIXED case 15 years ago
Al Viro f106af4e90 fix checks for expand-in-place mremap 15 years ago
Al Viro 1a0ef85f84 do_mremap() untangling, part 3 15 years ago
Al Viro ecc1a89937 do_mremap() untangling, part 2 15 years ago