summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/ioremap: add slab availability checking in ioremap_protBaoquan He2023-08-181-0/+4
* mm: ioremap: allow ARCH to have its own ioremap method definitionBaoquan He2023-08-181-0/+4
* mm/ioremap: define generic_ioremap_prot() and generic_iounmap()Christophe Leroy2023-08-181-6/+16
* mm/page_ext: move functions around for minor cleanups to page_extKemeng Shi2023-08-181-50/+46
* mm/page_ext: remove rollback for untouched mem_section in online_page_extKemeng Shi2023-08-181-0/+1
* mm/page_ext: remove unused return value of offline_page_extKemeng Shi2023-08-181-3/+1
* migrate: use folio_set_bh() instead of set_bh_page()Matthew Wilcox (Oracle)2023-08-181-1/+1
* mm/page_table_check: remove unused parameter in [__]page_table_check_pud_setKemeng Shi2023-08-181-2/+1
* mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_setKemeng Shi2023-08-181-2/+1
* mm/page_table_check: remove unused parameter in [__]page_table_check_pte_setKemeng Shi2023-08-181-2/+1
* mm/page_table_check: remove unused parameter in [__]page_table_check_pud_clearKemeng Shi2023-08-181-3/+2
* mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clearKemeng Shi2023-08-181-3/+2
* mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clearKemeng Shi2023-08-181-4/+3
* mm/page_table_check: remove unused parameters in page_table_check_set()Kemeng Shi2023-08-181-8/+4
* mm/page_table_check: remove unused parameters in page_table_check_clear()Kemeng Shi2023-08-181-8/+4
* mm/memcg: fix obsolete comment above MEM_CGROUP_MAX_RECLAIM_LOOPSMiaohe Lin2023-08-181-1/+1
* mm/huge_memory: use RMAP_NONE when calling page_add_anon_rmap()Miaohe Lin2023-08-181-1/+1
* mm/hwpoison: check if a raw page in a hugetlb folio is raw HWPOISONJiaqi Yan2023-08-181-2/+38
* mm/hwpoison: delete all entries before traversal in __folio_free_raw_hwpJiaqi Yan2023-08-181-5/+3
* mm/mmap: move vma operations to mm_struct out of the critical section of file...Yu Ma2023-08-181-8/+3
* mm/pgtable: notes on pte_offset_map[_lock]()Hugh Dickins2023-08-181-0/+44
* mm/khugepaged: delete khugepaged_collapse_pte_mapped_thps()Hugh Dickins2023-08-181-110/+15
* mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()Hugh Dickins2023-08-181-94/+76
* mm/khugepaged: retract_page_tables() without mmap or vma lockHugh Dickins2023-08-181-103/+69
* mm/pgtable: add pte_free_defer() for pgtable as pageHugh Dickins2023-08-181-0/+20
* mm/pgtable: add PAE safety to __pte_offset_map()Hugh Dickins2023-08-181-0/+29
* mm/pgtable: add rcu_read_lock() and rcu_read_unlock()sHugh Dickins2023-08-181-2/+2
* mm/memory: pass folio into do_page_mkwrite()Sidhartha Kumar2023-08-181-4/+3
* mm: memory-failure: fix race window when trying to get hugetlb folioMiaohe Lin2023-08-181-4/+16
* mm: memory-failure: fetch compound head after extra page refcnt is heldMiaohe Lin2023-08-181-2/+1
* mm: memory-failure: minor cleanup for comments and codestyleMiaohe Lin2023-08-181-6/+6
* mm: memory-failure: remove unneeded header filesMiaohe Lin2023-08-181-3/+0
* mm: memory-failure: use local variable huge to check hugetlb pageMiaohe Lin2023-08-181-2/+2
* mm: memory-failure: don't account hwpoison_filter() filtered pagesMiaohe Lin2023-08-181-1/+2
* mm: memory-failure: ensure moving HWPoison flag to the raw error pagesMiaohe Lin2023-08-181-0/+2
* mm: memory-failure: remove unneeded PageHuge() checkMiaohe Lin2023-08-181-3/+0
* mm/memory_hotplug: document the signal_pending() check in offline_pages()David Hildenbrand2023-08-181-0/+5
* mm/mm_init.c: mark check_for_memory() as __initHaifeng Xu2023-08-181-1/+1
* zsmalloc: remove obj_tagged()Sergey Senozhatsky2023-08-181-22/+7
* mm: userfaultfd: support UFFDIO_POISON for hugetlbfsAxel Rasmussen2023-08-182-2/+20
* mm: userfaultfd: add new UFFDIO_POISON ioctl: fixHugh Dickins2023-08-181-0/+4
* mm: userfaultfd: add new UFFDIO_POISON ioctlAxel Rasmussen2023-08-181-1/+47
* mm: userfaultfd: extract file size check out into a helperAxel Rasmussen2023-08-181-18/+20
* mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen2023-08-186-23/+36
* mm/memcg: minor cleanup for MEM_CGROUP_ID_MAXMiaohe Lin2023-08-181-0/+1
* mm/memory: convert do_read_fault() to use foliosSidhartha Kumar2023-08-181-2/+4
* mm/memory: convert do_shared_fault() to foliosSidhartha Kumar2023-08-181-4/+7
* mm/memory: convert wp_page_shared() to use foliosSidhartha Kumar2023-08-181-11/+11
* mm/memory: convert do_page_mkwrite() to use foliosSidhartha Kumar2023-08-181-5/+5
* mm: hugetlb_vmemmap: fix a race between vmemmap pmd splitMuchun Song2023-08-181-20/+14