summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2021-06-23mm/slub.c: include swab.hAndrew Morton1-0/+1
2021-06-23mm/slub: actually fix freelist pointer vs redzoningKees Cook1-11/+3
2021-06-23mm/slub: fix redzoning for small allocationsKees Cook2-5/+6
2021-06-23mm/slub: clarify verification reportingKees Cook1-7/+7
2021-06-23mm/hugetlb: expand restore_reserve_on_error functionalityMike Kravetz1-23/+97
2021-06-23mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when comparePeter Xu1-1/+1
2021-06-23mm,hwpoison: fix race with hugetlb page allocationNaoya Horiguchi2-2/+42
2021-06-23mm/memory-failure: make sure wait for page writeback in memory_failureyangerkun1-1/+6
2021-06-10mm, hugetlb: fix simple resv_huge_pages underflow on UFFDIO_COPYMina Almasry1-2/+12
2021-06-10mm/page_alloc: fix counting of free pages after take off from buddyDing Hui1-0/+2
2021-06-10mm/debug_vm_pgtable: fix alignment for pmd/pud_advanced_tests()Gerald Schaefer1-2/+2
2021-06-10kfence: use TASK_IDLE when awaiting allocationMarco Elver1-3/+3
2021-06-10kfence: maximize allocation wait timeout durationMarco Elver1-1/+11
2021-06-10Revert "MIPS: make userspace mapping young by default"Thomas Bogendoerfer1-0/+4
2021-05-26Revert "mm/gup: check page posion status for coredump."Michal Hocko2-24/+0
2021-05-26userfaultfd: hugetlbfs: fix new flag usage in error pathMike Kravetz1-14/+14
2021-05-19mm/hugetlb: fix cow where page writtable in childPeter Xu1-0/+1
2021-05-19mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu1-18/+4
2021-05-19userfaultfd: release page in error path to avoid BUG_ONAxel Rasmussen1-1/+11
2021-05-19kfence: await for allocation using wait_eventMarco Elver1-16/+29
2021-05-19mm/gup: check for isolation errorsPavel Tatashin1-26/+34
2021-05-19mm/gup: return an error on migration failurePavel Tatashin1-10/+7
2021-05-19mm/gup: check every subpage of a compound page during isolationPavel Tatashin1-12/+7
2021-05-19ksm: fix potential missing rmap_item for stable_nodeMiaohe Lin1-0/+1
2021-05-19mm/migrate.c: fix potential indeterminate pte entry in migrate_vma_insert_page()Miaohe Lin1-0/+7
2021-05-19mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()Miaohe Lin1-2/+9
2021-05-19khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate()Miaohe Lin1-9/+9
2021-05-14mm/memory-failure: unnecessary amount of unmappingJane Chu1-1/+1
2021-05-14mm/sparse: add the missing sparse_buffer_fini() in error branchWang Wensheng1-0/+1
2021-05-14mm: memcontrol: slab: fix obtain a reference to a freeing memcgMuchun Song1-1/+9
2021-05-12mm: page_alloc: ignore init_on_free=1 for debug_pagealloc=1Sergei Trofimovich1-13/+17
2021-04-24mm/filemap: fix mapping_seek_hole_data on THP & 32-bitHugh Dickins1-10/+11
2021-04-24mm/filemap: fix find_lock_entries hang on 32-bit THPHugh Dickins1-2/+8
2021-04-17mm: ptdump: fix build failureChristophe Leroy1-1/+1
2021-04-17mm/mapping_dirty_helpers: guard hugepage pud's usageZack Rusin1-0/+2
2021-04-17kasan: remove redundant config optionWalter Wu3-3/+3
2021-04-17mm: eliminate "expecting prototype" kernel-doc warningsRandy Dunlap3-13/+22
2021-04-10Merge branch 'for-5.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-10/+15
2021-04-10kasan: fix conflict with page poisoningAndrey Konovalov1-1/+3
2021-04-10mm/gup: check page posion status for coredump.Aili Yao2-0/+24
2021-04-09percpu: make pcpu_nr_empty_pop_pages per chunk typeRoman Gushchin3-10/+15
2021-03-30mm: fix race by making init_zero_pfn() early_initcallIlya Lipnitskiy1-1/+1
2021-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-10/+96
2021-03-25mm/highmem: fix CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAPIra Weiny1-2/+2
2021-03-25kfence: make compatible with kmemleakMarco Elver2-1/+11
2021-03-25z3fold: prevent reclaim/free race for headless pagesThomas Hebb1-1/+15
2021-03-25mm/mmu_notifiers: ensure range_end() is paired with range_start()Sean Christopherson1-0/+23
2021-03-25hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappingsMiaohe Lin2-6/+45
2021-03-23mm/writeback: Add wait_on_page_writeback_killableMatthew Wilcox (Oracle)1-0/+16
2021-03-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds10-164/+234