Age | Commit message (Expand) | Author | Files | Lines |
2024-10-28 | mm: avoid unconditional one-tick sleep when swapcache_prepare fails | Barry Song | 1 | -2/+13 |
2024-10-18 | mm: fix follow_pfnmap API lockdep assert | Linus Torvalds | 1 | -1/+2 |
2024-10-17 | mm: don't install PMD mappings when THPs are disabled by the hw/process/vma | David Hildenbrand | 1 | -0/+9 |
2024-10-17 | mm: remove unused stub for can_swapin_thp() | Andy Shevchenko | 1 | -5/+0 |
2024-09-21 | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -132/+430 |
2024-09-19 | Merge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/s... | Linus Torvalds | 1 | -5/+3 |
2024-09-17 | mm: support large folios swap-in for sync io devices | Chuanhua Han | 1 | -27/+234 |
2024-09-17 | mm: add nr argument in mem_cgroup_swapin_uncharge_swap() helper to support la... | Barry Song | 1 | -1/+1 |
2024-09-17 | mm: support poison recovery from copy_present_page() | Kefeng Wang | 1 | -3/+7 |
2024-09-17 | mm: support poison recovery from do_cow_fault() | Kefeng Wang | 1 | -1/+5 |
2024-09-17 | mm: remove follow_pte() | Peter Xu | 1 | -73/+0 |
2024-09-17 | mm/access_process_vm: use the new follow_pfnmap API | Peter Xu | 1 | -14/+14 |
2024-09-17 | mm: new follow_pfnmap API | Peter Xu | 1 | -0/+150 |
2024-09-17 | mm/pagewalk: check pfnmap for folio_walk_start() | Peter Xu | 1 | -5/+4 |
2024-09-17 | mm: change vmf_anon_prepare() to __vmf_anon_prepare() | Vishal Moola (Oracle) | 1 | -5/+3 |
2024-09-12 | mm: avoid leaving partial pfn mappings around in error case | Linus Torvalds | 1 | -5/+22 |
2024-09-09 | mm: cleanup count_mthp_stat() definition | Ryan Roberts | 1 | -2/+0 |
2024-09-03 | mm,memcg: provide per-cgroup counters for NUMA balancing operations | Kaiyang Zhao | 1 | -0/+3 |
2024-09-01 | mm/migrate: move common code to numa_migrate_check (was numa_migrate_prep) | Zi Yan | 1 | -30/+33 |
2024-09-01 | mm: return the folio from swapin_readahead | Matthew Wilcox (Oracle) | 1 | -4/+2 |
2024-09-01 | mm: fix (harmless) type confusion in lock_vma_under_rcu() | Jann Horn | 1 | -4/+10 |
2024-09-01 | mm: provide vm_normal_(page|folio)_pmd() with CONFIG_PGTABLE_HAS_HUGE_LEAVES | David Hildenbrand | 1 | -1/+1 |
2024-09-01 | mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support... | Barry Song | 1 | -3/+3 |
2024-09-01 | mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig options | David Hildenbrand | 1 | -1/+1 |
2024-09-01 | memory tiering: introduce folio_use_access_time() check | Zi Yan | 1 | -2/+1 |
2024-08-15 | mm/numa: no task_numa_fault() call if PTE is changed | Zi Yan | 1 | -17/+16 |
2024-07-26 | mm: fix old/young bit handling in the faulting path | Ram Tummala | 1 | -1/+1 |
2024-07-24 | Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+13 |
2024-07-19 | mm: add MAP_DROPPABLE for designating always lazily freeable mappings | Jason A. Donenfeld | 1 | -0/+13 |
2024-07-12 | mm: unexport vmf_insert_mixed_mkwrite | Christoph Hellwig | 1 | -1/+0 |
2024-07-06 | mm: move memory_failure_queue() into copy_mc_[user]_highpage() | Kefeng Wang | 1 | -9/+3 |
2024-07-03 | mm/migrate: move NUMA hinting fault folio isolation + checks under PTL | David Hildenbrand | 1 | -4/+5 |
2024-07-03 | mm/migrate: make migrate_misplaced_folio() return 0 on success | David Hildenbrand | 1 | -1/+1 |
2024-07-03 | mm: memory: rename pages_per_huge_page to nr_pages | Kefeng Wang | 1 | -12/+12 |
2024-07-03 | mm: memory: improve copy_user_large_folio() | Kefeng Wang | 1 | -7/+4 |
2024-07-03 | mm: memory: use folio in struct copy_subpage_arg | Kefeng Wang | 1 | -6/+6 |
2024-07-03 | mm: memory: convert clear_huge_page() to folio_zero_user() | Kefeng Wang | 1 | -18/+16 |
2024-07-03 | mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==false | Barry Song | 1 | -0/+9 |
2024-07-03 | mm: extend rmap flags arguments for folio_add_new_anon_rmap | Barry Song | 1 | -5/+5 |
2024-07-03 | mm: set pte writable while pte_soft_dirty() is true in do_swap_page() | Barry Song | 1 | -1/+1 |
2024-07-03 | mm: swap: remove 'synchronous' argument to swap_read_folio() | Yosry Ahmed | 1 | -1/+1 |
2024-07-03 | mm: swap: reuse exclusive folio directly instead of wp page faults | Barry Song | 1 | -7/+11 |
2024-07-03 | mm: memory: extend finish_fault() to support large folio | Baolin Wang | 1 | -10/+51 |
2024-07-03 | mm: swap: entirely map large folios found in swapcache | Chuanhua Han | 1 | -11/+48 |
2024-07-03 | mm: swap: make should_try_to_free_swap() support large-folio | Chuanhua Han | 1 | -1/+1 |
2024-07-03 | mm: introduce arch_do_swap_page_nr() which allows restore metadata for nr pages | Barry Song | 1 | -1/+2 |
2024-07-03 | mm: batch unlink_file_vma calls in free_pgd_range | Mateusz Guzik | 1 | -2/+8 |
2024-07-03 | mm: use update_mmu_tlb_range() to simplify code | Bang Li | 1 | -3/+1 |
2024-07-03 | mm/memory: cleanly support zeropage in vm_insert_page*(), vm_map_pages*() and... | David Hildenbrand | 1 | -21/+70 |
2024-07-03 | mm/memory: move page_count() check into validate_page_before_insert() | David Hildenbrand | 1 | -4/+2 |