summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-13selftests/mm: remove empty pkey helper definitionKevin Brodsky
2025-01-13selftests/mm: ensure pkey-*.h define inline functions onlyKevin Brodsky
2025-01-13selftests/mm: define types using typedef in pkey-helpers.hKevin Brodsky
2025-01-13selftests/mm: remove unused pkey helpersKevin Brodsky
2025-01-13selftests/mm: build with -O2Kevin Brodsky
2025-01-13selftests/mm: fix -Warray-bounds warnings in pkey_sighandler_testsKevin Brodsky
2025-01-13selftests/mm: fix strncpy() lengthKevin Brodsky
2025-01-13selftests/mm: fix -Wmaybe-uninitialized warningsKevin Brodsky
2025-01-13selftests/mm: fix condition in uffd_move_test_common()Kevin Brodsky
2025-01-13mm/memory_hotplug: don't use __GFP_HARDWALL when migrating pages via memory o...David Hildenbrand
2025-01-13mm/page_alloc: don't use __GFP_HARDWALL when migrating pages via alloc_contig*()David Hildenbrand
2025-01-13selftests/mm: mremap_test: Remove unused variable and type mismatchesMuhammad Usama Anjum
2025-01-13selftests/mm: mseal_test: remove unused variablesMuhammad Usama Anjum
2025-01-13selftests/mm: pagemap_ioctl: Fix types mismatches shown by compiler optionsMuhammad Usama Anjum
2025-01-13selftests/mm: thp_settings: remove const from return typeMuhammad Usama Anjum
2025-01-13mseal: remove can_do_mseal()Jeff Xu
2025-01-13mm/hugetlb: support FOLL_FORCE|FOLL_WRITEGuillaume Morin
2025-01-13mm: perform all memfd seal checks in a single placeLorenzo Stoakes
2025-01-13mm: enforce __must_check on VMA merge and splitLorenzo Stoakes
2025-01-13mm/damon/tests/vaddr-kunit.h: reduce stack consumptionAndrew Morton
2025-01-13mm: introduce mmap_lock_speculate_{try_begin|retry}Suren Baghdasaryan
2025-01-13mm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan
2025-01-13seqlock: add raw_seqcount_try_beginSuren Baghdasaryan
2025-01-13mm/shmem: refactor to reuse vfs_parse_monolithic_sep for option parsingGuo Weikang
2025-01-13selftests/mm: add fork CoW guard page testLorenzo Stoakes
2025-01-13mm: add per-order mTHP swap-in fallback/fallback_charge countersWenchao Hao
2025-01-13x86: select ARCH_SUPPORTS_PT_RECLAIM if X86_64Qi Zheng
2025-01-13x86: mm: free page table pages by RCU instead of semi RCUQi Zheng
2025-01-13mm: pgtable: reclaim empty PTE page in madvise(MADV_DONTNEED)Qi Zheng
2025-01-13mm: make zap_pte_range() handle full within-PMD rangeQi Zheng
2025-01-13mm: do_zap_pte_range: return any_skipped information to the callerQi Zheng
2025-01-13mm: zap_install_uffd_wp_if_needed: return whether uffd-wp pte has been re-ins...Qi Zheng
2025-01-13mm: skip over all consecutive none ptes in do_zap_pte_range()Qi Zheng
2025-01-13mm: introduce do_zap_pte_range()Qi Zheng
2025-01-13mm: introduce zap_nonpresent_ptes()Qi Zheng
2025-01-13mm: userfaultfd: recheck dst_pmd entry in move_pages_pte()Qi Zheng
2025-01-13mm: khugepaged: recheck pmd state in retract_page_tables()Qi Zheng
2025-01-13mm/hugetlb: don't map folios writable without VM_WRITE when copying during fo...David Hildenbrand
2025-01-13hugetlb: prioritize surplus allocation from current nodeKoichiro Den
2025-01-13readahead: properly shorten readahead when falling back to do_page_cache_ra()Jan Kara
2025-01-13readahead: don't shorten readahead window in read_pages()Jan Kara
2025-01-13powernv/memtrace: use __GFP_ZERO with alloc_contig_pages()David Hildenbrand
2025-01-13mm/page_alloc: forward the gfp flags from alloc_contig_range() to post_alloc_...David Hildenbrand
2025-01-13mm/page_alloc: sort out the alloc_contig_range() gfp flags messDavid Hildenbrand
2025-01-13mm/page_alloc: make __alloc_contig_migrate_range() staticDavid Hildenbrand
2025-01-13mm/page_isolation: don't pass gfp flags to start_isolate_page_range()David Hildenbrand
2025-01-13mm/page_isolation: don't pass gfp flags to isolate_single_pageblock()David Hildenbrand
2025-01-13mm/memory_hotplug: move debug_pagealloc_map_pages() into online_pages_range()David Hildenbrand
2025-01-13mm/vma: move __vm_munmap() to mm/vma.cLorenzo Stoakes
2025-01-13mm/vma: move stack expansion logic to mm/vma.cLorenzo Stoakes