Commit Graph

160 Commits (afc28bc0ec5ebe1b71108735e27283a19feb2e24)

Author SHA1 Message Date
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 16 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
Huang Shijie f8dbf0a7a4 mmap: save some cycles for the shared anonymous mapping 16 years ago
Lee Schermerhorn 252c5f94d9 mmap: avoid unnecessary anon_vma lock acquisition in vma_adjust() 16 years ago
Huang Shijie cdf7b3418a mmap: remove unnecessary code 16 years ago
Hugh Dickins a913e182ab ksm: clean up obsolete references 16 years ago
Hugh Dickins 8314c4f24a ksm: remove VM_MERGEABLE_FLAGS 16 years ago
Andrea Arcangeli 1c2fb7a4c2 ksm: fix deadlock with munlock in exit_mmap 16 years ago
Hugh Dickins 9ba6929480 ksm: fix oom deadlock 16 years ago
Ingo Molnar cdd6c482c9 perf: Do the big rename: Performance Counters -> Performance Events 16 years ago
Jianjun Kong 27f5de7963 mm: Fix problem of parameter in note 16 years ago
Eric Paris 788084aba2 Security/SELinux: seperate lsm specific mmap_min_addr 16 years ago
Eric Paris a2551df7ec Security/SELinux: seperate lsm specific mmap_min_addr 16 years ago
Peter Zijlstra 089dd79db9 perf_counter: Generate mmap events for install_special_mapping() 16 years ago
Peter Zijlstra d99e944620 perf_counter: Remove munmap stuff 16 years ago
Christoph Lameter e0a94c2a63 security: use mmap_min_addr indepedently of security models 16 years ago
KOSAKI Motohiro 00a62ce91e mm: fix Committed_AS underflow on large NR_CPUS environment 16 years ago
Hugh Dickins 05fa199d45 mm: pass correct mm when growing stack 16 years ago
Peter Zijlstra 0a4a93919b perf_counter: executable mmap() information 16 years ago
David Howells 33e5d76979 nommu: fix a number of issues with the per-MM VMA patch 16 years ago
Jeremy Fitzhardinge 9480c53e9b mm: rearrange exit_mmap() to unlock before arch_exit_mmap 16 years ago
Mel Gorman 5a6fe12595 Do not account for the address space used by hugetlbfs using VM_ACCOUNT 16 years ago
Mimi Zohar 6146f0d5e4 integrity: IMA hooks 16 years ago
Linus Torvalds fc8744adc8 Stop playing silly games with the VM_ACCOUNT flag 16 years ago
Linus Torvalds 33bfad54b5 Allow opportunistic merging of VM_CAN_NONLINEAR areas 16 years ago
Linus Torvalds de33c8db59 Fix OOPS in mmap_region() when merging adjacent VM_LOCKED file segments 16 years ago
Heiko Carstens 6a6160a7b5 [CVE-2009-0029] System call wrappers part 13 16 years ago