summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-07mm/memory_hotplug: convert memhp_auto_online to store an online_typeDavid Hildenbrand
2020-04-07mm/memory_hotplug: unexport memhp_auto_onlineDavid Hildenbrand
2020-04-07hv_balloon: don't check for memhp_auto_online manuallyDavid Hildenbrand
2020-04-07powernv/memtrace: always online added memory blocksDavid Hildenbrand
2020-04-07drivers/base/memory: store mapping between MMOP_* and string in an arrayDavid Hildenbrand
2020-04-07drivers/base/memory: map MMOP_OFFLINE to 0David Hildenbrand
2020-04-07drivers/base/memory: rename MMOP_ONLINE_KEEP to MMOP_ONLINEDavid Hildenbrand
2020-04-07mm/sparse.c: move subsection_map related functions togetherBaoquan He
2020-04-07mm/sparse.c: add note about only VMEMMAP supporting sub-section hotplugBaoquan He
2020-04-07mm/sparse.c: only use subsection map in VMEMMAP caseBaoquan He
2020-04-07mm/sparse.c: introduce a new function clear_subsection_map()Baoquan He
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-07drivers/base/memory.c: drop pages_correctly_probed()David Hildenbrand
2020-04-07drivers/base/memory.c: drop section_countDavid Hildenbrand
2020-04-07userfaultfd: selftests: add write-protect testPeter Xu
2020-04-07userfaultfd: selftests: refactor statisticsPeter Xu
2020-04-07userfaultfd: wp: declare _UFFDIO_WRITEPROTECT conditionallyPeter Xu
2020-04-07userfaultfd: wp: UFFDIO_REGISTER_MODE_WP documentation updateMartin Cracauer
2020-04-07userfaultfd: wp: don't wake up when doing write protectPeter Xu
2020-04-07userfaultfd: wp: enabled write protection in userfaultfd APIShaohua Li
2020-04-07userfaultfd: wp: add the writeprotect API to userfaultfd ioctlAndrea Arcangeli
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: add pmd_swp_*uffd_wp() helpersPeter 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: userfaultfd_pte/huge_pmd_wp() helpersAndrea Arcangeli
2020-04-07userfaultfd: wp: add WP pagetable tracking to x86Andrea Arcangeli
2020-04-07userfaultfd: wp: hook userfault handler to write protection faultAndrea Arcangeli
2020-04-07userfaultfd: wp: add helper for writeprotect checkShaohua Li
2020-04-07virtio-balloon: switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOMDavid Hildenbrand
2020-04-07mm/page_reporting: add free page reporting documentationAlexander Duyck
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-07virtio-balloon: add support for providing free page reports to hostAlexander Duyck
2020-04-07virtio-balloon: pull page poisoning config out of free page hintingAlexander 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)