summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-01-24panic: Consolidate open-coded panic_on_warn checksKees Cook2-4/+3
2023-01-24mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested endZach O'Keefe1-1/+1
2023-01-24mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMADavid Hildenbrand1-0/+4
2023-01-24mm/hugetlb: pre-allocate pgtable pages for uffd wr-protectsPeter Xu1-2/+11
2023-01-24mm/hugetlb: fix uffd-wp handling for migration entries in hugetlb_change_prot...David Hildenbrand1-8/+9
2023-01-24mm/hugetlb: fix PTE marker handling in hugetlb_change_protection()David Hildenbrand1-14/+7
2023-01-24mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vmaHugh Dickins1-8/+6
2023-01-24hugetlb: unshare some PMDs when splitting VMAsJames Houghton1-9/+35
2023-01-24mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSEZach O'Keefe1-4/+2
2023-01-24nommu: fix split_vma() map_count errorLiam Howlett1-1/+3
2023-01-24nommu: fix do_munmap() error pathLiam Howlett1-1/+2
2023-01-24nommu: fix memory leak in do_mmap() error pathLiam Howlett1-1/+1
2023-01-18mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson1-1/+7
2023-01-07hugetlb: really allocate vma lock for all sharable vmasMike Kravetz1-185/+148
2023-01-04mm, compaction: fix fast_isolate_around() to stay within boundariesNARIBAYASHI Akira1-13/+5
2023-01-04kmsan: include linux/vmalloc.hArnd Bergmann1-0/+1
2023-01-04kmsan: export kmsan_handle_urbArnd Bergmann1-0/+1
2023-01-04mm/mempolicy: fix memory leak in set_mempolicy_home_node system callMathieu Desnoyers1-0/+1
2023-01-04mm, mremap: fix mremap() expanding vma with addr inside vmaVlastimil Babka1-1/+2
2022-12-31mm/gup: disallow FOLL_FORCE|FOLL_WRITE on hugetlb mappingsDavid Hildenbrand1-0/+3
2022-12-11Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/l...Linus Torvalds3-11/+16
2022-12-10memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo1-2/+13
2022-12-10mm/gup: fix gup_pud_range() for daxJohn Starks1-1/+1
2022-12-10mmap: fix do_brk_flags() modifying obviously incorrect VMAsLiam Howlett1-8/+3
2022-12-10tmpfs: fix data loss from failed fallocateHugh Dickins1-0/+11
2022-12-10mm: do not BUG_ON missing brk mapping, because userspace can unmap itJason A. Donenfeld1-2/+1
2022-12-08memcg: Fix possible use-after-free in memcg_write_event_control()Tejun Heo1-2/+13
2022-12-04Revert "mm: align larger anonymous mappings on THP boundaries"Linus Torvalds1-3/+0
2022-12-03Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds8-52/+150
2022-12-01mm/khugepaged: invoke MMU notifiers in shmem/file collapse pathsJann Horn1-0/+5
2022-12-01mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn2-3/+3
2022-12-01mm/khugepaged: take the right locks for page table retractionJann Horn1-4/+51
2022-12-01mm: migrate: fix THP's mapcount on isolationGavin Shan1-11/+11
2022-12-01mm: introduce arch_has_hw_nonleaf_pmd_young()Juergen Gross1-5/+5
2022-12-01mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in dam...SeongJae Park1-2/+44
2022-12-01hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processingMike Kravetz2-12/+17
2022-12-01madvise: use zap_page_range_single for madvise dontneedMike Kravetz2-15/+14
2022-11-25Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/lin...Linus Torvalds13-57/+114
2022-11-23mm/cgroup/reclaim: fix dirty pages throttling on cgroup v1Aneesh Kumar K.V1-1/+13
2022-11-23mm: fix unexpected changes to {failslab|fail_page_alloc}.attrQi Zheng2-4/+15
2022-11-23swapfile: fix soft lockup in scan_swap_map_slotsChen Wandun1-4/+4
2022-11-23hugetlb: fix __prep_compound_gigantic_page page flag settingMike Kravetz1-1/+3
2022-11-23kfence: fix stack trace pruningMarco Elver1-4/+9
2022-11-23mm: multi-gen LRU: retry folios written back while isolatedYu Zhao1-11/+37
2022-11-23mm/migrate_device: return number of migrating pages in args->cpagesAlistair Popple1-2/+6
2022-11-23mm: mmap: fix documentation for vma_mas_szeroIan Cowan1-1/+1
2022-11-23mm/damon/sysfs-schemes: skip stats update if the scheme directory is removedSeongJae Park1-0/+4
2022-11-23mm/memory: return vm_fault_t result from migrate_to_ram() callbackAlistair Popple1-1/+1
2022-11-23mm: correctly charge compressed memory to its memcgLi Liguang1-1/+1
2022-11-23mm/khugepaged: refactor mm_khugepaged_scan_file tracepoint to remove filename...Gautam Menghani1-2/+1