summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* maple_tree: make mas_validate_limits() check root node and node limitPeng Zhang2023-08-181-16/+14
* maple_tree: fix mas_validate_child_slot() to check last missed slotPeng Zhang2023-08-181-4/+8
* maple_tree: make mas_validate_gaps() to check metadataPeng Zhang2023-08-181-36/+42
* maple_tree: don't use MAPLE_ARANGE64_META_MAX to indicate no gapPeng Zhang2023-08-182-13/+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-182-1/+6
* HWPOISON: offline support: fix spelling in Documentation/ABI/Randy Dunlap2023-08-181-2/+2
* 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
* selftests/mm: add uffd unit test for UFFDIO_POISONAxel Rasmussen2023-08-181-0/+117
* selftests/mm: refactor uffd_poll_thread to allow custom fault handlersAxel Rasmussen2023-08-183-5/+11
* mm: userfaultfd: document and enable new UFFDIO_POISON featureAxel Rasmussen2023-08-182-3/+21
* 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-184-1/+125
* mm: userfaultfd: extract file size check out into a helperAxel Rasmussen2023-08-181-18/+20
* mm: userfaultfd: check for start + len overflow in validate_rangeAxel Rasmussen2023-08-181-16/+18
* mm-make-pte_marker_swapin_error-more-general-fixAndrew Morton2023-08-181-0/+2
* mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen2023-08-188-28/+65
* mm/memcg: minor cleanup for MEM_CGROUP_ID_MAXMiaohe Lin2023-08-182-2/+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
* mm/sparse: remove redundant judgments from macro for_each_present_section_nrliuq2023-08-181-2/+1
* mm: compaction: skip the memory hole rapidly when isolating free pagesBaolin Wang2023-08-181-1/+33
* mm: compaction: use the correct type of list for free pagesBaolin Wang2023-08-181-2/+2
* mm: fix some kernel-doc commentsYang Li2023-08-181-1/+2
* mm: correct stale comment of function check_pteKemeng Shi2023-08-181-5/+7
* mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells2023-08-188-1/+33
* mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells2023-08-1810-29/+27
* rmap: pass the folio to __page_check_anon_rmap()Matthew Wilcox (Oracle)2023-08-181-4/+4
* mm: cma: print cma name as well in cma_alloc debugPintu Kumar2023-08-181-2/+2
* mm: remove obsolete comment above struct per_cpu_pagesMiaohe Lin2023-08-181-1/+0
* memory tier: rename destroy_memory_type() to put_memory_type()Miaohe Lin2023-08-183-7/+7
* selftests/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCEDJeff Xu2023-08-181-0/+5
* mm/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCEDJeff Xu2023-08-181-24/+33
* fs: drop_caches: draining pages before dropping cachesAndrew Yang2023-08-181-0/+2
* memcg: drop kmem.limit_in_bytesMichal Hocko2023-08-182-12/+0
* mm: page_alloc: avoid false page outside zone error infoMiaohe Lin2023-08-181-3/+2
* selftest: add a testcase of ksm zero pagesxu xin2023-08-181-1/+97