summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-08-18mm/page_ext: move functions around for minor cleanups to page_extKemeng Shi1-50/+46
2023-08-18mm/page_ext: remove rollback for untouched mem_section in online_page_extKemeng Shi1-0/+1
2023-08-18mm/page_ext: remove unused return value of offline_page_extKemeng Shi1-3/+1
2023-08-18migrate: use folio_set_bh() instead of set_bh_page()Matthew Wilcox (Oracle)1-1/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_setKemeng Shi1-2/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_setKemeng Shi1-2/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_setKemeng Shi1-2/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_clearKemeng Shi1-3/+2
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clearKemeng Shi1-3/+2
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clearKemeng Shi1-4/+3
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-18mm/hwpoison: check if a raw page in a hugetlb folio is raw HWPOISONJiaqi Yan1-2/+38
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/pgtable: notes on pte_offset_map[_lock]()Hugh Dickins1-0/+44
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 Dickins1-0/+20
2023-08-18mm/pgtable: add PAE safety to __pte_offset_map()Hugh Dickins1-0/+29
2023-08-18mm/pgtable: add rcu_read_lock() and rcu_read_unlock()sHugh Dickins1-2/+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 Hildenbrand1-0/+5
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-18mm: userfaultfd: support UFFDIO_POISON for hugetlbfsAxel Rasmussen2-2/+20
2023-08-18mm: userfaultfd: add new UFFDIO_POISON ioctl: fixHugh Dickins1-0/+4
2023-08-18mm: userfaultfd: add new UFFDIO_POISON ioctlAxel Rasmussen1-1/+47
2023-08-18mm: userfaultfd: extract file size check out into a helperAxel Rasmussen1-18/+20
2023-08-18mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen6-23/+36
2023-08-18mm/memcg: minor cleanup for MEM_CGROUP_ID_MAXMiaohe Lin1-0/+1
2023-08-18mm/memory: convert do_read_fault() to use foliosSidhartha Kumar1-2/+4
2023-08-18mm/memory: convert do_shared_fault() to foliosSidhartha Kumar1-4/+7
2023-08-18mm/memory: convert wp_page_shared() to use foliosSidhartha Kumar1-11/+11
2023-08-18mm/memory: convert do_page_mkwrite() to use foliosSidhartha Kumar1-5/+5
2023-08-18mm: hugetlb_vmemmap: fix a race between vmemmap pmd splitMuchun Song1-20/+14
2023-08-18mm/sparse: remove redundant judgments from macro for_each_present_section_nrliuq1-2/+1
2023-08-18mm: compaction: skip the memory hole rapidly when isolating free pagesBaolin Wang1-1/+33
2023-08-18mm: compaction: use the correct type of list for free pagesBaolin Wang1-2/+2