Commit Graph

186 Commits (f496b2d4f181fa5fcdf24016b11caaa33eb12477)

Author SHA1 Message Date
KOSAKI Motohiro 6bd4837de9 mm: simplify find_vma_prev() 13 years ago
Andrea Arcangeli 948f017b09 mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding in copy_vma() 13 years ago
Kautuk Consul 584cff54e1 mm/mmap.c: eliminate the ret variable from mm_take_all_locks() 13 years ago
Paul Gortmaker b95f1b31b7 mm: Map most files to use export.h instead of module.h 13 years ago
Dmitry Fink c15bef3099 mmap: fix and tidy up overcommit page arithmetic 14 years ago
Linus Torvalds 9be34c9d52 mm: get rid of the most spurious find_vma_prev() users 14 years ago
KOSAKI Motohiro ca16d140af mm: don't access vm_flags as 'int' 14 years ago
Peter Zijlstra 2b575eb64f mm: convert anon_vma->lock to a mutex 14 years ago
Peter Zijlstra 3d48ae45e7 mm: Convert i_mmap_lock to a mutex 14 years ago
Peter Zijlstra 97a894136f mm: Remove i_mmap_lock lockbreak 14 years ago
Peter Zijlstra d16dfc550f mm: mmu_gather rework 14 years ago
Michal Hocko d05f3169c0 mm: make expand_downwards() symmetrical with expand_upwards() 14 years ago
Namhyung Kim 6038def0d1 mm: nommu: sort mm->mmap list properly 14 years ago
Shaohua Li 965f55dea0 mmap: avoid merging cloned VMAs 14 years ago
Shaohua Li 5f70b962cc mmap: avoid unnecessary anon_vma lock 14 years ago
Shaohua Li 34679d7eac mmap: add alignment for some variables 14 years ago
Hugh Dickins 42c36f63ac vm: fix vm_pgoff wrap in upward expansion 14 years ago
Jiri Kosina 4471a675df brk: COMPAT_BRK: fix detection of randomized brk 14 years ago
Linus Torvalds a626ca6a65 vm: fix vm_pgoff wrap in stack expansion 14 years ago
Jiri Kosina 5520e89485 brk: fix min_brk lower bound computation for COMPAT_BRK 14 years ago
Andrea Arcangeli 94fcc585fb thp: avoid breaking huge pmd invariants in case of vma_adjust failures 14 years ago
Andrea Arcangeli b15d00b6af thp: khugepaged vma merge 14 years ago
Tavis Ormandy 462e635e5b install_special_mapping skips security_file_mmap check. 14 years ago
Al Viro 120a795da0 audit mmap 14 years ago
Andrea Arcangeli 2aeadc30de mmap: call unlink_anon_vmas() in __split_vma() in case of error 15 years ago
Luck, Tony 8ca3eb0809 guard page for stacks that grow upwards 15 years ago
Linus Torvalds 297c5eee37 mm: make the vma list be doubly linked 15 years ago
Andrea Arcangeli 5e549e989f mmap: remove unnecessary lock from __vma_link 15 years ago
Rik van Riel 012f18004d mm: always lock the root (oldest) anon_vma 15 years ago
Rik van Riel cba48b98f2 mm: change direct call of spin_lock(anon_vma->lock) to inline function 15 years ago
Rik van Riel bb4a340e07 mm: rename anon_vma_lock to vma_lock_anon_vma 15 years ago
Eric B Munson 3af9e85928 perf: Add non-exec mmap() tracking 15 years ago
Rik van Riel 5892753383 mmap: check ->vm_ops before dereferencing 15 years ago
Linus Torvalds 287d97ac03 vma_adjust: fix the copying of anon_vma chains 15 years ago
Linus Torvalds d0e9fe1758 Simplify and comment on anon_vma re-use for anon_vma_prepare() 15 years ago
Christoph Hellwig a4679373cf Add generic sys_old_mmap() 15 years ago
Rik van Riel fc148a5f7e mm: remove VM_LOCK_RMAP code 15 years ago
Rik van Riel 5beb493052 mm: change anon_vma linking to fix multi-process server scalability issue 15 years ago
Jiri Slaby 59e99e5b97 mm: use rlimit helpers 15 years ago
KOSAKI Motohiro 06f9d8c2b5 mm: mlock_vma_pages_range() only return success or failure 15 years ago
KOSAKI Motohiro c58267c324 mm: mlock_vma_pages_range() never return negative value 15 years ago
Hugh Dickins 66f0dc481e mm: move sys_mmap_pgoff from util.c 15 years ago
Magnus Damm c9d0bf2414 mm: uncached vma support with writenotify 15 years ago
KOSAKI Motohiro 659ace584e mmap: don't return ENOMEM when mapcount is temporarily exceeded in munmap() 15 years ago
Al Viro 2c6a10161d switch do_brk() to get_unmapped_area() 15 years ago
Al Viro 9206de95b1 Take arch_mmap_check() into get_unmapped_area() 15 years ago
Al Viro 8c7b49b3ec fix a struct file leak in do_mmap_pgoff() 15 years ago
Mimi Zohar 6c21a7fb49 LSM: imbed ima calls in the security hooks 15 years ago
Alexey Dobriyan f0f37e2f77 const: mark struct vm_struct_operations 16 years ago
Eric B Munson 4e52780d41 hugetlb: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions 16 years ago