summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-07kernel/extable.c: use address-of operator on section symbolsNathan Chancellor
2020-04-07asm-generic: fix unistd_32.h generation formatMichal Simek
2020-04-07proc: inline m_next_vma into m_nextMatthew Wilcox (Oracle)
2020-04-07seq_file: remove m->versionMatthew Wilcox (Oracle)
2020-04-07proc: use ppos instead of m->versionMatthew Wilcox (Oracle)
2020-04-07proc: remove m_cache_vmaMatthew Wilcox (Oracle)
2020-04-07proc: inline vma_stop into m_stopMatthew Wilcox (Oracle)
2020-04-07proc: speed up /proc/*/statmAlexey Dobriyan
2020-04-07proc: faster open/read/close with "permanent" filesAlexey Dobriyan
2020-04-07fs/proc/inode.c: annotate close_pdeo() for sparseJules Irenge
2020-04-07mm: remove dummy struct bootmem_data/bootmem_data_tWaiman Long
2020-04-07mm/dmapool.c: micro-optimisation remove unnecessary branchMateusz Nosek
2020-04-07include/linux/memremap.h: remove stale commentsIra Weiny
2020-04-07include/linux/swapops.h: correct guards for non_swap_entry()Steven Price
2020-04-07mm: use fallthrough;Joe Perches
2020-04-07mm/mm_init.c: clean code. Use BUILD_BUG_ON when comparing compile time constantMateusz Nosek
2020-04-07mm: fix ambiguous comments for better code readabilitychenqiwu
2020-04-07mm/zsmalloc: add missing annotation for unpin_tag()Jules Irenge
2020-04-07mm/zsmalloc: add missing annotation for pin_tag()Jules Irenge
2020-04-07mm/zsmalloc: add missing annotation for migrate_read_unlock()Jules Irenge
2020-04-07mm/zsmalloc: add missing annotation for migrate_read_lock()Jules Irenge
2020-04-07mm/slub: add missing annotation for put_map()Jules Irenge
2020-04-07mm/slub: add missing annotation for get_map()Jules Irenge
2020-04-07mm/mempolicy: add missing annotation for queue_pages_pmd()Jules Irenge
2020-04-07mm/hugetlb: add missing annotation for gather_surplus_pages()Jules Irenge
2020-04-07mm/compaction: add missing annotation for compact_lock_irqsaveJules Irenge
2020-04-07mm/zswap: allow setting default status, compressor and allocator in KconfigMaciej S. Szmigiero
2020-04-07mm: prevent a warning when casting void* -> enumPalmer Dabbelt
2020-04-07mm: huge tmpfs: try to split_huge_page() when punching holeHugh Dickins
2020-04-07mm/shmem.c: clean code by removing unnecessary assignmentMateusz Nosek
2020-04-07mm/shmem.c: distribute switch variables for initializationKees Cook
2020-04-07mm/memory_hotplug.c: use __pfn_to_section() instead of open-codingchenqiwu
2020-04-07mm/memory_hotplug: allow to specify a default online_typeDavid Hildenbrand
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