summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-09-18mm: avoid leaving partial pfn mappings around in error caseLinus Torvalds
2024-09-12Revert "mm: skip CMA pages when they are not available"Usama Arif
2024-09-12mm/vmscan: use folio_migratetype() instead of get_pageblock_migratetype()Vern Hao
2024-09-12userfaultfd: fix checks for huge PMDsJann Horn
2024-09-12userfaultfd: don't BUG_ON() if khugepaged yanks our page tableJann Horn
2024-09-12mm: vmalloc: ensure vmap_block is initialised before adding to queueWill Deacon
2024-09-12x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner
2024-09-04mm: Fix missing folio invalidation calls during truncationDavid Howells
2024-08-29mm/numa: no task_numa_fault() call if PTE is changedZi Yan
2024-08-29mm/numa: no task_numa_fault() call if PMD is changedZi Yan
2024-08-29mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallbac...Hailong Liu
2024-08-29mm: fix endless reclaim on machines with unaccepted memoryKirill A. Shutemov
2024-08-29mm: Remove kmem_valid_obj()Zhen Lei
2024-08-29memcg_write_event_control(): fix a user-triggerable oopsAl Viro
2024-08-29mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpuWaiman Long
2024-08-19mm/debug_vm_pgtable: drop RANDOM_ORVALUE trickPeter Xu
2024-08-19mm/page_table_check: support userfault wr-protect entriesPeter Xu
2024-08-19mm: gup: stop abusing try_grab_folioYang Shi
2024-08-14mm/hugetlb: fix potential race in __update_and_free_hugetlb_folio()Miaohe Lin
2024-08-14mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit mac...Yang Shi
2024-08-14mm: huge_memory: don't force huge page alignment on 32 bitYang Shi
2024-08-14memcg: protect concurrent access to mem_cgroup_idrShakeel Butt
2024-08-11mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...Li Zhijian
2024-08-11mm: page_alloc: control latency caused by zone PCP drainingLucas Stach
2024-08-11mm: restrict the pcp batch scale factor to avoid too long latencyHuang Ying
2024-08-03mm/mglru: fix ineffective protection calculationYu Zhao
2024-08-03mm/numa_balancing: teach mpol_to_str about the balancing modeTvrtko Ursulin
2024-08-03mm: fix old/young bit handling in the faulting pathRam Tummala
2024-08-03mm/mglru: fix overshooting shrinker memoryYu Zhao
2024-08-03mm: mmap_lock: replace get_memcg_path_buf() with on-stack bufferTetsuo Handa
2024-08-03mm/mglru: fix div-by-zero in vmpressure_calc_level()Yu Zhao
2024-08-03mm/hugetlb: fix possible recursive locking detected warningMiaohe Lin
2024-08-03hugetlb: force allocating surplus hugepages on mempolicy allowed nodesAristeu Rozanski
2024-07-25mm: page_ref: remove folio_try_get_rcu()Yang Shi
2024-07-18mm/damon/core: merge regions aggressively when max_nr_regions is unmetSeongJae Park
2024-07-18mm/shmem: disable PMD-sized page cache if neededGavin Shan
2024-07-18mm/filemap: skip to create PMD-sized page cache if neededGavin Shan
2024-07-18mm: vmalloc: check if a hash-index is in cpu_possible_maskUladzislau Rezki (Sony)
2024-07-11Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"Jan Kara
2024-07-11mm: avoid overflows in dirty throttling logicJan Kara
2024-07-05mm/page_alloc: Separate THP PCP into movable and non-movable categoriesyangge
2024-07-05mm: fix incorrect vbq reference in purge_fragmented_blockZhaoyang Huang
2024-06-27mm/page_table_check: fix crash on ZONE_DEVICEPeter Xu
2024-06-21mm/huge_memory: don't unpoison huge_zero_folioMiaohe Lin
2024-06-21mm/memory-failure: fix handling of dissolved but not taken off from buddy pagesMiaohe Lin
2024-06-21memory-failure: use a folio in me_huge_page()Matthew Wilcox (Oracle)
2024-06-16mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAILHailong.Liu
2024-06-16mm/hugetlb: pass correct order_per_bit to cma_declare_contiguous_nidFrank van der Linden
2024-06-16mm/cma: drop incorrect alignment check in cma_init_reserved_memFrank van der Linden
2024-06-16kmsan: do not wipe out origin when doing partial unpoisoningAlexander Potapenko