index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memory.c
Age
Commit message (
Expand
)
Author
2024-09-12
mm: avoid leaving partial pfn mappings around in error case
Linus Torvalds
2024-08-15
mm/numa: no task_numa_fault() call if PTE is changed
Zi Yan
2024-07-26
mm: fix old/young bit handling in the faulting path
Ram Tummala
2024-07-24
Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-07-19
mm: add MAP_DROPPABLE for designating always lazily freeable mappings
Jason A. Donenfeld
2024-07-12
mm: unexport vmf_insert_mixed_mkwrite
Christoph Hellwig
2024-07-06
mm: move memory_failure_queue() into copy_mc_[user]_highpage()
Kefeng Wang
2024-07-03
mm/migrate: move NUMA hinting fault folio isolation + checks under PTL
David Hildenbrand
2024-07-03
mm/migrate: make migrate_misplaced_folio() return 0 on success
David Hildenbrand
2024-07-03
mm: memory: rename pages_per_huge_page to nr_pages
Kefeng Wang
2024-07-03
mm: memory: improve copy_user_large_folio()
Kefeng Wang
2024-07-03
mm: memory: use folio in struct copy_subpage_arg
Kefeng Wang
2024-07-03
mm: memory: convert clear_huge_page() to folio_zero_user()
Kefeng Wang
2024-07-03
mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==false
Barry Song
2024-07-03
mm: extend rmap flags arguments for folio_add_new_anon_rmap
Barry Song
2024-07-03
mm: set pte writable while pte_soft_dirty() is true in do_swap_page()
Barry Song
2024-07-03
mm: swap: remove 'synchronous' argument to swap_read_folio()
Yosry Ahmed
2024-07-03
mm: swap: reuse exclusive folio directly instead of wp page faults
Barry Song
2024-07-03
mm: memory: extend finish_fault() to support large folio
Baolin Wang
2024-07-03
mm: swap: entirely map large folios found in swapcache
Chuanhua Han
2024-07-03
mm: swap: make should_try_to_free_swap() support large-folio
Chuanhua Han
2024-07-03
mm: introduce arch_do_swap_page_nr() which allows restore metadata for nr pages
Barry Song
2024-07-03
mm: batch unlink_file_vma calls in free_pgd_range
Mateusz Guzik
2024-07-03
mm: use update_mmu_tlb_range() to simplify code
Bang Li
2024-07-03
mm/memory: cleanly support zeropage in vm_insert_page*(), vm_map_pages*() and...
David Hildenbrand
2024-07-03
mm/memory: move page_count() check into validate_page_before_insert()
David Hildenbrand
2024-07-03
mm/vmscan: update stale references to shrink_page_list
Illia Ostapyshyn
2024-06-24
mm/memory: don't require head page for do_set_pmd()
Andrew Bresticker
2024-06-15
mm: fix possible OOB in numa_rebuild_large_mapping()
Kefeng Wang
2024-06-15
Revert "mm: init_mlocked_on_free_v3"
David Hildenbrand
2024-05-22
mm: simplify and improve print_vma_addr() output
Linus Torvalds
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-05
mm: optimise vmf_anon_prepare() for VMAs without an anon_vma
Matthew Wilcox (Oracle)
2024-05-05
mm: delay the check for a NULL anon_vma
Matthew Wilcox (Oracle)
2024-05-05
mm: simplify thp_vma_allowable_order
Matthew Wilcox
2024-05-05
mm: memory: check userfaultfd_wp() in vmf_orig_pte_uffd_wp()
Kefeng Wang
2024-05-05
mm/memory: add any_dirty optional pointer to folio_pte_batch()
Lance Yang
2024-05-05
mm: move mm counter updating out of set_pte_range()
Kefeng Wang
2024-05-05
mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback counters
Barry Song
2024-05-05
mm/memory: use folio_mapcount() in zap_present_folio_ptes()
David Hildenbrand
2024-05-05
mm: follow_pte() improvements
David Hildenbrand
2024-05-05
mm: pass VMA instead of MM to follow_pte()
David Hildenbrand
2024-04-25
mm: madvise: avoid split during MADV_PAGEOUT and MADV_COLD
Ryan Roberts
2024-04-25
mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()
Ryan Roberts
2024-04-25
mm: support multi-size THP numa balancing
Baolin Wang
2024-04-25
mm: factor out the numa mapping rebuilding into a new helper
Baolin Wang
2024-04-25
mm: alloc_anon_folio: avoid doing vma_thp_gfp_mask in fallback cases
Barry Song
2024-04-25
mm: init_mlocked_on_free_v3
York Jasper Niebuhr
2024-04-25
mm: introduce vma_pgtable_walk_{begin|end}()
Peter Xu
2024-04-25
mm: move follow_phys to arch/x86/mm/pat/memtype.c
Christoph Hellwig
[next]