summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/page_alloc: handle a missing case for memalloc_nocma_{save/restore} APIsJoonsoo Kim2020-10-031-3/+16
* mm, slub: restore initial kmem_cache flagsEric Farman2020-10-031-5/+1
* Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-021-1/+5
|\
| * io_uring: fix async buffered reads when readahead is disabledHao Xu2020-09-291-1/+5
* | mm: do not rely on mm == current->mm in __get_user_pages_lockedJason A. Donenfeld2020-09-281-1/+1
* | mm/thp: Split huge pmds/puds if they're pinned when fork()Peter Xu2020-09-271-0/+28
* | mm: Do early cow for pinned pages during fork() for ptesPeter Xu2020-09-271-16/+189
* | mm/fork: Pass new vma pointer into copy_page_range()Peter Xu2020-09-271-5/+9
* | mm: Introduce mm_struct.has_pinnedPeter Xu2020-09-271-0/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-09-266-23/+23
|\ \
| * | mm: don't rely on system state to detect hot-plug operationsLaurent Dufour2020-09-261-1/+2
| * | mm: replace memmap_context by meminit_contextLaurent Dufour2020-09-262-6/+6
| * | mm/migrate: correct thp migration statsZi Yan2020-09-261-4/+3
| * | mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik2020-09-261-9/+9
| * | mm: memcontrol: fix missing suffix of workingset_restoreMuchun Song2020-09-261-2/+2
| * | mm, THP, swap: fix allocating cluster for swapfile by mistakeGao Xiang2020-09-261-1/+1
* | | mm: validate pmd after splittingMinchan Kim2020-09-261-1/+1
* | | mm: slab: fix potential double free in ___cache_freeShakeel Butt2020-09-261-2/+6
|/ /
* | mm: fix misplaced unlock_page in do_wp_page()Linus Torvalds2020-09-241-1/+1
* | mm: move the copy_one_pte() pte_present check into the callerLinus Torvalds2020-09-231-12/+12
* | mm: split out the non-present case from copy_one_pte()Linus Torvalds2020-09-231-67/+79
* | mm: fix wake_page_function() comment typosLinus Torvalds2020-09-201-2/+2
* | mm/memory_hotplug: drain per-cpu pages again during memory offlinePavel Tatashin2020-09-192-0/+22
* | mm/thp: fix __split_huge_pmd_locked() for migration PMDRalph Campbell2020-09-191-19/+23
* | tmpfs: restore functionality of nr_inodes=0Byron Stanoszek2020-09-191-4/+6
* | mlock: fix unevictable_pgs event counts on THPHugh Dickins2020-09-192-12/+18
* | mm: fix check_move_unevictable_pages() on THPHugh Dickins2020-09-191-2/+8
* | mm: migration of hugetlbfs page skip memcgHugh Dickins2020-09-191-1/+2
* | ksm: reinstate memcg charge on copied pagesHugh Dickins2020-09-191-0/+4
* | Merge branch 'for-5.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-171-1/+1
|\ \
| * | percpu: fix first chunk size calculation for populated bitmapSunghyun Jin2020-09-171-1/+1
* | | mm: allow a controlled amount of unfairness in the page lockLinus Torvalds2020-09-171-31/+129
* | | Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-09-061-1/+1
|\ \ \
| * | | memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERICRoger Pau Monne2020-09-041-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-09-059-46/+108
|\ \ \ \
| * | | | mm/khugepaged.c: fix khugepaged's request size in collapse_fileDavid Howells2020-09-051-1/+1
| * | | | mm/hugetlb: fix a race between hugetlb sysctl handlersMuchun Song2020-09-051-6/+20
| * | | | mm/hugetlb: try preferred node first when alloc gigantic page from cmaLi Xinhai2020-09-051-6/+17
| * | | | mm/migrate: preserve soft dirty in remove_migration_pte()Ralph Campbell2020-09-051-0/+2
| * | | | mm/migrate: remove unnecessary is_zone_device_page() checkRalph Campbell2020-09-051-7/+5
| * | | | mm/rmap: fixup copying of soft dirty and uffd ptesAlistair Popple2020-09-052-6/+18
| * | | | mm/migrate: fixup setting UFFD_WP flagAlistair Popple2020-09-051-1/+1
| * | | | mm: madvise: fix vma user-after-freeYang Shi2020-09-051-1/+1
| * | | | mm: track page table modifications in __apply_to_page_range()Joerg Roedel2020-09-051-13/+24
| * | | | mm: slub: fix conversion of freelist_corrupted()Eugeniu Rosca2020-09-051-6/+6
| * | | | mm: memcg: fix memcg reclaim soft lockupXunlei Pang2020-09-051-0/+8
| * | | | memcg: fix use-after-free in uncharge_batchMichal Hocko2020-09-051-0/+6
* | | | | Merge branch 'simplify-do_wp_page'Linus Torvalds2020-09-045-105/+28
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | mm: Add PGREUSE counterPeter Xu2020-09-042-0/+2
| * | | | mm/gup: Remove enfornced COW mechanismPeter Xu2020-09-042-38/+9