summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-03-13mm/page_alloc: fix uninitialized variableHao Zhang1-0/+1
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-02-01vmalloc: fix accounting with i915Matthew Wilcox (Oracle)1-1/+2
2025-01-09mm: vmscan: account for free pages to prevent infinite Loop in throttle_direc...Seiji Nishikawa1-1/+8
2024-12-14mm: resolve faulty mmap_region() error path behaviourLorenzo Stoakes1-24/+45
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-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: avoid leaving partial pfn mappings around in error caseLinus Torvalds1-5/+22
2024-11-08mm: add remap_pfn_range_notrackChristoph Hellwig1-20/+31
2024-10-22mm/swapfile: skip HugeTLB pages for unuse_vmaLiu Shixin1-1/+1
2024-10-17mm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich1-0/+7
2024-10-17mm: only enforce minimum stack gap size if it's sensibleDavid Gow1-1/+1
2024-09-12memcg: protect concurrent access to mem_cgroup_idrShakeel Butt1-3/+20
2024-09-04memcg_write_event_control(): fix a user-triggerable oopsAl Viro1-2/+5
2024-07-18Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"Jan Kara1-1/+1
2024-07-18mm: avoid overflows in dirty throttling logicJan Kara1-4/+26
2024-06-21fs: add file and path permissions helpersChristian Brauner3-3/+3
2024-04-13x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand1-0/+4
2024-04-13mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka3-11/+11
2024-04-13mm/migrate: set swap entry values of THP tail pages properly.Zi Yan1-1/+5
2024-04-13mm/memory-failure: fix an incorrect use of tail pagesLiu Shixin1-1/+1
2024-04-13memtest: use {READ,WRITE}_ONCE in memory scanningQiang Zhang1-2/+2
2024-04-13mm: swap: fix race between free_swap_and_cache() and swapoff()Ryan Roberts1-1/+12
2024-03-15mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz1-23/+14
2024-03-01userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlbLokesh Gidra1-1/+13
2024-02-23mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), againZach O'Keefe1-1/+1
2024-02-23mm/sparsemem: fix race in accessing memory_section->usageCharan Teja Kalla1-8/+9
2024-02-23mm: vmalloc: introduce array allocation functionsPaolo Bonzini1-0/+50
2024-01-15mm: fix unmap_mapping_range high bits shift bugJiajun Xie1-2/+2
2024-01-15mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)1-3/+3
2023-11-28mm: kmem: drop __GFP_NOFAIL when allocating objcg vectorsRoman Gushchin1-1/+2
2023-11-28mm/memory_hotplug: use pfn math in place of direct struct page manipulationZi Yan1-1/+1
2023-11-28mm/cma: use nth_page() in place of direct struct page manipulationZi Yan1-1/+1
2023-11-20vfs: fix readahead(2) on block devicesReuben Hawkins1-1/+2
2023-11-08kasan: print the original fault addr when access invalid shadowHaibo Li1-3/+1
2023-11-08mm/page_alloc: correct start page when guard page debug is enabledKemeng Shi1-1/+1
2023-10-25mm/memory_hotplug: rate limit page migration warningsLiam Mark1-5/+11
2023-10-10media: vb2: frame_vector.c: replace WARN_ONCE with a commentHans Verkuil1-2/+4
2023-09-23mm/filemap: fix infinite loop in generic_file_buffered_read()Kent Overstreet1-0/+3
2023-09-19tmpfs: verify {g,u}id mount options correctlyChristian Brauner1-4/+24
2023-08-30mm,hwpoison: fix printing of page flagsOscar Salvador1-1/+1
2023-08-30mm: memory-failure: fix unexpected return value in soft_offline_page()Miaohe Lin1-4/+7
2023-08-30mm: memory-failure: kill soft_offline_free_page()Kefeng Wang1-11/+1
2023-08-30mm: fix page reference leak in soft_offline_page()Dan Williams1-4/+16
2023-08-30mm,hwpoison: refactor get_any_pageOscar Salvador1-58/+43