summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm,page_owner: maintain own list of stack_records structsOscar Salvador2024-02-233-0/+34
* lib/stackdepot: move stack_record struct definition into the headerOscar Salvador2024-02-232-43/+47
* lib/stackdepot: fix first entry having a 0-handleOscar Salvador2024-02-231-7/+9
* merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changesAndrew Morton2024-02-2310-225/+197
|\
| * mm/debug_vm_pgtable: fix BUG_ON with pud advanced testAneesh Kumar K.V (IBM)2024-02-231-0/+8
| * mm: cachestat: fix folio read-after-free in cache walkNhat Pham2024-02-231-25/+26
| * MAINTAINERS: add memory mapping entry with reviewersLorenzo Stoakes2024-02-231-0/+11
| * mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone indexByungchul Park2024-02-231-0/+8
| * kasan: revert eviction of stack traces in generic modeMarco Elver2024-02-234-77/+14
| * stackdepot: use variable size records for non-evictable entriesMarco Elver2024-02-232-123/+130
* | Docs/admin-guide/mm/damon/usage: fix wrong quotas diabling conditionSeongJae Park2024-02-221-1/+2
* | Docs/mm/damon: move monitoring target regions setup detail from the usage to ...SeongJae Park2024-02-222-14/+14
* | Docs/mm/damon: move DAMON operation sets list from the usage to the design do...SeongJae Park2024-02-222-14/+17
* | Docs/mm/damon: move the list of DAMOS actions to design docSeongJae Park2024-02-222-37/+36
* | Docs/mm/damon/maintainer-profile: fix reference links for mm-[un]stable treeSeongJae Park2024-02-221-4/+4
* | userfaultfd: use per-vma locks in userfaultfd operationsLokesh Gidra2024-02-224-104/+299
* | mm: add vma_assert_locked() for !CONFIG_PER_VMA_LOCKLokesh Gidra2024-02-221-0/+5
* | userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctxLokesh Gidra2024-02-223-58/+75
* | userfaultfd: move userfaultfd_ctx struct to header fileLokesh Gidra2024-02-222-39/+39
* | kasan: increase the number of bits to shift when recording extra timestampsJuntong Deng2024-02-222-2/+2
* | rmap: replace two calls to compound_order with folio_orderMatthew Wilcox (Oracle)2024-02-221-2/+2
* | dax: fix incorrect list of data cache aliasing architecturesMathieu Desnoyers2024-02-221-3/+2
* | Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2024-02-2222-0/+112
* | dax: check for data cache aliasing at runtimeMathieu Desnoyers2024-02-222-1/+10
* | virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers2024-02-221-4/+11
* | dcssblk: handle alloc_dax() -EOPNOTSUPP failureMathieu Desnoyers2024-02-221-5/+6
* | dm: treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers2024-02-221-8/+9
* | nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers2024-02-221-10/+12
* | dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=nMathieu Desnoyers2024-02-222-5/+6
* | dax: add empty static inline for CONFIG_DAX=nMathieu Desnoyers2024-02-221-3/+8
* | nvdimm/pmem: fix leak on dax_add_host() failureMathieu Desnoyers2024-02-221-2/+1
* | arm64/mm: automatically fold contpte mappingsRyan Roberts2024-02-222-0/+90
* | arm64/mm: __always_inline to improve fork() perfRyan Roberts2024-02-221-5/+5
* | arm64/mm: implement pte_batch_hint()Ryan Roberts2024-02-221-0/+9
* | mm: add pte_batch_hint() to reduce scanning in folio_pte_batch()Ryan Roberts2024-02-222-7/+33
* | arm64/mm: implement new [get_and_]clear_full_ptes() batch APIsRyan Roberts2024-02-222-0/+84
* | arm64/mm: implement new wrprotect_ptes() batch APIRyan Roberts2024-02-222-10/+89
* | arm64/mm: wire up PTE_CONT for user mappingsRyan Roberts2024-02-225-0/+467
* | arm64/mm: dplit __flush_tlb_range() to elide trailing DSBRyan Roberts2024-02-221-2/+11
* | arm64/mm: new ptep layer to manage contig bitRyan Roberts2024-02-2211-86/+93
* | arm64/mm: convert ptep_clear() to ptep_get_and_clear()Ryan Roberts2024-02-221-1/+1
* | arm64/mm: convert set_pte_at() to set_ptes(..., 1)Ryan Roberts2024-02-225-9/+9
* | arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)Ryan Roberts2024-02-228-19/+25
* | mm: tidy up pte_next_pfn() definitionRyan Roberts2024-02-221-2/+0
* | x86/mm: convert pte_next_pfn() to pte_advance_pfn()Ryan Roberts2024-02-221-4/+4
* | arm64/mm: convert pte_next_pfn() to pte_advance_pfn()Ryan Roberts2024-02-221-4/+4
* | mm: introduce pte_advance_pfn() and use for pte_next_pfn()Ryan Roberts2024-02-221-3/+6
* | mm: thp: batch-collapse PMD with set_ptes()Ryan Roberts2024-02-221-25/+33
* | mm: clarify the spec for set_ptes()Ryan Roberts2024-02-221-0/+4
* | mm/memory: optimize unmap/zap with PTE-mapped THPDavid Hildenbrand2024-02-222-26/+136