Commit Graph

244 Commits (03c5a6e16322c997bf8f264851bfa3f532ad515f)

Author SHA1 Message Date
Michel Lespinasse 63c3b902e5 mm: add anon_vma_lock to validate_mm() 12 years ago
Michel Lespinasse 38a76013ad mm: avoid taking rmap locks in move_ptes() 13 years ago
Michel Lespinasse 523d4e2008 mm anon rmap: in mremap, set the new vma's position before anon_vma_clone() 13 years ago
Michel Lespinasse ed8ea81501 mm: add CONFIG_DEBUG_VM_RB build option 13 years ago
Michel Lespinasse bf181b9f9d mm anon rmap: replace same_anon_vma linked list with an interval tree. 13 years ago
Michel Lespinasse 108d6642ad mm anon rmap: remove anon_vma_moveto_tail 13 years ago
Michel Lespinasse 6b2dbba8b6 mm: replace vma prio_tree with an interval tree 13 years ago
Michel Lespinasse ca42b26ab2 mm: fix potential anon_vma locking issue in mprotect() 13 years ago
Hugh Dickins 6597d78339 mm/mmap.c: replace find_vma_prepare() with clearer find_vma_links() 13 years ago
Konstantin Khlebnikov 314e51b985 mm: kill vma flag VM_RESERVED and mm->reserved_vm counter 13 years ago
Konstantin Khlebnikov e9714acf8c mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas 13 years ago
Konstantin Khlebnikov 0b173bc4da mm: kill vma flag VM_CAN_NONLINEAR 13 years ago
Konstantin Khlebnikov 4b6e1e3702 mm: kill vma flag VM_INSERTPAGE 13 years ago
Al Viro cb0942b812 make get_file() return its argument 13 years ago
Hugh Dickins f9aed62a2b mm: change nr_ptes BUG_ON to WARN_ON 13 years ago
Oleg Nesterov c7a3a88c93 uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() fails 13 years ago
Huang Shijie 44de9d0cad mm: account the total_vm in the vm_stat_account() 13 years ago
Oleg Nesterov 89133786f9 uprobes: Remove insert_vm_struct()->uprobe_mmap() 13 years ago
Oleg Nesterov 6dab3cc078 uprobes: Remove copy_vma()->uprobe_mmap() 13 years ago
Al Viro 17d1587f55 unexport do_munmap() 13 years ago
Al Viro eb36c5873b new helper: vm_mmap_pgoff() 13 years ago
Al Viro dc982501d9 kill do_mmap() completely 13 years ago
Al Viro e3fc629d7b switch aio and shm to do_mmap_pgoff(), make do_mmap() static 13 years ago
Al Viro 9ac4ed4bd0 move security_mmap_addr() to saner place 13 years ago
Al Viro 8b3ec6814c take security_mmap_file() outside of ->mmap_sem 13 years ago
Al Viro e5467859f7 split ->file_mmap() into ->mmap_addr()/->mmap_file() 13 years ago
Al Viro cf74d14c4f unexport do_mmap() 13 years ago
Rajman Mekaco 841e31e5cc mm/mmap.c: find_vma(): remove unnecessary if(mm) check 13 years ago
Linus Torvalds 4f74d2c8e8 vm: remove 'nr_accounted' calculations from the unmap_vmas() interfaces 13 years ago
Linus Torvalds 7e027b14d5 vm: simplify unmap_vmas() calling convention 13 years ago
Al Viro bfce281c28 kill mm argument of vm_munmap() 13 years ago
Linus Torvalds 6be5ceb02e VM: add "vm_mmap()" helper function 13 years ago
Linus Torvalds a46ef99d80 VM: add "vm_munmap()" helper function 13 years ago
Linus Torvalds e4eb1ff61b VM: add "vm_brk()" helper function 13 years ago
Srikar Dronamraju cbc91f71b5 uprobes/core: Decrement uprobe count before the pages are unmapped 13 years ago
Srikar Dronamraju 682968e0c4 uprobes/core: Optimize probe hits with the help of a counter 13 years ago
Kautuk Consul 88f6b4c32e mmap.c: fix comment for __insert_vm_struct() 13 years ago
Steven Truelove 40716e2924 hugetlbfs: fix alignment of huge page requests 13 years ago
Xiao Guangrong b716ad953a mm: search from free_area_cache for the bigger size 13 years ago
Xiao Guangrong f44d21985e mm: do not reset cached_hole_size when vma is unmapped 13 years ago
Al Viro 6e8bb0193a VM: make unmap_vmas() return void 13 years ago
Al Viro 853f5e2640 VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap() 13 years ago
Mikulas Patocka 83cd904d27 mm: fix find_vma_prev 13 years ago
Hugh Dickins ce8fea7aa4 mmap: EINVAL not ENOMEM when rejecting VM_GROWS 13 years ago
Al Viro 835ee7978c VM_GROWS{UP,DOWN} shouldn't be set on shmem VMAs 13 years ago
Ingo Molnar 7b2d81d48a uprobes/core: Clean up, refactor and improve the code 13 years ago
Srikar Dronamraju 2b14449835 uprobes, mm, x86: Add the ability to install and remove uprobes breakpoints 13 years ago
Al Viro 4040153087 security: trim security.h 13 years ago
Al Viro 191c542442 mm: collapse security_vm_enough_memory() variants into a single function 13 years ago
KOSAKI Motohiro 6bd4837de9 mm: simplify find_vma_prev() 13 years ago