Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
faf9626d419059ec4f7df3e8918f98d051a2cc3a
/
mm
/
mmap.c
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
23a0ee9
Merge branch 'core/locking' into core/urgent
by Ingo Molnar
· 16 years ago
7cd5a02
mm: fix mm_take_all_locks() locking order
by Peter Zijlstra
· 16 years ago
454ed84
lockdep: annotate mm_take_all_locks()
by Peter Zijlstra
· 16 years ago
dfe195f
mm: fix uninitialized variables for find_vma_prepare callers
by Benny Halevy
· 16 years ago
cddb8a5
mmu-notifiers: core
by Andrea Arcangeli
· 16 years ago
7906d00
mmu-notifiers: add mm_take_all_locks() operation
by Andrea Arcangeli
· 16 years ago
a551643
hugetlb: modular state for hugetlb page size
by Andi Kleen
· 16 years ago
cdfd432
mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservations
by Andy Whitcroft
· 16 years ago
42b7772
mm: remove double indirection on tlb parameter to free_pgd_range() & Co
by Jan Beulich
· 16 years ago
b845f31
mm: Allow architectures to define additional protection bits
by Dave Kleikamp
· 16 years ago
a5b4592
brk: make sys_brk() honor COMPAT_BRK when computing lower bound
by Jiri Kosina
· 16 years ago
80119ef
mm: fix atomic_t overflow in vm
by Alan Cox
· 16 years ago
925d1c4
procfs task exe symlink
by Matt Helsley
· 17 years ago
846a16b
mempolicy: rename mpol_copy to mpol_dup
by Lee Schermerhorn
· 17 years ago
f0be3d3
mempolicy: rename mpol_free to mpol_put
by Lee Schermerhorn
· 17 years ago
4d3d5b4
mmap_region: cleanup the final vma_merge() related code
by Oleg Nesterov
· 17 years ago
b1d0e4f
mm: special mapping nopage
by Nick Piggin
· 17 years ago
4cc6028
brk: check the lower bound properly
by Jiri Kosina
· 17 years ago
08e7d9b
arch_rebalance_pgtables call
by Martin Schwidefsky
· 17 years ago
2f98735
vm audit: add VM_DONTEXPAND to mmap for drivers that need it
by Nick Piggin
· 17 years ago
c1d171a
x86: randomize brk
by Jiri Kosina
· 17 years ago
88c3f7a
Security: remove security_file_mmap hook sparse-warnings (NULL as 0).
by Richard Knutsson
· 17 years ago
5a211a5
VM/Security: add security hook to do_brk
by Eric Paris
· 17 years ago
7cd9414
Security: round mmap hint address above mmap_min_addr
by Eric Paris
· 17 years ago
8869477
security: protect from stack expantion into low vm addresses
by Eric Paris
· 17 years ago
1ddd439
fix mprotect vma_wants_writenotify prot
by Hugh Dickins
· 17 years ago
3ed75eb
setup vma->vm_page_prot by vm_get_page_prot()
by Coly Li
· 17 years ago
cbfee34
security/ cleanups
by Adrian Bunk
· 17 years ago
4af3c9c
Drop some headers from mm.h
by Alexey Dobriyan
· 17 years ago
34b4e4a
fix NULL pointer dereference in __vm_enough_memory()
by Alan Cox
· 17 years ago
4e950f6
Remove fs.h from mm.h
by Alexey Dobriyan
· 17 years ago
b6a2fea
mm: variable length argument support
by Ollie Wild
· 17 years ago
54cb882
mm: merge populate and nopage into fault (fixes nonlinear)
by Nick Piggin
· 17 years ago
0165ab4
split mmap
by Miklos Szeredi
· 17 years ago
ed03218
security: Protection for exploiting null dereference using mmap
by Eric Paris
· 17 years ago
06b32f3
[PARISC] Handle wrapping in expand_upwards()
by Helge Deller
· 18 years ago
59c5159
Fix occurrences of "the the "
by Michael Opdenacker
· 18 years ago
74add80
Remove unused variable in get_unmapped_area
by Roland McGrath
· 18 years ago
4b1d892
get_unmapped_area doesn't need hugetlbfs hacks anymore
by Benjamin Herrenschmidt
· 18 years ago
06abdfb
get_unmapped_area handles MAP_FIXED in generic code
by Benjamin Herrenschmidt
· 18 years ago
d6dd61c
[PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destruction
by Jeremy Fitzhardinge
· 18 years ago
d1af65d
[PATCH] Bug in MM_RB debugging
by David Miller
· 18 years ago
fa5dc22
[PATCH] Add install_special_mapping
by Roland McGrath
· 18 years ago
0d59a01
[PATCH] Don't allow the stack to grow into hugetlb reserved regions
by Adam Litke
· 18 years ago
d3ac7f8
[PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_path
by Josef "Jeff" Sipek
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
cd2579d
[PATCH] hugetlb: fix error return for brk() entering a hugepage region
by Hugh Dickins
· 18 years ago
cb07c9a
[PATCH] hugetlb: check for brk() entering a hugepage region
by David Gibson
· 18 years ago
68589bc
[PATCH] hugetlb: prepare_hugepage_range check offset too
by Hugh Dickins
· 18 years ago
80c5606
Fix VM_MAYEXEC calculation
by Linus Torvalds
· 18 years ago
972d1a7
[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE
by Christoph Lameter
· 18 years ago
d08b385
[PATCH] mm: tracking shared dirty pages
by Peter Zijlstra
· 18 years ago
6585b57
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart
by Linus Torvalds
· 18 years ago
3a45975
[PATCH] IA64,sparc: local DoS with corrupted ELFs
by Kirill Korotaev
· 18 years ago
804af2c
[AGPGART] remove private page protection map
by Hugh Dickins
· 18 years ago
347ce43
[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counter
by Christoph Lameter
· 18 years ago
9637a5e
[PATCH] add page_mkwrite() vm_operations method
by David Howells
· 18 years ago
6d9f783
[PATCH] overcommit: use totalreserve_pages
by Hideo AOKI
· 19 years ago
1e62419
[PATCH] mm: fix bug in brk()
by Ram Gupta
· 19 years ago
46a350e
BUG_ON() Conversion in mm/mmap.c
by Eric Sesterhenn
· 19 years ago
c5e3b83
[PATCH] mm: use kmem_cache_zalloc
by Pekka Enberg
· 19 years ago
a6f563d
[PATCH] remove VM_DONTCOPY bogosities
by Hugh Dickins
· 19 years ago
c59ede7
[PATCH] move capable() to capability.h
by Randy.Dunlap
· 19 years ago
4d7672b
Make sure we copy pages inserted with "vm_insert_page()" on fork
by Linus Torvalds
· 19 years ago
83e9b7e
[PATCH] unpaged: private write VM_RESERVED
by Hugh Dickins
· 19 years ago
9ab8851
[PARISC] Fix compile warning caused by conflicting types of expand_upwards()
by Matthew Wilcox
· 19 years ago
55be570
[PATCH] mm/{mmap,nommu}.c: several unexports
by Adrian Bunk
· 19 years ago
a241ec6
[PATCH] RCU torture-testing kernel module
by Paul E. McKenney
· 19 years ago
508034a
[PATCH] mm: unmap_vmas with inner ptlock
by Hugh Dickins
· 19 years ago
Next »