linux-block.git
2025-05-13 Luiz Capitulinomm: kmemleak: mark variables as __read_mostly
2025-05-13 Luiz Capitulinomm: kmemleak: drop wrong comment
2025-05-13 Luiz Capitulinomm: kmemleak: drop kmemleak_warning variable
2025-05-13 Shivank Gargjfs: implement migrate_folio for jfs_metapage_aops
2025-05-13 Shivank Gargmm: add folio_expected_ref_count() for reference count...
2025-05-13 Andy Shevchenkoutil_macros.h: make the header more resilient
2025-05-13 Libo Chensched/numa: add tracepoint that tracks the skipping...
2025-05-13 Libo Chensched/numa: skip VMA scanning on memory pinned to one...
2025-05-13 Peter Xumm/selftests: add a test to verify mmap_changing race...
2025-05-13 Lance Yangmm/rmap: inline folio_test_large_maybe_mapped_shared...
2025-05-13 Su Huimm/damon/sysfs-schemes: use kmalloc_array() and size_add()
2025-05-13 Pedro Falcatomm: workingset: simplify lockdep check in update_node
2025-05-13 David Woodhousemm/mm_init: use for_each_valid_pfn() in init_unavailabl...
2025-05-13 David Woodhousemm: use for_each_valid_pfn() in memory_hotplug
2025-05-13 David Woodhousemm, x86: use for_each_valid_pfn() from __ioremap_check_...
2025-05-13 David Woodhousemm, PM: use for_each_valid_pfn() in kernel/power/snapshot.c
2025-05-13 David Woodhousemm: implement for_each_valid_pfn() for CONFIG_SPARSEMEM
2025-05-13 David Woodhousemm: implement for_each_valid_pfn() for CONFIG_FLATMEM
2025-05-13 David Woodhousemm: introduce for_each_valid_pfn() and use it from...
2025-05-13 Mike Rapoport... Documentation: KHO: add memblock bindings
2025-05-13 Alexander GrafDocumentation: add documentation for KHO
2025-05-13 Alexander Grafmemblock: add KHO support for reserve_mem
2025-05-13 Alexander Grafx86/Kconfig: enable kexec handover for 64 bits
2025-05-13 Alexander Grafx86/boot: make sure KASLR does not step over KHO preser...
2025-05-13 Alexander Grafx86/e820: temporarily enable KHO scratch for memory...
2025-05-13 Alexander Grafx86/kexec: add support for passing kexec handover ...
2025-05-13 Mike Rapoport... x86/setup: use memblock_reserve_kern for memory used...
2025-05-13 Alexander Grafarm64: add KHO support
2025-05-13 Alexander Grafkexec: add config option for KHO
2025-05-13 Alexander Grafkexec: add KHO support to kexec file loads
2025-05-13 Mike Rapoport... kexec: enable KHO support for memory preservation
2025-05-13 Alexander Grafkexec: add KHO parsing support
2025-05-13 Alexander Grafkexec: add Kexec HandOver (KHO) generation helpers
2025-05-13 Mike Rapoport... memblock: introduce memmap_init_kho_scratch()
2025-05-13 Alexander Grafmemblock: add support for scratch memory
2025-05-13 Mike Rapoport... memblock: add MEMBLOCK_RSRV_KERN flag
2025-05-13 Fan Nikhugepaged: pass folio instead of head page to trace...
2025-05-13 Ye Liumm/numa: remove unnecessary local variable in alloc_nod...
2025-05-13 Ye Liumm/debug_page_alloc: improve error message for invalid...
2025-05-13 Ye Liumm/io-mapping: precompute remap protection flags for...
2025-05-13 Siddarth Gselftests/mm: use long for dwRegionSize
2025-05-13 Cheng-Han Wumm: remove unused macro INIT_PASID
2025-05-13 Ye Liumm/rmap: fix typo in comment in page_address_in_vma
2025-05-13 Ye Liumm/rmap: rename page__anon_vma to anon_vma for consistency
2025-05-13 Zhongkun Hemm: use SWAPPINESS_ANON_ONLY in MGLRU
2025-05-13 Zhongkun Hemm: add max swappiness arg to lru_gen for anonymous...
2025-05-13 Zhongkun Hemm: vmscan: add more comments about cache_trim_mode
2025-05-13 Zhongkun Hemm: add swappiness=max arg to memory.reclaim for only...
2025-05-13 Shakeel Buttmemcg-introduce-non-blocking-limit-setting-option-v3
2025-05-13 Shakeel Buttmemcg: introduce non-blocking limit setting option
2025-05-13 Frank van der... mm/hugetlb: use separate nodemask for bootmem allocations
2025-05-13 Huan Yangmm/memcg: use kmem_cache when alloc memcg pernode info
2025-05-13 Huan Yangmm/memcg: use kmem_cache when alloc memcg
2025-05-13 Huan Yangmm/memcg: move mem_cgroup_init() ahead of cgroup_init()
2025-05-13 Gavin Guomm/huge_memory: remove useless folio pointers passing
2025-05-13 Gavin Guomm/huge_memory: adjust try_to_migrate_one() and split_h...
2025-05-13 Gregory Pricevmscan,cgroup: apply mems_effective to reclaim
2025-05-13 Gregory Pricecpuset: rename cpuset_node_allowed to cpuset_current_no...
2025-05-13 Mike Rapoport... execmem: enforce allocation size aligment to PAGE_SIZE
2025-05-13 Baoquan Hemm/vmalloc.c: return explicit error value in alloc_vmap...
2025-05-13 Baoquan Hemm/vmalloc: optimize function vm_unmap_aliases()
2025-05-13 Baoquan Hemm/vmalloc.c: optimize code in decay_va_pool_node(...
2025-05-13 Baoquan Hemm/vmalloc.c: find the vmap of vmap_nodes in reverse...
2025-05-13 Baoquan Hemm/vmalloc.c: change purge_ndoes as local static variable
2025-05-13 Christoph Lameter... Update Christoph's Email address and make it consistent
2025-05-13 Prabhav Kumar... mm: fix typos in comments in mm_init.c
2025-05-13 SeongJae Parksamples/damon: implement a DAMON module for memory...
2025-05-13 SeongJae ParkDocs/ABI/damon: document nid file
2025-05-13 SeongJae ParkDocs/admin-guide/mm/damon/usage: document 'nid' file
2025-05-13 SeongJae ParkDocs/mm/damon/design: document node_mem_{used,free}_bp
2025-05-13 SeongJae Parkmm/damon/sysfs-schemes: connect damos_quota_goal nid...
2025-05-13 SeongJae Parkmm/damon/sysfs-schemes: implement file for quota goal...
2025-05-13 SeongJae Parkmm/damon/core: introduce damos quota goal metrics for...
2025-05-12 Rakie Kimmm/mempolicy: support memory hotplug in weighted interleave
2025-05-12 Rakie Kimmm/mempolicy: prepare weighted interleave sysfs for...
2025-05-12 Rakie Kimmm/mempolicy: fix memory leaks in weighted interleave...
2025-05-12 Chen Nimm: memcontrol: remove unnecessary NULL check before...
2025-05-12 Uladzislau... vmalloc: align nr_vmalloc_pages and vmap_lazy_nr
2025-05-12 Uladzislau... MAINTAINERS: add test_vmalloc.c to VMALLOC section
2025-05-12 Uladzislau... lib/test_vmalloc.c: allow built-in execution
2025-05-12 Uladzislau... lib/test_vmalloc.c: replace RWSEM to SRCU for setup
2025-05-12 Sergey SenozhatskyDocumentation: zram: update IDLE pages tracking documen...
2025-05-12 Dev Jainmempolicy: optimize queue_folios_pte_range by PTE batching
2025-05-12 Lorenzo Stoakesmm: move mmap/vma locking logic into specific files
2025-05-12 Shakeel Buttmemcg: multi-memcg percpu charge cache
2025-05-12 Fan Nimm: convert free_page_and_swap_cache() to free_folio_an...
2025-05-12 gaoxumm: add nr_free_highatomic in show_free_areas
2025-05-12 Hao Gemm/vmscan: modify the assignment logic of the scan...
2025-05-12 Enze Lisamples/damon/prcl: fix a comment typo
2025-05-12 Baoquan Hemm/gup: clean up codes in fault_in_xxx() functions
2025-05-12 Baoquan Hemm/gup: remove gup_fast_pgd_leaf() and clean up the...
2025-05-12 Baoquan Hemm/gup: remove unneeded checking in follow_page_pte()
2025-05-12 Oscar Salvadormm,hugetlb: allocate frozen pages in alloc_buddy_hugetl...
2025-05-12 Uladzislau... vmalloc: use atomic_long_add_return_relaxed()
2025-05-12 Oscar Salvadormm, hugetlb: avoid passing a null nodemask when there...
2025-05-12 Enze Liselftests/damon: remove the remaining test scripts...
2025-05-12 Shakeel Buttmemcg: optimize memcg_rstat_updated
2025-05-12 Donet Tomselftests/mm: restore default nr_hugepages value during...
2025-05-12 Sidhartha Kumarmaple_tree: reorder mas->store_type case statements
2025-05-12 Sidhartha Kumarmaple_tree: add sufficient height
next