summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mm: delete mmap_write_trylock() and vma_try_start_write()Hugh Dickins2023-08-182-27/+0
* 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-183-0/+26
* s390: add pte_free_defer() for pgtables sharing pageHugh Dickins2023-08-182-12/+72
* sparc: add pte_free_defer() for pte_t *pgtable_tHugh Dickins2023-08-182-0/+20
* powerpc: add pte_free_defer() for pgtables sharing pageHugh Dickins2023-08-182-3/+30
* powerpc: assert_pte_locked() use pte_offset_map_nolock()Hugh Dickins2023-08-181-2/+6
* arm: adjust_pte() use pte_offset_map_nolock()Hugh Dickins2023-08-181-2/+1
* mm/pgtable: add PAE safety to __pte_offset_map()Hugh Dickins2023-08-182-0/+33
* mm/pgtable: add rcu_read_lock() and rcu_read_unlock()sHugh Dickins2023-08-182-4/+4
* maple_tree: drop mas_first_entry()Peng Zhang2023-08-181-72/+0
* maple_tree: replace mas_logical_pivot() with mas_safe_pivot()Peng Zhang2023-08-181-30/+3
* maple_tree: update mt_validate()Peng Zhang2023-08-181-10/+9
* 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