index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
2024-01-09
76
-181
/
+186
*
mm, treewide: introduce NR_PAGE_ORDERS
Kirill A. Shutemov
2024-01-09
15
-41
/
+42
*
selftests/mm: add separate UFFDIO_MOVE test for PMD splitting
Suren Baghdasaryan
2024-01-05
1
-0
/
+17
*
selftests/mm: skip test if application doesn't has root privileges
Muhammad Usama Anjum
2024-01-05
1
-1
/
+1
*
selftests/mm: conform test to TAP format output
Muhammad Usama Anjum
2024-01-05
1
-47
/
+44
*
selftests: mm: hugepage-mmap: conform to TAP format output
Muhammad Usama Anjum
2024-01-05
1
-10
/
+13
*
selftests/mm: gup_test: conform test to TAP format output
Muhammad Usama Anjum
2024-01-05
1
-32
/
+33
*
mm/selftests: hugepage-mremap: conform test to TAP format output
Muhammad Usama Anjum
2024-01-05
1
-52
/
+35
*
mm/vmstat: move pgdemote_* out of CONFIG_NUMA_BALANCING
Li Zhijian
2024-01-05
3
-6
/
+3
*
mm: zsmalloc: return -ENOSPC rather than -EINVAL in zs_malloc while size is t...
Barry Song
2024-01-05
1
-1
/
+4
*
mm/memcontrol: remove __mod_lruvec_page_state()
Matthew Wilcox (Oracle)
2024-01-05
2
-23
/
+22
*
mm/khugepaged: use a folio more in collapse_file()
Matthew Wilcox (Oracle)
2024-01-05
1
-8
/
+8
*
slub: use a folio in __kmalloc_large_node
Matthew Wilcox (Oracle)
2024-01-05
1
-5
/
+5
*
slub: use folio APIs in free_large_kmalloc()
Matthew Wilcox (Oracle)
2024-01-05
1
-2
/
+2
*
slub: use alloc_pages_node() in alloc_slab_page()
Matthew Wilcox (Oracle)
2024-01-05
1
-5
/
+1
*
mm: remove inc/dec lruvec page state functions
Matthew Wilcox (Oracle)
2024-01-05
1
-24
/
+0
*
mm: ratelimit stat flush from workingset shrinker
Shakeel Butt
2024-01-05
1
-1
/
+1
*
kasan: stop leaking stack trace handles
Andrey Konovalov
2024-01-05
5
-41
/
+97
*
mm/mglru: remove CONFIG_TRANSPARENT_HUGEPAGE
Kinsey Ho
2024-01-05
1
-11
/
+1
*
mm/mglru: add dummy pmd_dirty()
Kinsey Ho
2024-01-05
7
-0
/
+13
*
mm/mglru: remove CONFIG_MEMCG
Kinsey Ho
2024-01-05
3
-74
/
+23
*
mm/mglru: add CONFIG_LRU_GEN_WALKS_MMU
Kinsey Ho
2024-01-05
6
-75
/
+139
*
mm/mglru: add CONFIG_ARCH_HAS_HW_PTE_YOUNG
Kinsey Ho
2024-01-05
5
-7
/
+11
*
mm/rmap: silence VM_WARN_ON_FOLIO() in __folio_rmap_sanity_checks()
David Hildenbrand
2024-01-05
1
-2
/
+9
*
userfaultfd: fix move_pages_pte() splitting folio under RCU read lock
Suren Baghdasaryan
2024-01-05
1
-0
/
+9
*
buffer: fix unintended successful return
Matthew Wilcox (Oracle)
2024-01-05
1
-5
/
+12
*
zswap: memcontrol: implement zswap writeback disabling
Nhat Pham
2023-12-30
8
-4
/
+99
*
mm/damon/vaddr: change asm-generic/mman-common.h to linux/mman.h
Tanzir Hasan
2023-12-29
1
-1
/
+1
*
mm: remove unnecessary ia64 code and comment
Kefeng Wang
2023-12-29
4
-34
/
+21
*
mm: remove one last reference to page_add_*_rmap()
David Hildenbrand
2023-12-29
1
-1
/
+1
*
mm/rmap: rename COMPOUND_MAPPED to ENTIRELY_MAPPED
David Hildenbrand
2023-12-29
3
-13
/
+13
*
mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()
David Hildenbrand
2023-12-29
7
-40
/
+89
*
mm/rmap: remove page_try_dup_anon_rmap()
David Hildenbrand
2023-12-29
1
-13
/
+3
*
mm/memory: page_try_dup_anon_rmap() -> folio_try_dup_anon_rmap_pte()
David Hildenbrand
2023-12-29
1
-3
/
+5
*
mm/huge_memory: page_try_dup_anon_rmap() -> folio_try_dup_anon_rmap_pmd()
David Hildenbrand
2023-12-29
1
-5
/
+7
*
mm/rmap: introduce folio_try_dup_anon_rmap_[pte|ptes|pmd]()
David Hildenbrand
2023-12-29
2
-50
/
+106
*
mm/rmap: convert page_dup_file_rmap() to folio_dup_file_rmap_[pte|ptes|pmd]()
David Hildenbrand
2023-12-29
2
-6
/
+55
*
mm/rmap: remove page_remove_rmap()
David Hildenbrand
2023-12-29
5
-32
/
+11
*
Documentation: stop referring to page_remove_rmap()
David Hildenbrand
2023-12-29
2
-3
/
+3
*
mm/rmap: page_remove_rmap() -> folio_remove_rmap_pte()
David Hildenbrand
2023-12-29
1
-5
/
+5
*
mm/migrate_device: page_remove_rmap() -> folio_remove_rmap_pte()
David Hildenbrand
2023-12-29
1
-18
/
+21
*
mm/memory: page_remove_rmap() -> folio_remove_rmap_pte()
David Hildenbrand
2023-12-29
2
-11
/
+14
*
mm/ksm: page_remove_rmap() -> folio_remove_rmap_pte()
David Hildenbrand
2023-12-29
1
-1
/
+1
*
mm/khugepaged: page_remove_rmap() -> folio_remove_rmap_pte()
David Hildenbrand
2023-12-29
1
-10
/
+7
*
mm/huge_memory: page_remove_rmap() -> folio_remove_rmap_pmd()
David Hildenbrand
2023-12-29
1
-12
/
+14
*
kernel/events/uprobes: page_remove_rmap() -> folio_remove_rmap_pte()
David Hildenbrand
2023-12-29
1
-1
/
+1
*
mm/rmap: introduce folio_remove_rmap_[pte|ptes|pmd]()
David Hildenbrand
2023-12-29
2
-16
/
+72
*
mm/rmap: remove RMAP_COMPOUND
David Hildenbrand
2023-12-29
2
-11
/
+3
*
mm/rmap: remove page_add_anon_rmap()
David Hildenbrand
2023-12-29
2
-29
/
+4
*
mm/memory: page_add_anon_rmap() -> folio_add_anon_rmap_pte()
David Hildenbrand
2023-12-29
1
-4
/
+7
[next]