summaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* mm: prevent mmap_cache race in find_vma()Jan Stancek2013-04-041-1/+1
* Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro...Michel Lespinasse2013-03-291-1/+3
* mm: do not grow the stack vma just because of an overrun on preceding vmaLinus Torvalds2013-02-271-0/+27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-4/+4
|\
| * new helper: file_inode(file)Al Viro2013-02-231-4/+4
* | mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov2013-02-241-2/+2
* | swap: add per-partition lock for swapfileShaohua Li2013-02-241-1/+1
* | mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse2013-02-241-3/+3
* | mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse2013-02-241-3/+1Star
* | mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse2013-02-241-6/+4Star
* | mm: remove flags argument to mmap_regionMichel Lespinasse2013-02-241-17/+16Star
* | mm: use mm_populate() when adjusting brk with MCL_FUTURE in effectMichel Lespinasse2013-02-241-4/+14
* | mm: introduce mm_populate() for populating new vmasMichel Lespinasse2013-02-241-5/+15
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-201-0/+1
|\ \
| * | sched: Move sched.h sysctl bits into separate headerClark Williams2013-02-071-0/+1
| |/
* / mm: fix wrong comments about anon_vma lockYuanhan Liu2013-02-051-1/+1
|/
* mm: mmap: annotate vm_lock_anon_vma locking properly for lockdepJiri Kosina2013-01-111-1/+1
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-171-5/+5
|\
| * mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar2012-12-111-1/+1
| * mm/rmap: Convert the struct anon_vma::mutex to an rwsemIngo Molnar2012-12-111-4/+4
* | mm: protect against concurrent vma expansionMichel Lespinasse2012-12-131-0/+28
* | mm: WARN_ON_ONCE if f_op->mmap() change vma's start addressJoonsoo Kim2012-12-131-0/+4
* | Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds2012-12-121-117/+396
|\ \
| * | mm: vm_unmapped_area() lookup functionMichel Lespinasse2012-12-121-90/+222
| * | mm: check rb_subtree_gap correctnessMichel Lespinasse2012-12-121-14/+39
| * | mm: augment vma rbtree with rb_subtree_gapMichel Lespinasse2012-12-121-11/+132
| * | mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen2012-12-121-2/+3
| |/
* | Merge 3.7-rc6 into char-misc-nextGreg Kroah-Hartman2012-11-171-0/+2
|\|
| * mm: add anon_vma_lock to validate_mm()Michel Lespinasse2012-11-161-0/+2
* | mm: export a function to get vm committed memoryK. Y. Srinivasan2012-11-161-0/+14
|/
* mm: avoid taking rmap locks in move_ptes()Michel Lespinasse2012-10-091-2/+5
* mm anon rmap: in mremap, set the new vma's position before anon_vma_clone()Michel Lespinasse2012-10-091-4/+4
* mm: add CONFIG_DEBUG_VM_RB build optionMichel Lespinasse2012-10-091-10/+9Star
* mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse2012-10-091-18/+55
* mm anon rmap: remove anon_vma_moveto_tailMichel Lespinasse2012-10-091-2/+1Star
* mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-091-11/+11
* mm: fix potential anon_vma locking issue in mprotect()Michel Lespinasse2012-10-091-1/+5
* mm/mmap.c: replace find_vma_prepare() with clearer find_vma_links()Hugh Dickins2012-10-091-24/+21Star
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-2/+0Star
* mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov2012-10-091-21/+4Star
* mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2012-10-091-2/+1Star
* mm: kill vma flag VM_INSERTPAGEKonstantin Khlebnikov2012-10-091-1/+1
* make get_file() return its argumentAl Viro2012-09-271-2/+1Star
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-08-241-3/+2Star
|\
| * uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() failsOleg Nesterov2012-08-211-3/+2Star
* | mm: change nr_ptes BUG_ON to WARN_ONHugh Dickins2012-08-221-1/+1
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-08-011-3/+2Star
|\
| * mm: account the total_vm in the vm_stat_account()Huang Shijie2012-08-011-3/+2Star
* | uprobes: Remove insert_vm_struct()->uprobe_mmap()Oleg Nesterov2012-07-301-3/+0Star
* | uprobes: Remove copy_vma()->uprobe_mmap()Oleg Nesterov2012-07-301-3/+0Star
|/