summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/sparsemem: fix race in accessing memory_section->usageCharan Teja Kalla2024-02-231-8/+9
* mm: vmalloc: introduce array allocation functionsPaolo Bonzini2024-02-231-0/+50
* mm: fix unmap_mapping_range high bits shift bugJiajun Xie2024-01-151-2/+2
* mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)2024-01-151-3/+3
* mm: kmem: drop __GFP_NOFAIL when allocating objcg vectorsRoman Gushchin2023-11-281-1/+2
* mm/memory_hotplug: use pfn math in place of direct struct page manipulationZi Yan2023-11-281-1/+1
* mm/cma: use nth_page() in place of direct struct page manipulationZi Yan2023-11-281-1/+1
* vfs: fix readahead(2) on block devicesReuben Hawkins2023-11-201-1/+2
* kasan: print the original fault addr when access invalid shadowHaibo Li2023-11-081-3/+1
* mm/page_alloc: correct start page when guard page debug is enabledKemeng Shi2023-11-081-1/+1
* mm/memory_hotplug: rate limit page migration warningsLiam Mark2023-10-251-5/+11
* media: vb2: frame_vector.c: replace WARN_ONCE with a commentHans Verkuil2023-10-101-2/+4
* mm/filemap: fix infinite loop in generic_file_buffered_read()Kent Overstreet2023-09-231-0/+3
* tmpfs: verify {g,u}id mount options correctlyChristian Brauner2023-09-191-4/+24
* mm,hwpoison: fix printing of page flagsOscar Salvador2023-08-301-1/+1
* mm: memory-failure: fix unexpected return value in soft_offline_page()Miaohe Lin2023-08-301-4/+7
* mm: memory-failure: kill soft_offline_free_page()Kefeng Wang2023-08-301-11/+1
* mm: fix page reference leak in soft_offline_page()Dan Williams2023-08-301-4/+16
* mm,hwpoison: refactor get_any_pageOscar Salvador2023-08-301-58/+43
* mm: add a call to flush_cache_vmap() in vmap_pfn()Alexandre Ghiti2023-08-301-0/+4
* shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu2023-07-271-1/+1
* memfd: check for non-NULL file_seals in memfd_create() syscallRoberto Sassu2023-06-281-1/+2
* mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one...David Hildenbrand2023-06-211-16/+89
* writeback, cgroup: remove extra percpu_ref_exit()Greg Thelen2023-05-301-1/+0
* mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa2023-05-171-0/+16
* writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li2023-05-171-1/+10
* mm/khugepaged: check again on anon uffd-wp during isolationPeter Xu2023-04-261-0/+4
* mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()Rongwei Wang2023-04-201-1/+2
* mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropageDavid Hildenbrand2023-03-221-2/+4
* mm/thp: check and bail out if page in deferred queue alreadyYin Fengwei2023-03-111-0/+3
* mm: memcontrol: deprecate charge movingJohannes Weiner2023-03-111-0/+4
* Revert "mm: Always release pages to the buddy allocator in memblock_free_late...Aaron Thompson2023-02-221-7/+1
* Fix page corruption caused by racy check in __free_pagesDavid Chen2023-02-151-1/+4
* migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz2023-02-151-1/+2
* mm/migration: return errno when isolate_huge_page failedMiaohe Lin2023-02-156-10/+11
* mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia2023-02-151-0/+1
* panic: Consolidate open-coded panic_on_warn checksKees Cook2023-02-011-2/+2
* kasan: no need to unset panic_on_warn in end_report()Tiezhu Yang2023-02-011-9/+1
* mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vmaHugh Dickins2023-01-241-8/+6
* mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson2023-01-181-1/+7
* mm, compaction: fix fast_isolate_around() to stay within boundariesNARIBAYASHI Akira2023-01-141-13/+5
* mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang2022-12-142-15/+26
* mm/gup: fix gup_pud_range() for daxJohn Starks2022-12-141-1/+1
* memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo2022-12-141-2/+13
* mm/khugepaged: invoke MMU notifiers in shmem/file collapse pathsJann Horn2022-12-141-0/+13
* mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn2022-12-142-3/+4
* mm/khugepaged: take the right locks for page table retractionJann Horn2022-12-141-5/+26
* v4l2: don't fall back to follow_pfn() if pin_user_pages_fast() failsLinus Torvalds2022-12-081-25/+6
* mm: vmscan: fix extreme overreclaim and swap floodsJohannes Weiner2022-12-021-6/+4
* mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko2022-11-251-1/+1