summaryrefslogtreecommitdiffstats
path: root/mm/mremap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar2012-12-111-1/+1
* | thp: change split_huge_page_pmd() interfaceKirill A. Shutemov2012-12-121-1/+1
|/
* mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg2012-10-091-2/+6
* mm: avoid taking rmap locks in move_ptes()Michel Lespinasse2012-10-091-18/+39
* mm anon rmap: remove anon_vma_moveto_tailMichel Lespinasse2012-10-091-9/+5
* mm: account the total_vm in the vm_stat_account()Huang Shijie2012-07-311-2/+0
* move security_mmap_addr() to saner placeAl Viro2012-06-011-7/+0
* split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro2012-05-311-2/+2
* merge do_mremap() into sys_mremap()Al Viro2012-05-301-14/+5
* mm: collapse security_vm_enough_memory() variants into a single functionAl Viro2012-02-141-1/+1
* mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...Andrea Arcangeli2012-01-101-0/+9
* thp: mremap support and TLB optimizationAndrea Arcangeli2011-10-311-4/+18
* mremap: avoid sending one IPI per pageAndrea Arcangeli2011-10-311-6/+9
* mremap: check for overflow using deltasAndrea Arcangeli2011-10-311-2/+3
* mm: Convert i_mmap_lock to a mutexPeter Zijlstra2011-05-251-2/+2
* mm: Remove i_mmap_lock lockbreakPeter Zijlstra2011-05-251-1/+0
* mm: avoid wrapping vm_pgoff in mremap()Linus Torvalds2011-04-071-2/+9
* mm: fix possible cause of a page_mapped BUGHugh Dickins2011-02-231-3/+1
* thp: split_huge_page_mm/vmaAndrea Arcangeli2011-01-131-0/+1
* thp: pte alloc trans splittingAndrea Arcangeli2011-01-131-3/+5
* mm: remove pte_*map_nested()Peter Zijlstra2010-10-261-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-061-2/+5
* mm: use rlimit helpersJiri Slaby2010-03-061-1/+1
* Take arch_mmap_check() into get_unmapped_area()Al Viro2009-12-111-12/+3
* fix pgoff in "have to relocate" case of mremap()Al Viro2009-12-111-1/+3
* fix the arch checks in MREMAP_FIXED caseAl Viro2009-12-111-2/+17
* fix checks for expand-in-place mremapAl Viro2009-12-111-2/+11
* do_mremap() untangling, part 3Al Viro2009-12-111-4/+12
* do_mremap() untangling, part 2Al Viro2009-12-111-48/+72
* untangling do_mremap(), part 1Al Viro2009-12-111-33/+55
* truncate: new helpersnpiggin@suse.de2009-09-241-2/+2
* ksm: mremap use err from ksm_madviseHugh Dickins2009-09-221-3/+5
OpenPOWER on IntegriCloud