sfrench/cifs-2.6.git
2024-02-24 Andrew Mortonmerge mm-hotfixes-stable into mm-nonmm-stable to pick...
2024-02-24 Aneesh Kumar... mm/debug_vm_pgtable: fix BUG_ON with pud advanced test
2024-02-24 Nhat Phammm: cachestat: fix folio read-after-free in cache walk
2024-02-24 Lorenzo StoakesMAINTAINERS: add memory mapping entry with reviewers
2024-02-24 Byungchul Parkmm/vmscan: fix a bug calling wakeup_kswapd() with a...
2024-02-24 Marco Elverkasan: revert eviction of stack traces in generic mode
2024-02-24 Marco Elverstackdepot: use variable size records for non-evictable...
2024-02-22 SeongJae ParkDocs/admin-guide/mm/damon/usage: fix wrong quotas diabl...
2024-02-22 SeongJae ParkDocs/mm/damon: move monitoring target regions setup...
2024-02-22 SeongJae ParkDocs/mm/damon: move DAMON operation sets list from...
2024-02-22 SeongJae ParkDocs/mm/damon: move the list of DAMOS actions to design doc
2024-02-22 SeongJae ParkDocs/mm/damon/maintainer-profile: fix reference links...
2024-02-22 Lokesh Gidrauserfaultfd: use per-vma locks in userfaultfd operations
2024-02-22 Lokesh Gidramm: add vma_assert_locked() for !CONFIG_PER_VMA_LOCK
2024-02-22 Lokesh Gidrauserfaultfd: protect mmap_changing with rw_sem in userf...
2024-02-22 Lokesh Gidrauserfaultfd: move userfaultfd_ctx struct to header...
2024-02-22 Juntong Dengkasan: increase the number of bits to shift when record...
2024-02-22 Matthew Wilcox... rmap: replace two calls to compound_order with folio_order
2024-02-22 Mathieu Desnoyersdax: fix incorrect list of data cache aliasing architec...
2024-02-22 Mathieu DesnoyersIntroduce cpu_dcache_is_aliasing() across all architectures
2024-02-22 Mathieu Desnoyersdax: check for data cache aliasing at runtime
2024-02-22 Mathieu Desnoyersvirtio: treat alloc_dax() -EOPNOTSUPP failure as non...
2024-02-22 Mathieu Desnoyersdcssblk: handle alloc_dax() -EOPNOTSUPP failure
2024-02-22 Mathieu Desnoyersdm: treat alloc_dax() -EOPNOTSUPP failure as non-fatal
2024-02-22 Mathieu Desnoyersnvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure...
2024-02-22 Mathieu Desnoyersdax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG...
2024-02-22 Mathieu Desnoyersdax: add empty static inline for CONFIG_DAX=n
2024-02-22 Mathieu Desnoyersnvdimm/pmem: fix leak on dax_add_host() failure
2024-02-22 Ryan Robertsarm64/mm: automatically fold contpte mappings
2024-02-22 Ryan Robertsarm64/mm: __always_inline to improve fork() perf
2024-02-22 Ryan Robertsarm64/mm: implement pte_batch_hint()
2024-02-22 Ryan Robertsmm: add pte_batch_hint() to reduce scanning in folio_pt...
2024-02-22 Ryan Robertsarm64/mm: implement new [get_and_]clear_full_ptes(...
2024-02-22 Ryan Robertsarm64/mm: implement new wrprotect_ptes() batch API
2024-02-22 Ryan Robertsarm64/mm: wire up PTE_CONT for user mappings
2024-02-22 Ryan Robertsarm64/mm: dplit __flush_tlb_range() to elide trailing DSB
2024-02-22 Ryan Robertsarm64/mm: new ptep layer to manage contig bit
2024-02-22 Ryan Robertsarm64/mm: convert ptep_clear() to ptep_get_and_clear()
2024-02-22 Ryan Robertsarm64/mm: convert set_pte_at() to set_ptes(..., 1)
2024-02-22 Ryan Robertsarm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)
2024-02-22 Ryan Robertsmm: tidy up pte_next_pfn() definition
2024-02-22 Ryan Robertsx86/mm: convert pte_next_pfn() to pte_advance_pfn()
2024-02-22 Ryan Robertsarm64/mm: convert pte_next_pfn() to pte_advance_pfn()
2024-02-22 Ryan Robertsmm: introduce pte_advance_pfn() and use for pte_next_pfn()
2024-02-22 Ryan Robertsmm: thp: batch-collapse PMD with set_ptes()
2024-02-22 Ryan Robertsmm: clarify the spec for set_ptes()
2024-02-22 David Hildenbrandmm/memory: optimize unmap/zap with PTE-mapped THP
2024-02-22 David Hildenbrandmm/mmu_gather: improve cond_resched() handling with...
2024-02-22 David Hildenbrandmm/mmu_gather: add __tlb_remove_folio_pages()
2024-02-22 David Hildenbrandmm/mmu_gather: add tlb_remove_tlb_entries()
2024-02-22 David Hildenbrandmm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAP
2024-02-22 David Hildenbrandmm/mmu_gather: pass "delay_rmap" instead of encoded...
2024-02-22 David Hildenbrandmm/memory: factor out zapping folio pte into zap_presen...
2024-02-22 David Hildenbrandmm/memory: further separate anon and pagecache folio...
2024-02-22 David Hildenbrandmm/memory: handle !page case in zap_present_pte() separ...
2024-02-22 David Hildenbrandmm/memory: factor out zapping of present pte into zap_p...
2024-02-22 Nhat Phamselftests: add zswapin and no zswap tests
2024-02-22 Nhat Phamselftests: fix the zswap invasive shrink test
2024-02-22 Nhat Phamselftests: zswap: add zswap selftest file to zswap...
2024-02-22 Baolin Wangmm: compaction: limit the suitable target page order...
2024-02-22 Barry Songzram: do not allocate physically contiguous strm buffers
2024-02-22 Anshuman Khandualmm/hugetlb: move page order check inside hugetlb_cma_re...
2024-02-22 Kinsey Homm/mglru: improve swappiness handling
2024-02-22 Kinsey Homm/mglru: improve struct lru_gen_mm_walk
2024-02-22 Kinsey Homm/mglru: improve reset_mm_stats()
2024-02-22 Kinsey Homm/mglru: improve should_run_aging()
2024-02-22 Kinsey Homm/mglru: drop unused parameter
2024-02-22 Arnd Bergmannkasan/test: avoid gcc warning for intentional overflow
2024-02-22 Vlastimil Babkamm: document memalloc_noreclaim_save() and memalloc_pin...
2024-02-22 Chengming Zhoumm/zswap: optimize and cleanup the invalidation of...
2024-02-22 Mark Brownselftests/mm: log a consistent test name for check_comp...
2024-02-22 Mark Brownselftests/mm: log skipped compaction test as a skip
2024-02-22 Kefeng Wangmm: compaction: refactor compact_node()
2024-02-22 Anshuman Khandualmm/cma: add sysfs file 'release_pages_success'
2024-02-22 SeongJae Parkselftests/damon/_chk_dependency: get debugfs mount...
2024-02-22 SeongJae Parkselftests/damon: add a test for the pid leak of dbgfs_t...
2024-02-22 SeongJae Parkselftests/damon: add a test for a race between target_i...
2024-02-22 SeongJae Parkselftests/damon: add a test for DAMOS apply intervals
2024-02-22 SeongJae Parkselftests/damon: add a test for DAMOS quota
2024-02-22 SeongJae Parkselftests/damon/_damon_sysfs: support DAMOS apply interval
2024-02-22 SeongJae Parkselftests/damon/_damon_sysfs: support DAMOS stats
2024-02-22 SeongJae Parkselftests/damon/_damon_sysfs: support DAMOS quota
2024-02-22 John Grovesmemremap.h: correct an error in a comment
2024-02-22 Mark-PK Tsaizram: use copy_page for full page copy
2024-02-22 Li Zhijianmm/demotion: print demotion targets
2024-02-22 SeongJae Parkmm/damon/sysfs: handle 'state' file inputs for every...
2024-02-22 Baolin Wangmm: hugetlb: improve the handling of hugetlb allocation...
2024-02-22 Paul Gofmanmm/migrate: preserve exact soft-dirty state
2024-02-22 Chengming Zhoumm/zswap: zswap entry doesn't need refcount anymore
2024-02-22 Chengming Zhoumm/zswap: only support zswap_exclusive_loads_enabled
2024-02-22 Chengming Zhoumm/zswap: remove duplicate_entry debug value
2024-02-22 Chengming Zhoumm/zswap: stop lru list shrinking when encounter warm...
2024-02-22 Chengming Zhoumm/zswap: invalidate zswap entry when swap entry free
2024-02-22 Chengming Zhoumm/zswap: add more comments in shrink_memcg_cb()
2024-02-22 Ricardo B.... memory tier: make memory_tier_subsys const
2024-02-22 Hao Gemm/vmscan: make too_many_isolated return bool
2024-02-22 Anshuman Khandualmm/cma: make MAX_CMA_AREAS = CONFIG_CMA_AREAS
2024-02-22 Anshuman Khandualmm/cma: drop CONFIG_CMA_DEBUG
2024-02-22 Tiezhu Yangkasan: rename test_kasan_module_init to kasan_test_modu...
2024-02-22 Tiezhu Yangkasan: docs: update descriptions about test file and...
next