Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5618dd29ec3eefeb82067e330137bc17751f5364
/
mm
/
mmap.c
« Previous
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
66f0dc4
mm: move sys_mmap_pgoff from util.c
by Hugh Dickins
· 15 years ago
c9d0bf2
mm: uncached vma support with writenotify
by Magnus Damm
· 15 years ago
659ace5
mmap: don't return ENOMEM when mapcount is temporarily exceeded in munmap()
by KOSAKI Motohiro
· 15 years ago
2c6a101
switch do_brk() to get_unmapped_area()
by Al Viro
· 15 years ago
9206de9
Take arch_mmap_check() into get_unmapped_area()
by Al Viro
· 15 years ago
8c7b49b
fix a struct file leak in do_mmap_pgoff()
by Al Viro
· 15 years ago
6c21a7f
LSM: imbed ima calls in the security hooks
by Mimi Zohar
· 15 years ago
f0f37e2
const: mark struct vm_struct_operations
by Alexey Dobriyan
· 15 years ago
4e52780
hugetlb: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions
by Eric B Munson
· 15 years ago
f8dbf0a7
mmap: save some cycles for the shared anonymous mapping
by Huang Shijie
· 15 years ago
252c5f9
mmap: avoid unnecessary anon_vma lock acquisition in vma_adjust()
by Lee Schermerhorn
· 15 years ago
cdf7b34
mmap: remove unnecessary code
by Huang Shijie
· 15 years ago
a913e18
ksm: clean up obsolete references
by Hugh Dickins
· 15 years ago
8314c4f
ksm: remove VM_MERGEABLE_FLAGS
by Hugh Dickins
· 15 years ago
1c2fb7a
ksm: fix deadlock with munlock in exit_mmap
by Andrea Arcangeli
· 15 years ago
9ba6929
ksm: fix oom deadlock
by Hugh Dickins
· 15 years ago
cdd6c48
perf: Do the big rename: Performance Counters -> Performance Events
by Ingo Molnar
· 15 years ago
27f5de7
mm: Fix problem of parameter in note
by Jianjun Kong
· 15 years ago
788084a
Security/SELinux: seperate lsm specific mmap_min_addr
by Eric Paris
· 15 years ago
8a1ca8c
Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
089dd79
perf_counter: Generate mmap events for install_special_mapping()
by Peter Zijlstra
· 15 years ago
d99e944
perf_counter: Remove munmap stuff
by Peter Zijlstra
· 15 years ago
e0a94c2
security: use mmap_min_addr indepedently of security models
by Christoph Lameter
· 15 years ago
dc3f81b
Merge commit 'v2.6.30-rc6' into perfcounters/core
by Ingo Molnar
· 15 years ago
00a62ce
mm: fix Committed_AS underflow on large NR_CPUS environment
by KOSAKI Motohiro
· 16 years ago
e7fd5d4
Merge branch 'linus' into perfcounters/core
by Ingo Molnar
· 16 years ago
05fa199
mm: pass correct mm when growing stack
by Hugh Dickins
· 16 years ago
0a4a939
perf_counter: executable mmap() information
by Peter Zijlstra
· 16 years ago
33e5d769
nommu: fix a number of issues with the per-MM VMA patch
by David Howells
· 16 years ago
703a3cd
Merge branch 'master' into next
by James Morris
· 16 years ago
9480c53
mm: rearrange exit_mmap() to unlock before arch_exit_mmap
by Jeremy Fitzhardinge
· 16 years ago
5a6fe12
Do not account for the address space used by hugetlbfs using VM_ACCOUNT
by Mel Gorman
· 16 years ago
cb5629b
Merge branch 'master' into next
by James Morris
· 16 years ago
6146f0d
integrity: IMA hooks
by Mimi Zohar
· 16 years ago
fc8744a
Stop playing silly games with the VM_ACCOUNT flag
by Linus Torvalds
· 16 years ago
33bfad5
Allow opportunistic merging of VM_CAN_NONLINEAR areas
by Linus Torvalds
· 16 years ago
de33c8d
Fix OOPS in mmap_region() when merging adjacent VM_LOCKED file segments
by Linus Torvalds
· 16 years ago
6a6160a
[CVE-2009-0029] System call wrappers part 13
by Heiko Carstens
· 16 years ago
2ed7c03
[CVE-2009-0029] Convert all system calls to return a long
by Heiko Carstens
· 16 years ago
8feae13
NOMMU: Make VMAs per MM as for MMU-mode linux
by David Howells
· 16 years ago
dcd4a04
mm: check for no mmaps in exit_mmap()
by Johannes Weiner
· 16 years ago
901608d
mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accounting
by Oleg Nesterov
· 16 years ago
48aae42
mm/mmap.c: fix coding style
by ZhenwenXu
· 16 years ago
046c688
mm: update my address
by Alan Cox
· 16 years ago
1c12718
parisc: fix find_extend_vma() breakage
by Denys Vlasenko
· 16 years ago
731572d
nfsd: fix vm overcommit crash
by Alan Cox
· 16 years ago
cb8f488
mmap.c: deinline a few functions
by Denys Vlasenko
· 16 years ago
ba470de
mmap: handle mlocked pages during map, remap, unmap
by Rik van Riel
· 16 years ago
b291f00
mlock: mlocked pages are unevictable
by Nick Piggin
· 16 years ago
ce36394
mmap: fix petty bug in anonymous shared mmap offset handling
by Tejun Heo
· 16 years ago
Next »