summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2021-10-28mm/damon/core-test: fix wrong expectations for 'damon_split_regions_of()'SeongJae Park
2021-10-28mm: khugepaged: skip huge page collapse for special filesYang Shi
2021-10-28mm, thp: bail out early in collapse_file for writeback pageRongwei Wang
2021-10-28mm/vmalloc: fix numa spreading for large hash tablesChen Wandun
2021-10-28mm/secretmem: avoid letting secretmem_users drop to zeroKees Cook
2021-10-28mm/oom_kill.c: prevent a race between process_mrelease and exit_mmapSuren Baghdasaryan
2021-10-28mm: filemap: check if THP has hwpoisoned subpage for PMD page faultYang Shi
2021-10-28mm: hwpoison: remove the unnecessary THP checkYang Shi
2021-10-28memcg: page_alloc: skip bulk allocator for __GFP_ACCOUNTShakeel Butt
2021-10-25secretmem: Prevent secretmem_users from wrapping to zeroMatthew Wilcox (Oracle)
2021-10-24Revert "mm/secretmem: use refcount_t instead of atomic_t"Linus Torvalds
2021-10-21memblock: exclude MEMBLOCK_NOMAP regions from kmemleakMike Rapoport
2021-10-21Revert "memblock: exclude NOMAP regions from kmemleak"Mike Rapoport
2021-10-18mm/thp: decrease nr_thps in file's mapping on THP splitMarek Szyprowski
2021-10-18mm, slub: fix incorrect memcg slab count for bulk freeMiaohe Lin
2021-10-18mm, slub: fix potential use-after-free in slab_debugfs_fopsMiaohe Lin
2021-10-18mm, slub: fix potential memoryleak in kmem_cache_open()Miaohe Lin
2021-10-18mm, slub: fix mismatch between reconstructed freelist depth and cntMiaohe Lin
2021-10-18mm, slub: fix two bugs in slab_debug_trace_open()Miaohe Lin
2021-10-18mm/mempolicy: do not allow illegal MPOL_F_NUMA_BALANCING | MPOL_LOCAL in mbind()Eric Dumazet
2021-10-18memblock: check memory total_sizePeng Fan
2021-10-18mm/migrate: fix CPUHP state to update node demotion orderHuang Ying
2021-10-18mm/migrate: add CPU hotplug to demotion #ifdefDave Hansen
2021-10-18mm/migrate: optimize hotplug-time demotion order updatesDave Hansen
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig
2021-10-18mm: remove spurious blkdev.h includesChristoph Hellwig
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig
2021-10-18mm/writeback: Add folio_write_oneMatthew Wilcox (Oracle)
2021-10-18mm/filemap: Add FGP_STABLEMatthew Wilcox (Oracle)
2021-10-18mm/filemap: Add filemap_get_folioMatthew Wilcox (Oracle)
2021-10-18mm/filemap: Convert mapping_get_entry to return a folioMatthew Wilcox (Oracle)
2021-10-18mm/filemap: Add filemap_add_folio()Matthew Wilcox (Oracle)
2021-10-18mm/filemap: Add filemap_alloc_folioMatthew Wilcox (Oracle)
2021-10-18mm/page_alloc: Add folio allocation functionsMatthew Wilcox (Oracle)
2021-10-18mm/lru: Add folio_add_lru()Matthew Wilcox (Oracle)
2021-10-18mm/lru: Convert __pagevec_lru_add_fn to take a folioMatthew Wilcox (Oracle)
2021-10-18mm: Add folio_evictable()Matthew Wilcox (Oracle)
2021-10-18mm/workingset: Convert workingset_refault() to take a folioMatthew Wilcox (Oracle)
2021-10-18mm/writeback: Add folio_redirty_for_writepage()Matthew Wilcox (Oracle)
2021-10-18mm/writeback: Add folio_account_redirty()Matthew Wilcox (Oracle)
2021-10-18mm/writeback: Add folio_clear_dirty_for_io()Matthew Wilcox (Oracle)
2021-10-18mm/writeback: Add folio_cancel_dirty()Matthew Wilcox (Oracle)
2021-10-18mm/writeback: Add folio_account_cleaned()Matthew Wilcox (Oracle)