index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
Andrii Nakryiko
2
-1
/
+364
11 days
fs/procfs: extract logic for getting VMA name constituents
Andrii Nakryiko
1
-54
/
+71
2024-07-03
mm/util: Use dedicated slab buckets for memdup_user()
Kees Cook
1
-2
/
+12
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
387
-5732
/
+9700
2024-05-05
mm: optimise vmf_anon_prepare() for VMAs without an anon_vma
Matthew Wilcox (Oracle)
1
-4
/
+9
2024-05-05
mm: delay the check for a NULL anon_vma
Matthew Wilcox (Oracle)
2
-13
/
+22
2024-05-05
mm: assert the mmap_lock is held in __anon_vma_prepare()
Matthew Wilcox (Oracle)
1
-2
/
+1
2024-04-26
Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...
Linus Torvalds
13
-152
/
+137
2024-04-24
hugetlb: check for anon_vma prior to folio allocation
Vishal Moola (Oracle)
1
-4
/
+7
2024-03-04
hugetlb: allow faults to be handled under the VMA lock
Vishal Moola (Oracle)
1
-6
/
+0
2024-03-04
hugetlb: use vmf_anon_prepare() instead of anon_vma_prepare()
Vishal Moola (Oracle)
1
-9
/
+9
2024-03-04
mm/memory: change vmf_anon_prepare() to be non-static
Vishal Moola (Oracle)
2
-1
/
+2
2024-02-22
mm/mmap: pass vma to vma_merge()
Yajun Deng
1
-14
/
+13
2024-01-22
fs: improve dump_mapping() robustness
Baolin Wang
1
-1
/
+2
2024-01-05
userfaultfd: fix move_pages_pte() splitting folio under RCU read lock
Suren Baghdasaryan
1
-0
/
+9
2023-12-29
mm: migrate: fix getting incorrect page mapping during page migration
Baolin Wang
1
-17
/
+10
2023-12-29
mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()
Andrea Arcangeli
1
-0
/
+24
2023-10-24
Merge tag 'mm-hotfixes-stable-2023-10-24-09-40' of git://git.kernel.org/pub/s...
Linus Torvalds
19
-73
/
+255
2023-10-18
mm: move vma_policy() and anon_vma_name() decls to mm_types.h
Lorenzo Stoakes
3
-23
/
+28
2023-10-18
mm/mprotect: allow unfaulted VMAs to be unaccounted on mprotect()
Lorenzo Stoakes
1
-2
/
+11
2023-10-18
mmap: add clarifying comment to vma_merge() code
Liam R. Howlett
1
-0
/
+5
2023-10-18
mm: handle COW faults under the VMA lock
Matthew Wilcox (Oracle)
1
-7
/
+5
2023-10-18
mm: call wp_page_copy() under the VMA lock
Matthew Wilcox (Oracle)
1
-13
/
+26
2023-10-06
mmap: fix error paths with dup_anon_vma()
Liam R. Howlett
1
-8
/
+22
2023-10-04
mm/rmap: drop stale comment in page_add_anon_rmap and hugepage_add_anon_rmap()
David Hildenbrand
1
-2
/
+0
2023-09-05
Merge tag 'mm-stable-2023-09-04-14-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
7
-30
/
+29
2023-09-02
rmap: remove anon_vma_link() nommu stub
Baruch Siach
1
-1
/
+0
2023-08-24
mm/khugepaged: fix collapse_pte_mapped_thp() versus uffd
Hugh Dickins
1
-9
/
+29
2023-08-21
mm: move vma locking out of vma_prepare and dup_anon_vma
Suren Baghdasaryan
1
-11
/
+19
2023-08-18
mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()
Hugh Dickins
1
-94
/
+76
2023-07-28
Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...
Linus Torvalds
13
-51
/
+197
2023-07-27
mm: lock VMA in dup_anon_vma() before setting ->anon_vma
Jann Horn
1
-0
/
+1
2023-07-27
mm: lock_vma_under_rcu() must check vma->anon_vma under vma lock
Jann Horn
1
-12
/
+16
2023-07-08
fork: lock VMAs of the parent process when forking
Suren Baghdasaryan
1
-0
/
+1
2023-06-28
Merge branch 'expand-stack'
Linus Torvalds
49
-468
/
+439
2023-04-05
mm: fall back to mmap_lock if vma->anon_vma is not yet set
Suren Baghdasaryan
1
-0
/
+4
2023-04-05
mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
Suren Baghdasaryan
1
-0
/
+9
2023-04-05
mm/khugepaged: write-lock VMA while collapsing a huge page
Suren Baghdasaryan
3
-26
/
+54
2023-04-05
mm/mmap/vma_merge: use the proper vma pointers in cases 1 and 6
Vlastimil Babka
1
-5
/
+6
2023-03-04
mm: avoid gcc complaint about pointer casting
Linus Torvalds
1
-2
/
+8
2023-03-04
Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...
Linus Torvalds
19
-82
/
+147
2023-02-27
mm/mremap: fix dup_anon_vma() in vma_merge() case 4
Vlastimil Babka
1
-1
/
+1
2023-02-09
mm/mmap: move anon_vma setting in __vma_adjust()
Liam R. Howlett
1
-5
/
+8
2023-01-31
mm/khugepaged: fix ->anon_vma race
Jann Horn
1
-1
/
+13
2023-01-16
Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/s...
Linus Torvalds
20
-88
/
+146
2023-01-11
mm: fix vma->anon_name memory leak for anonymous shmem VMAs
Suren Baghdasaryan
1
-2
/
+1
2023-01-11
mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma
Hugh Dickins
1
-8
/
+6
2023-01-03
perf lock contention: Fix core dump related to not finding the "__sched_text_...
Thomas Richter
1
-0
/
+2
2022-11-30
mm/khugepaged: take the right locks for page table retraction
Jann Horn
1
-4
/
+51
2022-11-08
mm/rmap: fix comment in anon_vma_clone()
Ma Wupeng
1
-2
/
+2
2022-10-03
rmap: remove page_unlock_anon_vma_read()
Matthew Wilcox (Oracle)
3
-11
/
+1
2022-10-03
mm: convert page_get_anon_vma() to folio_get_anon_vma()
Matthew Wilcox (Oracle)
4
-12
/
+12
2022-09-26
mm: refactor of vma_merge()
Jakub Matěna
1
-50
/
+37
2022-09-26
mm: multi-gen LRU: exploit locality in rmap
Yu Zhao
8
-2
/
+236
2022-09-26
mm: multi-gen LRU: minimal implementation
Yu Zhao
8
-11
/
+1025
2022-09-26
mm: MADV_COLLAPSE: refetch vm_end after reacquiring mmap_lock
Yang Shi
1
-0
/
+2
2022-08-31
mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse
Jann Horn
2
-15
/
+21
2022-07-17
mm: thp: kill __transhuge_page_enabled()
Yang Shi
5
-73
/
+52
2022-07-03
mm/rmap: fix dereferencing invalid subpage pointer in try_to_migrate_one()
David Hildenbrand
1
-10
/
+17
2022-05-19
mm: don't be stuck to rmap lock on reclaim path
Minchan Kim
8
-28
/
+87
2022-03-22
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
100
-3020
/
+2900
2022-03-21
mm: Turn page_anon_vma() into folio_anon_vma()
Matthew Wilcox (Oracle)
5
-11
/
+16
2022-03-21
mm/rmap: Turn page_lock_anon_vma_read() into folio_lock_anon_vma_read()
Matthew Wilcox (Oracle)
4
-7
/
+16
2022-03-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
18
-137
/
+194
2022-03-05
mm: fix use-after-free when anon vma name is used after vma is freed
Suren Baghdasaryan
1
-1
/
+7
2022-03-05
mm: prevent vm_area_struct::anon_name refcount saturation
Suren Baghdasaryan
2
-6
/
+15
2022-03-05
mm: refactor vm_area_struct::anon_vma_name usage code
Suren Baghdasaryan
12
-114
/
+125
2022-02-21
tools/cgroup/slabinfo: update to work with struct slab
Roman Gushchin
1
-15
/
+15
2022-02-10
perf lock: Sort map info based on class name
Namhyung Kim
1
-1
/
+19
2022-01-15
mm: ksm: fix use-after-free kasan report in ksm_might_need_to_copy
Nanyong Sun
1
-2
/
+2
2022-01-15
mm: move anon_vma declarations to linux/mm_inline.h
Arnd Bergmann
7
-48
/
+55
2022-01-15
mm: add anonymous vma name refcounting
Suren Baghdasaryan
2
-7
/
+44
2022-01-15
mm: add a field to store names for private anonymous memory
Colin Cross
14
-34
/
+324
2022-01-15
mm: rearrange madvise code to allow for reuse
Colin Cross
1
-160
/
+178
2021-09-27
mm: Add folio_raw_mapping()
Matthew Wilcox (Oracle)
2
-16
/
+11
2021-06-30
mm: thp: refactor NUMA fault handling
Yang Shi
4
-286
/
+77
2021-06-08
tracing: Correct the length check which causes memory corruption
Liangyan
1
-1
/
+1
2021-05-05
Revert "mm: migrate: skip shared exec THP for NUMA balancing"
Miaohe Lin
1
-16
/
+2
2021-02-26
mm/rmap: correct obsolete comment of page_get_anon_vma()
Miaohe Lin
1
-2
/
+2
2021-02-26
mm/rmap: correct some obsolete comments of anon_vma
Miaohe Lin
1
-2
/
+2
2021-02-24
mm: mremap: unlink anon_vmas when mremap with MREMAP_DONTUNMAP success
Li Xinhai
1
-0
/
+8
2021-02-24
mm: rmap: explicitly reset vma->anon_vma in unlink_anon_vmas()
Li Xinhai
1
-1
/
+8
2021-02-24
mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNT
Roman Gushchin
5
-29
/
+31
2020-12-15
mm/rmap: stop store reordering issue on page->mapping
Alex Shi
1
-1
/
+7
2020-11-14
hugetlbfs: fix anon huge page migration race
Mike Kravetz
4
-128
/
+47
2020-10-16
coredump: rework elf/elf_fdpic vma_dump_size() into common helper
Jann Horn
4
-199
/
+106
2020-10-15
printk: ringbuffer: Wrong data pointer when appending small string
Petr Mladek
1
-1
/
+4
2020-09-19
ksm: reinstate memcg charge on copied pages
Hugh Dickins
1
-0
/
+4
2020-08-07
tools/cgroup: add memcg_slabinfo.py tool
Roman Gushchin
1
-0
/
+226
2020-07-24
khugepaged: fix null-pointer dereference due to race
Kirill A. Shutemov
1
-0
/
+3
2020-06-03
mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked()
Andrea Arcangeli
1
-3
/
+28
2020-04-07
mm: set vm_next and vm_prev to NULL in vm_area_dup()
Li Xinhai
1
-1
/
+1
2020-04-07
Revert "mm/rmap.c: reuse mergeable anon_vma as parent when fork"
Li Xinhai
1
-13
/
+0
2020-04-07
mm: don't prepare anon_vma if vma has VM_WIPEONFORK
Li Xinhai
1
-3
/
+5
2020-04-02
hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization
Mike Kravetz
8
-19
/
+234
2020-01-31
mm/mmap.c: get rid of odd jump labels in find_mergeable_anon_vma()
Miaohe Lin
1
-20
/
+16
2019-12-01
mm/rmap.c: fix outdated comment in page_get_anon_vma()
Miles Chen
1
-3
/
+4
2019-12-01
mm/rmap.c: reuse mergeable anon_vma as parent when fork
Wei Yang
1
-0
/
+13
2019-12-01
mm/rmap.c: don't reuse anon_vma if we just want a copy
Wei Yang
1
-9
/
+15
2019-10-16
drm/i915/userptr: Never allow userptr into the mappable GGTT
Chris Wilson
5
-1
/
+19
2019-10-02
drm/i915/userptr: Never allow userptr into the mappable GGTT
Chris Wilson
5
-1
/
+19
2019-08-08
arm64: mm: add missing PTE_SPECIAL in pte_mkdevmap on arm64
Jia He
1
-2
/
+5
2019-06-17
drm/amdkfd: Fix a circular lock dependency
Oak Zeng
1
-0
/
+4
2019-06-11
drm/amdkfd: Fix a circular lock dependency
Oak Zeng
1
-11
/
+10
2019-06-10
perf report: Fix OOM error in TUI mode on s390
Thomas Richter
1
-3
/
+2
2019-05-24
drm/amdgpu: support userptr cross VMAs case with HMM
Philip Yang
1
-35
/
+91
2019-05-01
udp: fix GRO packet of death
Eric Dumazet
1
-3
/
+10
2019-03-19
drm/amdgpu: support userptr cross VMAs case with HMM
Philip Yang
1
-35
/
+91
2018-12-28
mm, swap: fix swapoff with KSM pages
Huang Ying
1
-1
/
+2
2018-10-09
mm: Preserve _PAGE_DEVMAP across mprotect() calls
Jan Kara
2
-3
/
+3
2018-08-13
f2fs: fix to do sanity check with inline flags
Chao Yu
2
-1
/
+22
2018-08-01
f2fs: fix to do sanity check with block address in main area
Chao Yu
7
-11
/
+83
2018-07-28
f2fs: fix to do sanity check with reserved blkaddr of inline inode
Chao Yu
1
-0
/
+21
2018-07-26
mm: fix vma_is_anonymous() false-positives
Kirill A. Shutemov
5
-0
/
+15
2018-07-21
mm: make vm_area_alloc() initialize core fields
Linus Torvalds
7
-26
/
+17
2018-07-21
mm: make vm_area_dup() actually copy the old vma data
Linus Torvalds
3
-11
/
+7
2018-03-06
powerpc/mm/slice: Fix hugepage allocation at hint address on 8xx
Christophe Leroy
6
-3
/
+28
2017-12-14
mm, oom_reaper: fix memory corruption
Michal Hocko
4
-6
/
+18
2017-11-29
device-dax: implement ->split() to catch invalid munmap attempts
Dan Williams
1
-0
/
+12
2017-11-21
drm/i915: Mark the userptr invalidate workqueue as WQ_MEM_RECLAIM
Chris Wilson
1
-2
/
+4
2017-11-17
drm/i915: Mark the userptr invalidate workqueue as WQ_MEM_RECLAIM
Chris Wilson
1
-2
/
+4
2017-11-15
mm: update comments for struct page.mapping
Changbin Du
1
-2
/
+4
2017-10-03
mm/device-public-memory: fix edge case in _vm_normal_page()
Reza Arbab
1
-1
/
+1
2017-09-15
drm/i915: Mark the userptr invalidate workqueue as WQ_MEM_RECLAIM
Chris Wilson
1
-1
/
+3
2017-09-08
lib/interval_tree: fast overlap detection
Davidlohr Bueso
33
-105
/
+145
2017-08-14
debugobjects: Make kmemleak ignore debug objects
Waiman Long
2
-1
/
+4
2017-08-07
dlm: avoid double-free on error path in dlm_device_{register,unregister}
Edwin Török
1
-0
/
+4
2017-05-23
scsi: qedi: Fix bad pte call trace when iscsiuio is stopped.
Arun Easi
1
-12
/
+11
2017-02-24
mm: do not access page->mapping directly on page_endio
Minchan Kim
1
-2
/
+5
2017-02-24
mm, madvise: fail with ENOMEM when splitting vma will hit max_map_count
David Rientjes
5
-17
/
+56
2016-12-12
mm, rmap: handle anon_vma_prepare() common case inline
Vlastimil Babka
2
-36
/
+43
2016-08-02
mm/kasan: fix corruptions and false positive reports
Andrey Ryabinin
1
-1
/
+1
2016-07-28
mm: fix use-after-free if memory allocation failed in vma_adjust()
Kirill A. Shutemov
1
-5
/
+15
2016-07-28
ARC: mm: don't loose PTE_SPECIAL in pte_modify()
Vineet Gupta
1
-1
/
+1
2016-07-26
mm: make swapin readahead to improve thp collapse rate
Ebru Akagunduz
4
-4
/
+69
2016-07-22
xfs: skip dirty pages in ->releasepage()
Brian Foster
1
-0
/
+14
2016-05-19
huge pagecache: extend mremap pmd rmap lockout to files
Hugh Dickins
1
-20
/
+22
2016-05-19
mm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ON
Konstantin Khlebnikov
1
-1
/
+1
2016-05-12
mm: thp: calculate the mapcount correctly for THP pages during WP faults
Andrea Arcangeli
5
-26
/
+95
2016-05-05
ext4: fix oops on corrupted filesystem
Jan Kara
1
-1
/
+1
2016-03-17
thp: fix deadlock in split_huge_pmd()
Kirill A. Shutemov
1
-11
/
+2
2016-03-08
drm/amdgpu: move get_user_pages out of amdgpu_ttm_tt_pin_userptr v6
Christian König
6
-24
/
+174
2016-02-09
Merge tag 'v4.5-rc3' into patchwork
Mauro Carvalho Chehab
725
-57073
/
+7703
2016-02-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
23
-126
/
+166
2016-02-05
mm: replace vma_lock_anon_vma with anon_vma_lock_read/write
Konstantin Khlebnikov
2
-44
/
+25
2016-01-20
mm: memcontrol: account "kmem" consumers in cgroup2 memory controller
Johannes Weiner
1
-7
/
+11
2016-01-15
mm: differentiate page_mapped() from page_mapcount() for compound pages
Kirill A. Shutemov
11
-19
/
+31
2016-01-15
mm: sanitize page->mapping for tail pages
Kirill A. Shutemov
5
-6
/
+18
2016-01-14
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
65
-92
/
+114
2015-11-05
mm: simplify page migration's anon_vma comment and flow
Hugh Dickins
1
-26
/
+10
2015-11-05
ksm: use find_mergeable_vma in try_to_merge_with_ksm_page
Andrea Arcangeli
1
-6
/
+2
2015-10-01
mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a fault
Mel Gorman
1
-0
/
+8
2015-07-10
parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based...
John David Anglin
5
-168
/
+212
2015-06-24
rmap: fix theoretical race between do_wp_page and shrink_active_list
Vladimir Davydov
1
-1
/
+6
2015-06-24
mm/memory-failure: split thp earlier in memory error handling
Naoya Horiguchi
1
-63
/
+25
2015-04-15
mm/memory: also print a_ops->readpage in print_bad_pte()
Konstantin Khlebnikov
1
-6
/
+5
2015-04-15
mm: uninline and cleanup page-mapping related helpers
Kirill A. Shutemov
3
-19
/
+38
2015-03-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
15
-71
/
+106
2015-03-25
mm: fix anon_vma->degree underflow in anon_vma endless growing prevention
Leon Yu
2
-3
/
+8
2015-03-13
perf kmem: Fix alignment of slab result table
Namhyung Kim
1
-5
/
+5
2015-03-01
drivers: hv: vmbus: Teardown synthetic interrupt controllers on module unload
Vitaly Kuznetsov
2
-2
/
+11
2015-01-11
mm: fix corner case in anon_vma endless growing prevention
Konstantin Khlebnikov
1
-2
/
+4
2015-01-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
17
-101
/
+155
2015-01-08
mm: prevent endless growth of anon_vma hierarchy
Konstantin Khlebnikov
2
-1
/
+51
2014-12-08
Merge tag 'v3.18' into drm-next
Dave Airlie
60
-268
/
+356
2014-12-03
Merge branch 'akpm' (patches from Andrew Morton)
Linus Torvalds
11
-41
/
+55
2014-12-03
mm: fix anon_vma_clone() error treatment
Daniel Forrest
2
-5
/
+11
2014-11-25
x86/nmi: Fix use of unallocated cpumask_var_t
Sasha Levin
1
-3
/
+3
2014-10-09
mm/balloon_compaction: redesign ballooned pages management
Konstantin Khlebnikov
7
-118
/
+68
2014-10-09
mm: introduce dump_vma
Sasha Levin
2
-9
/
+75
2014-08-27
FS-Cache: Timeout for releasepage()
Milosz Tanski
1
-1
/
+17
2014-07-08
staging: binder: add vm_fault handler
Vinayak Menon
1
-0
/
+6
2014-06-23
mm: let mm_find_pmd fix buggy race with THP fault
Hugh Dickins
4
-13
/
+20
2014-06-06
mm: rmap: fix use-after-free in __put_anon_vma
Andrey Ryabinin
1
-2
/
+1
2014-06-04
mm: fix sleeping function warning from __put_anon_vma
Hugh Dickins
1
-3
/
+5
2014-05-14
uprobes: Add mem_cgroup_charge_anon() into uprobe_write_opcode()
Oleg Nesterov
1
-12
/
+11
2014-05-11
mm, thp: close race between mremap() and split_huge_page()
Kirill A. Shutemov
1
-1
/
+8
2014-04-18
thp: close race between split and zap huge pages
Kirill A. Shutemov
1
-3
/
+10
2014-02-10
xen: properly account for _PAGE_NUMA during xen pte translations
Mel Gorman
2
-4
/
+14
2014-02-06
swap: add a simple detector for inappropriate swapin readahead
Shaohua Li
2
-5
/
+62
2014-01-21
mm/rmap: factor lock function out of rmap_walk_anon()
Joonsoo Kim
1
-8
/
+20
2013-12-18
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
24
-57
/
+249
2013-12-18
mm: numa: ensure anon_vma is locked to prevent parallel THP splits
Mel Gorman
1
-0
/
+7
2013-12-11
arm: xen: foreign mapping PTEs are special.
Ian Campbell
1
-1
/
+1
2013-10-30
mm/pagewalk.c: fix walk_page_range() access of wrong PTEs
Chen LinX
1
-1
/
+1
2013-10-29
mm: Prevent parallel splits during THP migration
Mel Gorman
1
-14
/
+30
2013-10-16
mm: fix BUG in __split_huge_page_pmd
Hugh Dickins
1
-1
/
+9
2013-10-09
mm: Prevent parallel splits during THP migration
Mel Gorman
1
-14
/
+30
2013-02-23
mm,ksm: FOLL_MIGRATION do migration_entry_wait
Hugh Dickins
3
-3
/
+20
2013-02-23
ksm: shrink 32-bit rmap_item back to 32 bytes
Hugh Dickins
1
-12
/
+14
2013-02-23
ksm: enable KSM page migration
Hugh Dickins
2
-20
/
+4
2013-02-23
mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()
Konstantin Khlebnikov
6
-11
/
+11
2013-02-23
mm: reduce rmap overhead for ex-KSM page copies created on swap faults
Johannes Weiner
2
-7
/
+4
2013-02-19
rwsem-spinlock: Implement writer lock-stealing for better scalability
Yuanhan Liu
1
-45
/
+24
2013-02-19
rwsem: Implement writer lock-stealing for better scalability
Alex Shi
1
-29
/
+46
2013-02-05
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
14
-15
/
+34
2013-02-05
mm: fix wrong comments about anon_vma lock
Yuanhan Liu
2
-2
/
+2
2013-01-11
Merge branch 'akpm' (incoming fixes from Andrew)
Linus Torvalds
26
-78
/
+227
2013-01-11
mm: thp: acquire the anon_vma rwsem for write during split
Mel Gorman
1
-2
/
+13
2013-01-11
mm: mmap: annotate vm_lock_anon_vma locking properly for lockdep
Jiri Kosina
1
-1
/
+1
[next]