Commit Graph

230 Commits (cf7f601c067994f371ba77721d1e45fce61a4569)

Author SHA1 Message Date
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
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