summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_setKemeng Shi5-12/+8
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_setKemeng Shi5-15/+11
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_setKemeng Shi5-12/+8
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_clearKemeng Shi4-12/+8
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clearKemeng Shi6-14/+10
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clearKemeng Shi6-16/+12
2023-08-18mm/page_table_check: remove unused parameters in page_table_check_set()Kemeng Shi1-8/+4
2023-08-18mm/page_table_check: remove unused parameters in page_table_check_clear()Kemeng Shi1-8/+4
2023-08-18mm/memcg: fix obsolete comment above MEM_CGROUP_MAX_RECLAIM_LOOPSMiaohe Lin1-1/+1
2023-08-18mm/huge_memory: use RMAP_NONE when calling page_add_anon_rmap()Miaohe Lin1-1/+1
2023-08-18selftests/mm: add tests for HWPOISON hugetlbfs readJiaqi Yan3-0/+324
2023-08-18hugetlbfs: improve read HWPOISON hugepageJiaqi Yan1-6/+51
2023-08-18mm/hwpoison: check if a raw page in a hugetlb folio is raw HWPOISONJiaqi Yan2-2/+43
2023-08-18mm/hwpoison: delete all entries before traversal in __folio_free_raw_hwpJiaqi Yan1-5/+3
2023-08-18mm/mmap: move vma operations to mm_struct out of the critical section of file...Yu Ma1-8/+3
2023-08-18mm: remove clear_page_idle()Xueshi Hu1-5/+0
2023-08-18mm/pgtable: notes on pte_offset_map[_lock]()Hugh Dickins1-0/+44
2023-08-18mm: delete mmap_write_trylock() and vma_try_start_write()Hugh Dickins2-27/+0
2023-08-18mm/khugepaged: delete khugepaged_collapse_pte_mapped_thps()Hugh Dickins1-110/+15
2023-08-18mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()Hugh Dickins1-94/+76
2023-08-18mm/khugepaged: retract_page_tables() without mmap or vma lockHugh Dickins1-103/+69
2023-08-18mm/pgtable: add pte_free_defer() for pgtable as pageHugh Dickins3-0/+26
2023-08-18s390: add pte_free_defer() for pgtables sharing pageHugh Dickins2-12/+72
2023-08-18sparc: add pte_free_defer() for pte_t *pgtable_tHugh Dickins2-0/+20
2023-08-18powerpc: add pte_free_defer() for pgtables sharing pageHugh Dickins2-3/+30
2023-08-18powerpc: assert_pte_locked() use pte_offset_map_nolock()Hugh Dickins1-2/+6
2023-08-18arm: adjust_pte() use pte_offset_map_nolock()Hugh Dickins1-2/+1
2023-08-18mm/pgtable: add PAE safety to __pte_offset_map()Hugh Dickins2-0/+33
2023-08-18mm/pgtable: add rcu_read_lock() and rcu_read_unlock()sHugh Dickins2-4/+4
2023-08-18maple_tree: drop mas_first_entry()Peng Zhang1-72/+0
2023-08-18maple_tree: replace mas_logical_pivot() with mas_safe_pivot()Peng Zhang1-30/+3
2023-08-18maple_tree: update mt_validate()Peng Zhang1-10/+9
2023-08-18maple_tree: make mas_validate_limits() check root node and node limitPeng Zhang1-16/+14
2023-08-18maple_tree: fix mas_validate_child_slot() to check last missed slotPeng Zhang1-4/+8
2023-08-18maple_tree: make mas_validate_gaps() to check metadataPeng Zhang1-36/+42
2023-08-18maple_tree: don't use MAPLE_ARANGE64_META_MAX to indicate no gapPeng Zhang2-13/+2
2023-08-18mm/memory: pass folio into do_page_mkwrite()Sidhartha Kumar1-4/+3
2023-08-18mm: memory-failure: fix race window when trying to get hugetlb folioMiaohe Lin1-4/+16
2023-08-18mm: memory-failure: fetch compound head after extra page refcnt is heldMiaohe Lin1-2/+1
2023-08-18mm: memory-failure: minor cleanup for comments and codestyleMiaohe Lin1-6/+6
2023-08-18mm: memory-failure: remove unneeded header filesMiaohe Lin1-3/+0
2023-08-18mm: memory-failure: use local variable huge to check hugetlb pageMiaohe Lin1-2/+2
2023-08-18mm: memory-failure: don't account hwpoison_filter() filtered pagesMiaohe Lin1-1/+2
2023-08-18mm: memory-failure: ensure moving HWPoison flag to the raw error pagesMiaohe Lin1-0/+2
2023-08-18mm: memory-failure: remove unneeded PageHuge() checkMiaohe Lin1-3/+0
2023-08-18mm/memory_hotplug: document the signal_pending() check in offline_pages()David Hildenbrand2-1/+6
2023-08-18HWPOISON: offline support: fix spelling in Documentation/ABI/Randy Dunlap1-2/+2
2023-08-18mm/mm_init.c: mark check_for_memory() as __initHaifeng Xu1-1/+1
2023-08-18zsmalloc: remove obj_tagged()Sergey Senozhatsky1-22/+7
2023-08-18selftests/mm: add uffd unit test for UFFDIO_POISONAxel Rasmussen1-0/+117