aboutsummaryrefslogtreecommitdiff
path: root/lib/test_hmm.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-18lib: replace kmap() with kmap_local_page()Gravatar Sumitra Sharma 1-8/+2
2022-10-12hmm-tests: add test for migrate_device_range()Gravatar Alistair Popple 1-21/+99
2022-10-12mm: free device private pages have zero refcountGravatar Alistair Popple 1-1/+1
2022-10-12mm/memory.c: fix race when faulting a device private pageGravatar Alistair Popple 1-3/+4
2022-10-03mm/hmm/test: use char dev with struct device to get device nodeGravatar Mika Penttilä 1-3/+10
2022-07-17lib: add support for device coherent type in test_hmmGravatar Alex Sierra 1-61/+192
2022-07-17lib: test_hmm add module param for zone device typeGravatar Alex Sierra 1-21/+52
2022-07-17lib: test_hmm add ioctl to get zone device typeGravatar Alex Sierra 1-2/+9
2022-06-16lib/test_hmm: avoid accessing uninitialized pagesGravatar Miaohe Lin 1-2/+8
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountGravatar Christoph Hellwig 1-1/+0
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Gravatar Christoph Hellwig 1-0/+1
2022-03-03mm: remove pointless includes from <linux/hmm.h>Gravatar Christoph Hellwig 1-0/+2
2022-01-15mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultGravatar Alistair Popple 1-0/+24
2021-11-11mm/migrate.c: remove MIGRATE_PFN_LOCKEDGravatar Alistair Popple 1-3/+2
2021-07-15lib/test_hmm: remove set but unused page variableGravatar Alistair Popple 1-2/+0
2021-07-01mm: selftests for exclusive device memoryGravatar Alistair Popple 1-0/+125
2021-07-01mm: rename migrate_pgmap_ownerGravatar Alistair Popple 1-1/+1
2021-06-29lib/test_hmm: use vma_lookup() in dmirror_migrate()Gravatar Liam Howlett 1-3/+2
2020-10-16lib/test_hmm.c: fix an error code in dmirror_allocate_chunk()Gravatar Dan Carpenter 1-1/+1
2020-10-13lib/test_hmm.c: remove unused dmirror_zero_pageGravatar Ralph Campbell 1-14/+0
2020-10-13mm/memremap_pages: support multiple ranges per invocationGravatar Dan Williams 1-0/+1
2020-10-13mm/memremap_pages: convert to 'struct range'Gravatar Dan Williams 1-25/+25
2020-07-28mm/hmm/test: use the new migration invalidationGravatar Ralph Campbell 1-13/+17
2020-07-28mm/migrate: add a flags parameter to migrate_vmaGravatar Ralph Campbell 1-11/+4
2020-07-10mm/hmm: add tests for hmm_pfn_to_map_order()Gravatar Ralph Campbell 1-0/+4
2020-06-26lib: fix test_hmm.c reference after freeGravatar Randy Dunlap 1-2/+1
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleGravatar Michel Lespinasse 1-7/+7
2020-05-19mm/hmm/test: add selftest driver for HMMGravatar Ralph Campbell 1-0/+1164