summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-01-15mm: change page type prior to adding page table entryPasha Tatashin
2022-01-15mm/oom_kill: allow process_mrelease to run under mmap_lock protectionSuren Baghdasaryan
2022-01-15mm: protect free_pgtables with mmap_lock write lock in exit_mmapSuren Baghdasaryan
2022-01-15mm: move tlb_flush_pending inline helpers to mm_inline.hArnd Bergmann
2022-01-15mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann
2022-01-15mm: add anonymous vma name refcountingSuren Baghdasaryan
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross
2022-01-15mm: rearrange madvise code to allow for reuseColin Cross
2022-01-15memcg: add per-memcg vmalloc statShakeel Butt
2022-01-15mm/memcg: use struct_size() helper in kzalloc()Wang Weiyang
2022-01-15memcg: better bounds on the memcg stats updatesShakeel Butt
2022-01-15mm/memcg: add oom_group_kill memory eventDan Schatzberg
2022-01-15mm/page_counter: remove an incorrect call to propagate_protected_usage()Donghai Qiao
2022-01-15mm: memcontrol: make cgroup_memory_nokmem staticMuchun Song
2022-01-15mm/frontswap.c: use non-atomic '__set_bit()' when possibleChristophe JAILLET
2022-01-15shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inodeGang Li
2022-01-15mm: shmem: don't truncate page if memory failure happensYang Shi
2022-01-15mm/gup.c: stricter check on THP migration entry during follow_pmd_maskLi Xinhai
2022-01-15gup: avoid multiple user access locking/unlocking in fault_in_{read/write}ableChristophe Leroy
2022-01-15mm/truncate.c: remove unneeded variablechiminghao
2022-01-15mm/debug_vm_pgtable: update comments regarding migration swap entriesAnshuman Khandual
2022-01-15mm,fs: split dump_mapping() out from dump_page()Matthew Wilcox (Oracle)
2022-01-15kasan: fix quarantine conflicting with init_on_freeAndrey Konovalov
2022-01-15kasan: add ability to detect double-kmem_cache_destroy()Marco Elver
2022-01-15mm/memremap: add ZONE_DEVICE support for compound pagesJoao Martins
2022-01-15mm/page_alloc: refactor memmap_init_zone_device() page initJoao Martins
2022-01-15mm/page_alloc: split prep_compound_page into head and tail subpartsJoao Martins
2022-01-15mm: defer kmemleak object creation of module_alloc()Kefeng Wang
2022-01-15kmemleak: fix kmemleak false positive report with HW tag-based kasan enableKuan-Ying Lee
2022-01-15mm: slab: make slab iterator functions staticMuchun Song
2022-01-15mm/slab_common: use WARN() if cache still has objects on destroyMarco Elver
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-12Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-11Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-10Merge tag 'slab-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2022-01-10Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-01-08exit: Remove profile_task_exit & profile_munmapEric W. Biederman
2022-01-08signal: Have the oom killer detect coredumps using signal->core_stateEric W. Biederman
2022-01-08mm: Use multi-index entries in the page cachefolio-5.17Matthew Wilcox (Oracle)
2022-01-08truncate,shmem: Handle truncates that split large foliosMatthew Wilcox (Oracle)
2022-01-08truncate: Convert invalidate_inode_pages2_range to foliosMatthew Wilcox (Oracle)
2022-01-08mm: Remove pagevec_remove_exceptionals()Matthew Wilcox (Oracle)
2022-01-08mm: Convert find_lock_entries() to use a folio_batchMatthew Wilcox (Oracle)
2022-01-08filemap: Return only folios from find_get_entries()Matthew Wilcox (Oracle)
2022-01-08filemap: Convert filemap_get_read_batch() to use a folio_batchMatthew Wilcox (Oracle)
2022-01-08filemap: Convert filemap_read() to use a folioMatthew Wilcox (Oracle)
2022-01-08truncate: Add invalidate_complete_folio2()Matthew Wilcox (Oracle)
2022-01-08truncate: Convert invalidate_inode_pages2_range() to use a folioMatthew Wilcox (Oracle)
2022-01-08truncate: Skip known-truncated indicesMatthew Wilcox (Oracle)