summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2021-06-29mm: constify get_pfnblock_flags_mask and get_pfnblock_migratetypeMatthew Wilcox (Oracle)
2021-06-29mm/page_owner: constify dump_page_ownerMatthew Wilcox (Oracle)
2021-06-29mm/debug: factor PagePoisoned out of __dump_pageMatthew Wilcox (Oracle)
2021-06-29mm/page_alloc: bail out on fatal signal during reclaim/compaction retry attemptAaron Tomlin
2021-06-29mm: make __dump_page staticMatthew Wilcox (Oracle)
2021-06-29kasan: add memory corruption identification support for hardware tag-based modeKuan-Ying Lee
2021-06-29kasan: integrate the common part of two KASAN tag-based modesKuan-Ying Lee
2021-06-29kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFYKuan-Ying Lee
2021-06-29kasan: use MAX_PTRS_PER_* for early shadow tablesDaniel Axtens
2021-06-29kasan: allow architectures to provide an outline readiness checkDaniel Axtens
2021-06-29kasan: use dump_stack_lvl(KERN_ERR) to print stacksAlexander Potapenko
2021-06-29mm: vmalloc: add cond_resched() in __vunmap()Rafael Aquini
2021-06-29mm/vmalloc: fallback to a single page allocatorUladzislau Rezki
2021-06-29mm/vmalloc: remove quoted strings split across linesUladzislau Rezki (Sony)
2021-06-29mm/vmalloc: print a warning message first on failureUladzislau Rezki (Sony)
2021-06-29mm/vmalloc: switch to bulk allocator in __vmalloc_area_node()Uladzislau Rezki (Sony)
2021-06-29mm/dmapool: use DEVICE_ATTR_RO macroYueHaibing
2021-06-29mm/mempolicy: use vma_lookup() in __access_remote_vm()Liam Howlett
2021-06-29mm/memory.c: use vma_lookup() in __access_remote_vm()Liam Howlett
2021-06-29mm/mremap: use vma_lookup() in vma_to_resize()Liam Howlett
2021-06-29mm/migrate: use vma_lookup() in do_pages_stat_array()Liam Howlett
2021-06-29mm/ksm: use vma_lookup() in find_mergeable_vma()Liam Howlett
2021-06-29mm/memory.c: fix comment of finish_mkwrite_fault()Liu Xiang
2021-06-29mm/mmap: use find_vma_intersection() in do_mmap() for overlapLiam Howlett
2021-06-29mm/mmap: introduce unlock_range() for code cleanupLiam Howlett
2021-06-29mm/mmap.c: logic of find_vma_intersection repeated in __do_munmapGonzalo Matias Juarez Tello
2021-06-29mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()David Hildenbrand
2021-06-29loop: charge i/o to mem and blk cgDan Schatzberg
2021-06-29mm: charge active memcg when no mm is setDan Schatzberg
2021-06-29mm: vmscan: remove noinline_for_stackMuchun Song
2021-06-29mm: memcontrol: move obj_cgroup_uncharge_pages() out of css_set_lockMuchun Song
2021-06-29mm: memcontrol: simplify the logic of objcg pinning memcgMuchun Song
2021-06-29mm: memcontrol: rename lruvec_holds_page_lru_lock to page_matches_lruvecMuchun Song
2021-06-29mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvecMuchun Song
2021-06-29mm: memcontrol: bail out early when !mm in get_mem_cgroup_from_mmMuchun Song
2021-06-29mm: memcontrol: fix page charging in page replacementMuchun Song
2021-06-29mm: memcontrol: fix root_mem_cgroup chargingMuchun Song
2021-06-29mm: memcg/slab: disable cache merging for KMALLOC_NORMAL cachesWaiman Long
2021-06-29mm: memcg/slab: create a new set of kmalloc-cg-<n> cachesWaiman Long
2021-06-29mm: memcg/slab: properly set up gfp flags for objcg pointer arrayWaiman Long
2021-06-29mm/memcg: optimize user context object stock accessWaiman Long
2021-06-29mm/memcg: improve refill_obj_stock() performanceWaiman Long
2021-06-29mm/memcg: cache vmstat data in percpu memcg_stock_pcpWaiman Long
2021-06-29mm/memcg: move mod_objcg_state() to memcontrol.cWaiman Long
2021-06-29swap: check mapping_empty() for swap cache before being freedHuang Ying
2021-06-29mm: free idle swap cache page after COWHuang Ying
2021-06-29mm, swap: remove unnecessary smp_rmb() in swap_type_to_swap_info()Huang Ying
2021-06-29mm/swap_slots.c: delete meaningless forward declarationsMiaohe Lin
2021-06-29mm/swap: remove unused local variable nr_shadowsMiaohe Lin
2021-06-29mm/swapfile: move get_swap_page_of_type() under CONFIG_HIBERNATIONMiaohe Lin