summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-25mm: fix outdated incorrect code comments for handle_mm_fault()Jinliang Zheng
2025-01-13mm/early_ioremap: add null pointer checks to prevent NULL-pointer dereferenceGuo Weikang
2025-01-13mm: add comments to do_mmap(), mmap_region() and vm_mmap()Lorenzo Stoakes
2025-01-13mm: assert mmap write lock held on do_mmap(), mmap_region()Lorenzo Stoakes
2025-01-13MAINTAINERS: update MEMORY MAPPING sectionLorenzo Stoakes
2025-01-13memcg/hugetlb: remove memcg hugetlb try-commit-cancel protocolJoshua Hahn
2025-01-13memcg/hugetlb: introduce mem_cgroup_charge_hugetlbJoshua Hahn
2025-01-13memcg/hugetlb: introduce memcg_accounts_hugetlbJoshua Hahn
2025-01-13mm/migrate: remove slab checks in isolate_movable_page()Hyeonggon Yoo
2025-01-13samples/damon/prcl: implement schemes setupSeongJae Park
2025-01-13samples/damon: introduce a skeleton of a smaple DAMON module for proactive re...SeongJae Park
2025-01-13samples/damon/wsse: implement working set size estimation and loggingSeongJae Park
2025-01-13samples/damon/wsse: start and stop DAMON as the user requestsSeongJae Park
2025-01-13samples: add a skeleton of a sample DAMON module for working set size estimationSeongJae Park
2025-01-13selftests/mm: remove X permission from sigaltstack mappingKevin Brodsky
2025-01-13selftests/mm: skip pkey_sighandler_tests if support is missingKevin Brodsky
2025-01-13selftests/mm: rename pkey register macroKevin Brodsky
2025-01-13selftests/mm: use sys_pkey helpers consistentlyKevin Brodsky
2025-01-13selftests/mm: ensure non-global pkey symbols are marked staticKevin Brodsky
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