aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-17/+46
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds9-15/+22
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds29-1020/+1269
2021-10-28mm/damon/core-test: fix wrong expectations for 'damon_split_regions_of()'SeongJae Park1-2/+2
2021-10-28mm: khugepaged: skip huge page collapse for special filesYang Shi1-8/+11
2021-10-28mm, thp: bail out early in collapse_file for writeback pageRongwei Wang1-1/+6
2021-10-28mm/vmalloc: fix numa spreading for large hash tablesChen Wandun1-6/+9
2021-10-28mm/secretmem: avoid letting secretmem_users drop to zeroKees Cook1-1/+1
2021-10-28mm/oom_kill.c: prevent a race between process_mrelease and exit_mmapSuren Baghdasaryan1-11/+12
2021-10-28mm: filemap: check if THP has hwpoisoned subpage for PMD page faultYang Shi4-1/+28
2021-10-28mm: hwpoison: remove the unnecessary THP checkYang Shi1-14/+0
2021-10-28memcg: page_alloc: skip bulk allocator for __GFP_ACCOUNTShakeel Butt1-0/+4
2021-10-25secretmem: Prevent secretmem_users from wrapping to zeroMatthew Wilcox (Oracle)1-0/+2
2021-10-24Revert "mm/secretmem: use refcount_t instead of atomic_t"Linus Torvalds1-5/+4
2021-10-21memblock: exclude MEMBLOCK_NOMAP regions from kmemleakMike Rapoport1-0/+3
2021-10-21Revert "memblock: exclude NOMAP regions from kmemleak"Mike Rapoport1-6/+1
2021-10-18mm/thp: decrease nr_thps in file's mapping on THP splitMarek Szyprowski1-2/+4
2021-10-18mm, slub: fix incorrect memcg slab count for bulk freeMiaohe Lin1-1/+3
2021-10-18mm, slub: fix potential use-after-free in slab_debugfs_fopsMiaohe Lin1-2/+4
2021-10-18mm, slub: fix potential memoryleak in kmem_cache_open()Miaohe Lin1-1/+1
2021-10-18mm, slub: fix mismatch between reconstructed freelist depth and cntMiaohe Lin1-2/+9
2021-10-18mm, slub: fix two bugs in slab_debug_trace_open()Miaohe Lin1-1/+7
2021-10-18mm/mempolicy: do not allow illegal MPOL_F_NUMA_BALANCING | MPOL_LOCAL in mbind()Eric Dumazet1-11/+5
2021-10-18memblock: check memory total_sizePeng Fan1-1/+1
2021-10-18mm/migrate: fix CPUHP state to update node demotion orderHuang Ying1-3/+5
2021-10-18mm/migrate: add CPU hotplug to demotion #ifdefDave Hansen3-26/+24
2021-10-18mm/migrate: optimize hotplug-time demotion order updatesDave Hansen1-1/+11
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe1-1/+1
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-6/+2
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig1-1/+1
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig1-1/+1
2021-10-18mm: remove spurious blkdev.h includesChristoph Hellwig6-6/+0
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig1-0/+16
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig2-2/+3
2021-10-18mm/writeback: Add folio_write_oneMatthew Wilcox (Oracle)1-15/+15
2021-10-18mm/filemap: Add FGP_STABLEMatthew Wilcox (Oracle)2-22/+16
2021-10-18mm/filemap: Add filemap_get_folioMatthew Wilcox (Oracle)2-48/+56
2021-10-18mm/filemap: Convert mapping_get_entry to return a folioMatthew Wilcox (Oracle)1-21/+14
2021-10-18mm/filemap: Add filemap_add_folio()Matthew Wilcox (Oracle)2-36/+41
2021-10-18mm/filemap: Add filemap_alloc_folioMatthew Wilcox (Oracle)1-7/+7
2021-10-18mm/page_alloc: Add folio allocation functionsMatthew Wilcox (Oracle)2-0/+22
2021-10-18mm/lru: Add folio_add_lru()Matthew Wilcox (Oracle)2-11/+17
2021-10-18mm/lru: Convert __pagevec_lru_add_fn to take a folioMatthew Wilcox (Oracle)1-24/+25
2021-10-18mm: Add folio_evictable()Matthew Wilcox (Oracle)1-8/+19
2021-10-18mm/workingset: Convert workingset_refault() to take a folioMatthew Wilcox (Oracle)5-27/+29
2021-10-18mm/writeback: Add folio_redirty_for_writepage()Matthew Wilcox (Oracle)2-10/+27
2021-10-18mm/writeback: Add folio_account_redirty()Matthew Wilcox (Oracle)1-13/+19
2021-10-18mm/writeback: Add folio_clear_dirty_for_io()Matthew Wilcox (Oracle)2-31/+38
2021-10-18mm/writeback: Add folio_cancel_dirty()Matthew Wilcox (Oracle)1-8/+8