summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>Christoph Hellwig2022-05-023-0/+3
* blk-cgroup: move struct blkcg to block/blk-cgroup.hChristoph Hellwig2022-05-021-7/+6
* blk-cgroup: move blkcg_{pin,unpin}_online out of lineChristoph Hellwig2022-05-021-3/+2
* block: ignore RWF_HIPRI hint for sync dioMing Lei2022-05-021-3/+1
* block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-3/+3
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-15/+2
* block: add a bdev_stable_writes helperChristoph Hellwig2022-04-171-1/+1
* block: add a bdev_nonrot helperChristoph Hellwig2022-04-171-2/+2
* mm: use bdev_is_zoned in claim_swapfileChristoph Hellwig2022-04-171-1/+1
* mm: kmemleak: take a full lowmem check in kmemleak_*_phys()Patrick Wang2022-04-151-4/+4
* mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcoreOmar Sandoval2022-04-151-11/+0
* hugetlb: do not demote poisoned hugetlb pagesMike Kravetz2022-04-151-7/+10
* mm: compaction: fix compiler warning when CONFIG_COMPACTION=nCharan Teja Kalla2022-04-151-5/+5
* mm: fix unexpected zeroed page mapping with zram swapMinchan Kim2022-04-151-54/+0
* mm, page_alloc: fix build_zonerefs_node()Juergen Gross2022-04-151-1/+1
* mm, kfence: support kmem_dump_obj() for KFENCE objectsMarco Elver2022-04-158-25/+81
* kasan: fix hw tags enablement when KUNIT tests are disabledVincenzo Frascino2022-04-152-6/+9
* mm/secretmem: fix panic when growing a memfd_secretAxel Rasmussen2022-04-151-0/+17
* tmpfs: fix regressions from wider use of ZERO_PAGEHugh Dickins2022-04-152-17/+20
* Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-04-101-1/+1
|\
| * Revert "mm/page_alloc: mark pagesets as __maybe_unused"Sebastian Andrzej Siewior2022-04-051-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-04-084-8/+6
|\ \
| * | mm/list_lru.c: revert "mm/list_lru: optimize memcg_reparent_list_lru_node()"Andrew Morton2022-04-081-6/+0
| * | mm/mempolicy: fix mpol_new leak in shared_policy_replaceMiaohe Lin2022-04-081-0/+1
| * | mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0)Paolo Bonzini2022-04-081-0/+3
| * | highmem: fix checks in __kmap_local_sched_{in,out}Max Filippov2022-04-081-2/+2
| * | mm: migrate: use thp_order instead of HPAGE_PMD_ORDER for new page allocation.Zi Yan2022-04-082-2/+2
| |/
* | mm/rmap: Fix handling of hugetlbfs pages in page_vma_mapped_walkzhenwei pi2022-04-071-3/+3
* | mm/mempolicy: Use vma_alloc_folio() in new_page()Matthew Wilcox (Oracle)2022-04-071-14/+11
* | mm: Add vma_alloc_folio()Matthew Wilcox (Oracle)2022-04-071-0/+13
* | mm/migrate: Use a folio in migrate_misplaced_transhuge_page()Matthew Wilcox (Oracle)2022-04-071-42/+16
* | mm/migrate: Use a folio in alloc_migration_target()Matthew Wilcox (Oracle)2022-04-071-12/+10
* | mm/huge_memory: Avoid calling pmd_page() on a non-leaf PMDMatthew Wilcox (Oracle)2022-04-071-6/+5
|/
* Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-04-012-154/+62
|\
| * fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)2022-04-011-4/+6
| * readahead: Update commentsMatthew Wilcox (Oracle)2022-04-011-47/+45
| * mm: remove the skip_page argument to read_pagesChristoph Hellwig2022-04-011-10/+8
| * mm: remove the pages argument to read_pagesChristoph Hellwig2022-04-011-8/+5
| * fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-012-14/+3
| * readahead: Remove read_cache_pages()Matthew Wilcox (Oracle)2022-04-011-76/+0
* | mm/damon: prevent activated scheme from sleeping by deactivated schemesJonghyeon Kim2022-04-011-1/+4
* | mm/kmemleak: reset tag when compare object pointerKuan-Ying Lee2022-04-011-2/+7
* | mm,hwpoison: unmap poisoned page before invalidationRik van Riel2022-04-011-4/+8
* | mm: kfence: fix objcgs vector allocationMuchun Song2022-04-012-1/+13
* | mm/munlock: protect the per-CPU pagevec by a local_lock_tSebastian Andrzej Siewior2022-04-016-16/+47
* | mm/munlock: add lru_add_drain() to fix memcg_stat_testHugh Dickins2022-04-011-2/+8
* | Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"Charan Teja Kalla2022-04-011-8/+1
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-03-311-3/+3
|\ \
| * | mm/balloon_compaction: make balloon page compaction callbacks staticMiaohe Lin2022-03-281-3/+3
* | | mm: page_alloc: validate buddy before check its migratetype.Zi Yan2022-03-301-0/+3
| |/ |/|