summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-08-18mm/memcg: fix obsolete comment above MEM_CGROUP_MAX_RECLAIM_LOOPSMiaohe Lin
2023-08-18mm/huge_memory: use RMAP_NONE when calling page_add_anon_rmap()Miaohe Lin
2023-08-18mm/hwpoison: check if a raw page in a hugetlb folio is raw HWPOISONJiaqi Yan
2023-08-18mm/hwpoison: delete all entries before traversal in __folio_free_raw_hwpJiaqi Yan
2023-08-18mm/mmap: move vma operations to mm_struct out of the critical section of file...Yu Ma
2023-08-18mm/pgtable: notes on pte_offset_map[_lock]()Hugh Dickins
2023-08-18mm/khugepaged: delete khugepaged_collapse_pte_mapped_thps()Hugh Dickins
2023-08-18mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()Hugh Dickins
2023-08-18mm/khugepaged: retract_page_tables() without mmap or vma lockHugh Dickins
2023-08-18mm/pgtable: add pte_free_defer() for pgtable as pageHugh Dickins
2023-08-18mm/pgtable: add PAE safety to __pte_offset_map()Hugh Dickins
2023-08-18mm/pgtable: add rcu_read_lock() and rcu_read_unlock()sHugh Dickins
2023-08-18mm/memory: pass folio into do_page_mkwrite()Sidhartha Kumar
2023-08-18mm: memory-failure: fix race window when trying to get hugetlb folioMiaohe Lin
2023-08-18mm: memory-failure: fetch compound head after extra page refcnt is heldMiaohe Lin
2023-08-18mm: memory-failure: minor cleanup for comments and codestyleMiaohe Lin
2023-08-18mm: memory-failure: remove unneeded header filesMiaohe Lin
2023-08-18mm: memory-failure: use local variable huge to check hugetlb pageMiaohe Lin
2023-08-18mm: memory-failure: don't account hwpoison_filter() filtered pagesMiaohe Lin
2023-08-18mm: memory-failure: ensure moving HWPoison flag to the raw error pagesMiaohe Lin
2023-08-18mm: memory-failure: remove unneeded PageHuge() checkMiaohe Lin
2023-08-18mm/memory_hotplug: document the signal_pending() check in offline_pages()David Hildenbrand
2023-08-18mm/mm_init.c: mark check_for_memory() as __initHaifeng Xu
2023-08-18zsmalloc: remove obj_tagged()Sergey Senozhatsky
2023-08-18mm: userfaultfd: support UFFDIO_POISON for hugetlbfsAxel Rasmussen
2023-08-18mm: userfaultfd: add new UFFDIO_POISON ioctl: fixHugh Dickins
2023-08-18mm: userfaultfd: add new UFFDIO_POISON ioctlAxel Rasmussen
2023-08-18mm: userfaultfd: extract file size check out into a helperAxel Rasmussen
2023-08-18mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen
2023-08-18mm/memcg: minor cleanup for MEM_CGROUP_ID_MAXMiaohe Lin
2023-08-18mm/memory: convert do_read_fault() to use foliosSidhartha Kumar
2023-08-18mm/memory: convert do_shared_fault() to foliosSidhartha Kumar
2023-08-18mm/memory: convert wp_page_shared() to use foliosSidhartha Kumar
2023-08-18mm/memory: convert do_page_mkwrite() to use foliosSidhartha Kumar
2023-08-18mm: hugetlb_vmemmap: fix a race between vmemmap pmd splitMuchun Song
2023-08-18mm/sparse: remove redundant judgments from macro for_each_present_section_nrliuq
2023-08-18mm: compaction: skip the memory hole rapidly when isolating free pagesBaolin Wang
2023-08-18mm: compaction: use the correct type of list for free pagesBaolin Wang
2023-08-18mm: fix some kernel-doc commentsYang Li
2023-08-18mm: correct stale comment of function check_pteKemeng Shi
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells
2023-08-18mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells
2023-08-18rmap: pass the folio to __page_check_anon_rmap()Matthew Wilcox (Oracle)
2023-08-18mm: cma: print cma name as well in cma_alloc debugPintu Kumar
2023-08-18memory tier: rename destroy_memory_type() to put_memory_type()Miaohe Lin
2023-08-18mm/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCEDJeff Xu
2023-08-18memcg: drop kmem.limit_in_bytesMichal Hocko
2023-08-18mm: page_alloc: avoid false page outside zone error infoMiaohe Lin
2023-08-18ksm: consider KSM-placed zeropages when calculating KSM profitxu xin
2023-08-18ksm: add ksm zero pages for each processxu xin