summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: use fallthrough;Joe Perches2020-04-079-16/+11
* mm/mm_init.c: clean code. Use BUILD_BUG_ON when comparing compile time constantMateusz Nosek2020-04-071-1/+1
* mm: fix ambiguous comments for better code readabilitychenqiwu2020-04-072-3/+3
* mm/zsmalloc: add missing annotation for unpin_tag()Jules Irenge2020-04-071-1/+1
* mm/zsmalloc: add missing annotation for pin_tag()Jules Irenge2020-04-071-1/+1
* mm/zsmalloc: add missing annotation for migrate_read_unlock()Jules Irenge2020-04-071-1/+1
* mm/zsmalloc: add missing annotation for migrate_read_lock()Jules Irenge2020-04-071-1/+1
* mm/slub: add missing annotation for put_map()Jules Irenge2020-04-071-1/+1
* mm/slub: add missing annotation for get_map()Jules Irenge2020-04-071-0/+1
* mm/mempolicy: add missing annotation for queue_pages_pmd()Jules Irenge2020-04-071-0/+1
* mm/hugetlb: add missing annotation for gather_surplus_pages()Jules Irenge2020-04-071-0/+1
* mm/compaction: add missing annotation for compact_lock_irqsaveJules Irenge2020-04-071-0/+1
* mm/zswap: allow setting default status, compressor and allocator in KconfigMaciej S. Szmigiero2020-04-073-21/+141
* mm: prevent a warning when casting void* -> enumPalmer Dabbelt2020-04-071-1/+1
* mm: huge tmpfs: try to split_huge_page() when punching holeHugh Dickins2020-04-073-56/+60
* mm/shmem.c: clean code by removing unnecessary assignmentMateusz Nosek2020-04-071-6/+3
* mm/shmem.c: distribute switch variables for initializationKees Cook2020-04-071-4/+7
* mm/memory_hotplug.c: use __pfn_to_section() instead of open-codingchenqiwu2020-04-071-1/+1
* mm/memory_hotplug: allow to specify a default online_typeDavid Hildenbrand2020-04-073-10/+11
* mm/memory_hotplug: convert memhp_auto_online to store an online_typeDavid Hildenbrand2020-04-073-12/+12
* mm/memory_hotplug: unexport memhp_auto_onlineDavid Hildenbrand2020-04-071-1/+0
* hv_balloon: don't check for memhp_auto_online manuallyDavid Hildenbrand2020-04-071-15/+10
* powernv/memtrace: always online added memory blocksDavid Hildenbrand2020-04-071-10/+4
* drivers/base/memory: store mapping between MMOP_* and string in an arrayDavid Hildenbrand2020-04-071-15/+23
* drivers/base/memory: map MMOP_OFFLINE to 0David Hildenbrand2020-04-072-8/+5
* drivers/base/memory: rename MMOP_ONLINE_KEEP to MMOP_ONLINEDavid Hildenbrand2020-04-072-5/+10
* mm/sparse.c: move subsection_map related functions togetherBaoquan He2020-04-071-57/+53
* mm/sparse.c: add note about only VMEMMAP supporting sub-section hotplugBaoquan He2020-04-071-17/+21
* mm/sparse.c: only use subsection map in VMEMMAP caseBaoquan He2020-04-072-0/+27
* mm/sparse.c: introduce a new function clear_subsection_map()Baoquan He2020-04-071-8/+23
* mm/sparse.c: introduce new function fill_subsection_map()Baoquan He2020-04-071-11/+21
* mm/memory_hotplug.c: cleanup __add_pages()David Hildenbrand2020-04-071-11/+7
* mm/memory_hotplug.c: simplify calculation of number of pages in __remove_pages()David Hildenbrand2020-04-071-1/+2
* mm/memory_hotplug.c: only respect mem= parameter during boot stageBaoquan He2020-04-072-3/+18
* mm/page_ext.c: drop pfn_present() check when onliningDavid Hildenbrand2020-04-071-4/+1
* drivers/base/memory.c: drop pages_correctly_probed()David Hildenbrand2020-04-071-42/+0
* drivers/base/memory.c: drop section_countDavid Hildenbrand2020-04-072-15/+3
* userfaultfd: selftests: add write-protect testPeter Xu2020-04-071-24/+133
* userfaultfd: selftests: refactor statisticsPeter Xu2020-04-071-27/+49
* userfaultfd: wp: declare _UFFDIO_WRITEPROTECT conditionallyPeter Xu2020-04-071-3/+13
* userfaultfd: wp: UFFDIO_REGISTER_MODE_WP documentation updateMartin Cracauer2020-04-071-0/+51
* userfaultfd: wp: don't wake up when doing write protectPeter Xu2020-04-071-5/+8
* userfaultfd: wp: enabled write protection in userfaultfd APIShaohua Li2020-04-071-2/+4
* userfaultfd: wp: add the writeprotect API to userfaultfd ioctlAndrea Arcangeli2020-04-072-16/+89
* userfaultfd: wp: support write protection for userfault vma rangeShaohua Li2020-04-072-0/+57
* khugepaged: skip collapse if uffd-wp detectedPeter Xu2020-04-072-0/+24
* userfaultfd: wp: support swap and page migrationPeter Xu2020-04-076-11/+42
* userfaultfd: wp: add pmd_swp_*uffd_wp() helpersPeter Xu2020-04-072-0/+30
* userfaultfd: wp: drop _PAGE_UFFD_WP properly when forkPeter Xu2020-04-072-0/+16
* userfaultfd: wp: apply _PAGE_UFFD_WP bitPeter Xu2020-04-075-5/+47