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