aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-03-22mm/memory.c: use helper function range_in_vma()Miaohe Lin
2022-03-22mm/mmap: return 1 from stack_guard_gap __setup() handlerRandy Dunlap
2022-03-22mm: rework swap handling of zap_pte_rangePeter Xu
2022-03-22mm: change zap_details.zap_mapping into even_cowsPeter Xu
2022-03-22mm: rename zap_skip_check_mapping() to should_zap_page()Peter Xu
2022-03-22mm: don't skip swap entry even if zap_details specifiedPeter Xu
2022-03-22mm: replace multiple dcache flush with flush_dcache_folio()Muchun Song
2022-03-22mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_at...Muchun Song
2022-03-22mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()Muchun Song
2022-03-22mm: hugetlb: fix missing cache flush in hugetlb_mcopy_atomic_pte()Muchun Song
2022-03-22mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()Muchun Song
2022-03-22mm: fix missing cache flush for all tail pages of compound pageMuchun Song
2022-03-22mm: thp: fix wrong cache flush in remove_migration_pmd()Muchun Song
2022-03-22mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual
2022-03-22mm: memcontrol: rename memcg_cache_id to memcg_kmem_idMuchun Song
2022-03-22mm: list_lru: rename list_lru_per_memcg to list_lru_memcgMuchun Song
2022-03-22mm: memcontrol: fix cannot alloc the maximum memcg IDMuchun Song
2022-03-22mm: memcontrol: reuse memory cgroup ID for kmem IDMuchun Song
2022-03-22mm: list_lru: replace linear array with xarrayMuchun Song
2022-03-22mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrusMuchun Song
2022-03-22mm: list_lru: allocate list_lru_one only when neededMuchun Song
2022-03-22mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()Muchun Song
2022-03-22xarray: use kmem_cache_alloc_lru to allocate xa_nodeMuchun Song
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-22mm: introduce kmem_cache_alloc_lruMuchun Song
2022-03-22mm: list_lru: transpose the array of per-node per-memcg lru listsMuchun Song
2022-03-22mm/memcg: disable migration instead of preemption in drain_all_stock().Sebastian Andrzej Siewior
2022-03-22mm/memcg: protect memcg_stock with a local_lock_tSebastian Andrzej Siewior
2022-03-22mm/memcg: opencode the inner part of obj_cgroup_uncharge_pages() in drain_obj...Johannes Weiner
2022-03-22mm/memcg: protect per-CPU counter by disabling preemption on PREEMPT_RT where...Sebastian Andrzej Siewior
2022-03-22mm/memcg: disable threshold event handlers on PREEMPT_RTSebastian Andrzej Siewior
2022-03-22mm/memcg: revert ("mm/memcg: optimize user context object stock access")Michal Hocko
2022-03-22mm/memcontrol: return 1 from cgroup.memory __setup() handlerRandy Dunlap
2022-03-22memcg: synchronously enforce memory.high for large overchargesShakeel Butt
2022-03-22memcg: unify force charging conditionsShakeel Butt
2022-03-22memcg: refactor mem_cgroup_oomShakeel Butt
2022-03-22mm/memcg: mem_cgroup_per_node is already set to 0 on allocationWei Yang
2022-03-22memcg: add per-memcg total kernel memory statYosry Ahmed
2022-03-22memcg: replace in_interrupt() with !in_task()Shakeel Butt
2022-03-22mm: shmem: use helper macro __ATTR_RWMiaohe Lin
2022-03-22tmpfs: do not allocate pages on readHugh Dickins
2022-03-22shmem: mapping_set_exiting() to help mapped resilienceHugh Dickins
2022-03-22tmpfs: support for file creation timeXavier Roche
2022-03-22mm/swap: fix confusing comment in folio_mark_accessedBang Li
2022-03-22mm/gup: remove unused get_user_pages_locked()John Hubbard
2022-03-22mm: change lookup_node() to use get_user_pages_fast()John Hubbard
2022-03-22mm/gup: remove unused pin_user_pages_locked()John Hubbard
2022-03-22mm/gup: follow_pfn_pte(): -EEXIST cleanupJohn Hubbard
2022-03-22mm: fix invalid page pointer returned with FOLL_PIN gupsPeter Xu
2022-03-22mm/writeback: minor clean up for highmem_dirtyable_memoryMiaohe Lin