Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3b9f7d8cdb6db2b6ba78c149dacec3d72591c544
/
mm
/
mmap.c
63c3b90
mm: add anon_vma_lock to validate_mm()
by Michel Lespinasse
· 12 years ago
38a7601
mm: avoid taking rmap locks in move_ptes()
by Michel Lespinasse
· 12 years ago
523d4e2
mm anon rmap: in mremap, set the new vma's position before anon_vma_clone()
by Michel Lespinasse
· 12 years ago
ed8ea81
mm: add CONFIG_DEBUG_VM_RB build option
by Michel Lespinasse
· 12 years ago
bf181b9
mm anon rmap: replace same_anon_vma linked list with an interval tree.
by Michel Lespinasse
· 12 years ago
108d664
mm anon rmap: remove anon_vma_moveto_tail
by Michel Lespinasse
· 12 years ago
6b2dbba
mm: replace vma prio_tree with an interval tree
by Michel Lespinasse
· 12 years ago
ca42b26
mm: fix potential anon_vma locking issue in mprotect()
by Michel Lespinasse
· 12 years ago
6597d78
mm/mmap.c: replace find_vma_prepare() with clearer find_vma_links()
by Hugh Dickins
· 12 years ago
314e51b
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
by Konstantin Khlebnikov
· 12 years ago
e9714ac
mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas
by Konstantin Khlebnikov
· 12 years ago
0b173bc
mm: kill vma flag VM_CAN_NONLINEAR
by Konstantin Khlebnikov
· 12 years ago
4b6e1e3
mm: kill vma flag VM_INSERTPAGE
by Konstantin Khlebnikov
· 12 years ago
cb0942b
make get_file() return its argument
by Al Viro
· 12 years ago
7ca63ee
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
f9aed62
mm: change nr_ptes BUG_ON to WARN_ON
by Hugh Dickins
· 12 years ago
c7a3a88
uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() fails
by Oleg Nesterov
· 12 years ago
ac694db
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
44de9d0
mm: account the total_vm in the vm_stat_account()
by Huang Shijie
· 12 years ago
8913378
uprobes: Remove insert_vm_struct()->uprobe_mmap()
by Oleg Nesterov
· 12 years ago
6dab3cc
uprobes: Remove copy_vma()->uprobe_mmap()
by Oleg Nesterov
· 12 years ago
1193755
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
17d1587
unexport do_munmap()
by Al Viro
· 12 years ago
eb36c58
new helper: vm_mmap_pgoff()
by Al Viro
· 12 years ago
dc98250
kill do_mmap() completely
by Al Viro
· 12 years ago
e3fc629
switch aio and shm to do_mmap_pgoff(), make do_mmap() static
by Al Viro
· 12 years ago
9ac4ed4
move security_mmap_addr() to saner place
by Al Viro
· 12 years ago
8b3ec68
take security_mmap_file() outside of ->mmap_sem
by Al Viro
· 12 years ago
e546785
split ->file_mmap() into ->mmap_addr()/->mmap_file()
by Al Viro
· 12 years ago
cf74d14
unexport do_mmap()
by Al Viro
· 12 years ago
841e31e
mm/mmap.c: find_vma(): remove unnecessary if(mm) check
by Rajman Mekaco
· 12 years ago
654443e
Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
9cba26e
Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/uprobes
by Ingo Molnar
· 12 years ago
4f74d2c
vm: remove 'nr_accounted' calculations from the unmap_vmas() interfaces
by Linus Torvalds
· 13 years ago
7e027b1
vm: simplify unmap_vmas() calling convention
by Linus Torvalds
· 13 years ago
bfce281
kill mm argument of vm_munmap()
by Al Viro
· 13 years ago
6be5ceb
VM: add "vm_mmap()" helper function
by Linus Torvalds
· 13 years ago
a46ef99
VM: add "vm_munmap()" helper function
by Linus Torvalds
· 13 years ago
e4eb1ff
VM: add "vm_brk()" helper function
by Linus Torvalds
· 13 years ago
cbc91f7
uprobes/core: Decrement uprobe count before the pages are unmapped
by Srikar Dronamraju
· 13 years ago
6ac1ef4
Merge branch 'perf/core' into perf/uprobes
by Ingo Molnar
· 13 years ago
682968e
uprobes/core: Optimize probe hits with the help of a counter
by Srikar Dronamraju
· 13 years ago
9521127
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 13 years ago
88f6b4c
mmap.c: fix comment for __insert_vm_struct()
by Kautuk Consul
· 13 years ago
40716e2
hugetlbfs: fix alignment of huge page requests
by Steven Truelove
· 13 years ago
b716ad9
mm: search from free_area_cache for the bigger size
by Xiao Guangrong
· 13 years ago
f44d219
mm: do not reset cached_hole_size when vma is unmapped
by Xiao Guangrong
· 13 years ago
3a990a5
Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
3556485
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 13 years ago
6e8bb01
VM: make unmap_vmas() return void
by Al Viro
· 13 years ago
853f5e2
VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap()
by Al Viro
· 13 years ago
83cd904
mm: fix find_vma_prev
by Mikulas Patocka
· 13 years ago
ce8fea7
mmap: EINVAL not ENOMEM when rejecting VM_GROWS
by Hugh Dickins
· 13 years ago
835ee79
VM_GROWS{UP,DOWN} shouldn't be set on shmem VMAs
by Al Viro
· 13 years ago
7b2d81d
uprobes/core: Clean up, refactor and improve the code
by Ingo Molnar
· 13 years ago
2b14449
uprobes, mm, x86: Add the ability to install and remove uprobes breakpoints
by Srikar Dronamraju
· 13 years ago
4040153
security: trim security.h
by Al Viro
· 13 years ago
191c542
mm: collapse security_vm_enough_memory() variants into a single function
by Al Viro
· 13 years ago
6bd4837
mm: simplify find_vma_prev()
by KOSAKI Motohiro
· 13 years ago
948f017
mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding in copy_vma()
by Andrea Arcangeli
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
584cff5
mm/mmap.c: eliminate the ret variable from mm_take_all_locks()
by Kautuk Consul
· 13 years ago
b95f1b31
mm: Map most files to use export.h instead of module.h
by Paul Gortmaker
· 13 years ago
c15bef3
mmap: fix and tidy up overcommit page arithmetic
by Dmitry Fink
· 13 years ago
9be34c9
mm: get rid of the most spurious find_vma_prev() users
by Linus Torvalds
· 13 years ago
ca16d14
mm: don't access vm_flags as 'int'
by KOSAKI Motohiro
· 13 years ago
2b575eb
mm: convert anon_vma->lock to a mutex
by Peter Zijlstra
· 13 years ago
3d48ae4
mm: Convert i_mmap_lock to a mutex
by Peter Zijlstra
· 13 years ago
97a8941
mm: Remove i_mmap_lock lockbreak
by Peter Zijlstra
· 13 years ago
d16dfc5
mm: mmu_gather rework
by Peter Zijlstra
· 13 years ago
d05f316
mm: make expand_downwards() symmetrical with expand_upwards()
by Michal Hocko
· 13 years ago
6038def
mm: nommu: sort mm->mmap list properly
by Namhyung Kim
· 13 years ago
965f55d
mmap: avoid merging cloned VMAs
by Shaohua Li
· 13 years ago
5f70b96
mmap: avoid unnecessary anon_vma lock
by Shaohua Li
· 13 years ago
34679d7
mmap: add alignment for some variables
by Shaohua Li
· 13 years ago
42c36f6
vm: fix vm_pgoff wrap in upward expansion
by Hugh Dickins
· 13 years ago
4471a67
brk: COMPAT_BRK: fix detection of randomized brk
by Jiri Kosina
· 14 years ago
a626ca6
vm: fix vm_pgoff wrap in stack expansion
by Linus Torvalds
· 14 years ago
5520e89
brk: fix min_brk lower bound computation for COMPAT_BRK
by Jiri Kosina
· 14 years ago
94fcc58
thp: avoid breaking huge pmd invariants in case of vma_adjust failures
by Andrea Arcangeli
· 14 years ago
b15d00b
thp: khugepaged vma merge
by Andrea Arcangeli
· 14 years ago
462e635e
install_special_mapping skips security_file_mmap check.
by Tavis Ormandy
· 14 years ago
120a795
audit mmap
by Al Viro
· 14 years ago
2aeadc3
mmap: call unlink_anon_vmas() in __split_vma() in case of error
by Andrea Arcangeli
· 14 years ago
8ca3eb0
guard page for stacks that grow upwards
by Luck, Tony
· 14 years ago
297c5ee
mm: make the vma list be doubly linked
by Linus Torvalds
· 14 years ago
5e549e9
mmap: remove unnecessary lock from __vma_link
by Andrea Arcangeli
· 14 years ago
012f1800
mm: always lock the root (oldest) anon_vma
by Rik van Riel
· 14 years ago
cba48b9
mm: change direct call of spin_lock(anon_vma->lock) to inline function
by Rik van Riel
· 14 years ago
bb4a340
mm: rename anon_vma_lock to vma_lock_anon_vma
by Rik van Riel
· 14 years ago
3af9e85
perf: Add non-exec mmap() tracking
by Eric B Munson
· 14 years ago
5892753
mmap: check ->vm_ops before dereferencing
by Rik van Riel
· 15 years ago
287d97a
vma_adjust: fix the copying of anon_vma chains
by Linus Torvalds
· 15 years ago
d0e9fe1
Simplify and comment on anon_vma re-use for anon_vma_prepare()
by Linus Torvalds
· 15 years ago
a467937
Add generic sys_old_mmap()
by Christoph Hellwig
· 15 years ago
fc148a5
mm: remove VM_LOCK_RMAP code
by Rik van Riel
· 15 years ago
5beb493
mm: change anon_vma linking to fix multi-process server scalability issue
by Rik van Riel
· 15 years ago
59e99e5
mm: use rlimit helpers
by Jiri Slaby
· 15 years ago
06f9d8c
mm: mlock_vma_pages_range() only return success or failure
by KOSAKI Motohiro
· 15 years ago
c58267c
mm: mlock_vma_pages_range() never return negative value
by KOSAKI Motohiro
· 15 years ago
Next »