index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
hmm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-07
hmm: add hmm_mirror_fault_vma() if driver already looked up vma
Jérôme Glisse
1
-37
/
+108
2016-04-07
hmm: add mirror fault support for system to device memory migration v3.
Jérôme Glisse
1
-0
/
+170
2016-04-07
hmm: CPU page fault on migrated memory.
Jérôme Glisse
1
-1
/
+53
2016-04-07
hmm: fork copy migrated memory into system memory for child process.
Jérôme Glisse
1
-1
/
+37
2016-04-07
hmm: add helpers for migration back to system memory v3.
Jérôme Glisse
1
-0
/
+151
2016-04-07
hmm: split DMA mapping function in two.
Jérôme Glisse
1
-55
/
+65
2016-04-07
hmm: new callback for copying memory from and to device memory v2.
Jerome Glisse
1
-0
/
+2
2016-04-07
hmm: handle hmm device page table entry on mirror page table fault and update.
Jérôme Glisse
1
-0
/
+13
2016-04-07
hmm: add new hmm page table flag (select flag).
Jérôme Glisse
1
-1
/
+4
2016-04-07
hmm: add special swap filetype for memory migrated to device v2.
Jerome Glisse
1
-0
/
+21
2016-04-07
hmm: Add support for hugetlb.
Jérôme Glisse
1
-1
/
+61
2016-04-07
hmm: DMA map memory on behalf of device driver v2.
Jérôme Glisse
1
-39
/
+163
2016-04-07
hmm: add dirty range helper (toggle dirty bit inside mirror page table) v2.
Jérôme Glisse
1
-0
/
+38
2016-04-07
hmm: add discard range helper (to clear and free resources for a range).
Jérôme Glisse
1
-0
/
+24
2016-04-07
hmm: use CPU page table during invalidation.
Jérôme Glisse
1
-18
/
+35
2016-04-07
hmm: add mm page table iterator helpers.
Jérôme Glisse
1
-0
/
+101
2016-04-07
hmm: add device page fault support v6.
Jérôme Glisse
1
-1
/
+392
2016-04-07
hmm: add per mirror page table v5.
Jérôme Glisse
1
-0
/
+221
2016-04-07
hmm: introduce heterogeneous memory management v6.
Jérôme Glisse
1
-0
/
+381