platform/kernel/linux-starfive.git
2022-07-18 Yang Shimm: khugepaged: reorg some khugepaged helpers
2022-07-18 Yang Shimm: thp: kill __transhuge_page_enabled()
2022-07-18 Yang Shimm: thp: kill transparent_hugepage_active()
2022-07-18 Yang Shimm: khugepaged: better comments for anon vma check...
2022-07-18 Yang Shimm: thp: consolidate vma size check to transhuge_vma_su...
2022-07-18 Yang Shimm: khugepaged: check THP flag in hugepage_vma_check()
2022-07-18 Shiyang Ruanxfs: add dax dedupe support
2022-07-18 Shiyang Ruanxfs: support CoW in fsdax mode
2022-07-18 Shiyang Ruanfsdax: dedup file range to use a compare function
2022-07-18 Shiyang Ruanfsdax: add dax_iomap_cow_copy() for dax zero
2022-07-18 Shiyang Ruanfsdax: replace mmap entry in case of CoW
2022-07-18 Shiyang Ruanfsdax: introduce dax_iomap_cow_copy()
2022-07-18 Shiyang Ruanfsdax: output address in dax_iomap_pfn() and rename it
2022-07-18 Shiyang Ruanfsdax: set a CoW flag when associate reflink mappings
2022-07-18 Shiyang Ruanxfs: implement ->notify_failure() for XFS
2022-07-18 Shiyang Ruanmm: introduce mf_dax_kill_procs() for fsdax case
2022-07-18 Shiyang Ruanfsdax: introduce dax_lock_mapping_entry()
2022-07-18 Shiyang Ruanpagemap,pmem: introduce ->memory_failure()
2022-07-18 Shiyang Ruanmm: factor helpers for memory_failure_dev_pagemap
2022-07-18 Shiyang Ruandax: introduce holder for dax_device
2022-07-18 Alex Sierratools: add selftests to hmm for COW in device memory
2022-07-18 Alex Sierratools: add hmm gup tests for device coherent type
2022-07-18 Alex Sierratools: update test_hmm script to support SP config
2022-07-18 Alex Sierratools: update hmm-test to support device coherent type
2022-07-18 Alex Sierralib: add support for device coherent type in test_hmm
2022-07-18 Alex Sierralib: test_hmm add module param for zone device type
2022-07-18 Alex Sierralib: test_hmm add ioctl to get zone device type
2022-07-18 Alex Sierradrm/amdkfd: add SPM support for SVM
2022-07-18 Alistair Popplemm/gup: migrate device coherent pages when pinning...
2022-07-18 Alex Sierramm: add device coherent vma selection for memory migration
2022-07-18 Alex Sierramm: handling Non-LRU pages returned by vm_normal_pages
2022-07-18 Alex Sierramm: add zone device coherent type memory support
2022-07-18 Alex Sierramm: move page zone helpers from mm.h to mmzone.h
2022-07-18 Alex Sierramm: rename is_pinnable_page() to is_longterm_pinnable_p...
2022-07-18 Kalpana Shettyselftests/vm: add protection_keys tests to run_vmtests
2022-07-18 SeongJae Parkmm/damon/lru_sort: fix potential memory leak in damon_l...
2022-07-04 Adam Sindelarselftests/vm: only run 128TBswitch with 5-level paging
2022-07-04 Miaohe Linmm/khugepaged: try to free transhuge swapcache when...
2022-07-04 Miaohe Linmm/khugepaged: remove unneeded return value of khugepag...
2022-07-04 Miaohe Linmm/khugepaged: use helper macro __ATTR_RW
2022-07-04 Miaohe Linmm/khugepaged: minor cleanup for collapse_file
2022-07-04 Miaohe Linmm/khugepaged: trivial typo and codestyle cleanup
2022-07-04 Miaohe Linmm/khugepaged: stop swapping in page when VM_FAULT_RETR...
2022-07-04 Miaohe Linmm/khugepaged: remove unneeded shmem_huge_enabled(...
2022-07-04 XueBing Chenmm: sparsemem: drop unexpected word 'a' in comments
2022-07-04 Qi Zhengmm: hugetlb: kill set_huge_swap_pte_at()
2022-07-04 Yang Yangmm/page_alloc: make the annotations of available memory...
2022-07-04 Sergey Senozhatskyzram: do not lookup algorithm in backends table
2022-07-04 Yun-Ze Limm, docs: fix comments that mention mem_hotplug_end()
2022-07-04 Vincent Whitchurchmm/smaps: add Pss_Dirty
2022-07-04 Baolin Wangmm: rmap: simplify the hugetlb handling when unmapping...
2022-07-04 Miaohe Linmm/madvise: minor cleanup for swapin_walk_pmd_entry()
2022-07-04 Muchun Songmm: hugetlb: remove minimum_order variable
2022-07-04 Muchun Songmm: memory_hotplug: make hugetlb_optimize_vmemmap compa...
2022-07-04 Muchun Songmm: memory_hotplug: enumerate all supported section...
2022-07-04 Matthew Wilcox... mm/swap: convert __delete_from_swap_cache() to a folio
2022-07-04 Matthew Wilcox... mm/swap: convert delete_from_swap_cache() to take a...
2022-07-04 Matthew Wilcox... mm: convert page_swap_flags to folio_swap_flags
2022-07-04 Matthew Wilcox... mm: convert destroy_compound_page() to destroy_large_fo...
2022-07-04 Matthew Wilcox... mm/swap: convert __page_cache_release() to use a folio
2022-07-04 Matthew Wilcox... mm/swap: convert __put_compound_page() to __folio_put_l...
2022-07-04 Matthew Wilcox... mm/swap: convert __put_single_page() to __folio_put_small()
2022-07-04 Matthew Wilcox... mm/swap: convert __put_page() to __folio_put()
2022-07-04 Matthew Wilcox... mm/swap: convert put_pages_list to use folios
2022-07-04 Matthew Wilcox... mm/swap: convert release_pages to use a folio internally
2022-07-04 Matthew Wilcox... mm/swap: convert try_to_free_swap to use a folio
2022-07-04 Matthew Wilcox... mm/swap: optimise lru_add_drain_cpu()
2022-07-04 Matthew Wilcox... mm/swap: pull the CPU conditional out of __lru_add_drai...
2022-07-04 Matthew Wilcox... mm/swap: rename lru_pvecs to cpu_fbatches
2022-07-04 Matthew Wilcox... mm/swap: convert activate_page to a folio_batch
2022-07-04 Matthew Wilcox... mm/swap: convert lru_lazyfree to a folio_batch
2022-07-04 Matthew Wilcox... mm/swap: convert lru_deactivate to a folio_batch
2022-07-04 Matthew Wilcox... mm/swap: convert lru_deactivate_file to a folio_batch
2022-07-04 Matthew Wilcox... mm/swap: convert lru_add to a folio_batch
2022-07-04 Matthew Wilcox... mm/swap: make __pagevec_lru_add static
2022-07-04 Matthew Wilcox... mm/swap: add folio_batch_move_lru()
2022-07-04 Matthew Wilcox... mm: add folios_put()
2022-07-04 Matthew Wilcox... mm/vmscan: convert reclaim_pages() to use a folio
2022-07-04 Matthew Wilcox... mm/vmscan: convert shrink_active_list() to use a folio
2022-07-04 Matthew Wilcox... mm/vmscan: convert move_pages_to_lru() to use a folio
2022-07-04 Matthew Wilcox... mm/vmscan: convert isolate_lru_pages() to use a folio
2022-07-04 Matthew Wilcox... mm/vmscan: convert reclaim_clean_pages_from_list()...
2022-07-04 David Hildenbrandmm/mprotect: try avoiding write faults for exclusive...
2022-07-04 Edward Liawuserfaultfd: selftests: infinite loop in faulting_process
2022-07-04 SeongJae ParkDocs/admin-guide/damon: add a document for DAMON_LRU_SORT
2022-07-04 SeongJae Parkmm/damon: introduce DAMON-based LRU-lists Sorting
2022-07-04 SeongJae ParkDocs/admin-guide/damon/sysfs: document 'LRU_DEPRIO...
2022-07-04 SeongJae Parkmm/damon/schemes: add 'LRU_DEPRIO' action
2022-07-04 SeongJae ParkDocs/admin-guide/damon/sysfs: document 'LRU_PRIO' schem...
2022-07-04 SeongJae Parkmm/damon/schemes: add 'LRU_PRIO' DAMOS action
2022-07-04 SeongJae Parkmm/damon/paddr: use a separate function for 'DAMOS_PAGE...
2022-07-04 SeongJae Parkmm/damon/dbgfs: add and use mappings between 'schemes...
2022-07-04 Miaohe Linmm/swap: remove swap_cache_info statistics
2022-07-04 Miaohe Linmm/swapfile: fix possible data races of inuse_pages
2022-07-04 Uladzislau... lib/test_vmalloc: switch to prandom_u32()
2022-07-04 Uladzislau... mm/vmalloc: extend __find_vmap_area() with one more...
2022-07-04 Uladzislau... mm/vmalloc: initialize VA's list node after unlink
2022-07-04 Uladzislau... mm/vmalloc: extend __alloc_vmap_area() with extra arguments
2022-07-04 Uladzislau... mm/vmalloc: make link_va()/unlink_va() common to differ...
2022-07-04 Roman Gushchinmm: shrinkers: add scan interface for shrinker debugfs
next