index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-17
mm/damon/sysfs: remove damon_sysfs_cmd_request_callback() and its callers
SeongJae Park
1
-62
/
+0
2025-03-17
mm/damon/sysfs: remove damon_sysfs_cmd_request code from damon_sysfs_handle_cmd()
SeongJae Park
1
-32
/
+0
2025-03-17
mm/damon/sysfs: handle commit command using damon_call()
SeongJae Park
1
-11
/
+6
2025-03-17
mm/damon/core: make damon_set_attrs() be safe to be called from damon_call()
SeongJae Park
2
-14
/
+48
2025-03-17
mm/damon/core: invoke kdamond_call() after merging is done if possible
SeongJae Park
1
-3
/
+3
2025-03-17
mm/damon/sysfs: validate user inputs from damon_sysfs_commit_input()
SeongJae Park
1
-2
/
+10
2025-03-17
arch, mm: make releasing of memory to page allocator more explicit
Mike Rapoport (Microsoft)
2
-1
/
+7
2025-03-17
arch, mm: introduce arch_mm_preinit
Mike Rapoport (Microsoft)
1
-0
/
+5
2025-03-17
arch, mm: streamline HIGHMEM freeing
Mike Rapoport (Microsoft)
1
-2
/
+1
2025-03-17
arch, mm: set high_memory in free_area_init()
Mike Rapoport (Microsoft)
3
-10
/
+30
2025-03-17
arch, mm: set max_mapnr when allocating memory map for FLATMEM
Mike Rapoport (Microsoft)
3
-20
/
+17
2025-03-17
page_io: zswap: do not crash the kernel on decompression failure
Nhat Pham
2
-40
/
+85
2025-03-17
mm/hugetlb: update nr_huge_pages and surplus_huge_pages together
Liu Shixin
1
-1
/
+10
2025-03-17
mm/damon/sysfs-schemes: return error when for attempts to install filters on wrong sysfs directory
SeongJae Park
1
-0
/
+20
2025-03-17
mm/damon/sysfs-schemes: record filters of which layer should be added to the given filters directory
SeongJae Park
1
-10
/
+36
2025-03-17
mm/damon/core: expose damos_filter_for_ops() to DAMON kernel API callers
SeongJae Park
1
-1
/
+8
2025-03-17
mm/damon/sysfs-schemes: commit filters in {core,ops}_filters directories
SeongJae Park
1
-3
/
+11
2025-03-17
mm/damon/sysfs-schemes: implement core_filters and ops_filters directories
SeongJae Park
1
-2
/
+38
2025-03-17
mm/damon/sysfs-schemes: let damon_sysfs_scheme_set_filters() be used for different named directories
SeongJae Park
1
-4
/
+7
2025-03-17
mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MAPCOUNT)
David Hildenbrand
3
-10
/
+78
2025-03-17
mm: CONFIG_NO_PAGE_MAPCOUNT to prepare for not maintain per-page mapcounts in large folios
David Hildenbrand
1
-0
/
+17
2025-03-17
mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()
David Hildenbrand
8
-20
/
+17
2025-03-17
mm: Copy-on-Write (COW) reuse support for PTE-mapped THP
David Hildenbrand
1
-8
/
+75
2025-03-17
mm/rmap: basic MM owner tracking for large folios (!hugetlb)
David Hildenbrand
3
-0
/
+19
2025-03-17
mm/rmap: use folio_large_nr_pages() in add/remove functions
David Hildenbrand
1
-6
/
+8
2025-03-17
mm/rmap: abstract large mapcount operations for large folios (!hugetlb)
David Hildenbrand
1
-8
/
+6
2025-03-17
mm/rmap: pass vma to __folio_add_rmap()
David Hildenbrand
1
-4
/
+4
2025-03-17
mm/rmap: pass dst_vma to folio_dup_file_rmap_pte() and friends
David Hildenbrand
2
-6
/
+6
2025-03-17
mm: move _entire_mapcount in folio to page[2] on 32bit
David Hildenbrand
2
-6
/
+11
2025-03-17
mm: move _pincount in folio to page[2] on 32bit
David Hildenbrand
4
-9
/
+26
2025-03-17
mm: move hugetlb specific things in folio to page[3]
David Hildenbrand
2
-1
/
+5
2025-03-17
mm: let _folio_nr_pages overlay memcg_data in first tail page
David Hildenbrand
4
-4
/
+16
2025-03-17
mm/mremap: thread state through move page table operation
Lorenzo Stoakes
2
-83
/
+116
2025-03-17
mm/mremap: refactor move_page_tables(), abstracting state
Lorenzo Stoakes
3
-52
/
+168
2025-03-17
mm/mremap: complete refactor of move_vma()
Lorenzo Stoakes
1
-89
/
+204
2025-03-17
mm/mremap: initial refactor of move_vma()
Lorenzo Stoakes
1
-64
/
+122
2025-03-17
mm/mremap: introduce and use vma_remap_struct threaded state
Lorenzo Stoakes
1
-206
/
+362
2025-03-17
mm/mremap: refactor mremap() system call implementation
Lorenzo Stoakes
1
-154
/
+251
2025-03-17
mm/mremap: correctly handle partial mremap() of VMA starting at 0
Lorenzo Stoakes
1
-5
/
+5
2025-03-17
device/dax: properly refcount device dax pages when mapping
Alistair Popple
1
-7
/
+7
2025-03-17
fs/dax: properly refcount fs dax pages
Alistair Popple
8
-47
/
+40
2025-03-17
mm/huge_memory: add vmf_insert_folio_pmd()
Alistair Popple
1
-12
/
+53
2025-03-17
mm/huge_memory: add vmf_insert_folio_pud()
Alistair Popple
1
-12
/
+87
2025-03-17
mm/rmap: add support for PUD sized mappings to rmap
Alistair Popple
1
-4
/
+63
2025-03-17
mm/memory: add vmf_insert_page_mkwrite()
Alistair Popple
1
-0
/
+20
2025-03-17
mm/memory: enhance insert_page_into_pte_locked() to create writable mappings
Alistair Popple
1
-9
/
+30
2025-03-17
mm: allow compound zone device pages
Alistair Popple
6
-16
/
+26
2025-03-17
mm/mm_init: move p2pdma page refcount initialisation to p2pdma
Alistair Popple
2
-8
/
+31
2025-03-17
mm/gup: remove redundant check for PCI P2PDMA page
Alistair Popple
1
-5
/
+0
2025-03-17
fs/dax: always remove DAX page-cache entries when breaking layouts
Alistair Popple
1
-1
/
+15
[prev]
[next]