summaryrefslogtreecommitdiff
path: root/mm/mremap.c
Commit message (Expand)AuthorAge
* mremap: simplify the "overlap" check in mremap_to()Oleg Nesterov2015-09-04
* mremap: don't do uneccesary checks if new_len == old_lenOleg Nesterov2015-09-04
* mremap: don't do mm_populate(new_addr) on failureOleg Nesterov2015-09-04
* mm: move ->mremap() from file_operations to vm_operations_structOleg Nesterov2015-09-04
* mremap: don't leak new_vma if f_op->mremap() failsOleg Nesterov2015-09-04
* mm: new arch_remap() hookLaurent Dufour2015-06-24
* mm/mremap.c: clean up goto just return ERR_PTRDerek2015-04-15
* mremap should return -ENOMEM when __vm_enough_memory failDerek2015-04-15
* fix mremap() vs. ioctx_kill() raceAl Viro2015-04-06
* mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov2015-02-10
* Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2014-12-14
|\
| * aio: Make it possible to remap aio ringPavel Emelyanov2014-12-13
* | mm: convert i_mmap_mutex to rwsemDavidlohr Bueso2014-12-13
* | mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso2014-12-13
|/
* mm/mremap.c: use linux headersPaul McQuade2014-10-09
* mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin2014-10-09
* mm, thp: close race between mremap() and split_huge_page()Kirill A. Shutemov2014-05-11
* mm: revert mremap pud_free anti-fixHugh Dickins2013-10-16
* mm/mremap.c: call pud_free() after fail calling pmd_alloc()Chen Gang2013-09-11
* mm: move_ptes -- Set soft dirty bit depending on pte typeCyrill Gorcunov2013-08-27
* mm: mremap: validate input before taking lockRasmus Villemoes2013-07-09
* mm: soft-dirty bits for user memory changes trackingPavel Emelyanov2013-07-03
* mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov2013-02-23
* mm: use mm_populate() for mremap() of VM_LOCKED vmasMichel Lespinasse2013-02-23
* sched: Move sched.h sysctl bits into separate headerClark Williams2013-02-07
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-16
|\
| * mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar2012-12-11
* | thp: change split_huge_page_pmd() interfaceKirill A. Shutemov2012-12-12
|/
* mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg2012-10-09
* mm: avoid taking rmap locks in move_ptes()Michel Lespinasse2012-10-09
* mm anon rmap: remove anon_vma_moveto_tailMichel Lespinasse2012-10-09
* mm: account the total_vm in the vm_stat_account()Huang Shijie2012-07-31
* move security_mmap_addr() to saner placeAl Viro2012-06-01
* split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro2012-05-31
* merge do_mremap() into sys_mremap()Al Viro2012-05-30
* mm: collapse security_vm_enough_memory() variants into a single functionAl Viro2012-02-14
* mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...Andrea Arcangeli2012-01-10
* thp: mremap support and TLB optimizationAndrea Arcangeli2011-10-31
* mremap: avoid sending one IPI per pageAndrea Arcangeli2011-10-31
* mremap: check for overflow using deltasAndrea Arcangeli2011-10-31
* mm: Convert i_mmap_lock to a mutexPeter Zijlstra2011-05-25
* mm: Remove i_mmap_lock lockbreakPeter Zijlstra2011-05-25
* mm: avoid wrapping vm_pgoff in mremap()Linus Torvalds2011-04-07
* mm: fix possible cause of a page_mapped BUGHugh Dickins2011-02-23
* thp: split_huge_page_mm/vmaAndrea Arcangeli2011-01-13
* thp: pte alloc trans splittingAndrea Arcangeli2011-01-13
* mm: remove pte_*map_nested()Peter Zijlstra2010-10-26
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-06
* mm: use rlimit helpersJiri Slaby2010-03-06