platform/kernel/linux-rpi.git
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
2022-07-04 Roman Gushchintools: add memcg_shrinker.py
2022-07-04 Roman Gushchinmm: docs: document shrinker debugfs
2022-07-04 Roman Gushchinmm: shrinkers: provide shrinkers with names
2022-07-04 Roman Gushchinmm: shrinkers: introduce debugfs interface for memory...
2022-07-04 Roman Gushchinmm: memcontrol: introduce mem_cgroup_ino() and mem_cgro...
2022-07-04 Tianyu Limm/mempolicy: fix get_nodes out of bound access
2022-07-04 Baolin Wangmm/hugetlb: remove unnecessary huge_ptep_set_access_fla...
2022-07-04 Andrey Konovalovkasan: fix zeroing vmalloc memory with HW_TAGS
2022-07-04 Andrey Konovalovmm: introduce clear_highpage_kasan_tagged
2022-07-04 Andrey Konovalovmm: rename kernel_init_free_pages to kernel_init_pages
2022-07-04 SeongJae Parkmm/damon/reclaim: add 'damon_reclaim_' prefix to 'enabl...
2022-07-04 SeongJae Parkmm/damon/reclaim: make 'enabled' checking timer simpler
2022-07-04 SeongJae Parkmm/damon/sysfs: deduplicate inputs applying
2022-07-04 SeongJae Parkmm/damon/reclaim: deduplicate 'commit_inputs' handling
2022-07-04 SeongJae Parkmm/damon/{dbgfs,sysfs}: move target_has_pid() from...
2022-07-04 SeongJae ParkDocs/admin-guide/damon/reclaim: remove a paragraph...
2022-07-04 Miaohe Linmm/migration: fix potential pte_unmap on an not mapped pte
2022-07-04 Miaohe Linmm/migration: return errno when isolate_huge_page failed
2022-07-04 Miaohe Linmm/migration: remove unneeded lock page and PageMovable...
2022-07-04 Yang Shimm/page_vma_mapped.c: check possible huge PMD map with...
2022-07-04 Yang Shimm: rmap: use the correct parameter name for DEFINE_PAG...
2022-06-27 Mike Rapoportdocs: rename Documentation/vm to Documentation/mm
2022-06-27 akpmMerge branch 'master' into mm-stable
2022-06-26 Linus TorvaldsLinux 5.19-rc4
2022-06-26 Linus TorvaldsMerge tag 'soc-fixes-5.19' of git://git./linux/kernel...
2022-06-26 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2022-06-26' of git:/...
2022-06-26 Linus TorvaldsMerge tag 'perf-tools-fixes-for-v5.19-2022-06-26' of...
next