aboutsummaryrefslogtreecommitdiff
path: root/mm/mremap.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-01mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_areaGravatar Gaowei Pu 1-2/+2
2019-09-25mm: untag user pointers in mmap/munmap/mremap/brkGravatar Catalin Marinas 1-5/+1
2019-09-25mm: untag user pointers passed to memory syscallsGravatar Andrey Konovalov 1-0/+7
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationGravatar Jérôme Glisse 1-1/+2
2019-03-05mm,mremap: bail out earlier in mremap_to under map pressureGravatar Oscar Salvador 1-0/+17
2019-01-04mm: speed up mremap by 20x on large regionsGravatar Joel Fernandes (Google) 1-0/+64
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsGravatar Joel Fernandes (Google) 1-1/+1
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Gravatar Jérôme Glisse 1-6/+4
2018-10-26mm: mremap: downgrade mmap_sem to read when shrinkingGravatar Yang Shi 1-4/+16
2018-10-18mremap: properly flush TLB before releasing the pageGravatar Linus Torvalds 1-17/+13
2018-06-15mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdownsGravatar Mel Gorman 1-4/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-08mm: thp: check pmd migration entry in common pathGravatar Zi Yan 1-1/+1
2017-09-06mm/mremap: fail map duplication attempts for private mappingsGravatar Mike Kravetz 1-0/+13
2017-08-02userfaultfd: non-cooperative: notify about unmap of destination during mremapGravatar Mike Rapoport 1-2/+5
2017-08-02mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Gravatar Mel Gorman 1-0/+1
2017-03-09mm: convert generic code to 5-level pagingGravatar Kirill A. Shutemov 1-2/+11
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsGravatar Mike Rapoport 1-9/+14
2017-02-22userfaultfd: non-cooperative: optimize mremap_userfaultfd_complete()Gravatar Andrea Arcangeli 1-1/+1
2017-02-22userfaultfd: non-cooperative: add mremap() eventGravatar Pavel Emelyanov 1-5/+12
2016-11-29mremap: move_ptes: check pte dirty after its removalGravatar Aaron Lu 1-4/+8
2016-11-17mremap: fix race between mremap() and page cleanningGravatar Aaron Lu 1-9/+21
2016-07-26mm: thp: check pmd_trans_unstable() after split_huge_pmd()Gravatar Naoya Horiguchi 1-2/+1
2016-05-23mm: make mmap_sem for write waits killable for mm syscallsGravatar Michal Hocko 1-1/+2
2016-05-19huge pagecache: extend mremap pmd rmap lockout to filesGravatar Hugh Dickins 1-20/+22
2016-05-19huge mm: move_huge_pmd does not need new_vmaGravatar Hugh Dickins 1-3/+2
2016-03-17mm: cleanup *pte_alloc* interfacesGravatar Kirill A. Shutemov 1-2/+1
2016-03-17mm: move max_map_count bits into mm.hGravatar Andrey Ryabinin 1-1/+0
2016-02-11mm, dax: check for pmd_none() after split_huge_pmd()Gravatar Kirill A. Shutemov 1-0/+2
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsGravatar Kirill A. Shutemov 1-8/+7
2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Gravatar Kirill A. Shutemov 1-1/+1
2016-01-14mm: rework virtual memory accountingGravatar Konstantin Khlebnikov 1-3/+4
2016-01-05x86/mm/pat: Add untrack_pfn_moved for mremapGravatar Toshi Kani 1-0/+4
2015-11-05mm/mremap: use offset_in_page macroGravatar Alexander Kuleshov 1-6/+6
2015-09-04mremap: simplify the "overlap" check in mremap_to()Gravatar Oleg Nesterov 1-7/+2
2015-09-04mremap: don't do uneccesary checks if new_len == old_lenGravatar Oleg Nesterov 1-10/+11
2015-09-04mremap: don't do mm_populate(new_addr) on failureGravatar Oleg Nesterov 1-1/+3
2015-09-04mm: move ->mremap() from file_operations to vm_operations_structGravatar Oleg Nesterov 1-2/+2
2015-09-04mremap: don't leak new_vma if f_op->mremap() failsGravatar Oleg Nesterov 1-9/+7
2015-06-24mm: new arch_remap() hookGravatar Laurent Dufour 1-6/+11
2015-04-15mm/mremap.c: clean up goto just return ERR_PTRGravatar Derek 1-17/+8
2015-04-15mremap should return -ENOMEM when __vm_enough_memory failGravatar Derek 1-1/+1
2015-04-06fix mremap() vs. ioctx_kill() raceGravatar Al Viro 1-2/+8
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Gravatar Kirill A. Shutemov 1-2/+0
2014-12-14Merge git://git.kvack.org/~bcrl/aio-nextGravatar Linus Torvalds 1-1/+2
2014-12-13aio: Make it possible to remap aio ringGravatar Pavel Emelyanov 1-1/+2
2014-12-13mm: convert i_mmap_mutex to rwsemGravatar Davidlohr Bueso 1-1/+1
2014-12-13mm: use new helper functions around the i_mmap_mutexGravatar Davidlohr Bueso 1-2/+2
2014-10-09mm/mremap.c: use linux headersGravatar Paul McQuade 1-1/+1
2014-10-09mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMAGravatar Sasha Levin 1-1/+2