aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-07-03cachestat: do not flush stats in recency checkNhat Pham2-4/+15
2024-07-03mm/shmem: disable PMD-sized page cache if neededGavin Shan1-2/+13
2024-07-03mm/filemap: skip to create PMD-sized page cache if neededGavin Shan1-1/+1
2024-07-03mm/readahead: limit page cache size in page_cache_ra_order()Gavin Shan1-4/+4
2024-07-03mm/damon/core: merge regions aggressively when max_nr_regions is unmetSeongJae Park1-3/+20
2024-07-03mm: vmalloc: check if a hash-index is in cpu_possible_maskUladzislau Rezki (Sony)1-1/+9
2024-07-03mm: page_ref: remove folio_try_get_rcu()Yang Shi2-6/+6
2024-07-03readahead: simplify gotos in page_cache_sync_ra()Jan Kara1-17/+9
2024-07-03readahead: fold try_context_readahead() into its single callerJan Kara1-62/+22
2024-07-03readahead: disentangle async and sync readaheadJan Kara1-85/+77
2024-07-03readahead: drop dead code in ondemand_readahead()Jan Kara1-19/+2
2024-07-03readahead: drop dead code in page_cache_ra_order()Jan Kara1-5/+0
2024-07-03readahead: drop pointless index from force_page_cache_ra()Jan Kara1-4/+1
2024-07-03readahead: properly shorten readahead when falling back to do_page_cache_ra()Jan Kara1-2/+3
2024-07-03filemap: fix page_cache_next_miss() when no hole foundJan Kara1-3/+3
2024-07-03readahead: make sure sync readahead reads needed pageJan Kara1-1/+1
2024-07-03mm/migrate: move NUMA hinting fault folio isolation + checks under PTLDavid Hildenbrand3-51/+49
2024-07-03mm/migrate: make migrate_misplaced_folio() return 0 on successDavid Hildenbrand3-6/+5
2024-07-03mm: mmap_lock: replace get_memcg_path_buf() with on-stack bufferTetsuo Handa1-155/+20
2024-07-03kmsan: do not pass NULL pointers as 0Ilya Leoshkevich2-9/+10
2024-07-03kmsan: add missing __user tagsIlya Leoshkevich3-6/+6
2024-07-03kmsan: accept ranges starting with 0 on s390Ilya Leoshkevich1-1/+4
2024-07-03mm: kfence: disable KMSAN when checking the canaryIlya Leoshkevich1-2/+9
2024-07-03mm: slub: disable KMSAN when checking the padding bytesIlya Leoshkevich1-4/+12
2024-07-03mm: slub: let KMSAN access metadataIlya Leoshkevich1-0/+2
2024-07-03kmsan: expose KMSAN_WARN_ON()Ilya Leoshkevich1-23/+1
2024-07-03kmsan: do not round up pg_data_t sizeIlya Leoshkevich1-1/+1
2024-07-03kmsan: use ALIGN_DOWN() in kmsan_get_metadata()Ilya Leoshkevich1-5/+3
2024-07-03kmsan: support SLAB_POISONIlya Leoshkevich2-5/+12
2024-07-03kmsan: allow disabling KMSAN checks for the current taskIlya Leoshkevich3-7/+19
2024-07-03kmsan: export panic_on_kmsanIlya Leoshkevich1-0/+1
2024-07-03kmsan: expose kmsan_get_metadata()Ilya Leoshkevich2-1/+1
2024-07-03kmsan: remove an x86-specific #include from kmsan.hIlya Leoshkevich1-4/+4
2024-07-03kmsan: remove a useless assignment from kmsan_vmap_pages_range_noflush()Ilya Leoshkevich1-1/+0
2024-07-03kmsan: fix kmsan_copy_to_user() on arches with overlapping address spacesIlya Leoshkevich1-1/+2
2024-07-03kmsan: fix is_bad_asm_addr() on arches with overlapping address spacesIlya Leoshkevich1-1/+2
2024-07-03kmsan: increase the maximum store size to 4096Ilya Leoshkevich1-4/+3
2024-07-03kmsan: disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabledIlya Leoshkevich1-0/+1
2024-07-03kmsan: make the tests compatible with kmsan.panic=1Ilya Leoshkevich1-0/+5
2024-07-03mm: memory: rename pages_per_huge_page to nr_pagesKefeng Wang1-12/+12
2024-07-03mm: memory: improve copy_user_large_folio()Kefeng Wang2-17/+12
2024-07-03mm: memory: use folio in struct copy_subpage_argKefeng Wang1-6/+6
2024-07-03mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang3-22/+19
2024-07-03mm/page_alloc: reword the comment of buddy_merge_likely()Wei Yang1-3/+3
2024-07-03mm/page_alloc: fix a typo in comment about GFP flagWei Yang1-1/+1
2024-07-03mm/mm_init.c: move build check on MAX_ZONELISTS out of ifdefWei Yang1-1/+1
2024-07-03mm/sparse: nr_pages won't be 0Wei Yang1-3/+0
2024-07-03mm/memory-failure: refactor log format in unpoison_memoryJiaqi Yan1-9/+9
2024-07-03mm/Kconfig: mention arm64 in DEFAULT_MMAP_MIN_ADDR symbol help textJavier Martinez Canillas1-1/+1
2024-07-03mm: remove folio_test_anon(folio)==false path in __folio_add_anon_rmap()Barry Song1-14/+3