summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | mm/ksm: Remove reuse_ksm_page()Peter Xu2020-09-041-25/+0
| * | | mm: do_wp_page() simplificationLinus Torvalds2020-09-041-42/+17
| |/ /
* | | Merge branch 'gate-page-refcount' (patches from Dave Hansen)Linus Torvalds2020-09-031-1/+1
|\ \ \ | |_|/ |/| |
| * | mm: fix pin vs. gup mismatch with gate pagesDave Hansen2020-09-031-1/+1
| |/
* | Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-301-0/+4
|\ \
| * | Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio2020-08-241-0/+4
* | | mm, page_alloc: fix core hung in free_pcppages_bulk()Charan Teja Reddy2020-08-211-0/+5
* | | mm: include CMA pages in lowmem_reserve at bootDoug Berger2020-08-211-1/+1
* | | mm/rodata_test.c: fix missing function declarationLeon Romanovsky2020-08-211-0/+1
* | | mm/vunmap: add cond_resched() in vunmap_pmd_rangeAneesh Kumar K.V2020-08-211-0/+2
* | | khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()Hugh Dickins2020-08-211-1/+1
* | | hugetlb_cgroup: convert comma to semicolonXu Wang2020-08-211-2/+2
* | | mm/memory.c: skip spurious TLB flush for retried page faultYang Shi2020-08-181-0/+3
|/ /
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-1525-107/+121
|\ \
| * | mm/swap.c: annotate data races for lru_rotate_pvecsQian Cai2020-08-141-2/+3
| * | mm/rmap: annotate a data race at tlb_flush_batchedQian Cai2020-08-141-1/+1
| * | mm/mempool: fix a data race in mempool_free()Qian Cai2020-08-141-1/+1
| * | mm/list_lru: fix a data race in list_lru_count_oneQian Cai2020-08-141-1/+1
| * | mm/page_counter: fix various data races at memswQian Cai2020-08-141-6/+7
| * | mm/swapfile: fix and annotate various data racesQian Cai2020-08-142-15/+20
| * | mm/filemap.c: fix a data race in filemap_fault()Kirill A. Shutemov2020-08-141-7/+13