summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/khugepaged: invoke MMU notifiers in shmem/file collapse pathsJann Horn2023-01-071-1/+8
* mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn2023-01-072-0/+20
* v4l2: don't fall back to follow_pfn() if pin_user_pages_fast() failsLinus Torvalds2022-12-081-25/+6
* mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko2022-11-251-1/+1
* mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pagesRik van Riel2022-11-031-1/+1
* mm: prevent page_frag_alloc() from corrupting the memoryMaurizio Lombardi2022-10-261-0/+12
* 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/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn2022-09-051-14/+17
* 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-09-051-2/+6
* mm/mempolicy: fix uninit-value in mpol_rebind_policy()Wang Cheng2022-07-291-1/+1
* mm: invalidate hwpoison page cache page in fault pathRik van Riel2022-07-211-2/+7
* mm/slub: add missing TID updates on slab deactivationJann Horn2022-07-121-0/+5
* random: move randomize_page() into mm where it belongsJason A. Donenfeld2022-06-251-0/+33
* hugetlb: fix huge_pmd_unshare address updateMike Kravetz2022-06-141-1/+8
* mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_at...Muchun Song2022-05-151-0/+3
* 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, 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-201-5/+19
* mm/mempolicy: fix mpol_new leak in shared_policy_replaceMiaohe Lin2022-04-201-0/+1
* mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0)Paolo Bonzini2022-04-201-0/+3
* mm: fix race between MADV_FREE reclaim and blkdev direct IO readMauricio Faria de Oliveira2022-04-201-5/+30
* mm/memcontrol: return 1 from cgroup.memory __setup() handlerRandy Dunlap2022-04-201-1/+1
* mm/mmap: return 1 from stack_guard_gap __setup() handlerRandy Dunlap2022-04-201-1/+1
* mempolicy: mbind_range() set_policy() after vma_merge()Hugh Dickins2022-04-201-7/+1
* mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a nodeAlistair Popple2022-04-201-1/+8
* memfd: fix F_SEAL_WRITE after shmem huge page allocatedHugh Dickins2022-03-081-3/+4
* memblock: use kfree() to release kmalloced memblock regionsMiaohe Lin2022-03-021-2/+8
* mm: add follow_pte_pmd()Ross Zwisler2022-01-271-7/+30
* gup: document and work around "COW can break either way" issueLinus Torvalds2022-01-272-10/+41
* Revert "gup: document and work around "COW can break either way" issue"Ben Hutchings2022-01-272-43/+12
* shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inodeGang Li2022-01-271-16/+21
* mm: bdi: initialize bdi_min_ratio when bdi is unregisteredManjong Lee2021-12-141-0/+7
* hugetlb: take PMD sharing into account when flushing tlb/cachesMike Kravetz2021-12-081-10/+43
* hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit2021-12-082-0/+35
* mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flagRustam Kovhaev2021-11-261-1/+1
* mm, oom: do not trigger out_of_memory from the #PFMichal Hocko2021-11-261-14/+8
* mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasksVasily Averin2021-11-261-0/+3
* mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregi...Miaohe Lin2021-11-261-3/+4
* mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITSKirill A. Shutemov2021-11-121-6/+7
* gup: document and work around "COW can break either way" issueLinus Torvalds2021-10-172-12/+43
* mm/page_alloc: speed up the iteration of max_orderMuchun Song2021-09-221-4/+4
* mm/kmemleak.c: make cond_resched() rate-limiting more efficientAndrew Morton2021-09-221-1/+1
* mm/huge_memory.c: don't discard hugepage if other processes are mapping itMiaohe Lin2021-07-201-1/+1
* mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-07-111-4/+1
* mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for splitYang Shi2021-07-111-19/+10
* mm: hwpoison: change PageHWPoison behavior on hugetlb pagesNaoya Horiguchi2021-06-301-63/+24