index
:
linux-stable.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.11.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
rmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-05
1
-60
/
+54
|
\
|
*
hugetlb: do not update address in huge_pmd_unshare
Mike Kravetz
2022-07-17
1
-2
/
+2
|
*
mm: add zone device coherent type memory support
Alex Sierra
2022-07-17
1
-2
/
+3
|
*
mm: hugetlb: kill set_huge_swap_pte_at()
Qi Zheng
2022-07-03
1
-8
/
+3
|
*
mm: rmap: simplify the hugetlb handling when unmapping or migration
Baolin Wang
2022-07-03
1
-46
/
+44
|
*
docs: rename Documentation/vm to Documentation/mm
Mike Rapoport
2022-06-27
1
-4
/
+4
*
|
mm/rmap: fix dereferencing invalid subpage pointer in try_to_migrate_one()
David Hildenbrand
2022-07-03
1
-10
/
+17
|
/
*
mm: don't be stuck to rmap lock on reclaim path
Minchan Kim
2022-05-19
1
-11
/
+41
*
mm: rmap: fix CONT-PTE/PMD size hugetlb issue when unmapping
Baolin Wang
2022-05-13
1
-17
/
+22
*
mm: rmap: fix CONT-PTE/PMD size hugetlb issue when migration
Baolin Wang
2022-05-13
1
-6
/
+18
*
mm/shmem: persist uffd-wp bit across zapping for file-backed
Peter Xu
2022-05-13
1
-0
/
+8
*
mm/rmap: Fix typos in comments
Adrian Huang
2022-05-13
1
-2
/
+2
*
mm: rmap: use flush_cache_range() to flush cache for hugetlb pages
Baolin Wang
2022-05-13
1
-42
/
+48
*
mm: rmap: move the cache flushing to the correct place for hugetlb PMD sharing
Baolin Wang
2022-05-13
1
-18
/
+22
*
mm/swap: remember PG_anon_exclusive via a swp pte bit
David Hildenbrand
2022-05-09
1
-8
/
+11
*
mm/rmap: fail try_to_migrate() early when setting a PMD migration entry fails
David Hildenbrand
2022-05-09
1
-1
/
+5
*
mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
David Hildenbrand
2022-05-09
1
-5
/
+56
*
mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
David Hildenbrand
2022-05-09
1
-5
/
+6
*
mm/rmap: pass rmap flags to hugepage_add_anon_rmap()
David Hildenbrand
2022-05-09
1
-3
/
+6
*
mm/rmap: remove do_page_add_anon_rmap()
David Hildenbrand
2022-05-09
1
-13
/
+1
*
mm/rmap: convert RMAP flags to a proper distinct rmap_t type
David Hildenbrand
2022-05-09
1
-3
/
+4
*
mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failed
David Hildenbrand
2022-05-09
1
-0
/
+1
*
mm: rmap: introduce pfn_mkclean_range() to cleans PTEs
Muchun Song
2022-04-28
1
-11
/
+54
*
mm: rmap: fix cache flush on THP pages
Muchun Song
2022-04-28
1
-1
/
+2
*
mm/munlock: protect the per-CPU pagevec by a local_lock_t
Sebastian Andrzej Siewior
2022-04-01
1
-2
/
+2
*
mm: fix race between MADV_FREE reclaim and blkdev direct IO read
Mauricio Faria de Oliveira
2022-03-24
1
-1
/
+24
*
mm/migration: add trace events for base page and HugeTLB migrations
Anshuman Khandual
2022-03-24
1
-0
/
+6
*
mm/thp: fix NR_FILE_MAPPED accounting in page_*_file_rmap()
Hugh Dickins
2022-03-24
1
-17
/
+14
*
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
1
-2
/
+2
|
\
|
*
fs: Convert __set_page_dirty_buffers to block_dirty_folio
Matthew Wilcox (Oracle)
2022-03-16
1
-2
/
+2
*
|
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
1
-339
/
+239
|
\
\
|
*
|
mm/rmap: Constify the rmap_walk_control argument
Matthew Wilcox (Oracle)
2022-03-21
1
-7
/
+7
|
*
|
mm/rmap: Convert rmap_walk() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-59
/
+52
|
*
|
mm: Turn page_anon_vma() into folio_anon_vma()
Matthew Wilcox (Oracle)
2022-03-21
1
-7
/
+12
|
*
|
mm/rmap: Turn page_lock_anon_vma_read() into folio_lock_anon_vma_read()
Matthew Wilcox (Oracle)
2022-03-21
1
-6
/
+6
|
*
|
mm/rmap: Convert make_device_exclusive_range() to use folios
Matthew Wilcox (Oracle)
2022-03-21
1
-27
/
+31
|
*
|
mm/rmap: Convert try_to_migrate() to folios
Matthew Wilcox (Oracle)
2022-03-21
1
-28
/
+31
|
*
|
mm/rmap: Convert try_to_unmap() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-40
/
+43
|
*
|
mm/huge_memory: Convert __split_huge_pmd() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-2
/
+4
|
*
|
mm/rmap: Turn page_referenced() into folio_referenced()
Matthew Wilcox (Oracle)
2022-03-21
1
-35
/
+35
|
*
|
mm/rmap: Use a folio in page_mkclean_one()
Matthew Wilcox (Oracle)
2022-03-21
1
-4
/
+5
|
*
|
mm: Convert page_vma_mapped_walk to work on PFNs
Matthew Wilcox (Oracle)
2022-03-21
1
-5
/
+3
|
*
|
mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALK
Matthew Wilcox (Oracle)
2022-03-21
1
-26
/
+5
|
*
|
mm: Make compound_pincount always available
Matthew Wilcox (Oracle)
2022-03-21
1
-4
/
+2
|
*
|
mm/thp: shrink_page_list() avoid splitting VM_LOCKED THP
Hugh Dickins
2022-02-17
1
-2
/
+5
|
*
|
mm/munlock: page migration needs mlock pagevec drained
Hugh Dickins
2022-02-17
1
-0
/
+4
|
*
|
mm/munlock: replace clear_page_mlock() by final clearance
Hugh Dickins
2022-02-17
1
-9
/
+0
|
*
|
mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
Hugh Dickins
2022-02-17
1
-30
/
+26
|
*
|
mm/munlock: delete page_mlock() and all its works
Hugh Dickins
2022-02-17
1
-80
/
+0
|
|
/
*
|
mm/thp: ClearPageDoubleMap in first page_add_file_rmap()
Hugh Dickins
2022-03-22
1
-0
/
+11
[next]