index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_dmem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-31
drm/nouveau: fence: fix undefined fence state after emit
Danilo Krummrich
1
-6
/
+3
2023-08-08
nouveau/dmem: fix copy-paste error in nouveau_dmem_migrate_chunk()
Danilo Krummrich
1
-1
/
+1
2023-08-04
drm/nouveau: fence: separate fence alloc and emit
Danilo Krummrich
1
-3
/
+6
2022-10-22
nouveau/dmem: Remove duplicated include in nouveau_dmem.c
Yang Li
1
-1
/
+0
2022-10-21
nouveau: Fix migrate_to_ram() for faulting page
Alistair Popple
1
-0
/
+1
2022-10-13
nouveau/dmem: evict device private memory during release
Alistair Popple
1
-0
/
+48
2022-10-13
nouveau/dmem: refactor nouveau_dmem_fault_copy_one()
Alistair Popple
1
-30
/
+28
2022-10-13
mm: free device private pages have zero refcount
Alistair Popple
1
-1
/
+1
2022-07-28
nouveau/svm: Fix to migrate all requested pages
Alistair Popple
1
-1
/
+5
2022-03-03
mm: remove the extra ZONE_DEVICE struct page refcount
Christoph Hellwig
1
-1
/
+0
2022-03-03
mm: don't include <linux/memremap.h> in <linux/mm.h>
Christoph Hellwig
1
-0
/
+1
2022-03-03
mm: remove pointless includes from <linux/hmm.h>
Christoph Hellwig
1
-0
/
+1
2021-11-11
mm/migrate.c: remove MIGRATE_PFN_LOCKED
Alistair Popple
1
-2
/
+2
2020-10-15
Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-3
/
+3
2020-10-14
mm/memremap_pages: support multiple ranges per invocation
Dan Williams
1
-0
/
+1
2020-10-14
mm/memremap_pages: convert to 'struct range'
Dan Williams
1
-7
/
+7
2020-09-11
drm/nouveau: stop using TTM placement flags
Christian König
1
-3
/
+3
2020-08-06
Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-52
/
+80
2020-08-05
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
1
-4
/
+15
2020-07-28
nouveau/svm: use the new migration invalidation
Ralph Campbell
1
-3
/
+12
2020-07-28
mm/migrate: add a flags parameter to migrate_vma
Ralph Campbell
1
-1
/
+3
2020-07-24
drm/nouveau/svm: use NVIDIA's headers for migrate_clear()
Ben Skeggs
1
-20
/
+34
2020-07-24
drm/nouveau/svm: use NVIDIA's headers for migrate_copy()
Ben Skeggs
1
-20
/
+39
2020-07-24
drm/nouveau/svm: convert migrate_clear to new push macros
Ben Skeggs
1
-16
/
+12
2020-07-24
drm/nouveau/svm: convert migrate_copy to new push macros
Ben Skeggs
1
-17
/
+16
2020-07-24
Merge v5.8-rc6 into drm-next
Dave Airlie
1
-1
/
+1
2020-07-08
drm/nouveau/svm: fix migrate page regression
Ralph Campbell
1
-1
/
+1
2020-06-29
Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
1
-242
/
+208
2020-06-26
drm/nouveau: don't use ttm bo->offset v3
Nirmoy Das
1
-1
/
+1
2020-06-03
Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-216
/
+207
2020-05-22
drm/nouveau/nouveau/hmm: fix migrate zero page to GPU
Ralph Campbell
1
-9
/
+66
2020-05-22
drm/nouveau/nouveau/hmm: fix nouveau_dmem_chunk allocations
Ralph Campbell
1
-192
/
+112
2020-05-22
drm/nouveau/svm: map pages after migration
Ralph Campbell
1
-16
/
+30
2020-05-11
mm/hmm: remove the customizable pfn format from hmm_range_fault
Jason Gunthorpe
1
-26
/
+1
2020-03-26
mm/hmm: check the device private page owner in hmm_range_fault()
Christoph Hellwig
1
-12
/
+0
2020-03-26
mm: simplify device private page handling in hmm_range_fault
Christoph Hellwig
1
-2
/
+3
2020-03-26
mm: handle multiple owners of device private pages in migrate_vma
Christoph Hellwig
1
-0
/
+1
2020-03-26
memremap: add an owner field to struct dev_pagemap
Christoph Hellwig
1
-0
/
+1
2020-01-15
drm/nouveau/nouveau: fix incorrect sizeof on args.src an args.dst
Colin Ian King
1
-2
/
+2
2019-08-20
mm: remove the unused MIGRATE_PFN_DEVICE flag
Christoph Hellwig
1
-2
/
+1
2019-08-20
nouveau: simplify nouveau_dmem_migrate_vma
Christoph Hellwig
1
-129
/
+55
2019-08-20
nouveau: simplify nouveau_dmem_migrate_to_ram
Christoph Hellwig
1
-121
/
+40
2019-08-20
nouveau: factor out dmem fence completion
Christoph Hellwig
1
-18
/
+15
2019-08-20
nouveau: factor out device memory address calculation
Christoph Hellwig
1
-25
/
+17
2019-08-20
nouveau: reset dma_nr in nouveau_dmem_migrate_alloc_and_copy
Christoph Hellwig
1
-0
/
+1
2019-08-20
mm: turn migrate_vma upside down
Christoph Hellwig
1
-59
/
+63
2019-07-25
mm/hmm: remove the legacy hmm_pfn_* APIs
Christoph Hellwig
1
-1
/
+1
2019-07-19
Merge tag 'drm-next-2019-07-19' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-1
/
+2
2019-07-19
drm/nouveau/dmem: missing mutex_lock in error path
Ralph Campbell
1
-1
/
+2
2019-07-02
mm: simplify ZONE_DEVICE page private data
Christoph Hellwig
1
-11
/
+7
[next]