summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | hugetlb: batch TLB flushes when freeing vmemmapJoao Martins2023-10-251-11/+38
| * | | hugetlb: batch PMD split for bulk vmemmap dedupJoao Martins2023-10-251-4/+88
| * | | hugetlb: batch freeing of vmemmap pagesMike Kravetz2023-10-251-26/+56
| * | | hugetlb: perform vmemmap restoration on a list of pagesMike Kravetz2023-10-253-28/+120
| * | | hugetlb: perform vmemmap optimization on a list of pagesMike Kravetz2023-10-253-8/+51
| * | | hugetlb: restructure pool allocationsMike Kravetz2023-10-251-39/+141
| * | | hugetlb: optimize update_and_free_pages_bulk to avoid lock cyclesMike Kravetz2023-10-251-0/+39
| * | | mm: fix draining remote pagesetHuang Ying2023-10-251-1/+3
| * | | mm: perform the mapping_map_writable() check after call_mmap()Lorenzo Stoakes2023-10-181-8/+11
| * | | mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes2023-10-181-1/+1
| * | | mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes2023-10-183-8/+8
| * | | mm/damon/sysfs: avoid empty scheme tried regions for large apply intervalSeongJae Park2023-10-183-4/+48
| * | | mm/damon/sysfs-schemes: do not update tried regions more than one DAMON snapshotSeongJae Park2023-10-181-0/+77
| * | | mm/page_owner: remove free_ts from page_owner outputAudra Mitchell2023-10-181-2/+2
| * | | mm: abstract VMA merge and extend into vma_merge_extend() helperLorenzo Stoakes2023-10-183-29/+40
| * | | mm: abstract merge for new VMAs into vma_merge_new_vma()Lorenzo Stoakes2023-10-181-7/+18
| * | | mm: make vma_merge() and split_vma() internalLorenzo Stoakes2023-10-183-6/+15
| * | | mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes2023-10-185-91/+63
| * | | filemap: remove use of wait bookmarksMatthew Wilcox (Oracle)2023-10-181-20/+1
| * | | mm/mprotect: allow unfaulted VMAs to be unaccounted on mprotect()Lorenzo Stoakes2023-10-181-2/+11
| * | | mm: add printf attribute to shrinker_debugfs_name_allocLucy Mielke2023-10-181-2/+2
| * | | mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"Zach O'Keefe2023-10-181-7/+13
| * | | hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham2023-10-183-10/+70
| * | | memcontrol: only transfer the memcg data for migrationNhat Pham2023-10-182-4/+38
| * | | memcontrol: add helpers for hugetlb memcg accountingNhat Pham2023-10-181-12/+47
| * | | mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDERFrank van der Linden2023-10-182-19/+3
| * | | mm: use folio_xor_flags_has_waiters() in folio_end_writeback()Matthew Wilcox (Oracle)2023-10-183-16/+10
| * | | mm: make __end_folio_writeback() return voidMatthew Wilcox (Oracle)2023-10-183-25/+24
| * | | mm: add folio_xor_flags_has_waiters()Matthew Wilcox (Oracle)2023-10-181-3/+11
| * | | mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-182-32/+1
| * | | bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-182-3/+9
| * | | mm: add folio_end_read()Matthew Wilcox (Oracle)2023-10-181-0/+22
| * | | zsmalloc: use copy_page for full page copyMark-PK Tsai2023-10-181-1/+1
| * | | filemap: call filemap_get_folios_tag() from filemap_get_folios()Pankaj Raghav2023-10-181-37/+8
| * | | mm/page_alloc: remove unnecessary next_page in break_down_buddy_pagesKemeng Shi2023-10-181-4/+2
| * | | mm/page_alloc: remove unnecessary check in break_down_buddy_pagesKemeng Shi2023-10-181-4/+2
| * | | mmap: add clarifying comment to vma_merge() codeLiam R. Howlett2023-10-181-0/+5
| * | | kasan: fix and update KUNIT_EXPECT_KASAN_FAIL commentAndrey Konovalov2023-10-181-4/+5
| * | | kasan: use unchecked __memset internallyAndrey Konovalov2023-10-182-3/+3
| * | | kasan: unify printk prefixesAndrey Konovalov2023-10-184-6/+8
| * | | mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes2023-10-181-2/+1
| * | | mm/gup: make failure to pin an error if FOLL_NOWAIT not specifiedLorenzo Stoakes2023-10-181-0/+11
| * | | mm/gup: explicitly define and check internal GUP flags, disallow FOLL_TOUCHLorenzo Stoakes2023-10-182-3/+5
| * | | mm: make __access_remote_vm() staticLorenzo Stoakes2023-10-182-4/+4
| * | | mm: multi-gen LRU: reuse some legacy trace eventsJaewon Kim2023-10-181-5/+13
| * | | mm/migrate: remove unused mm argument from do_move_pages_to_nodeGregory Price2023-10-181-7/+6
| * | | memory: move exclusivity detection in do_wp_page() into wp_can_reuse_anon_fol...David Hildenbrand2023-10-181-43/+45
| * | | mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()David Hildenbrand2023-10-184-12/+10
| * | | mm/rmap: move SetPageAnonExclusive() out of page_move_anon_rmap()David Hildenbrand2023-10-184-2/+5
| * | | mm: handle write faults to RO pages under the VMA lockMatthew Wilcox (Oracle)2023-10-181-7/+6