summaryrefslogtreecommitdiffstats
path: root/lib/test_hmm.c
Commit message (Expand)AuthorAgeFilesLines
* lib: replace kmap() with kmap_local_page()Sumitra Sharma2023-08-181-8/+2
* hmm-tests: add test for migrate_device_range()Alistair Popple2022-10-121-21/+99
* mm: free device private pages have zero refcountAlistair Popple2022-10-121-1/+1
* mm/memory.c: fix race when faulting a device private pageAlistair Popple2022-10-121-3/+4
* mm/hmm/test: use char dev with struct device to get device nodeMika Penttilä2022-10-031-3/+10
* lib: add support for device coherent type in test_hmmAlex Sierra2022-07-171-61/+192
* lib: test_hmm add module param for zone device typeAlex Sierra2022-07-171-21/+52
* lib: test_hmm add ioctl to get zone device typeAlex Sierra2022-07-171-2/+9
* lib/test_hmm: avoid accessing uninitialized pagesMiaohe Lin2022-06-161-2/+8
* mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig2022-03-031-1/+0
* mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-031-0/+1
* mm: remove pointless includes from <linux/hmm.h>Christoph Hellwig2022-03-031-0/+2
* mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple2022-01-151-0/+24
* mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple2021-11-111-3/+2
* lib/test_hmm: remove set but unused page variableAlistair Popple2021-07-151-2/+0
* mm: selftests for exclusive device memoryAlistair Popple2021-07-011-0/+125
* mm: rename migrate_pgmap_ownerAlistair Popple2021-07-011-1/+1
* lib/test_hmm: use vma_lookup() in dmirror_migrate()Liam Howlett2021-06-291-3/+2
* lib/test_hmm.c: fix an error code in dmirror_allocate_chunk()Dan Carpenter2020-10-161-1/+1
* lib/test_hmm.c: remove unused dmirror_zero_pageRalph Campbell2020-10-131-14/+0
* mm/memremap_pages: support multiple ranges per invocationDan Williams2020-10-131-0/+1
* mm/memremap_pages: convert to 'struct range'Dan Williams2020-10-131-25/+25
* mm/hmm/test: use the new migration invalidationRalph Campbell2020-07-281-13/+17
* mm/migrate: add a flags parameter to migrate_vmaRalph Campbell2020-07-281-11/+4
* mm/hmm: add tests for hmm_pfn_to_map_order()Ralph Campbell2020-07-101-0/+4
* lib: fix test_hmm.c reference after freeRandy Dunlap2020-06-261-2/+1
* mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse2020-06-091-7/+7
* mm/hmm/test: add selftest driver for HMMRalph Campbell2020-05-191-0/+1164