Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
234d15def96ac49027dc869f7bc250d5cb0eb5d7
/
mm
/
mremap.c
08b5270
mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()
by Konstantin Khlebnikov
· 12 years ago
81909b8
mm: use mm_populate() for mremap() of VM_LOCKED vmas
by Michel Lespinasse
· 12 years ago
cf4aebc2
sched: Move sched.h sysctl bits into separate header
by Clark Williams
· 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
e180377
thp: change split_huge_page_pmd() interface
by Kirill A. Shutemov
· 12 years ago
4fc3f1d
mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable
by Ingo Molnar
· 12 years ago
2ec74c3
mm: move all mmu notifier invocations to be done outside the PT lock
by Sagi Grimberg
· 12 years ago
38a7601
mm: avoid taking rmap locks in move_ptes()
by Michel Lespinasse
· 12 years ago
108d664
mm anon rmap: remove anon_vma_moveto_tail
by Michel Lespinasse
· 12 years ago
44de9d0
mm: account the total_vm in the vm_stat_account()
by Huang Shijie
· 12 years ago
9ac4ed4
move security_mmap_addr() to saner place
by Al Viro
· 12 years ago
e546785
split ->file_mmap() into ->mmap_addr()/->mmap_file()
by Al Viro
· 12 years ago
63a81db
merge do_mremap() into sys_mremap()
by Al Viro
· 12 years ago
191c542
mm: collapse security_vm_enough_memory() variants into a single function
by Al Viro
· 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
37a1c49
thp: mremap support and TLB optimization
by Andrea Arcangeli
· 13 years ago
7b6efc2
mremap: avoid sending one IPI per page
by Andrea Arcangeli
· 13 years ago
ebed484
mremap: check for overflow using deltas
by Andrea Arcangeli
· 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
982134b
mm: avoid wrapping vm_pgoff in mremap()
by Linus Torvalds
· 14 years ago
a3e8cc6
mm: fix possible cause of a page_mapped BUG
by Hugh Dickins
· 14 years ago
bae9c19
thp: split_huge_page_mm/vma
by Andrea Arcangeli
· 14 years ago
8ac1f83
thp: pte alloc trans splitting
by Andrea Arcangeli
· 14 years ago
ece0e2b
mm: remove pte_*map_nested()
by Peter Zijlstra
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 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
9206de9
Take arch_mmap_check() into get_unmapped_area()
by Al Viro
· 15 years ago
9358741
fix pgoff in "have to relocate" case of mremap()
by Al Viro
· 15 years ago
097eed1
fix the arch checks in MREMAP_FIXED case
by Al Viro
· 15 years ago
f106af4
fix checks for expand-in-place mremap
by Al Viro
· 15 years ago
1a0ef85
do_mremap() untangling, part 3
by Al Viro
· 15 years ago
ecc1a89
do_mremap() untangling, part 2
by Al Viro
· 15 years ago
54f5de7
untangling do_mremap(), part 1
by Al Viro
· 15 years ago
25d9e2d
truncate: new helpers
by npiggin@suse.de
· 15 years ago
7103ad3
ksm: mremap use err from ksm_madvise
by Hugh Dickins
· 15 years ago
1ff8299
ksm: prevent mremap move poisoning
by Hugh Dickins
· 15 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
046c688
mm: update my address
by Alan Cox
· 16 years ago
ba470de
mmap: handle mlocked pages during map, remap, unmap
by Rik van Riel
· 16 years ago
cddb8a5
mmu-notifiers: core
by Andrea Arcangeli
· 16 years ago
c80544d
sparse pointer use of zero as null
by Stephen Hemminger
· 17 years ago
b6a2fea
mm: variable length argument support
by Ollie Wild
· 17 years ago
ed03218
security: Protection for exploiting null dereference using mmap
by Eric Paris
· 17 years ago
701dfbc
[PATCH] mm: mremap correct rmap accounting
by Hugh Dickins
· 18 years ago
6606c3e
[PATCH] paravirt: lazy mmu mode hooks.patch
by Zachary Amsden
· 18 years ago
f20dc5f
[PATCH] lockdep: annotate mm
by Ingo Molnar
· 18 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
4c21e2f
[PATCH] mm: split page table lock
by Hugh Dickins
· 19 years ago
c74df32
[PATCH] mm: ptd_alloc take ptlock
by Hugh Dickins
· 19 years ago
1bb3630
[PATCH] mm: ptd_alloc inline and out
by Hugh Dickins
· 19 years ago
365e9c87
[PATCH] mm: update_hiwaters just in time
by Hugh Dickins
· 19 years ago
d0de32d
[PATCH] mm: do_mremap current mm
by Hugh Dickins
· 19 years ago
7be7a54
[PATCH] mm: move_page_tables by extents
by Hugh Dickins
· 19 years ago
ab50b8e
[PATCH] mm: vm_stat_account unshackled
by Hugh Dickins
· 19 years ago
8b1f312
[PATCH] mm: move_pte to remap ZERO_PAGE
by Nick Piggin
· 19 years ago
9a61c34
[PATCH] mm: remap ZERO_PAGE mappings
by Nick Piggin
· 19 years ago
1c5ad84
[PATCH] fix VmSize and VmData after mremap
by Hugh Dickins
· 19 years ago
7179906
[PATCH] mm acct accounting fix
by Kirill Korotaev
· 19 years ago
119f657
[PATCH] RLIMIT_AS checking fix
by akpm@osdl.org
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago