summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-11-08Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley6-45/+18
2024-11-08mm: don't install PMD mappings when THPs are disabled by the hw/process/vmaDavid Hildenbrand1-0/+9
2024-11-08mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()Kefeng Wang1-12/+1
2024-11-08vmscan,migrate: fix page count imbalance on node stats when demoting pagesGregory Price1-1/+1
2024-11-08kasan: remove vmalloc_percpu testAndrey Konovalov1-27/+0
2024-11-08mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reservesMatt Fleming1-5/+5
2024-11-08mm: shmem: fix data-race in shmem_getattr()Jeongjun Park1-0/+2
2024-11-01Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley1-66/+61
2024-11-01mm: khugepaged: fix the arguments order in khugepaged_collapse_file trace pointYang Shi1-1/+1
2024-11-01khugepaged: remove hpage from collapse_file()Matthew Wilcox (Oracle)1-38/+39
2024-11-01khugepaged: convert alloc_charge_hpage to alloc_charge_folioMatthew Wilcox (Oracle)1-8/+9
2024-11-01khugepaged: inline hpage_collapse_alloc_folio()Matthew Wilcox (Oracle)1-15/+4
2024-11-01mm/khugepaged: use a folio more in collapse_file()Matthew Wilcox (Oracle)1-8/+8
2024-11-01mm: convert collapse_huge_page() to use a folioMatthew Wilcox (Oracle)1-7/+8
2024-11-01mm/khugepaged: convert alloc_charge_hpage() to use foliosVishal Moola (Oracle)1-7/+10
2024-10-23Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley3-5/+12
2024-10-22numa/emulation: Check emulated zones around the CMA windowTvrtko Ursulin1-0/+36
2024-10-22mm/numa: Allow override of kernel's default NUMA policyTvrtko Ursulin1-7/+42
2024-10-22mm/swapfile: skip HugeTLB pages for unuse_vmaLiu Shixin1-1/+1
2024-10-22mm/mglru: only clear kswapd_failures if reclaimableWei Xu1-2/+2
2024-10-22mm/mremap: fix move_normal_pmd/retract_page_tables raceJann Horn1-2/+9
2024-10-17Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley1-2/+2
2024-10-17secretmem: disable memfd_secret() if arch cannot set direct mapPatrick Roy1-2/+2
2024-10-10Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley2-6/+26
2024-10-10mm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed1-6/+19
2024-10-10mm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich1-0/+7
2024-10-04Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley5-17/+68
2024-10-04mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu r...Liam R. Howlett1-0/+2
2024-10-04mm: only enforce minimum stack gap size if it's sensibleDavid Gow1-1/+1
2024-10-04mm/filemap: optimize filemap folio addingKairui Song1-14/+39
2024-10-04mm/filemap: return early if failed to allocate memory for splitKairui Song1-1/+4
2024-10-04mm: call the security_mmap_file() LSM hook in remap_file_pages()Shu Han1-0/+4
2024-09-18mm: avoid leaving partial pfn mappings around in error caseLinus Torvalds1-5/+22
2024-09-13mm/vmscan: Maintain TLB coherency in LRU codePhil Elwell1-1/+1
2024-09-13Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley5-38/+21
2024-09-12Revert "mm: skip CMA pages when they are not available"Usama Arif1-22/+2
2024-09-12mm/vmscan: use folio_migratetype() instead of get_pageblock_migratetype()Vern Hao1-1/+1
2024-09-12userfaultfd: fix checks for huge PMDsJann Horn1-10/+12
2024-09-12userfaultfd: don't BUG_ON() if khugepaged yanks our page tableJann Horn1-3/+4
2024-09-12mm: vmalloc: ensure vmap_block is initialised before adding to queueWill Deacon1-1/+1
2024-09-12x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner2-2/+2
2024-09-10Merge remote-tracking branch 'stable/linux-6.6.y' into rpi-6.6.yDom Cobley9-111/+81
2024-09-04mm: Fix missing folio invalidation calls during truncationDavid Howells1-2/+2
2024-08-29mm/numa: no task_numa_fault() call if PTE is changedZi Yan1-17/+16
2024-08-29mm/numa: no task_numa_fault() call if PMD is changedZi Yan1-17/+13
2024-08-29mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallbac...Hailong Liu1-9/+2
2024-08-29mm: fix endless reclaim on machines with unaccepted memoryKirill A. Shutemov1-22/+20
2024-08-29mm: Remove kmem_valid_obj()Zhen Lei2-33/+12
2024-08-29memcg_write_event_control(): fix a user-triggerable oopsAl Viro1-2/+5
2024-08-29mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpuWaiman Long1-9/+11