summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2024-12-14mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes3-5/+2
2024-12-14mm: unconditionally close VMAs on errorLorenzo Stoakes4-8/+26
2024-12-14mm: avoid unsafe VMA hook invocation when error arises on mmap hookLorenzo Stoakes4-4/+34
2024-12-14mm: revert "mm: shmem: fix data-race in shmem_getattr()"Andrew Morton1-2/+0
2024-12-14mm: fix NULL pointer dereference in alloc_pages_bulk_noprofJinjiang Tu1-1/+2
2024-12-14vmstat: call fold_vm_zone_numa_events() before show per zone NUMA eventMengEn Sun1-0/+1
2024-11-17mm/memory: add non-anonymous page check in the copy_present_page()Yuanzheng Song1-0/+11
2024-11-17mm: krealloc: Fix MTE false alarm in __do_kreallocQun-Wei Lin1-1/+1
2024-11-08mm: shmem: fix data-race in shmem_getattr()Jeongjun Park1-0/+2
2024-11-08mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reservesMatt Fleming1-5/+5
2024-11-08mm/page_alloc: explicitly define how __GFP_HIGH non-blocking allocations acce...Mel Gorman2-22/+29
2024-11-08mm/page_alloc: explicitly define what alloc flags deplete min reservesMel Gorman2-12/+25
2024-11-08mm/page_alloc: explicitly record high-order atomic allocations in alloc_flagsMel Gorman2-6/+24
2024-11-08mm/page_alloc: treat RT tasks similar to __GFP_HIGHMel Gorman1-1/+1
2024-11-08mm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVEMel Gorman2-5/+7
2024-11-08mm/page_alloc: split out buddy removal code from rmqueue into separate helperMel Gorman1-34/+47
2024-11-08mm/page_alloc: fix tracepoint mm_page_alloc_zone_locked()Wonhyuk Yang1-8/+5
2024-11-08mm/page_alloc: call check_new_pages() while zone spinlock is not heldEric Dumazet1-9/+9
2024-10-22secretmem: disable memfd_secret() if arch cannot set direct mapPatrick Roy1-2/+2
2024-10-22mm/swapfile: skip HugeTLB pages for unuse_vmaLiu Shixin1-1/+1
2024-10-17mm: only enforce minimum stack gap size if it's sensibleDavid Gow1-1/+1
2024-10-17mm: avoid leaving partial pfn mappings around in error caseLinus Torvalds1-5/+22
2024-10-17mm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich1-0/+7
2024-09-12memcg: protect concurrent access to mem_cgroup_idrShakeel Butt1-3/+20
2024-09-04mm/numa: no task_numa_fault() call if PTE is changedZi Yan1-15/+14
2024-09-04mm/numa: no task_numa_fault() call if PMD is changedZi Yan1-17/+13
2024-09-04memcg_write_event_control(): fix a user-triggerable oopsAl Viro1-2/+5
2024-08-19mm/numa_balancing: teach mpol_to_str about the balancing modeTvrtko Ursulin1-4/+14
2024-08-19mm: mmap_lock: replace get_memcg_path_buf() with on-stack bufferTetsuo Handa1-155/+20