summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/swapfile: skip HugeTLB pages for unuse_vmaLiu Shixin2024-10-221-1/+1
* secretmem: disable memfd_secret() if arch cannot set direct mapPatrick Roy2024-10-171-2/+2
* mm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed2024-10-171-6/+19
* mm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich2024-10-171-0/+7
* mm/damon/vaddr: protect vma traversal in __damon_va_thre_regions() with rcu r...Liam R. Howlett2024-10-171-0/+2
* mm: only enforce minimum stack gap size if it's sensibleDavid Gow2024-10-171-1/+1
* mm/filemap: optimize filemap folio addingKairui Song2024-10-171-14/+39
* mm/filemap: return early if failed to allocate memory for splitKairui Song2024-10-171-1/+4
* mm: avoid leaving partial pfn mappings around in error caseLinus Torvalds2024-09-181-5/+22
* memcg: protect concurrent access to mem_cgroup_idrShakeel Butt2024-09-121-2/+20
* 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-15/+14
* 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: Remove kmem_valid_obj()Zhen Lei2024-08-292-33/+12
* mm: khugepaged: fix kernel BUG in hpage_collapse_scan_file()Ivan Orlov2024-08-291-0/+20
* 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/hugetlb: fix potential race in __update_and_free_hugetlb_folio()Miaohe Lin2024-08-141-7/+7
* mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit mac...Yang Shi2024-08-141-1/+1
* mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...Li Zhijian2024-08-111-7/+11
* mm: page_alloc: control latency caused by zone PCP drainingLucas Stach2024-08-111-4/+7
* mm: restrict the pcp batch scale factor to avoid too long latencyHuang Ying2024-08-112-1/+12
* mm/numa_balancing: teach mpol_to_str about the balancing modeTvrtko Ursulin2024-08-031-4/+14
* mm: mmap_lock: replace get_memcg_path_buf() with on-stack bufferTetsuo Handa2024-08-031-155/+20
* mm/mglru: fix div-by-zero in vmpressure_calc_level()Yu Zhao2024-08-031-1/+0
* mm/hugetlb: fix possible recursive locking detected warningMiaohe Lin2024-08-031-1/+1
* mm/damon/core: merge regions aggressively when max_nr_regions is unmetSeongJae Park2024-07-251-2/+19
* Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"Jan Kara2024-07-111-1/+1
* mm: avoid overflows in dirty throttling logicJan Kara2024-07-111-4/+26
* mm/page_alloc: Separate THP PCP into movable and non-movable categoriesyangge2024-07-051-2/+6
* mm/page_table_check: fix crash on ZONE_DEVICEPeter Xu2024-06-271-1/+10
* mm/memory-failure: fix handling of dissolved but not taken off from buddy pagesMiaohe Lin2024-06-211-2/+2
* mm/huge_memory: don't unpoison huge_zero_folioMiaohe Lin2024-06-211-0/+7
* mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAILHailong.Liu2024-06-211-3/+2
* mm, vmalloc: fix high order __GFP_NOFAIL allocationsMichal Hocko2024-06-211-5/+23
* mm/hugetlb: pass correct order_per_bit to cma_declare_contiguous_nidFrank van der Linden2024-06-161-3/+3
* mm/cma: drop incorrect alignment check in cma_init_reserved_memFrank van der Linden2024-06-161-4/+0
* kmsan: do not wipe out origin when doing partial unpoisoningAlexander Potapenko2024-06-161-4/+11
* mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts2024-06-162-23/+28
* mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()Miaohe Lin2024-05-171-2/+1
* mm: use memalloc_nofs_save() in page_cache_ra_order()Kefeng Wang2024-05-171-0/+4
* mm/hugetlb: fix missing hugetlb_lock for resv unchargePeter Xu2024-05-171-1/+4
* mm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page() to foliosSidhartha Kumar2024-05-172-17/+19
* mm/hugetlb: convert free_huge_page to foliosSidhartha Kumar2024-05-171-13/+14
* mm/hugetlb_cgroup: convert hugetlb_cgroup_from_page() to foliosSidhartha Kumar2024-05-172-7/+11
* mm/hugetlb_cgroup: convert __set_hugetlb_cgroup() to foliosSidhartha Kumar2024-05-171-2/+2
* mm/hugetlb: add folio_hstate()Sidhartha Kumar2024-05-171-1/+1
* mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabledMiaohe Lin2024-04-271-3/+15