Displaying 2 results from an estimated 2 matches for "noeveau".
2020 Jun 22
0
[PATCH 00/16] mm/hmm/nouveau: THP mapping and migration
...static
> nouveau/hmm: fault one page at a time
> mm/hmm: add output flag for compound page mapping
> nouveau/hmm: support mapping large sysmem pages
> hmm: add tests for HMM_PFN_COMPOUND flag
> mm/hmm: optimize migrate_vma_setup() for holes
Order things so it is hmm, test, noeveau
> mm: support THP migration to device private memory
> mm/thp: add THP allocation helper
> mm/hmm/test: add self tests for THP migration
> nouveau: support THP migration to private memory
This is another series, you should split it even if it has to go
through the hmm tree
Ja...
2020 Jun 19
22
[PATCH 00/16] mm/hmm/nouveau: THP mapping and migration
These patches apply to linux-5.8.0-rc1. Patches 1-3 should probably go
into 5.8, the others can be queued for 5.9. Patches 4-6 improve the HMM
self tests. Patch 7-8 prepare nouveau for the meat of this series which
adds support and testing for compound page mapping of system memory
(patches 9-11) and compound page migration to device private memory
(patches 12-16). Since these changes are split