summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/thp: fix deferred split unqueue naming and lockingHugh Dickins4 days4-18/+61
* mm: refactor folio_undo_large_rmappable()Kefeng Wang4 days3-16/+18
* mm: always initialise folio->_deferred_listMatthew Wilcox (Oracle)4 days5-8/+13
* mm: support order-1 folios in the page cacheMatthew Wilcox (Oracle)4 days4-11/+16
* mm/readahead: do not allow order-1 folioRyan Roberts4 days1-8/+6
* mm: add page_rmappable_folio() wrapperHugh Dickins4 days3-20/+14
* mm: krealloc: Fix MTE false alarm in __do_kreallocQun-Wei Lin4 days1-1/+1
* filemap: Fix bounds checking in filemap_read()Trond Myklebust7 days1-1/+1
* mm: don't install PMD mappings when THPs are disabled by the hw/process/vmaDavid Hildenbrand13 days1-0/+9
* mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()Kefeng Wang13 days1-12/+1
* vmscan,migrate: fix page count imbalance on node stats when demoting pagesGregory Price13 days1-1/+1
* kasan: remove vmalloc_percpu testAndrey Konovalov13 days1-27/+0
* mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reservesMatt Fleming13 days1-5/+5
* mm: shmem: fix data-race in shmem_getattr()Jeongjun Park13 days1-0/+2
* mm: khugepaged: fix the arguments order in khugepaged_collapse_file trace pointYang Shi2024-11-011-1/+1
* khugepaged: remove hpage from collapse_file()Matthew Wilcox (Oracle)2024-11-011-38/+39
* khugepaged: convert alloc_charge_hpage to alloc_charge_folioMatthew Wilcox (Oracle)2024-11-011-8/+9
* khugepaged: inline hpage_collapse_alloc_folio()Matthew Wilcox (Oracle)2024-11-011-15/+4
* mm/khugepaged: use a folio more in collapse_file()Matthew Wilcox (Oracle)2024-11-011-8/+8
* mm: convert collapse_huge_page() to use a folioMatthew Wilcox (Oracle)2024-11-011-7/+8
* mm/khugepaged: convert alloc_charge_hpage() to use foliosVishal Moola (Oracle)2024-11-011-7/+10
* mm/swapfile: skip HugeTLB pages for unuse_vmaLiu Shixin2024-10-221-1/+1
* mm/mglru: only clear kswapd_failures if reclaimableWei Xu2024-10-221-2/+2
* mm/mremap: fix move_normal_pmd/retract_page_tables raceJann Horn2024-10-221-2/+9
* secretmem: disable memfd_secret() if arch cannot set direct mapPatrick Roy2024-10-171-2/+2
* mm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed2024-10-101-6/+19
* mm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich2024-10-101-0/+7
* mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu r...Liam R. Howlett2024-10-041-0/+2
* mm: only enforce minimum stack gap size if it's sensibleDavid Gow2024-10-041-1/+1
* mm/filemap: optimize filemap folio addingKairui Song2024-10-041-14/+39
* mm/filemap: return early if failed to allocate memory for splitKairui Song2024-10-041-1/+4
* mm: call the security_mmap_file() LSM hook in remap_file_pages()Shu Han2024-10-041-0/+4
* mm: avoid leaving partial pfn mappings around in error caseLinus Torvalds2024-09-181-5/+22
* Revert "mm: skip CMA pages when they are not available"Usama Arif2024-09-121-22/+2
* mm/vmscan: use folio_migratetype() instead of get_pageblock_migratetype()Vern Hao2024-09-121-1/+1
* userfaultfd: fix checks for huge PMDsJann Horn2024-09-121-10/+12
* userfaultfd: don't BUG_ON() if khugepaged yanks our page tableJann Horn2024-09-121-3/+4
* mm: vmalloc: ensure vmap_block is initialised before adding to queueWill Deacon2024-09-121-1/+1
* x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner2024-09-122-2/+2
* mm: Fix missing folio invalidation calls during truncationDavid Howells2024-09-041-2/+2
* mm/numa: no task_numa_fault() call if PTE is changedZi Yan2024-08-291-17/+16
* mm/numa: no task_numa_fault() call if PMD is changedZi Yan2024-08-291-17/+13
* mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallbac...Hailong Liu2024-08-291-9/+2
* mm: fix endless reclaim on machines with unaccepted memoryKirill A. Shutemov2024-08-291-22/+20
* mm: Remove kmem_valid_obj()Zhen Lei2024-08-292-33/+12
* memcg_write_event_control(): fix a user-triggerable oopsAl Viro2024-08-291-2/+5
* mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpuWaiman Long2024-08-291-9/+11
* mm/debug_vm_pgtable: drop RANDOM_ORVALUE trickPeter Xu2024-08-191-26/+5
* mm/page_table_check: support userfault wr-protect entriesPeter Xu2024-08-191-0/+30
* mm: gup: stop abusing try_grab_folioYang Shi2024-08-194-128/+135