summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-02-21mm/damon/reclaim: fix quota stauts loss due to online tuningsSeongJae Park1-1/+17
2024-02-21mm/damon/sysfs-schemes: handle schemes sysfs dir removal before commit_scheme...SeongJae Park1-0/+4
2024-02-21mm: memcontrol: clarify swapaccount=0 deprecation warningJohannes Weiner1-3/+7
2024-02-21mm/memblock: add MEMBLOCK_RSRV_NOINIT into flagname[] arrayAnshuman Khandual1-0/+1
2024-02-21mm/zswap: invalidate duplicate entry when !zswap_enabledChengming Zhou1-1/+5
2024-02-21mm/swap: fix race when skipping swapcacheKairui Song3-0/+38
2024-02-21mm/swap_state: update zswap LRU's protection range with the folio lockedNhat Pham2-8/+9
2024-02-21mm/damon/core: check apply interval in damon_do_apply_schemes()SeongJae Park1-4/+11
2024-02-21mm: zswap: fix missing folio cleanup in writeback race pathYosry Ahmed1-0/+2
2024-02-17x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield1-2/+3
2024-02-13mm/memory: Use exception ip to search exception tablesJiaxun Yang1-2/+2
2024-02-11Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...Linus Torvalds6-36/+52
2024-02-10Merge tag 'block-6.8-2024-02-10' of git://git.kernel.dk/linuxLinus Torvalds2-2/+2
2024-02-08fs: super_set_uuid()Kent Overstreet1-1/+3
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara1-1/+1
2024-02-08mm/damon/sysfs-schemes: fix wrong DAMOS tried regions update timeout setupSeongJae Park1-1/+1
2024-02-08mm/zswap: don't return LRU_SKIP if we have dropped lru lockChengming Zhou1-3/+1
2024-02-08mm: zswap: fix objcg use-after-free in entry destructionJohannes Weiner1-4/+4
2024-02-08mm/madvise: don't forget to leave lazy MMU mode in madvise_cold_or_pageout_pt...Sergey Senozhatsky1-0/+1
2024-02-08mm/memory-failure: fix crash in split_huge_page_to_list from soft_offline_pageMiaohe Lin1-0/+3
2024-02-08mm: memcg: optimize parent iteration in memcg_rstat_updated()Yosry Ahmed1-21/+35
2024-02-08mm/userfaultfd: UFFDIO_MOVE implementation should use ptep_get()Ryan Roberts1-7/+7
2024-02-06blk-wbt: Fix detection of dirty-throttled tasksJan Kara2-2/+2
2024-02-02Merge branch 'master' into mm-hotfixes-stableAndrew Morton1-0/+3
2024-02-01mm/util: Introduce kmemdup_array()Kartik1-0/+17
2024-01-30mm/slub: remove parameter 'flags' in create_kmalloc_caches()Zheng Yejian3-10/+9
2024-01-30Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds8-17/+61
2024-01-28Merge tag 'fixes-2024-01-28' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2024-01-26mm: thp_get_unmapped_area must honour topdown preferenceRyan Roberts2-4/+12
2024-01-26mm: huge_memory: don't force huge page alignment on 32 bitYang Shi1-0/+4
2024-01-26userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlbLokesh Gidra1-2/+13
2024-01-26mm/memory: fix folio_set_dirty() vs. folio_mark_dirty() in zap_pte_range()David Hildenbrand1-1/+1
2024-01-26mm/huge_memory: fix folio_set_dirty() vs. folio_mark_dirty()David Hildenbrand1-2/+2
2024-01-26mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), againZach O'Keefe1-1/+1
2024-01-26mm: memcontrol: don't throttle dying tasks on memory.highJohannes Weiner1-4/+25
2024-01-26fs/hugetlbfs/inode.c: mm/memory-failure.c: fix hugetlbfs hwpoison handlingSidhartha Kumar1-1/+1
2024-01-26readahead: avoid multiple marked readahead pagesJan Kara1-2/+2
2024-01-25Revert "mm/filemap: avoid buffered read/write race to read inconsistent data"Baokun Li1-9/+0
2024-01-23mm/slub: remove unused parameter in next_freelist_entry()Chengming Zhou1-4/+3
2024-01-23mm/slub: remove full list manipulation for non-debug slabChengming Zhou1-4/+0
2024-01-23mm/slub: directly load freelist from cpu partial slab in the likely caseChengming Zhou1-10/+11
2024-01-22writeback: move wb_wakeup_delayed defination to fs-writeback.cKemeng Shi1-25/+0
2024-01-22mm/slub: unify all sl[au]b parameters with "slab_$param"Xiongwei Song4-24/+29
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-0/+2
2024-01-19memblock: fix crash when reserved memory is not added to memoryYajun Deng1-0/+3
2024-01-19Merge tag 'memblock-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-01-19Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-6/+6
2024-01-19Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+3
2024-01-19Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-7/+1
2024-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-12/+33