x86: sme_populate_pgd() use pte_offset_kernel()
[platform/kernel/linux-starfive.git] / mm /
2023-06-19 Yosry Ahmedmm: zswap: support exclusive loads
2023-06-19 Haifeng Xumm/mm_init.c: remove reset_node_present_pages()
2023-06-19 Haifeng Xumm/memory_hotplug: remove reset_node_managed_pages...
2023-06-19 Roberto Sassushmem: use ramfs_kill_sb() for kill_sb method of ramfs...
2023-06-19 Haifeng Xumm/mm_init.c: drop 'nid' parameter from check_for_memory()
2023-06-19 Yajun Dengmm/sparse: remove unused parameters in sparse_remove_se...
2023-06-19 ZhangPengmm/hugetlb: use a folio in hugetlb_fault()
2023-06-19 ZhangPengmm/hugetlb: use a folio in hugetlb_wp()
2023-06-19 ZhangPengmm/hugetlb: use a folio in copy_hugetlb_page_range()
2023-06-19 Miaohe Linmemory tier: remove unneeded disable_all_demotion_targe...
2023-06-19 Miaohe Linmm: vmscan: mark kswapd_run() and kswapd_stop() __meminit
2023-06-19 Zhaoyang Huangmm: skip CMA pages when they are not available
2023-06-19 Johannes Weinermm: page_isolation: write proper kerneldoc
2023-06-09 Lorenzo Stoakesmm/gup: disallow FOLL_LONGTERM GUP-fast writing to...
2023-06-09 Lorenzo Stoakesmm/gup: disallow FOLL_LONGTERM GUP-nonfast writing...
2023-06-09 Lorenzo Stoakesmm/mmap: separate writenotify and dirty tracking logic
2023-06-09 Liam Nimm/early_ioremap.c: improve the execution efficiency...
2023-06-09 Miaohe Linmemcg: use helper macro FLUSH_TIME
2023-06-09 Miaohe Linmm: page_alloc: remove unneeded header files
2023-06-09 Ryan Robertsmm: fix failure to unmap pte on highmem systems
2023-06-09 Ryan Robertsmm/damon/ops-common: refactor to use {pte|pmd}p_clear_y...
2023-06-09 Ryan Robertsmm/damon/ops-common: atomically test and clear young...
2023-06-09 Ryan Robertsmm: vmalloc must set pte via arch code
2023-06-09 Marcelo Tosattivmstat: allow_direct_reclaim should use zone_page_state...
2023-06-09 Christoph Hellwigfs: factor out a direct_write_fallback helper
2023-06-09 Christoph Hellwigfilemap: add a kiocb_invalidate_post_direct_write helper
2023-06-09 Christoph Hellwigfilemap: add a kiocb_invalidate_pages helper
2023-06-09 Christoph Hellwigfilemap: add a kiocb_write_and_wait helper
2023-06-09 Christoph Hellwigfilemap: update ki_pos in generic_perform_write
2023-06-09 Christoph Hellwigbacking_dev: remove current->backing_dev_info
2023-06-09 Domenico Cerasuolomm: zswap: shrink until can accept
2023-06-09 Haifeng Xumm/mm_init.c: move set_pageblock_order() to free_area_i...
2023-06-09 Xin Haomm: khugepaged: avoid pointless allocation for "struct...
2023-06-09 Tetsuo Handamm/page_alloc: don't wake kswapd from rmqueue() unless...
2023-06-09 Haifeng Xumm/mm_init.c: remove free_area_init_memoryless_node()
2023-06-09 Yin FengweiTHP: avoid lock when check whether THP is in deferred...
2023-06-09 Huang Yingswap: comments get_swap_device() with usage rule
2023-06-09 Huang Yingswap: remove get/put_swap_device() in __swap_duplicate()
2023-06-09 Huang Yingswap: remove __swp_swapcount()
2023-06-09 Huang Yingswap, __read_swap_cache_async(): enlarge get/put_swap_d...
2023-06-09 Huang Yingswap: remove get/put_swap_device() in __swap_count()
2023-06-09 Haifeng Xumm/mm_init.c: do not calculate zone_start_pfn/zone_end_...
2023-06-09 Haifeng Xumm/mm_init.c: introduce reset_memoryless_node_totalpages()
2023-06-09 Kalesh SinghMulti-gen LRU: fix workingset accounting
2023-06-09 Lars R. Damerowmm/memcontrol: export memcg.swap watermark via sysfs...
2023-06-09 Tu Jinjiangmm: shmem: fix UAF bug in shmem_show_options()
2023-06-09 Baolin Wangmm: compaction: skip fast freepages isolation if enough...
2023-06-09 Baolin Wangmm: compaction: add trace event for fast freepages...
2023-06-09 Baolin Wangmm: compaction: only set skip flag if cc->no_set_skip_h...
2023-06-09 Baolin Wangmm: compaction: skip more fully scanned pageblock
2023-06-09 Baolin Wangmm: compaction: change fast_isolate_freepages() to...
2023-06-09 Baolin Wangmm: compaction: drop the redundant page validation...
2023-06-09 Thomas Gleixnermm/vmalloc: dont purge usable blocks unnecessarily
2023-06-09 Thomas Gleixnermm/vmalloc: add missing READ/WRITE_ONCE() annotations
2023-06-09 Thomas Gleixnermm/vmalloc: check free space in vmap_block lockless
2023-06-09 Thomas Gleixnermm/vmalloc: prevent flushing dirty space over and over
2023-06-09 Thomas Gleixnermm/vmalloc: avoid iterating over per CPU vmap blocks...
2023-06-09 Thomas Gleixnermm/vmalloc: prevent stale TLBs in fully utilized blocks
2023-06-09 T.J. Alumbaughmm: multi-gen LRU: cleanup lru_gen_test_recent()
2023-06-09 T.J. Alumbaughmm: multi-gen LRU: add helpers in page table walks
2023-06-09 T.J. Alumbaughmm: multi-gen LRU: cleanup lru_gen_soft_reclaim()
2023-06-09 T.J. Alumbaughmm: multi-gen LRU: use macro for bitmap
2023-06-09 Haifeng Xumm/memcontrol: fix typo in comment
2023-06-09 Andrew Mortonmm/mlock: rename mlock_future_check() to mlock_future_ok()
2023-06-09 Lorenzo Stoakesmm/mmap: refactor mlock_future_check()
2023-06-09 Johannes Weinermm: compaction: avoid GFP_NOFS ABBA deadlock
2023-06-09 Johannes Weinermm: compaction: have compaction_suitable() return bool
2023-06-09 Johannes Weinermm: compaction: drop redundant watermark check in compa...
2023-06-09 Johannes Weinermm: compaction: remove unnecessary is_via_compact_memor...
2023-06-09 Johannes Weinermm: compaction: refactor __compaction_suitable()
2023-06-09 Johannes Weinermm: compaction: simplify should_compact_retry()
2023-06-09 Johannes Weinermm: compaction: remove compaction result helpers
2023-06-09 Tom Rixmm: page_alloc: set sysctl_lowmem_reserve_ratio storage...
2023-06-09 Liam R. Howlettmm: avoid rewalk in mmap_region
2023-06-09 Liam R. Howlettmm/mmap: change do_vmi_align_munmap() for maple tree...
2023-06-09 Liam R. Howlettmm: update vma_iter_store() to use MAS_WARN_ON()
2023-06-09 Liam R. Howlettmm: update validate_mm() to use vma iterator
2023-06-09 Liam R. Howlettmaple_tree: add format option to mt_dump()
2023-06-09 Matthew Wilcox ... mm: convert migrate_pages() to work on folios
2023-06-09 Lorenzo Stoakesmm/gup: remove vmas array from internal GUP functions
2023-06-09 Lorenzo Stoakesmm/gup: remove vmas parameter from pin_user_pages()
2023-06-09 Lorenzo Stoakesmm/gup: remove vmas parameter from get_user_pages_remote()
2023-06-09 Lorenzo Stoakesmm/gup: remove unused vmas parameter from pin_user_page...
2023-06-09 Lorenzo Stoakesmm/gup: remove unused vmas parameter from get_user_pages()
2023-06-09 Kefeng Wangmm: page_alloc: move is_check_pages_enabled() into...
2023-06-09 Kefeng Wangmm: page_alloc: move sysctls into it own fils
2023-06-09 Kefeng Wangmm: vmscan: use gfp_has_io_fs()
2023-06-09 Kefeng Wangmm: page_alloc: move pm_* function into power
2023-06-09 Kefeng Wangmm: page_alloc: move mark_free_page() into snapshot.c
2023-06-09 Kefeng Wangmm: page_alloc: split out DEBUG_PAGEALLOC
2023-06-09 Kefeng Wangmm: page_alloc: split out FAIL_PAGE_ALLOC
2023-06-09 Kefeng Wangmm: page_alloc: remove alloc_contig_dump_pages() stub
2023-06-09 Kefeng Wangmm: page_alloc: squash page_is_consistent()
2023-06-09 Kefeng Wangmm: page_alloc: collect mem statistic into show_mem.c
2023-06-09 Kefeng Wangmm: page_alloc: move set_zone_contiguous() into mm_init.c
2023-06-09 Kefeng Wangmm: page_alloc: move init_on_alloc/free() into mm_init.c
2023-06-09 Kefeng Wangmm: page_alloc: move mirrored_kernelcore into mm_init.c
2023-06-09 Alexey Romanovmm/zsmalloc: get rid of PAGE_MASK
2023-06-09 Mike Rapoport (IBM)mm/secretmem: make it on by default
2023-06-09 Mel GormanRevert "Revert "mm/compaction: fix set skip in fast_fin...
next