summaryrefslogtreecommitdiffstats
path: root/mm/mremap.c
Commit message (Expand)AuthorAgeFilesLines
* mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdownsMel Gorman2018-06-151-4/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm: thp: check pmd migration entry in common pathZi Yan2017-09-081-1/+1
* mm/mremap: fail map duplication attempts for private mappingsMike Kravetz2017-09-061-0/+13
* userfaultfd: non-cooperative: notify about unmap of destination during mremapMike Rapoport2017-08-021-2/+5
* mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman2017-08-021-0/+1
* mm: convert generic code to 5-level pagingKirill A. Shutemov2017-03-091-2/+11
* userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-241-9/+14
* userfaultfd: non-cooperative: optimize mremap_userfaultfd_complete()Andrea Arcangeli2017-02-221-1/+1
* userfaultfd: non-cooperative: add mremap() eventPavel Emelyanov2017-02-221-5/+12
* mremap: move_ptes: check pte dirty after its removalAaron Lu2016-11-291-4/+8
* mremap: fix race between mremap() and page cleanningAaron Lu2016-11-171-9/+21
* mm: thp: check pmd_trans_unstable() after split_huge_pmd()Naoya Horiguchi2016-07-261-2/+1
* mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko2016-05-231-1/+2
* huge pagecache: extend mremap pmd rmap lockout to filesHugh Dickins2016-05-191-20/+22
* huge mm: move_huge_pmd does not need new_vmaHugh Dickins2016-05-191-3/+2
* mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-171-2/+1
* mm: move max_map_count bits into mm.hAndrey Ryabinin2016-03-171-1/+0
* mm, dax: check for pmd_none() after split_huge_pmd()Kirill A. Shutemov2016-02-111-0/+2
* mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-8/+7
* thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov2016-01-151-1/+1
* mm: rework virtual memory accountingKonstantin Khlebnikov2016-01-141-3/+4
* x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani2016-01-051-0/+4
* mm/mremap: use offset_in_page macroAlexander Kuleshov2015-11-051-6/+6
* mremap: simplify the "overlap" check in mremap_to()Oleg Nesterov2015-09-041-7/+2
* mremap: don't do uneccesary checks if new_len == old_lenOleg Nesterov2015-09-041-10/+11
* mremap: don't do mm_populate(new_addr) on failureOleg Nesterov2015-09-041-1/+3
* mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov2015-09-041-2/+2
* mremap: don't leak new_vma if f_op->mremap() failsOleg Nesterov2015-09-041-9/+7
* mm: new arch_remap() hookLaurent Dufour2015-06-241-6/+11
* mm/mremap.c: clean up goto just return ERR_PTRDerek2015-04-151-17/+8
* mremap should return -ENOMEM when __vm_enough_memory failDerek2015-04-151-1/+1
* fix mremap() vs. ioctx_kill() raceAl Viro2015-04-061-2/+8
* mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov2015-02-101-2/+0
* Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2014-12-141-1/+2
|\
| * aio: Make it possible to remap aio ringPavel Emelyanov2014-12-131-1/+2
* | mm: convert i_mmap_mutex to rwsemDavidlohr Bueso2014-12-131-1/+1
* | mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso2014-12-131-2/+2
|/
* mm/mremap.c: use linux headersPaul McQuade2014-10-091-1/+1
* mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin2014-10-091-1/+2
* mm, thp: close race between mremap() and split_huge_page()Kirill A. Shutemov2014-05-111-1/+8
* mm: revert mremap pud_free anti-fixHugh Dickins2013-10-161-4/+1
* mm/mremap.c: call pud_free() after fail calling pmd_alloc()Chen Gang2013-09-111-1/+4
* mm: move_ptes -- Set soft dirty bit depending on pte typeCyrill Gorcunov2013-08-271-1/+20
* mm: mremap: validate input before taking lockRasmus Villemoes2013-07-091-8/+10
* mm: soft-dirty bits for user memory changes trackingPavel Emelyanov2013-07-031-1/+1
* mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov2013-02-231-1/+1
* mm: use mm_populate() for mremap() of VM_LOCKED vmasMichel Lespinasse2013-02-231-12/+13
* sched: Move sched.h sysctl bits into separate headerClark Williams2013-02-071-0/+1
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-161-1/+1
|\
OpenPOWER on IntegriCloud