sfrench/cifs-2.6.git
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...
2024-02-22 Breno Leitaoselftests/mm: run_vmtests.sh: add hugetlb_madv_vs_map
2024-02-22 Breno Leitaomm/hugetlb: restore the reservation if needed
2024-02-22 Paul Heidekrügerkasan: add atomic tests
2024-02-22 Christophe... mm: reduce dependencies on <linux/kernel.h>
2024-02-22 T.J. Merciermm: memcg: use larger batches for proactive reclaim
2024-02-22 Yajun Dengmm/mmap: pass vma to vma_merge()
2024-02-22 Breno Leitaoselftests/mm: run_vmtests.sh: add hugetlb test category
2024-02-22 David Hildenbrandmm/memory: ignore writable bit in folio_pte_batch()
2024-02-22 David Hildenbrandmm/memory: ignore dirty/accessed/soft-dirty bits in...
2024-02-22 David Hildenbrandmm/memory: optimize fork() with PTE-mapped THP
2024-02-22 David Hildenbrandmm/memory: pass PTE to copy_present_pte()
2024-02-22 David Hildenbrandmm/memory: factor out copying the actual PTE in copy_pr...
2024-02-22 David Hildenbrandpowerpc/mm: use pte_next_pfn() in set_ptes()
2024-02-22 David Hildenbrandarm/mm: use pte_next_pfn() in set_ptes()
2024-02-22 David Hildenbrandmm/pgtable: make pte_next_pfn() independent of set_ptes()
2024-02-22 David Hildenbrandsparc/pgtable: define PFN_PTE_SHIFT
2024-02-22 David Hildenbrands390/pgtable: define PFN_PTE_SHIFT
2024-02-22 David Hildenbrandriscv/pgtable: define PFN_PTE_SHIFT
2024-02-22 David Hildenbrandpowerpc/pgtable: define PFN_PTE_SHIFT
2024-02-22 David Hildenbrandnios2/pgtable: define PFN_PTE_SHIFT
2024-02-22 David Hildenbrandarm/pgtable: define PFN_PTE_SHIFT
2024-02-22 Ryan Robertsarm64/mm: make set_ptes() robust when OAs cross 48...
2024-02-22 Hao Gemm/vmscan: change the type of file from int to bool
next