summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: zswap: remove unnecessary trees cleanups in zswap_swapoff()Yosry Ahmed2024-02-221-13/+3
* mm: swap: enforce updating inuse_pages at the end of swap_range_free()Yosry Ahmed2024-02-221-3/+15
* mm/zswap: split zswap rb-treeChengming Zhou2024-02-222-26/+47
* mm/zswap: make sure each swapfile always have zswap rb-treeChengming Zhou2024-02-222-8/+10
* mempolicy: clean up minor dead code in queue_pages_test_walk()Lukas Bulwahn2024-02-221-4/+0
* mm: writeback: ratelimit stat flush from mem_cgroup_wb_statsShakeel Butt2024-02-221-1/+1
* mm: memory: move mem_cgroup_charge() into alloc_anon_folio()Kefeng Wang2024-02-221-8/+8
* mm/zswap: improve with alloc_workqueue() callRonald Monthero2024-02-221-1/+2
* readahead: use ilog2 instead of a while loop in page_cache_ra_order()Pankaj Raghav2024-02-221-4/+2
* mm: convert mm_counter_file() to take a folioKefeng Wang2024-02-214-10/+10
* mm: convert mm_counter() to take a folioKefeng Wang2024-02-213-10/+10
* mm: convert to should_zap_page() to should_zap_folio()Kefeng Wang2024-02-211-14/+17
* mm: use pfn_swap_entry_folio() in copy_nonpresent_pte()Kefeng Wang2024-02-211-2/+2
* mm: use pfn_swap_entry_to_folio() in zap_huge_pmd()Kefeng Wang2024-02-211-7/+10
* mm: use pfn_swap_entry_folio() in __split_huge_pmd_locked()Kefeng Wang2024-02-211-2/+2
* mprotect: use pfn_swap_entry_folioMatthew Wilcox (Oracle)2024-02-211-2/+2
* mm: add pfn_swap_entry_folio()Matthew Wilcox (Oracle)2024-02-212-2/+2
* memcg: use a folio in get_mctgt_type_thpMatthew Wilcox (Oracle)2024-02-211-5/+7
* memcg: use a folio in get_mctgt_typeMatthew Wilcox (Oracle)2024-02-211-10/+13
* memcg: return the folio in union mc_targetMatthew Wilcox (Oracle)2024-02-211-7/+7
* memcg: convert mem_cgroup_move_charge_pte_range() to use a folioMatthew Wilcox (Oracle)2024-02-211-25/+24
* mm: mmap: no need to call khugepaged_enter_vma() for stackYang Shi2024-02-211-2/+0
* mm: list_lru: disable memcg_aware when cgroup.memory is set to "nokmem"Haifeng Xu2024-02-211-0/+3
* mm: memory: use nth_page() in clear/copy_subpage()Kefeng Wang2024-02-211-4/+5
* mm/mmap: simplify vma link and unlinkYajun Deng2024-02-211-25/+19
* mm/filemap: avoid type conversionHongbo Li2024-02-211-1/+1
* mm/memory_hotplug: introduce MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiersSumanth Korikkar2024-02-212-4/+16
* mm/cma: fix placement of trace_cma_alloc_start/finishKalesh Singh2024-02-211-4/+4
* kasan: guard release_free_meta() shadow access with kasan_arch_is_ready()Benjamin Gray2024-02-201-0/+3
* mm/damon/lru_sort: fix quota status loss due to online tuningsSeongJae Park2024-02-201-7/+36
* mm/damon/reclaim: fix quota stauts loss due to online tuningsSeongJae Park2024-02-201-1/+17
* mm/damon/sysfs-schemes: handle schemes sysfs dir removal before commit_scheme...SeongJae Park2024-02-201-0/+4
* mm: memcontrol: clarify swapaccount=0 deprecation warningJohannes Weiner2024-02-201-3/+7
* mm/memblock: add MEMBLOCK_RSRV_NOINIT into flagname[] arrayAnshuman Khandual2024-02-201-0/+1
* mm/zswap: invalidate duplicate entry when !zswap_enabledChengming Zhou2024-02-201-1/+5
* mm/swap: fix race when skipping swapcacheKairui Song2024-02-203-0/+38
* mm/swap_state: update zswap LRU's protection range with the folio lockedNhat Pham2024-02-202-8/+9
* mm/damon/core: check apply interval in damon_do_apply_schemes()SeongJae Park2024-02-201-4/+11
* mm: zswap: fix missing folio cleanup in writeback race pathYosry Ahmed2024-02-201-0/+2
* mm/memory: Use exception ip to search exception tablesJiaxun Yang2024-02-121-2/+2
* Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...Linus Torvalds2024-02-106-36/+52
|\
| * mm/damon/sysfs-schemes: fix wrong DAMOS tried regions update timeout setupSeongJae Park2024-02-071-1/+1
| * mm/zswap: don't return LRU_SKIP if we have dropped lru lockChengming Zhou2024-02-071-3/+1
| * mm: zswap: fix objcg use-after-free in entry destructionJohannes Weiner2024-02-071-4/+4
| * mm/madvise: don't forget to leave lazy MMU mode in madvise_cold_or_pageout_pt...Sergey Senozhatsky2024-02-071-0/+1
| * mm/memory-failure: fix crash in split_huge_page_to_list from soft_offline_pageMiaohe Lin2024-02-071-0/+3
| * mm: memcg: optimize parent iteration in memcg_rstat_updated()Yosry Ahmed2024-02-071-21/+35
| * mm/userfaultfd: UFFDIO_MOVE implementation should use ptep_get()Ryan Roberts2024-02-071-7/+7
| * Merge branch 'master' into mm-hotfixes-stableAndrew Morton2024-02-021-0/+3
| |\
* | \ Merge tag 'block-6.8-2024-02-10' of git://git.kernel.dk/linuxLinus Torvalds2024-02-102-2/+2
|\ \ \