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-07-24
mm/mremap: use an explicit uffd failure path for mremap
Lorenzo Stoakes
1
-4
/
+12
2025-07-24
mm/mremap: cleanup post-processing stage of mremap
Lorenzo Stoakes
1
-9
/
+13
2025-07-24
mm/mremap: put VMA check and prep logic into helper function
Lorenzo Stoakes
1
-30
/
+28
2025-07-24
mm/mremap: refactor initial parameter sanity checks
Lorenzo Stoakes
1
-15
/
+14
2025-07-24
mm/mremap: perform some simple cleanups
Lorenzo Stoakes
1
-23
/
+32
2025-07-24
mm/vma: refactor vma_modify_flags_name() to vma_modify_name()
Lorenzo Stoakes
3
-15
/
+12
2025-07-24
mm: optimize lru_note_cost() by adding lru_note_cost_unlock_irq()
Hugh Dickins
2
-19
/
+22
2025-07-24
mm/mglru: stop try_to_inc_min_seq() if min_seq[type] has not increased
Hao Jia
1
-0
/
+10
2025-07-24
mm/damon/core: commit damos_quota_goal->nid
SeongJae Park
1
-0
/
+15
2025-07-23
kfence: Remove mention of PG_slab
Matthew Wilcox (Oracle)
1
-2
/
+2
2025-07-23
mm: move randomize_va_space into memory.c
Joel Granados
1
-0
/
+18
2025-07-22
Merge branch 'acpi-apei'
Rafael J. Wysocki
1
-13
/
+0
2025-07-19
kasan: use vmalloc_dump_obj() for vmalloc error reports
Marco Elver
1
-1
/
+3
2025-07-19
mm/ksm: fix -Wsometimes-uninitialized from clang-21 in advisor_mode_show()
Nathan Chancellor
1
-3
/
+3
2025-07-19
mm/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPACTION=n
Harry Yoo
1
-0
/
+3
2025-07-19
mm/vmscan: fix hwpoisoned large folio handling in shrink_folio_list
Jinjiang Tu
2
-0
/
+12
2025-07-19
mm/page_owner: convert set_page_owner_migrate_reason() to folios
Sidhartha Kumar
3
-4
/
+4
2025-07-19
mm/memfd: replace deprecated strcpy() with memcpy() in alloc_name()
Thorsten Blum
1
-1
/
+1
2025-07-19
mm/damon/core: remove damon_callback
SeongJae Park
1
-19
/
+7
2025-07-19
mm/damon/sysfs: remove damon_sysfs_before_terminate()
SeongJae Park
1
-12
/
+0
2025-07-19
mm/damon/core: destroy targets when kdamond_fn() finish
SeongJae Park
1
-0
/
+1
2025-07-19
mm/damon/sysfs: remove damon_sysfs_destroy_targets()
SeongJae Park
1
-20
/
+3
2025-07-19
mm/damon/vaddr: put pid in cleanup_target()
SeongJae Park
3
-10
/
+8
2025-07-19
mm/damon/core: add cleanup_target() ops callback
SeongJae Park
4
-9
/
+13
2025-07-19
mm/damon/core: do not call ops.cleanup() when destroying targets
SeongJae Park
1
-5
/
+0
2025-07-19
mm/damon/lru_sort: use damon_call() repeat mode instead of damon_callback
SeongJae Park
1
-35
/
+35
2025-07-19
mm/damon/reclaim: use damon_call() repeat mode instead of damon_callback
SeongJae Park
1
-31
/
+31
2025-07-19
mm/damon/stat: use damon_call() repeat mode instead of damon_callback
SeongJae Park
1
-3
/
+14
2025-07-19
mm/damon/core: introduce repeat mode damon_call()
SeongJae Park
1
-5
/
+20
2025-07-19
mm/damon: accept parallel damon_call() requests
SeongJae Park
1
-24
/
+25
2025-07-19
mm: simplify min_brk handling in brk()
Xuanye Liu
1
-5
/
+2
2025-07-19
readahead: use folio_nr_pages() instead of shift operation
Chi Zhiling
1
-1
/
+1
2025-07-19
mm/hmm: move pmd_to_hmm_pfn_flags() to the respective #ifdeffery
Andy Shevchenko
1
-1
/
+1
2025-07-19
mm: introduce per-node proactive reclaim interface
Davidlohr Bueso
1
-7
/
+48
2025-07-19
mm/vmscan: make __node_reclaim() more generic
Davidlohr Bueso
1
-23
/
+25
2025-07-19
mm/memcg: make memory.reclaim interface generic
Davidlohr Bueso
3
-73
/
+112
2025-07-19
mm/vmscan: respect psi_memstall region in node reclaim
Davidlohr Bueso
1
-1
/
+1
2025-07-19
mm/memory.c: use folios in __access_remote_vm()
Vishal Moola (Oracle)
1
-3
/
+5
2025-07-19
mm/memory.c: use folios in __copy_remote_vm_str()
Vishal Moola (Oracle)
1
-3
/
+5
2025-07-19
mm/damon/vaddr: apply filters in migrate_{hot/cold}
Bijan Tabatabai
1
-4
/
+65
2025-07-19
mm/damon: move folio filtering from paddr to ops-common
Bijan Tabatabai
3
-152
/
+154
2025-07-19
mm/damon/vaddr: use damos->migrate_dests in migrate_{hot,cold}
Bijan Tabatabai
1
-16
/
+92
2025-07-19
mm/damon/vaddr: add vaddr versions of migrate_{hot,cold}
Bijan Tabatabai
1
-0
/
+98
2025-07-19
mm/damon: move migration helpers from paddr to ops-common
Bijan Tabatabai
3
-121
/
+123
2025-07-19
mm/damon/core: commit damos->migrate_dests
Bijan Tabatabai
1
-0
/
+39
2025-07-19
mm/damon/sysfs-schemes: set damos->migrate_dests
SeongJae Park
1
-0
/
+28
2025-07-19
mm/damon/sysfs-schemes: implement DAMOS action destinations directory
SeongJae Park
1
-1
/
+224
2025-07-19
mm/damon/core: add damos->migrate_dests field
SeongJae Park
1
-0
/
+4
2025-07-19
mm/damon/core: commit damos->target_nid
Bijan Tabatabai
1
-0
/
+1
2025-07-19
mm, vmstat: remove the NR_WRITEBACK_TEMP node_stat_item counter
Vlastimil Babka
3
-6
/
+1
[prev]
[next]