aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-07-03mm/page_vma_mapped.c: check possible huge PMD map with transhuge_vma_suitable()Yang Shi1-1/+1
2022-07-03mm: split huge PUD on wp_huge_pud fallbackGowans, James1-13/+14
2022-07-03mm/rmap: fix dereferencing invalid subpage pointer in try_to_migrate_one()David Hildenbrand1-10/+17
2022-07-03mm: sparsemem: fix missing higher order allocation splittingMuchun Song1-0/+8
2022-07-03mm/damon: use set_huge_pte_at() to make huge pte oldBaolin Wang1-2/+1
2022-07-03mm: userfaultfd: fix UFFDIO_CONTINUE on fallocated shmem pagesAxel Rasmussen1-1/+4
2022-07-01usercopy: use unsigned long instead of uintptr_tJason A. Donenfeld1-1/+1
2022-06-30memblock: avoid some repeat when add new rangeJinyu Tang1-0/+11
2022-06-29filemap: Use filemap_read_folio() in do_read_cache_folio()Matthew Wilcox (Oracle)1-20/+9
2022-06-29filemap: Handle AOP_TRUNCATED_PAGE in do_read_cache_folio()Matthew Wilcox (Oracle)1-1/+3
2022-06-29filemap: Move 'filler' case to the end of do_read_cache_folio()Matthew Wilcox (Oracle)1-15/+13
2022-06-29filemap: Remove find_get_pages_range() and associated functionsMatthew Wilcox (Oracle)2-96/+0
2022-06-29shmem: Convert shmem_unlock_mapping() to use filemap_get_folios()Matthew Wilcox (Oracle)1-7/+6
2022-06-29vmscan: Add check_move_unevictable_folios()Matthew Wilcox (Oracle)1-22/+34
2022-06-29filemap: Add filemap_get_folios()Matthew Wilcox (Oracle)1-0/+59
2022-06-29filemap: Remove add_to_page_cache() and add_to_page_cache_locked()Matthew Wilcox (Oracle)3-22/+2
2022-06-29hugetlb: Convert huge_add_to_page_cache() to use a folioMatthew Wilcox (Oracle)1-4/+10
2022-06-29mm: Remove __delete_from_page_cache()Matthew Wilcox (Oracle)3-3/+3
2022-06-29mm: Account dirty folios properly during splitsMatthew Wilcox (Oracle)1-3/+8
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann1-8/+0
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport11-17/+17
2022-06-27Merge branch 'master' into mm-stableakpm16-40/+98
2022-06-27mm: ioremap: Add ioremap/iounmap_allowed()Kefeng Wang1-1/+10
2022-06-27mm: ioremap: Setup phys_addr of struct vm_structKefeng Wang1-0/+1
2022-06-27mm: ioremap: Use more sensible name in ioremap_prot()Kefeng Wang1-6/+8
2022-06-26Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds8-6/+31
2022-06-23filemap: Fix serialization adding transparent huge pages to page cacheAlistair Popple1-0/+2
2022-06-23mm: Clear page->private when splitting or migrating a pageMatthew Wilcox (Oracle)2-0/+2
2022-06-20filemap: Handle sibling entries in filemap_get_read_batch()Matthew Wilcox (Oracle)1-0/+2
2022-06-20filemap: Correct the conditions for marking a folio as accessedMatthew Wilcox (Oracle)1-3/+10
2022-06-20Merge tag 'slab-for-5.19-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-7/+36
2022-06-17Merge tag 'fs_for_v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-9/+2
2022-06-16mm/kmemleak: prevent soft lockup in first object iteration loop of kmemleak_scan()Waiman Long1-1/+27
2022-06-16mm/kmemleak: skip unlikely objects in kmemleak_scan() without taking lockWaiman Long1-0/+14
2022-06-16mm/kmemleak: use _irq lock/unlock variants in kmemleak_scan/_clear()Waiman Long1-10/+8
2022-06-16mm/sparse-vmemmap.c: remove unwanted initialization in vmemmap_populate_compound_pages()Gautam Menghani1-1/+1
2022-06-16mm: kmem: make mem_cgroup_from_obj() vmalloc()-safeRoman Gushchin2-22/+51
2022-06-16mm/memremap: fix memunmap_pages() race with get_dev_pagemap()Miaohe Lin1-1/+1
2022-06-16mm: kmemleak: check physical address when scanPatrick Wang1-3/+14
2022-06-16mm: kmemleak: add rbtree and store physical address for objects allocated with PAPatrick Wang1-42/+91
2022-06-16mm: kmemleak: add OBJECT_PHYS flag for objects allocated with physical addressPatrick Wang1-9/+31
2022-06-16mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to kmemleak_alloc_phys()Patrick Wang2-24/+10
2022-06-16mm/memremap: fix wrong function name above memremap_pages()Miaohe Lin1-2/+2
2022-06-16mm/mempool: use might_alloc()Daniel Vetter1-1/+1
2022-06-16mm/slab: delete cache_alloc_debugcheck_before()Daniel Vetter1-10/+0
2022-06-16mm/page_alloc: use might_alloc()Daniel Vetter1-4/+1
2022-06-16mm: memcontrol: add {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of cgroup v2Qi Zheng1-28/+27
2022-06-16mm/vmalloc: add code comment for find_vmap_area_exceed_addr()Baoquan He1-2/+3
2022-06-16mm/vmalloc: fix typo in local variable nameBaoquan He1-6/+6
2022-06-16mm/vmalloc: remove the redundant boundary checkBaoquan He1-4/+2