summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-18selftests/mm: refactor uffd_poll_thread to allow custom fault handlersAxel Rasmussen3-5/+11
2023-08-18mm: userfaultfd: document and enable new UFFDIO_POISON featureAxel Rasmussen2-3/+21
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 Rasmussen4-1/+125
2023-08-18mm: userfaultfd: extract file size check out into a helperAxel Rasmussen1-18/+20
2023-08-18mm: userfaultfd: check for start + len overflow in validate_rangeAxel Rasmussen1-16/+18
2023-08-18mm-make-pte_marker_swapin_error-more-general-fixAndrew Morton1-0/+2
2023-08-18mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen8-28/+65
2023-08-18mm/memcg: minor cleanup for MEM_CGROUP_ID_MAXMiaohe Lin2-2/+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
2023-08-18mm: fix some kernel-doc commentsYang Li1-1/+2
2023-08-18mm: correct stale comment of function check_pteKemeng Shi1-5/+7
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells8-1/+33
2023-08-18mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells10-29/+27
2023-08-18rmap: pass the folio to __page_check_anon_rmap()Matthew Wilcox (Oracle)1-4/+4
2023-08-18mm: cma: print cma name as well in cma_alloc debugPintu Kumar1-2/+2
2023-08-18mm: remove obsolete comment above struct per_cpu_pagesMiaohe Lin1-1/+0
2023-08-18memory tier: rename destroy_memory_type() to put_memory_type()Miaohe Lin3-7/+7
2023-08-18selftests/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCEDJeff Xu1-0/+5