summaryrefslogtreecommitdiff
path: root/mm/hmm.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24mm/hmm.c:hmm_do_fault(): suppress sparse warningAndrew Morton1-1/+4
2026-08-04mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop supportStanislav Kinsburskii1-29/+139
2026-08-04mm/hmm: move page fault handling out of walk callbacksStanislav Kinsburskii1-43/+75
2026-07-30mm: rename ARCH_ENABLE_THP_MIGRATION to ARCH_HAS_PMD_SOFTLEAVESUsama Arif1-2/+2
2026-04-26driver core: Replace dev->dma_skip_sync with dev_dma_skip_sync()Douglas Anderson1-1/+1
2026-03-20mm/hmm: Indicate that HMM requires DMA coherencyLeon Romanovsky1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-19/+24
2025-11-24mm: eliminate further swapops predicatesLorenzo Stoakes1-1/+1
2025-11-24mm: remove non_swap_entry() and use softleaf helpers insteadLorenzo Stoakes1-8/+8
2025-11-24mm: replace pmd_to_swp_entry() with softleaf_from_pmd()Lorenzo Stoakes1-8/+8
2025-11-24mm: introduce leaf entry type and use to simplify leaf entry logicLorenzo Stoakes1-1/+1
2025-11-24mm: correctly handle UFFD PTE markersLorenzo Stoakes1-1/+6
2025-11-20PCI/P2PDMA: Simplify bus address mapping APILeon Romanovsky1-1/+1
2025-11-16mm: replace READ_ONCE() with standard page table accessorsAnshuman Khandual1-1/+1
2025-10-03Merge tag 'dma-mapping-6.18-2025-09-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-9/+10
2025-09-21mm/hmm: populate PFNs from PMD swap entryFrancois Dugast1-5/+65
2025-09-12mm/hmm: properly take MMIO pathLeon Romanovsky1-7/+8
2025-09-12mm/hmm: migrate to physical address-based DMA mapping APILeon Romanovsky1-4/+4
2025-07-19mm/hmm: move pmd_to_hmm_pfn_flags() to the respective #ifdefferyAndy Shevchenko1-1/+1
2025-07-09mm: remove devmap related functions and page table bitsAlistair Popple1-2/+1
2025-07-09mm: remove redundant pXd_devmap callsAlistair Popple1-2/+2
2025-07-09mm: convert vmf_insert_mixed() from using pte_devmap to pte_specialAlistair Popple1-3/+0
2025-07-09mm: convert pXd_devmap checks to vma_is_daxAlistair Popple1-1/+1
2025-05-25RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devicesDaisuke Matsuda1-2/+1
2025-05-12mm/hmm: provide generic DMA managing logicLeon Romanovsky1-1/+213
2025-05-12mm/hmm: let users to tag specific PFN with DMA mapped bitLeon Romanovsky1-19/+32
2025-03-17mm: allow compound zone device pagesAlistair Popple1-1/+1
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy1-1/+1
2024-04-25mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu1-1/+1
2024-04-25mm/hmm: process pud swap entry without pud_huge()Peter Xu1-6/+1
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-0/+1
2023-06-19mm: ptep_get() conversionRyan Roberts1-1/+1
2023-06-19mm/hmm: retry if pte_offset_map() failsHugh Dickins1-0/+2
2023-06-19mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins1-1/+1
2023-01-18mm/hugetlb: make walk_hugetlb_range() safe to pmd unsharePeter Xu1-1/+14
2022-12-15mm: Remove pointless barrier() after pmdp_get_lockless()Peter Zijlstra1-1/+0
2022-12-15mm: Rename pmd_read_atomic()Peter Zijlstra1-1/+1
2022-09-26mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu1-1/+1
2022-07-29mm/hmm: fault non-owner device private entriesRalph Campbell1-11/+8
2022-05-13mm: teach core mm about pte markersPeter Xu1-1/+1
2022-03-22mm/hmm.c: remove unneeded local variable retMiaohe Lin1-2/+1
2022-01-15mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple1-2/+3
2021-09-08mm/hmm: bypass devmap pte when all pfn requested flags are fulfilledLi Zhijian1-1/+4
2021-07-01mm: device exclusive memory accessAlistair Popple1-0/+5
2021-07-01mm/swapops: rework swap entry manipulation codeAlistair Popple1-1/+1
2021-07-01mm: remove special swap entry functionsAlistair Popple1-3/+2
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+2
2020-08-12mm/hmm.c: delete duplicated wordRandy Dunlap1-1/+1
2020-07-10mm/hmm: provide the page mapping order in hmm_range_fault()Ralph Campbell1-3/+13