summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2020-04-07mm/sparse.c: introduce new function fill_subsection_map()Baoquan He
2020-04-07mm/memory_hotplug.c: cleanup __add_pages()David Hildenbrand
2020-04-07mm/memory_hotplug.c: simplify calculation of number of pages in __remove_pages()David Hildenbrand
2020-04-07mm/memory_hotplug.c: only respect mem= parameter during boot stageBaoquan He
2020-04-07mm/page_ext.c: drop pfn_present() check when onliningDavid Hildenbrand
2020-04-07userfaultfd: wp: support write protection for userfault vma rangeShaohua Li
2020-04-07khugepaged: skip collapse if uffd-wp detectedPeter Xu
2020-04-07userfaultfd: wp: support swap and page migrationPeter Xu
2020-04-07userfaultfd: wp: drop _PAGE_UFFD_WP properly when forkPeter Xu
2020-04-07userfaultfd: wp: apply _PAGE_UFFD_WP bitPeter Xu
2020-04-07mm: merge parameters for change_protection()Peter Xu
2020-04-07userfaultfd: wp: add UFFDIO_COPY_MODE_WPAndrea Arcangeli
2020-04-07userfaultfd: wp: hook userfault handler to write protection faultAndrea Arcangeli
2020-04-07mm/page_reporting: add budget limit on how many pages can be reported per passAlexander Duyck
2020-04-07mm/page_reporting: rotate reported pages to the tail of the listAlexander Duyck
2020-04-07mm: introduce Reported pagesAlexander Duyck
2020-04-07mm: add function __putback_isolated_pageAlexander Duyck
2020-04-07mm: use zone and order instead of free area in free_list manipulatorsAlexander Duyck
2020-04-07mm: adjust shuffle code to allow for future coalescingAlexander Duyck
2020-04-07mm: code cleanup for MADV_FREEHuang Ying
2020-04-07mm/ksm.c: update get_user_pages() argument in commentLi Chen
2020-04-07mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHEMatthew Wilcox (Oracle)
2020-04-07mm, thp: track fallbacks due to failed memcg charges separatelyDavid Rientjes
2020-04-07mm, shmem: add vmstat for hugepage fallbackDavid Rientjes
2020-04-07mm/migrate.c: migrate PG_readahead flagYang Shi
2020-04-07mm/migrate.c: unify "not queued for migration" handling in do_pages_move()Wei Yang
2020-04-07mm/migrate.c: check pagelist in move_pages_and_store_status()Wei Yang
2020-04-07mm/migrate.c: wrap do_move_pages_to_node() and store_status()Wei Yang
2020-04-07mm/migrate.c: no need to check for i > start in do_pages_move()Wei Yang
2020-04-07mm/vmalloc: fix a typo in commentQiujun Huang
2020-04-07mm/vma: replace all remaining open encodings with vma_is_anonymous()Anshuman Khandual
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual
2020-04-07Revert "mm/rmap.c: reuse mergeable anon_vma as parent when fork"Li Xinhai
2020-04-07mm, memcg: bypass high reclaim iteration for cgroup hierarchy rootChris Down
2020-04-04Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-04-03Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2020-04-02Merge branch 'for-5.7/numa' into libnvdimm-for-nextDan Williams
2020-04-03Merge branch 'ttm-transhuge' of git://people.freedesktop.org/~thomash/linux i...Dave Airlie
2020-04-02Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds
2020-04-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-04-02mm/hugetlb: remove unnecessary memory fetch in PageHeadHuge()Vlastimil Babka
2020-04-02mm/hugetlb.c: clean code by removing unnecessary initializationMateusz Nosek
2020-04-02hugetlb: support file_region coalescing againMina Almasry
2020-04-02hugetlb_cgroup: support noreserve mappingsMina Almasry
2020-04-02hugetlb_cgroup: add accounting for shared mappingsMina Almasry
2020-04-02hugetlb: disable region_add file_region coalescingMina Almasry
2020-04-02hugetlb_cgroup: add reservation accounting for private mappingsMina Almasry
2020-04-02mm/hugetlb_cgroup: fix hugetlb_cgroup migrationMina Almasry
2020-04-02hugetlb_cgroup: add interface for charge/uncharge hugetlb reservationsMina Almasry