summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2021-04-30mm/memory-failure: unnecessary amount of unmappingJane Chu
2021-04-30mm: page_alloc: ignore init_on_free=1 for debug_pagealloc=1Sergei Trofimovich
2021-04-30mm/page_alloc: inline __rmqueue_pcplistJesper Dangaard Brouer
2021-04-30mm/page_alloc: optimize code layout for __alloc_pages_bulkJesper Dangaard Brouer
2021-04-30mm/page_alloc: add an array-based interface to the bulk page allocatorMel Gorman
2021-04-30mm/page_alloc: add a bulk page allocatorMel Gorman
2021-04-30mm/page_alloc: rename alloced to allocatedMel Gorman
2021-04-30mm/page_alloc: duplicate include linux/vmalloc.hzhouchuangao
2021-04-30mm, page_alloc: avoid page_to_pfn() in move_freepages()Kefeng Wang
2021-04-30mm/Kconfig: remove default DISCONTIGMEM_MANUALGeert Uytterhoeven
2021-04-30mm: page_alloc: dump migrate-failed pagesMinchan Kim
2021-04-30mm/mempolicy: fix mpol_misplaced kernel-docMatthew Wilcox (Oracle)
2021-04-30mm/mempolicy: rewrite alloc_pages_vma documentationMatthew Wilcox (Oracle)
2021-04-30mm/mempolicy: rewrite alloc_pages documentationMatthew Wilcox (Oracle)
2021-04-30mm/mempolicy: rename alloc_pages_current to alloc_pagesMatthew Wilcox (Oracle)
2021-04-30mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemaskMatthew Wilcox (Oracle)
2021-04-30mm/page_alloc: rename gfp_mask to gfpMatthew Wilcox (Oracle)
2021-04-30mm/page_alloc: rename alloc_mask to alloc_gfpMatthew Wilcox (Oracle)
2021-04-30include/linux/page-flags-layout.h: cleanupsYu Zhao
2021-04-30mm: remove lru_add_drain_all in alloc_contig_rangeMinchan Kim
2021-04-30mm/page_alloc: drop pr_info_ratelimited() in alloc_contig_range()David Hildenbrand
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2021-04-30kasan: record task_work_add() call stackWalter Wu
2021-04-30kasan, mm: integrate slab init_on_free with HW_TAGSAndrey Konovalov
2021-04-30kasan, mm: integrate slab init_on_alloc with HW_TAGSAndrey Konovalov
2021-04-30kasan, mm: integrate page_alloc init with HW_TAGSAndrey Konovalov
2021-04-30kasan: init memory in kasan_(un)poison for HW_TAGSAndrey Konovalov
2021-04-30arm64: kasan: allow to init memory when setting tagsAndrey Konovalov
2021-04-30mm, kasan: don't poison boot memory with tag-based modesAndrey Konovalov
2021-04-30kasan: fix kasan_byte_accessible() to be consistent with actual checksPeter Collingbourne
2021-04-30mm/kasan: switch from strlcpy to strscpyZhiyuan Dai
2021-04-30mm/vmalloc: remove an empty lineUladzislau Rezki (Sony)
2021-04-30mm/vmalloc: refactor the preloading loagicUladzislau Rezki (Sony)
2021-04-30mm: vmalloc: prevent use after free in _vm_unmap_aliasesVijayanand Jitta
2021-04-30mm/vmalloc: improve allocation failure error messagesNicholas Piggin
2021-04-30mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin
2021-04-30mm/vmalloc: remove map_kernel_rangeNicholas Piggin
2021-04-30mm/vmalloc: hugepage vmalloc mappingsNicholas Piggin
2021-04-30mm/vmalloc: add vmap_range_noflush variantNicholas Piggin
2021-04-30mm: move vmap_range from mm/ioremap.c to mm/vmalloc.cNicholas Piggin
2021-04-30mm: HUGE_VMAP arch support cleanupNicholas Piggin
2021-04-30mm/ioremap: rename ioremap_*_range to vmap_*_rangeNicholas Piggin
2021-04-30mm/vmalloc: rename vmap_*_range vmap_pages_*_rangeNicholas Piggin
2021-04-30mm: apply_to_pte_range warn and fail if a large pte is encounteredNicholas Piggin
2021-04-30mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_pageNicholas Piggin
2021-04-30mm/vmalloc: use rb_tree instead of list for vread() lookupsSerapheim Dimitropoulos
2021-04-30mm: unexport remap_vmalloc_range_partialChristoph Hellwig
2021-04-30mm/sparse: add the missing sparse_buffer_fini() in error branchWang Wensheng
2021-04-30mm/dmapool: switch from strlcpy to strscpyZhiyuan Dai
2021-04-30Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon