summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-10-20mremap: properly flush TLB before releasing the pageLinus Torvalds3-24/+18
2017-08-11mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman7-1/+49
2016-11-29mremap: move_ptes: check pte dirty after its removalAaron Lu2-6/+10
2016-11-17mremap: fix race between mremap() and page cleanningAaron Lu3-11/+30
2016-07-26mm: thp: check pmd_trans_unstable() after split_huge_pmd()Naoya Horiguchi4-3/+6
2016-05-24mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko8-21/+55
2016-05-20huge pagecache: extend mremap pmd rmap lockout to filesHugh Dickins1-20/+22
2016-05-20huge mm: move_huge_pmd does not need new_vmaHugh Dickins3-11/+5
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov16-32/+27
2016-03-17mm: move max_map_count bits into mm.hAndrey Ryabinin5-24/+21
2016-02-12mm, dax: check for pmd_none() after split_huge_pmd()Kirill A. Shutemov2-2/+6
2016-01-16mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov13-183/+41
2016-01-16thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov10-35/+25
2016-01-15mm: rework virtual memory accountingKonstantin Khlebnikov9-58/+54
2016-01-05x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani3-1/+23
2015-11-06mm/mremap: use offset_in_page macroAlexander Kuleshov1-6/+6
2015-09-04mremap: simplify the "overlap" check in mremap_to()Oleg Nesterov1-7/+2
2015-09-04mremap: don't do uneccesary checks if new_len == old_lenOleg Nesterov1-10/+11
2015-09-04mremap: don't do mm_populate(new_addr) on failureOleg Nesterov1-1/+3
2015-09-04mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov4-12/+21
2015-09-04mremap: don't leak new_vma if f_op->mremap() failsOleg Nesterov1-9/+7
2015-06-25mm: new arch_remap() hookLaurent Dufour2-6/+20
2015-04-15mm/mremap.c: clean up goto just return ERR_PTRDerek1-17/+8
2015-04-15mremap should return -ENOMEM when __vm_enough_memory failDerek1-1/+1
2015-04-06fix mremap() vs. ioctx_kill() raceAl Viro3-9/+20
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov13-71/+49
2014-12-14Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds3-3/+34
2014-12-13aio: Make it possible to remap aio ringPavel Emelyanov3-1/+28
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso10-29/+30
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso12-40/+40
2014-10-10mm/mremap.c: use linux headersPaul McQuade1-1/+1
2014-10-10mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin9-23/+24
2014-05-11mm, thp: close race between mremap() and split_huge_page()Kirill A. Shutemov1-1/+8
2013-10-17mm: revert mremap pud_free anti-fixHugh Dickins1-4/+1
2013-09-11mm/mremap.c: call pud_free() after fail calling pmd_alloc()Chen Gang1-1/+4
2013-08-27mm: move_ptes -- Set soft dirty bit depending on pte typeCyrill Gorcunov1-1/+20
2013-07-09mm: mremap: validate input before taking lockRasmus Villemoes1-8/+10
2013-07-03mm: soft-dirty bits for user memory changes trackingPavel Emelyanov11-10/+158
2013-02-24mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov6-11/+11
2013-02-24mm: use mm_populate() for mremap() of VM_LOCKED vmasMichel Lespinasse1-12/+13
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams11-91/+106
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds45-172/+1938
2012-12-13thp: change split_huge_page_pmd() interfaceKirill A. Shutemov10-16/+37
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar9-39/+50
2012-10-09mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg7-76/+92
2012-10-09mm: avoid taking rmap locks in move_ptes()Michel Lespinasse4-23/+49
2012-10-09mm anon rmap: remove anon_vma_moveto_tailMichel Lespinasse4-57/+6
2012-08-01mm: account the total_vm in the vm_stat_account()Huang Shijie5-9/+4
2012-06-01move security_mmap_addr() to saner placeAl Viro2-21/+3
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro11-78/+64
[next]