Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
482ef1d2fec5e5d44d97f7e20b4ccf3d3604aaae
/
mm
/
mmap.c
0988496
mm: do not grow the stack vma just because of an overrun on preceding vma
by Linus Torvalds
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
08b5270
mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()
by Konstantin Khlebnikov
· 12 years ago
ec8acf2
swap: add per-partition lock for swapfile
by Shaohua Li
· 12 years ago
41badc1
mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool
by Michel Lespinasse
· 12 years ago
1869305
mm: introduce VM_POPULATE flag to better deal with racy userspace programs
by Michel Lespinasse
· 12 years ago
cea10a1
mm: directly use __mlock_vma_pages_range() in find_extend_vma()
by Michel Lespinasse
· 12 years ago
c22c0d6
mm: remove flags argument to mmap_region
by Michel Lespinasse
· 12 years ago
128557f
mm: use mm_populate() when adjusting brk with MCL_FUTURE in effect
by Michel Lespinasse
· 12 years ago
bebeb3d
mm: introduce mm_populate() for populating new vmas
by Michel Lespinasse
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
d652e1eb
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
cf4aebc2
sched: Move sched.h sysctl bits into separate header
by Clark Williams
· 12 years ago
631b0cf
mm: fix wrong comments about anon_vma lock
by Yuanhan Liu
· 12 years ago
572043c
mm: mmap: annotate vm_lock_anon_vma locking properly for lockdep
by Jiri Kosina
· 12 years ago
3d59eeb
Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma
by Linus Torvalds
· 12 years ago
4128997
mm: protect against concurrent vma expansion
by Michel Lespinasse
· 12 years ago
2897b4d
mm: WARN_ON_ONCE if f_op->mmap() change vma's start address
by Joonsoo Kim
· 12 years ago
608ff1a
Merge branch 'akpm' (Andrew's patchbomb)
by Linus Torvalds
· 12 years ago
db4fbfb
mm: vm_unmapped_area() lookup function
by Michel Lespinasse
· 12 years ago
5a0768f
mm: check rb_subtree_gap correctness
by Michel Lespinasse
· 12 years ago
d373718
mm: augment vma rbtree with rb_subtree_gap
by Michel Lespinasse
· 12 years ago
42d7395
mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB
by Andi Kleen
· 12 years ago
4fc3f1d
mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable
by Ingo Molnar
· 12 years ago
5a50508
mm/rmap: Convert the struct anon_vma::mutex to an rwsem
by Ingo Molnar
· 12 years ago
98c4514
Merge 3.7-rc6 into char-misc-next
by Greg Kroah-Hartman
· 12 years ago
63c3b90
mm: add anon_vma_lock to validate_mm()
by Michel Lespinasse
· 12 years ago
997071b
mm: export a function to get vm committed memory
by K. Y. Srinivasan
· 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
Next »