summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-27mm: remove watermark_boost_factor_sysctl_handlerChristoph Hellwig
2020-04-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-04-10mm/memremap: set caching mode for PCI P2PDMA memory to WCLogan Gunthorpe
2020-04-10mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe
2020-04-10mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual
2020-04-10mm/memory.c: add vm_insert_pages()Arjun Roy
2020-04-10mm/memory.c: refactor insert_page to prepare for batched-lock insertArjun Roy
2020-04-10mm/mmap.c: initialize align_offset explicitly for vm_unmapped_areaJaewon Kim
2020-04-10mm: hugetlb: optionally allocate gigantic hugepages using cmaRoman Gushchin
2020-04-10mm: cma: NUMA node interfaceAslan Bakirov
2020-04-10mm/page_alloc: make pcpu_drain_mutex and pcpu_drain staticJason Yan
2020-04-10mm/page_alloc.c: fix kernel-doc warningRandy Dunlap
2020-04-10mm, slab_common: fix a typo in comment "eariler"->"earlier"Qiujun Huang
2020-04-10mm, memcg: do not high throttle allocators based on wraparoundJakub Kicinski
2020-04-10Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-08mm/gup: Let __get_user_pages_locked() return -EINTR for fatal signalHillf Danton
2020-04-07mm/gup: Mark lock taken only after a successful retakePeter Xu
2020-04-07mm/mempolicy: Allow lookup_node() to handle fatal signalPeter Xu
2020-04-07kasan: unset panic_on_warn before calling panic()Kees Cook
2020-04-07kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko
2020-04-07proc: faster open/read/close with "permanent" filesAlexey Dobriyan
2020-04-07mm/dmapool.c: micro-optimisation remove unnecessary branchMateusz Nosek
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-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