summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mm: rework swap handling of zap_pte_rangePeter Xu2022-03-221-15/+6
* mm: change zap_details.zap_mapping into even_cowsPeter Xu2022-03-221-9/+7
* mm: rename zap_skip_check_mapping() to should_zap_page()Peter Xu2022-03-221-9/+8
* mm: don't skip swap entry even if zap_details specifiedPeter Xu2022-03-221-9/+31
* mm: replace multiple dcache flush with flush_dcache_folio()Muchun Song2022-03-221-6/+2
* mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_at...Muchun Song2022-03-221-0/+3
* mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()Muchun Song2022-03-221-1/+3
* mm: hugetlb: fix missing cache flush in hugetlb_mcopy_atomic_pte()Muchun Song2022-03-221-1/+2
* mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()Muchun Song2022-03-221-0/+2
* mm: fix missing cache flush for all tail pages of compound pageMuchun Song2022-03-221-2/+5
* mm: thp: fix wrong cache flush in remove_migration_pmd()Muchun Song2022-03-221-1/+2
* mm: remove mmu_gathers storage from remaining architecturesStafford Horne2022-03-223-5/+0
* mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual2022-03-226-6/+6
* selftests, x86: fix how check_cc.sh is being invokedGuillaume Tucker2022-03-222-6/+6
* memcg: enable accounting for tty-related objectsVasily Averin2022-03-221-1/+1
* mm: memcontrol: rename memcg_cache_id to memcg_kmem_idMuchun Song2022-03-222-6/+6
* mm: list_lru: rename list_lru_per_memcg to list_lru_memcgMuchun Song2022-03-222-10/+10
* mm: memcontrol: fix cannot alloc the maximum memcg IDMuchun Song2022-03-221-2/+1
* mm: memcontrol: reuse memory cgroup ID for kmem IDMuchun Song2022-03-221-36/+3
* mm: list_lru: replace linear array with xarrayMuchun Song2022-03-224-243/+73
* mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrusMuchun Song2022-03-223-16/+16
* mm: list_lru: allocate list_lru_one only when neededMuchun Song2022-03-223-57/+77
* mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()Muchun Song2022-03-221-21/+16
* xarray: use kmem_cache_alloc_lru to allocate xa_nodeMuchun Song2022-03-224-8/+18
* mm: dcache: use kmem_cache_alloc_lru() to allocate dentryMuchun Song2022-03-221-1/+2
* f2fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-2/+6
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-2257-57/+57
* fs: introduce alloc_inode_sb() to allocate filesystems specific inodeMuchun Song2022-03-223-1/+18
* mm: introduce kmem_cache_alloc_lruMuchun Song2022-03-229-53/+198
* mm: list_lru: transpose the array of per-node per-memcg lru listsMuchun Song2022-03-222-137/+86
* mm/memcg: disable migration instead of preemption in drain_all_stock().Sebastian Andrzej Siewior2022-03-221-2/+3
* mm/memcg: protect memcg_stock with a local_lock_tSebastian Andrzej Siewior2022-03-221-21/+38
* mm/memcg: opencode the inner part of obj_cgroup_uncharge_pages() in drain_obj...Johannes Weiner2022-03-221-6/+18
* mm/memcg: protect per-CPU counter by disabling preemption on PREEMPT_RT where...Sebastian Andrzej Siewior2022-03-221-1/+55
* mm/memcg: disable threshold event handlers on PREEMPT_RTSebastian Andrzej Siewior2022-03-222-2/+14
* mm/memcg: revert ("mm/memcg: optimize user context object stock access")Michal Hocko2022-03-221-67/+27
* mm/memcontrol: return 1 from cgroup.memory __setup() handlerRandy Dunlap2022-03-221-1/+1
* memcg: synchronously enforce memory.high for large overchargesShakeel Butt2022-03-221-0/+5
* selftests: memcg: test high limit for single entry allocationShakeel Butt2022-03-223-3/+91
* memcg: unify force charging conditionsShakeel Butt2022-03-221-10/+7
* memcg: refactor mem_cgroup_oomShakeel Butt2022-03-221-27/+17
* mm/memcg: retrieve parent memcg from css.parentWei Yang2022-03-221-3/+1
* mm/memcg: mem_cgroup_per_node is already set to 0 on allocationWei Yang2022-03-221-2/+0
* memcg: add per-memcg total kernel memory statYosry Ahmed2022-03-223-6/+27
* memcg: replace in_interrupt() with !in_task()Shakeel Butt2022-03-221-2/+2
* mm: shmem: use helper macro __ATTR_RWMiaohe Lin2022-03-221-2/+1
* tmpfs: do not allocate pages on readHugh Dickins2022-03-222-14/+12
* shmem: mapping_set_exiting() to help mapped resilienceHugh Dickins2022-03-221-0/+1
* tmpfs: support for file creation timeXavier Roche2022-03-222-3/+14
* mm/swap: fix confusing comment in folio_mark_accessedBang Li2022-03-221-1/+1