summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-10-19minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-1/+0
2025-10-19mm/page_alloc: only set ALLOC_HIGHATOMIC for __GPF_HIGH allocationsThadeu Lima de Souza Cascardo1-1/+1
2025-10-19mm: hugetlb: avoid soft lockup when mprotect to large memory areaYang Shi1-0/+2
2025-10-02mm/migrate_device: don't add folio to be freed to LRU in migrate_device_final...David Hildenbrand1-8/+4
2025-10-02mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memoryMiaohe Lin1-4/+3
2025-10-02mm/khugepaged: fix the address passed to notifier on testing youngWei Yang1-1/+1
2025-10-02mm/rmap: reject hugetlb folios in folio_make_device_exclusive()David Hildenbrand1-1/+1
2025-10-02mm: introduce and use {pgd,p4d}_populate_kernel()Harry Yoo2-9/+9
2025-09-09mm/slub: avoid accessing metadata when pointer is invalid in object_err()Li Qiong1-1/+6
2025-09-09mm/khugepaged: fix ->anon_vma raceJann Horn1-1/+14
2025-08-28mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyFeng Tang1-0/+13
2025-08-28mm/memory-failure: fix infinite UCE for VM_PFNMAP pfnJinjiang Tu1-0/+8
2025-08-28mm/debug_vm_pgtable: clear page table entries at destroy_args()Herton R. Krzesinski1-2/+7
2025-08-28mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual1-0/+2
2025-08-28mm: reinstate ability to map write-sealed memfd mappings read-onlyLorenzo Stoakes2-1/+5
2025-08-28mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes1-1/+1
2025-08-28mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes3-5/+5
2025-08-28mm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lockBreno Leitao1-1/+4
2025-08-28mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup()Waiman Long1-0/+5
2025-08-28mm/hmm: move pmd_to_hmm_pfn_flags() to the respective #ifdefferyAndy Shevchenko1-1/+1
2025-08-28mm/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPACTION=nHarry Yoo1-0/+3
2025-08-28mm/vmalloc: leave lazy MMU mode on PTE mapping errorAlexander Gordeev1-5/+12
2025-06-27mm/huge_memory: fix dereferencing invalid pmd migration entryGavin Guo1-1/+1
2025-06-27mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast raceJann Horn1-0/+7
2025-06-27mm: hugetlb: independent PMD page table shared countLiu Shixin1-10/+8
2025-06-27mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn2-14/+50
2025-06-27mm: fix ratelimit_pages update error in dirty_ratio_handler()Jinliang Zheng1-1/+1
2025-06-04mm/page_alloc.c: avoid infinite retries caused by cpuset raceTianyang Zhang1-0/+8
2025-06-04memcg: always call cond_resched() after fn()Breno Leitao1-4/+2
2025-05-02mm: fix apply_to_existing_page_range()Kirill A. Shutemov1-2/+2
2025-05-02filemap: Fix bounds checking in filemap_read()Trond Myklebust1-1/+1
2025-05-02mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable()Baoquan He1-2/+2
2025-05-02mm/hwpoison: do not send SIGBUS to processes with recovered clean pagesShuai Xue1-3/+8
2025-05-02mm: add missing release barrier on PGDAT_RECLAIM_LOCKED unlockMathieu Desnoyers1-1/+1
2025-04-10mm, slab: remove duplicate kernel-doc comment for ksize()Vlastimil Babka1-14/+0
2025-04-10slab: Introduce kmalloc_size_roundup()Kees Cook3-3/+40
2025-03-13mm: don't skip arch_sync_kernel_mappings() in error pathsRyan Roberts2-4/+6
2025-03-13mm/page_alloc: fix uninitialized variableHao Zhang1-0/+1
2025-03-13kfence: skip __GFP_THISNODE allocations on NUMA systemsMarco Elver1-0/+2
2025-03-13kfence: enable check kfence canary on panic via boot paramhuangshaobo1-0/+34
2025-03-13kfence: allow use of a deferrable timerMarco Elver1-2/+13
2025-03-13memcg: fix soft lockup in the OOM processChen Ridong2-2/+13
2025-03-13mm: update mark_victim tracepoints fieldsCarlos Galo1-1/+5
2025-03-13memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport2-5/+5
2025-01-23filemap: avoid truncating 64-bit offset to 32 bitsMarco Nelissen1-1/+1
2025-01-09mm: vmscan: account for free pages to prevent infinite Loop in throttle_direc...Seiji Nishikawa1-1/+8
2025-01-09vmalloc: fix accounting with i915Matthew Wilcox (Oracle)1-1/+2
2024-12-14mm/damon/vaddr: fix issue in damon_va_evenly_split_region()Zheng Yejian2-2/+3
2024-12-14mm/damon/vaddr-test: split a test function having >1024 bytes frame sizeSeongJae Park1-37/+40
2024-12-14mm: resolve faulty mmap_region() error path behaviourLorenzo Stoakes1-26/+47