summaryrefslogtreecommitdiffstats
path: root/lib/test_hmm.c
Commit message (Expand)AuthorAgeFilesLines
* 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