]> Git Repo - linux.git/history - mm
tools/mm: allow users to provide additional cflags/ldflags
[linux.git] / mm /
2023-02-03 Levi Yunmm/cma: fix potential memory loss on cma_declare_contig...
2023-02-03 Yang Yangswap_state: update shadow_nodes for anonymous page
2023-02-03 Sidhartha Kumarmm/hugetlb: convert get_hwpoison_huge_page() to folios
2023-02-03 Sergey Senozhatskyzsmalloc: set default zspage chain size to 8
2023-02-03 Sergey Senozhatskyzsmalloc: make zspage chain size configurable
2023-02-03 Sergey Senozhatskyzsmalloc: skip chain size calculation for pow_of_2...
2023-02-03 Sergey Senozhatskyzsmalloc: rework zspage chain size selection
2023-02-03 Anshuman Khandualmm/page_alloc: use deferred_pages_enabled() wherever...
2023-02-03 Pasha Tatashinmm/page_ext: init page_ext early if there are no deferr...
2023-02-03 Huaisheng Yemm/damon/core: skip apply schemes if empty
2023-02-03 Colin Ian Kingmm/secretmem: remove redundant initiialization of point...
2023-02-03 Matthew Wilcox ... readahead: convert readahead_expand() to use a folio
2023-02-03 Matthew Wilcox ... filemap: convert filemap_range_has_page() to use a...
2023-02-03 Matthew Wilcox ... filemap: convert filemap_map_pmd() to take a folio
2023-02-03 Matthew Wilcox ... rmap: add folio parameter to __page_set_anon_rmap()
2023-02-03 Matthew Wilcox ... mm: clean up mlock_page / munlock_page references in...
2023-02-03 Matthew Wilcox ... mm: remove munlock_vma_page()
2023-02-03 Matthew Wilcox ... mm: remove mlock_vma_page()
2023-02-03 Matthew Wilcox ... mm: remove page_evictable()
2023-02-03 Matthew Wilcox ... mm: convert mem_cgroup_css_from_page() to mem_cgroup_cs...
2023-02-03 Matthew Wilcox ... mm/fs: convert inode_attach_wb() to take a folio
2023-02-03 Matthew Wilcox ... mm: use a folio in copy_present_pte()
2023-02-03 Matthew Wilcox ... mm: use a folio in copy_pte_range()
2023-02-03 Matthew Wilcox ... mm: convert wp_page_copy() to use folios
2023-02-03 Matthew Wilcox ... mm: convert do_anonymous_page() to use a folio
2023-02-03 Matthew Wilcox ... mm: add vma_alloc_zeroed_movable_folio()
2023-02-03 Vishal Moola (Oracle)filemap: remove find_get_pages_range_tag()
2023-02-03 Vishal Moola (Oracle)page-writeback: convert write_cache_pages() to use...
2023-02-03 Vishal Moola (Oracle)filemap: convert __filemap_fdatawait_range() to use...
2023-02-03 Vishal Moola (Oracle)filemap: add filemap_get_folios_tag()
2023-02-03 David Stevensmm: fix khugepaged with shmem_enabled=advise
2023-02-03 NeilBrownmm: discard __GFP_ATOMIC
2023-02-03 Mel Gormanmm/page_alloc: explicitly define how __GFP_HIGH non...
2023-02-03 Mel Gormanmm/page_alloc: explicitly define what alloc flags deple...
2023-02-03 Mel Gormanmm/page_alloc: explicitly record high-order atomic...
2023-02-03 Mel Gormanmm/page_alloc: treat RT tasks similar to __GFP_HIGH
2023-02-03 Mel Gormanmm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVE
2023-02-03 Pasha Tatashinmm/page_ext: do not allocate space for page_ext->flags...
2023-02-03 David Hildenbrandmm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
2023-02-03 David Hildenbrandmm/debug_vm_pgtable: more pte_swp_exclusive() sanity...
2023-02-03 Vishal Moola (Oracle)mm/khugepaged: convert release_pte_pages() to use folios
2023-02-03 Vishal Moola (Oracle)mm/khugepaged: introduce release_pte_folio() to replace...
2023-02-03 Alexander Potapenkokmsan: silence -Wmissing-prototypes warnings
2023-02-03 Lorenzo Stoakesmm: mlock: update the interface to use folios
2023-02-03 Lorenzo Stoakesmm: mlock: use folios and a folio batch internally
2023-02-03 Kefeng Wangmm: madvise: use vm_normal_folio() in madvise_free_pte_...
2023-02-03 Matthew Wilcox ... shmem: convert shmem_write_end() to use a folio
2023-02-03 Sidhartha Kumarmm/memory-failure: convert unpoison_memory() to folios
2023-02-03 Sidhartha Kumarmm/memory-failure: convert hugetlb_set_page_hwpoison...
2023-02-03 Sidhartha Kumarmm/memory-failure: convert __free_raw_hwp_pages() to...
2023-02-03 Sidhartha Kumarmm/memory-failure: convert raw_hwp_list_head() to folios
2023-02-03 Sidhartha Kumarmm/memory-failure: convert free_raw_hwp_pages() to...
2023-02-03 Sidhartha Kumarmm/memory-failure: convert hugetlb_clear_page_hwpoison...
2023-02-03 Sidhartha Kumarmm/memory-failure: convert try_memory_failure_hugetlb...
2023-02-03 Sidhartha Kumarmm/memory-failure: convert __get_huge_page_for_hwpoison...
2023-02-03 Vernon Yangmm/mmap: fix comment of unmapped_area{_topdown}
2023-02-03 Matthew Wilcox ... mm: convert deferred_split_huge_page() to deferred_spli...
2023-02-03 Matthew Wilcox ... mm/huge_memory: convert get_deferred_split_queue()...
2023-02-03 Matthew Wilcox ... mm/huge_memory: remove page_deferred_list()
2023-02-03 Matthew Wilcox ... mm: move page->deferred_list to folio->_deferred_list
2023-02-03 Matthew Wilcox ... hugetlb: remove uses of compound_dtor and compound_nr
2023-02-03 Matthew Wilcox ... mm: convert destroy_large_folio() to use folio_dtor
2023-02-03 Matthew Wilcox ... mm: convert is_transparent_hugepage() to use a folio
2023-02-03 Matthew Wilcox ... hugetlb: remove uses of folio_mapcount_ptr
2023-02-03 Matthew Wilcox ... mm/debug: remove call to head_compound_mapcount()
2023-02-03 Matthew Wilcox ... mm: use a folio in hugepage_add_anon_rmap() and hugepag...
2023-02-03 Matthew Wilcox ... page_alloc: use folio fields directly
2023-02-03 Matthew Wilcox ... mm: add folio_add_new_anon_rmap()
2023-02-03 Matthew Wilcox ... mm: convert page_add_file_rmap() to use a folio internally
2023-02-03 Matthew Wilcox ... mm: convert page_add_anon_rmap() to use a folio internally
2023-02-03 Matthew Wilcox ... mm: convert page_remove_rmap() to use a folio internally
2023-02-03 Matthew Wilcox ... mm: convert total_compound_mapcount() to folio_total_ma...
2023-02-03 Matthew Wilcox ... mm: convert head_subpages_mapcount() into folio_nr_page...
2023-02-03 Matthew Wilcox ... mm: remove folio_pincount_ptr() and head_compound_pinco...
2023-02-03 Alistair Popplemm/mmu_notifier: remove unused mmu_notifier_range_updat...
2023-02-03 Baolin Wangmm: compaction: avoid fragmentation score calculation...
2023-02-03 Baolin Wangmm: compaction: add missing kcompactd wakeup trace...
2023-02-03 Baolin Wangmm: compaction: count the migration scanned pages event...
2023-02-03 Baolin Wangmm: compaction: move list validation into compact_zone()
2023-02-03 Baolin Wangmm: compaction: remove redundant VM_BUG_ON() in compact...
2023-02-03 Vernon Yangmm/mmap: fix typo in comment
2023-02-03 Vernon Yangmaple_tree: remove the parameter entry of mas_preallocate
2023-02-01 Andrew MortonSync mm-stable with mm-hotfixes-stable to pick up depen...
2023-02-01 Longlong Xiamm/swapfile: add cond_resched() in get_swap_pages()
2023-02-01 Zhaoyang Huangmm: use stack_depot_early_init for kmemleak
2023-02-01 Mike Kravetzmigrate: hugetlb: check for hugetlb shared PMD in node...
2023-02-01 Zach O'Keefemm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
2023-02-01 Vlastimil Babkamm, mremap: fix mremap() expanding for vma's with vm_op...
2023-02-01 Yu Zhaomm: multi-gen LRU: fix crash during cgroup migration
2023-02-01 Michal HockoRevert "mm: add nodes= arg to memory.reclaim"
2023-02-01 Nhat Phamzsmalloc: fix a race with deferred_handles storing
2023-02-01 Jann Hornmm/khugepaged: fix ->anon_vma race
2023-01-19 Xu Pandamm/damon/sysfs-schemes: use strscpy() to instead of...
2023-01-19 Frank van der Lindenmm/debug: use valid physical memory for pmd/pud tests
2023-01-19 SeongJae Parkmm/damon/paddr: remove damon_pa_access_chk_result struct
2023-01-19 SeongJae Parkmm/damon/paddr: remove folio_sz field from damon_pa_acc...
2023-01-19 SeongJae Parkmm/damon/paddr: rename 'damon_pa_access_chk_result...
2023-01-19 SeongJae Parkmm/damon/vaddr: record appropriate folio size when...
2023-01-19 SeongJae Parkmm/damon/vaddr: support folio of neither HPAGE_PMD_SIZE...
2023-01-19 SeongJae Parkmm/damon/vaddr: rename 'damon_young_walk_private->page_...
next
This page took 0.103818 seconds and 7 git commands to generate.