summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-10-25hugetlb: perform vmemmap optimization on a list of pagesMike Kravetz
2023-10-25hugetlb: restructure pool allocationsMike Kravetz
2023-10-25hugetlb: optimize update_and_free_pages_bulk to avoid lock cyclesMike Kravetz
2023-10-25mm: fix draining remote pagesetHuang Ying
2023-10-24Merge tag 'mm-hotfixes-stable-2023-10-24-09-40' of git://git.kernel.org/pub/s...Linus Torvalds
2023-10-23Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar
2023-10-20mm/percpu.c: introduce pcpu_alloc_size()Hou Tao
2023-10-20mm/percpu.c: don't acquire pcpu_lock for pcpu_chunk_addr_search()Hou Tao
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-19vfs: fix readahead(2) on block devicesReuben Hawkins
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan
2023-10-18mm: perform the mapping_map_writable() check after call_mmap()Lorenzo Stoakes
2023-10-18mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes
2023-10-18mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes
2023-10-18mm/damon/sysfs: avoid empty scheme tried regions for large apply intervalSeongJae Park
2023-10-18mm/damon/sysfs-schemes: do not update tried regions more than one DAMON snapshotSeongJae Park
2023-10-18mm/page_owner: remove free_ts from page_owner outputAudra Mitchell
2023-10-18mm: abstract VMA merge and extend into vma_merge_extend() helperLorenzo Stoakes
2023-10-18mm: abstract merge for new VMAs into vma_merge_new_vma()Lorenzo Stoakes
2023-10-18mm: make vma_merge() and split_vma() internalLorenzo Stoakes
2023-10-18mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes
2023-10-18filemap: remove use of wait bookmarksMatthew Wilcox (Oracle)
2023-10-18mm/mprotect: allow unfaulted VMAs to be unaccounted on mprotect()Lorenzo Stoakes
2023-10-18mm: add printf attribute to shrinker_debugfs_name_allocLucy Mielke
2023-10-18mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"Zach O'Keefe
2023-10-18hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham
2023-10-18memcontrol: only transfer the memcg data for migrationNhat Pham
2023-10-18memcontrol: add helpers for hugetlb memcg accountingNhat Pham
2023-10-18mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDERFrank van der Linden
2023-10-18mm: use folio_xor_flags_has_waiters() in folio_end_writeback()Matthew Wilcox (Oracle)
2023-10-18mm: make __end_folio_writeback() return voidMatthew Wilcox (Oracle)
2023-10-18mm: add folio_xor_flags_has_waiters()Matthew Wilcox (Oracle)
2023-10-18mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)
2023-10-18bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)
2023-10-18mm: add folio_end_read()Matthew Wilcox (Oracle)
2023-10-18zsmalloc: use copy_page for full page copyMark-PK Tsai
2023-10-18filemap: call filemap_get_folios_tag() from filemap_get_folios()Pankaj Raghav
2023-10-18mm/page_alloc: remove unnecessary next_page in break_down_buddy_pagesKemeng Shi
2023-10-18mm/page_alloc: remove unnecessary check in break_down_buddy_pagesKemeng Shi
2023-10-18mmap: add clarifying comment to vma_merge() codeLiam R. Howlett
2023-10-18kasan: fix and update KUNIT_EXPECT_KASAN_FAIL commentAndrey Konovalov
2023-10-18kasan: use unchecked __memset internallyAndrey Konovalov
2023-10-18kasan: unify printk prefixesAndrey Konovalov
2023-10-18mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes
2023-10-18mm/gup: make failure to pin an error if FOLL_NOWAIT not specifiedLorenzo Stoakes
2023-10-18mm/gup: explicitly define and check internal GUP flags, disallow FOLL_TOUCHLorenzo Stoakes
2023-10-18mm: make __access_remote_vm() staticLorenzo Stoakes
2023-10-18mm: multi-gen LRU: reuse some legacy trace eventsJaewon Kim
2023-10-18mm/migrate: remove unused mm argument from do_move_pages_to_nodeGregory Price
2023-10-18memory: move exclusivity detection in do_wp_page() into wp_can_reuse_anon_fol...David Hildenbrand