aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29mm: vmscan: remove noinline_for_stackMuchun Song1-3/+3
2021-06-29mm: memcontrol: move obj_cgroup_uncharge_pages() out of css_set_lockMuchun Song1-1/+2
2021-06-29mm: memcontrol: simplify the logic of objcg pinning memcgMuchun Song1-14/+6
2021-06-29mm: memcontrol: rename lruvec_holds_page_lru_lock to page_matches_lruvecMuchun Song1-1/+1
2021-06-29mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvecMuchun Song4-9/+6
2021-06-29mm: memcontrol: bail out early when !mm in get_mem_cgroup_from_mmMuchun Song1-11/+14
2021-06-29mm: memcontrol: fix page charging in page replacementMuchun Song1-3/+5
2021-06-29mm: memcontrol: fix root_mem_cgroup chargingMuchun Song1-5/+12
2021-06-29mm: memcg/slab: disable cache merging for KMALLOC_NORMAL cachesWaiman Long1-0/+7
2021-06-29mm: memcg/slab: create a new set of kmalloc-cg-<n> cachesWaiman Long3-10/+29
2021-06-29mm: memcg/slab: properly set up gfp flags for objcg pointer arrayWaiman Long2-1/+8
2021-06-29mm/memcg: optimize user context object stock accessWaiman Long1-28/+72
2021-06-29mm/memcg: improve refill_obj_stock() performanceWaiman Long1-13/+35
2021-06-29mm/memcg: cache vmstat data in percpu memcg_stock_pcpWaiman Long1-3/+87
2021-06-29mm/memcg: move mod_objcg_state() to memcontrol.cWaiman Long2-14/+15
2021-06-29swap: check mapping_empty() for swap cache before being freedHuang Ying1-1/+6
2021-06-29mm: free idle swap cache page after COWHuang Ying2-1/+3
2021-06-29mm, swap: remove unnecessary smp_rmb() in swap_type_to_swap_info()Huang Ying1-9/+6
2021-06-29mm/swap_slots.c: delete meaningless forward declarationsMiaohe Lin1-2/+0
2021-06-29mm/swap: remove unused local variable nr_shadowsMiaohe Lin1-5/+0
2021-06-29mm/swapfile: move get_swap_page_of_type() under CONFIG_HIBERNATIONMiaohe Lin1-52/+31
2021-06-29mm/shmem: fix shmem_swapin() race with swapoffMiaohe Lin1-1/+13
2021-06-29mm/swap: remove confusing checking for non_swap_entry() in swap_ra_info()Miaohe Lin1-6/+0
2021-06-29swap: fix do_swap_page() race with swapoffMiaohe Lin1-2/+9
2021-06-29mm/swapfile: use percpu_ref to serialize against concurrent swapoffMiaohe Lin1-30/+49
2021-06-29mm: pagewalk: fix walk for hugepage tablesChristophe Leroy1-5/+53
2021-06-29mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli1-4/+15
2021-06-29mm: gup: allow FOLL_PIN to scale in SMPAndrea Arcangeli1-2/+2
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)1-0/+1
2021-06-29mm/writeback: use __set_page_dirty in __set_page_dirty_nobuffersMatthew Wilcox (Oracle)1-9/+1
2021-06-29mm/writeback: move __set_page_dirty() to core mmMatthew Wilcox (Oracle)1-1/+26
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-14/+4
2021-06-29writeback, cgroup: release dying cgwbs by switching attached inodesRoman Gushchin1-2/+62
2021-06-29writeback, cgroup: keep list of inodes attached to bdi_writebackRoman Gushchin1-0/+2
2021-06-29mm/page-writeback: use __this_cpu_inc() in account_page_dirtied()Chi Wu1-1/+1
2021-06-29mm/page-writeback: update the comment of Dirty position controlChi Wu1-1/+1
2021-06-29mm/page-writeback: Fix performance when BDI's share of ratio is 0.Chi Wu1-4/+16
2021-06-29mm: page-writeback: kill get_writeback_state() commentsKefeng Wang1-6/+3
2021-06-29mm/page_reporting: allow driver to specify reporting orderGavin Shan1-0/+6
2021-06-29mm/page_reporting: export reporting order as module parameterGavin Shan2-5/+9
2021-06-29mm/page_reporting: fix code style in __page_reporting_request()Gavin Shan1-2/+2
2021-06-29mm: mmap_lock: use local locks instead of disabling preemptionNicolas Saenz Julienne1-11/+22
2021-06-29mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage()Anshuman Khandual1-12/+51
2021-06-29mm/kmemleak: fix possible wrong memory scanning periodYanfei Xu1-6/+12
2021-06-29mm/slub: add taint after the errors are printedGeorgi Djakov1-2/+3
2021-06-29mm: slub: move sysfs slab alloc/free interfaces to debugfsFaiyaz Mohammed3-93/+189
2021-06-29slub: force on no_hash_pointers when slub_debug is enabledStephen Boyd1-1/+19
2021-06-29slub: indicate slab_fix() uses printf formatsJoe Perches1-3/+4
2021-06-29slub: actually use 'message' in restore_bytes()Stephen Boyd1-1/+1
2021-06-29slub: restore slub_debug=- behaviorStephen Boyd1-0/+2