summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault()Alban Crequy2022-11-251-1/+1
* mm/memremap.c: map FS_DAX device memory as decryptedPankaj Gupta2022-11-161-0/+1
* mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pagesRik van Riel2022-11-031-1/+1
* mm/memory: add non-anonymous page check in the copy_present_page()Yuanzheng Song2022-11-031-0/+11
* mm: hugetlb: fix UAF in hugetlb_handle_userfaultLiu Shixin2022-10-261-14/+15
* mm/mmap: undo ->mmap() when arch_validate_flags() failsCarlos Llamas2022-10-261-1/+4
* mm: gup: fix the fast GUP race against THP collapseYang Shi2022-10-152-10/+34
* mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim2022-10-051-2/+5
* mm/migrate_device.c: flush TLB while holding PTLAlistair Popple2022-10-051-2/+3
* mm: prevent page_frag_alloc() from corrupting the memoryMaurizio Lombardi2022-10-051-0/+12
* mm/page_alloc: fix race condition between build_all_zonelists and page alloca...Mel Gorman2022-10-051-10/+43
* mm/slub: fix to return errno if kmalloc() failsChao Yu2022-09-281-1/+4
* mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region()Jann Horn2022-09-201-2/+7
* Revert "mm: kmemleak: take a full lowmem check in kmemleak_*_phys()"Yee Lee2022-09-151-4/+4
* mm: pagewalk: Fix race between unmap and page walkerSteven Price2022-09-082-11/+14
* mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn2022-09-051-13/+16
* mm: Force TLB flush for PFNMAP mappings before unlink_file_vma()Jann Horn2022-09-051-0/+12
* mm/hugetlb: fix hugetlb not supporting softdirty trackingDavid Hildenbrand2022-08-311-2/+6
* mm/huge_memory.c: use helper function migration_entry_to_page()Miaohe Lin2022-08-311-2/+2
* mm/mmap.c: fix missing call to vm_unacct_memory in mmap_regionMiaohe Lin2022-08-211-1/+0
* mm/mremap: hold the rmap lock in write mode when moving page table entries.Aneesh Kumar K.V2022-08-211-4/+2
* mm: Add kvrealloc()Dave Chinner2022-08-211-0/+15
* page_alloc: fix invalid watermark check on a negative valueJaewon Kim2022-08-031-4/+8
* mm/mempolicy: fix uninit-value in mpol_rebind_policy()Wang Cheng2022-07-291-1/+1
* mm: split huge PUD on wp_huge_pud fallbackGowans, James2022-07-211-13/+14
* mm/slub: add missing TID updates on slab deactivationJann Horn2022-07-121-2/+2
* hugetlb: fix huge_pmd_unshare address updateMike Kravetz2022-06-091-1/+8
* mm, compaction: fast_find_migrateblock() should return pfn in the target zoneRei Yamamoto2022-06-091-0/+2
* zsmalloc: fix races between asynchronous zspage free and page migrationSultan Alsawaf2022-06-061-4/+33
* random: move randomize_page() into mm where it belongsJason A. Donenfeld2022-05-301-0/+32
* mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_at...Muchun Song2022-05-151-0/+3
* mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()Muchun Song2022-05-151-0/+2
* mm: fix missing cache flush for all tail pages of compound pageMuchun Song2022-05-151-2/+5
* arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport2022-05-152-18/+0
* kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink oc...Zqiang2022-05-091-0/+7
* mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove()Alistair Popple2022-04-271-1/+13
* oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanupNico Pache2022-04-271-14/+40
* mm, hugetlb: allow for "high" userspace addressesChristophe Leroy2022-04-271-8/+0
* mm: page_alloc: fix building error on -Werror=array-compareXiongwei Song2022-04-271-1/+1
* mm: kmemleak: take a full lowmem check in kmemleak_*_phys()Patrick Wang2022-04-201-4/+4
* mm: fix unexpected zeroed page mapping with zram swapMinchan Kim2022-04-201-54/+0
* mm, page_alloc: fix build_zonerefs_node()Juergen Gross2022-04-201-1/+1
* mm: don't skip swap entry even if zap_details specifiedPeter Xu2022-04-131-6/+19
* mm/mempolicy: fix mpol_new leak in shared_policy_replaceMiaohe Lin2022-04-131-0/+1
* mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0)Paolo Bonzini2022-04-131-0/+3
* mm: fix race between MADV_FREE reclaim and blkdev direct IO readMauricio Faria de Oliveira2022-04-131-1/+24
* mm/usercopy: return 1 from hardened_usercopy __setup() handlerRandy Dunlap2022-04-081-1/+4
* mm/memcontrol: return 1 from cgroup.memory __setup() handlerRandy Dunlap2022-04-081-1/+1
* mm/mmap: return 1 from stack_guard_gap __setup() handlerRandy Dunlap2022-04-081-1/+1
* mm/kmemleak: reset tag when compare object pointerKuan-Ying Lee2022-04-081-2/+7