aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-28mm: do not rely on mm == current->mm in __get_user_pages_lockedJason A. Donenfeld1-1/+1
2020-09-27mm/thp: Split huge pmds/puds if they're pinned when fork()Peter Xu1-0/+28
2020-09-27mm: Do early cow for pinned pages during fork() for ptesPeter Xu1-16/+189
2020-09-27mm/fork: Pass new vma pointer into copy_page_range()Peter Xu1-5/+9
2020-09-27mm: Introduce mm_struct.has_pinnedPeter Xu1-0/+6
2020-09-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-23/+23
2020-09-26mm: validate pmd after splittingMinchan Kim1-1/+1
2020-09-26mm: don't rely on system state to detect hot-plug operationsLaurent Dufour1-1/+2
2020-09-26mm: replace memmap_context by meminit_contextLaurent Dufour2-6/+6
2020-09-26mm/migrate: correct thp migration statsZi Yan1-4/+3
2020-09-26mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik1-9/+9
2020-09-26mm: memcontrol: fix missing suffix of workingset_restoreMuchun Song1-2/+2
2020-09-26mm, THP, swap: fix allocating cluster for swapfile by mistakeGao Xiang1-1/+1
2020-09-26mm: slab: fix potential double free in ___cache_freeShakeel Butt1-2/+6
2020-09-24mm: fix misplaced unlock_page in do_wp_page()Linus Torvalds1-1/+1
2020-09-23mm: move the copy_one_pte() pte_present check into the callerLinus Torvalds1-12/+12
2020-09-23mm: split out the non-present case from copy_one_pte()Linus Torvalds1-67/+79
2020-09-20mm: fix wake_page_function() comment typosLinus Torvalds1-2/+2
2020-09-19mm/memory_hotplug: drain per-cpu pages again during memory offlinePavel Tatashin2-0/+22
2020-09-19mm/thp: fix __split_huge_pmd_locked() for migration PMDRalph Campbell1-19/+23
2020-09-19tmpfs: restore functionality of nr_inodes=0Byron Stanoszek1-4/+6
2020-09-19mlock: fix unevictable_pgs event counts on THPHugh Dickins2-12/+18
2020-09-19mm: fix check_move_unevictable_pages() on THPHugh Dickins1-2/+8
2020-09-19mm: migration of hugetlbfs page skip memcgHugh Dickins1-1/+2
2020-09-19ksm: reinstate memcg charge on copied pagesHugh Dickins1-0/+4
2020-09-17Merge branch 'for-5.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpuLinus Torvalds1-1/+1
2020-09-17percpu: fix first chunk size calculation for populated bitmapSunghyun Jin1-1/+1
2020-09-17mm: allow a controlled amount of unfairness in the page lockLinus Torvalds1-31/+129
2020-09-06Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+1
2020-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-46/+108
2020-09-05mm/khugepaged.c: fix khugepaged's request size in collapse_fileDavid Howells1-1/+1
2020-09-05mm/hugetlb: fix a race between hugetlb sysctl handlersMuchun Song1-6/+20
2020-09-05mm/hugetlb: try preferred node first when alloc gigantic page from cmaLi Xinhai1-6/+17
2020-09-05mm/migrate: preserve soft dirty in remove_migration_pte()Ralph Campbell1-0/+2
2020-09-05mm/migrate: remove unnecessary is_zone_device_page() checkRalph Campbell1-7/+5
2020-09-05mm/rmap: fixup copying of soft dirty and uffd ptesAlistair Popple2-6/+18
2020-09-05mm/migrate: fixup setting UFFD_WP flagAlistair Popple1-1/+1
2020-09-05mm: madvise: fix vma user-after-freeYang Shi1-1/+1
2020-09-05mm: track page table modifications in __apply_to_page_range()Joerg Roedel1-13/+24
2020-09-05mm: slub: fix conversion of freelist_corrupted()Eugeniu Rosca1-6/+6
2020-09-05mm: memcg: fix memcg reclaim soft lockupXunlei Pang1-0/+8
2020-09-05memcg: fix use-after-free in uncharge_batchMichal Hocko1-0/+6
2020-09-04Merge branch 'simplify-do_wp_page'Linus Torvalds5-105/+28
2020-09-04mm: Add PGREUSE counterPeter Xu2-0/+2
2020-09-04mm/gup: Remove enfornced COW mechanismPeter Xu2-38/+9
2020-09-04mm/ksm: Remove reuse_ksm_page()Peter Xu1-25/+0
2020-09-04mm: do_wp_page() simplificationLinus Torvalds1-42/+17
2020-09-04memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERICRoger Pau Monne1-1/+1
2020-09-03Merge branch 'gate-page-refcount' (patches from Dave Hansen)Linus Torvalds1-1/+1
2020-09-03mm: fix pin vs. gup mismatch with gate pagesDave Hansen1-1/+1