summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2021-04-30mm: extend MREMAP_DONTUNMAP to non-anonymous mappingsBrian Geffon
2021-04-30NUMA balancing: reduce TLB flush via delaying mapping on hint page faultHuang Ying
2021-04-30mm: add a io_mapping_map_user helperChristoph Hellwig
2021-04-30mm: add remap_pfn_range_notrackChristoph Hellwig
2021-04-30mm/interval_tree: add comments to improve code readabilityZhiyuan Dai
2021-04-30mm/memory.c: do_numa_page(): delete bool "migrated"Wang Qing
2021-04-30mm: page_counter: mitigate consequences of a page_counter underflowJohannes Weiner
2021-04-30mm: memcontrol: inline __memcg_kmem_{un}charge() into obj_cgroup_{un}charge_p...Muchun Song
2021-04-30mm: memcontrol: use obj_cgroup APIs to charge kmem pagesMuchun Song
2021-04-30mm: memcontrol: change ug->dummy_page only if memcg changedMuchun Song
2021-04-30mm: memcontrol: directly access page->memcg_data in mm/page_alloc.cMuchun Song
2021-04-30mm: memcontrol: introduce obj_cgroup_{un}charge_pagesMuchun Song
2021-04-30mm: memcontrol: slab: fix obtain a reference to a freeing memcgMuchun Song
2021-04-30memcg: charge before adding to swapcache on swapinShakeel Butt
2021-04-30mm: memcontrol: consolidate lruvec stat flushingJohannes Weiner
2021-04-30mm: memcontrol: switch to rstatJohannes Weiner
2021-04-30mm: memcontrol: privatize memcg_page_state query functionsJohannes Weiner
2021-04-30mm: memcontrol: kill mem_cgroup_nodeinfo()Johannes Weiner
2021-04-30mm: memcontrol: fix cpuhotplug statistics flushingJohannes Weiner
2021-04-30memcg: enable memcg oom-kill for __GFP_NOFAILShakeel Butt
2021-04-30memcg: cleanup root memcg checksShakeel Butt
2021-04-30mm/memremap.c: fix improper SPDX comment styleZhiyuan Dai
2021-04-30mm: gup: remove FOLL_SPLITYang Shi