summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2021-04-30kasan, mm: integrate slab init_on_free with HW_TAGSAndrey Konovalov3-29/+42
2021-04-30kasan, mm: integrate slab init_on_alloc with HW_TAGSAndrey Konovalov4-37/+39
2021-04-30kasan, mm: integrate page_alloc init with HW_TAGSAndrey Konovalov3-16/+37
2021-04-30kasan: init memory in kasan_(un)poison for HW_TAGSAndrey Konovalov5-32/+34
2021-04-30arm64: kasan: allow to init memory when setting tagsAndrey Konovalov1-4/+5
2021-04-30mm, kasan: don't poison boot memory with tag-based modesAndrey Konovalov1-11/+34
2021-04-30kasan: fix kasan_byte_accessible() to be consistent with actual checksPeter Collingbourne2-5/+8
2021-04-30mm/kasan: switch from strlcpy to strscpyZhiyuan Dai1-1/+1
2021-04-30mm/vmalloc: remove an empty lineUladzislau Rezki (Sony)1-1/+0
2021-04-30mm/vmalloc: refactor the preloading loagicUladzislau Rezki (Sony)1-33/+27
2021-04-30mm: vmalloc: prevent use after free in _vm_unmap_aliasesVijayanand Jitta1-1/+1
2021-04-30mm/vmalloc: improve allocation failure error messagesNicholas Piggin1-13/+27
2021-04-30mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin3-33/+43
2021-04-30mm/vmalloc: remove map_kernel_rangeNicholas Piggin3-39/+37
2021-04-30mm/vmalloc: hugepage vmalloc mappingsNicholas Piggin2-48/+177
2021-04-30mm/vmalloc: add vmap_range_noflush variantNicholas Piggin1-3/+13
2021-04-30mm: move vmap_range from mm/ioremap.c to mm/vmalloc.cNicholas Piggin2-203/+202
2021-04-30mm: HUGE_VMAP arch support cleanupNicholas Piggin2-56/+42
2021-04-30mm/ioremap: rename ioremap_*_range to vmap_*_rangeNicholas Piggin1-31/+33
2021-04-30mm/vmalloc: rename vmap_*_range vmap_pages_*_rangeNicholas Piggin1-8/+8
2021-04-30mm: apply_to_pte_range warn and fail if a large pte is encounteredNicholas Piggin1-17/+49
2021-04-30mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_pageNicholas Piggin1-15/+26
2021-04-30mm/vmalloc: use rb_tree instead of list for vread() lookupsSerapheim Dimitropoulos1-1/+4
2021-04-30mm: unexport remap_vmalloc_range_partialChristoph Hellwig1-1/+0
2021-04-30mm/sparse: add the missing sparse_buffer_fini() in error branchWang Wensheng1-0/+1
2021-04-30mm/dmapool: switch from strlcpy to strscpyZhiyuan Dai1-1/+1
2021-04-30Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon2-6/+2
2021-04-30mm: extend MREMAP_DONTUNMAP to non-anonymous mappingsBrian Geffon1-2/+2
2021-04-30NUMA balancing: reduce TLB flush via delaying mapping on hint page faultHuang Ying1-22/+32
2021-04-30mm: add a io_mapping_map_user helperChristoph Hellwig3-0/+33
2021-04-30mm: add remap_pfn_range_notrackChristoph Hellwig1-20/+31
2021-04-30mm/interval_tree: add comments to improve code readabilityZhiyuan Dai1-1/+1
2021-04-30mm/memory.c: do_numa_page(): delete bool "migrated"Wang Qing1-3/+1
2021-04-30mm: page_counter: mitigate consequences of a page_counter underflowJohannes Weiner1-2/+6
2021-04-30mm: memcontrol: inline __memcg_kmem_{un}charge() into obj_cgroup_{un}charge_p...Muchun Song1-38/+25
2021-04-30mm: memcontrol: use obj_cgroup APIs to charge kmem pagesMuchun Song1-58/+58
2021-04-30mm: memcontrol: change ug->dummy_page only if memcg changedMuchun Song1-1/+1
2021-04-30mm: memcontrol: directly access page->memcg_data in mm/page_alloc.cMuchun Song1-2/+2
2021-04-30mm: memcontrol: introduce obj_cgroup_{un}charge_pagesMuchun Song1-23/+40
2021-04-30mm: memcontrol: slab: fix obtain a reference to a freeing memcgMuchun Song1-1/+9
2021-04-30memcg: charge before adding to swapcache on swapinShakeel Butt3-59/+87
2021-04-30mm: memcontrol: consolidate lruvec stat flushingJohannes Weiner1-46/+28
2021-04-30mm: memcontrol: switch to rstatJohannes Weiner1-131/+87
2021-04-30mm: memcontrol: privatize memcg_page_state query functionsJohannes Weiner1-0/+32
2021-04-30mm: memcontrol: kill mem_cgroup_nodeinfo()Johannes Weiner1-10/+11
2021-04-30mm: memcontrol: fix cpuhotplug statistics flushingJohannes Weiner1-14/+21
2021-04-30memcg: enable memcg oom-kill for __GFP_NOFAILShakeel Butt1-3/+0
2021-04-30memcg: cleanup root memcg checksShakeel Butt1-2/+2
2021-04-30mm/memremap.c: fix improper SPDX comment styleZhiyuan Dai1-1/+1
2021-04-30mm: gup: remove FOLL_SPLITYang Shi1-26/+2