summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2021-06-29mm/shmem: fix shmem_swapin() race with swapoffMiaohe Lin
2021-06-29mm/swap: remove confusing checking for non_swap_entry() in swap_ra_info()Miaohe Lin
2021-06-29swap: fix do_swap_page() race with swapoffMiaohe Lin
2021-06-29mm/swapfile: use percpu_ref to serialize against concurrent swapoffMiaohe Lin
2021-06-29mm: pagewalk: fix walk for hugepage tablesChristophe Leroy
2021-06-29mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli
2021-06-29mm: gup: allow FOLL_PIN to scale in SMPAndrea Arcangeli
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)
2021-06-29mm/writeback: use __set_page_dirty in __set_page_dirty_nobuffersMatthew Wilcox (Oracle)
2021-06-29mm/writeback: move __set_page_dirty() to core mmMatthew Wilcox (Oracle)
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig
2021-06-29writeback, cgroup: release dying cgwbs by switching attached inodesRoman Gushchin
2021-06-29writeback, cgroup: keep list of inodes attached to bdi_writebackRoman Gushchin
2021-06-29mm/page-writeback: use __this_cpu_inc() in account_page_dirtied()Chi Wu
2021-06-29mm/page-writeback: update the comment of Dirty position controlChi Wu
2021-06-29mm/page-writeback: Fix performance when BDI's share of ratio is 0.Chi Wu
2021-06-29mm: page-writeback: kill get_writeback_state() commentsKefeng Wang
2021-06-29mm/page_reporting: allow driver to specify reporting orderGavin Shan
2021-06-29mm/page_reporting: export reporting order as module parameterGavin Shan
2021-06-29mm/page_reporting: fix code style in __page_reporting_request()Gavin Shan
2021-06-29mm: mmap_lock: use local locks instead of disabling preemptionNicolas Saenz Julienne
2021-06-29mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage()Anshuman Khandual
2021-06-29mm/kmemleak: fix possible wrong memory scanning periodYanfei Xu
2021-06-29mm/slub: add taint after the errors are printedGeorgi Djakov
2021-06-29mm: slub: move sysfs slab alloc/free interfaces to debugfsFaiyaz Mohammed
2021-06-29slub: force on no_hash_pointers when slub_debug is enabledStephen Boyd
2021-06-29slub: indicate slab_fix() uses printf formatsJoe Perches
2021-06-29slub: actually use 'message' in restore_bytes()Stephen Boyd
2021-06-29slub: restore slub_debug=- behaviorStephen Boyd
2021-06-29mm, slub: change run-time assertion in kmalloc_index() to compile-timeHyeonggon Yoo
2021-06-29slub: remove resiliency_test() functionOliver Glitta
2021-06-29mm/slub, kunit: add a KUnit test for SLUB debugging functionalityOliver Glitta
2021-06-29slab: use __func__ to trace function namegumingtao
2021-06-29mm/page_alloc: correct return value of populated elements if bulk array is po...Mel Gorman
2021-06-29mm/page_alloc: fix memory map initialization for descending nodesMike Rapoport
2021-06-29mm/gup: fix try_grab_compound_head() race with split_huge_page()Jann Horn
2021-06-24mm/page_alloc: do bulk array bounds check after checking populated elementsMel Gorman