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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-29
NOUVEAU HACK FOR P2P AND IOMMU
wip-hmm-p2p
Jérôme Glisse
1
-7
/
+55
2019-01-29
iommu/intel: add resource map function for Intel IOMMU
Jérôme Glisse
1
-7
/
+17
2019-01-29
iommu/amd: add resource map function for AMD IOMMU
Jérôme Glisse
1
-5
/
+22
2019-01-29
gpu/nouveau: add support for SVM peer to peer mapping of device memory
hmm-p2p
Jérôme Glisse
1
-0
/
+107
2019-01-29
mm/hmm: add support for peer to peer to special device vma
Jérôme Glisse
2
-34
/
+128
2019-01-29
mm/hmm: add support for peer to peer to HMM device memory
Jérôme Glisse
2
-5
/
+105
2019-01-29
mm/vma: add support for peer to peer to device vma
Jérôme Glisse
1
-0
/
+38
2019-01-29
drivers/base: add a function to test peer to peer capability
Jérôme Glisse
2
-0
/
+21
2019-01-29
pci/p2p: add a function to test peer to peer capability
Jérôme Glisse
2
-0
/
+33
2019-01-29
mm/mmu_notifier: pass down vma and reasons why mmu notifier is happening
Jérôme Glisse
1
-0
/
+4
2019-01-29
mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helper
Jérôme Glisse
2
-0
/
+14
2019-01-29
mm/mmu_notifier: use correct mmu_notifier events for each invalidation
Jérôme Glisse
11
-32
/
+32
2019-01-29
mm/mmu_notifier: contextual information for event triggering invalidation
Jérôme Glisse
14
-30
/
+59
2019-01-29
mm/mmu_notifier: contextual information for event enums
Jérôme Glisse
1
-0
/
+30
2019-01-29
RDMA/odp: convert to use HMM for ODP
odp-hmm
Jérôme Glisse
5
-452
/
+202
2019-01-29
ODP TO HMM COVER LETTER
Jérôme Glisse
1
-22
/
+43
2019-01-29
mm/hmm: add helpers for driver to safely take the mmap_sem
hmm-for-5.1
Jérôme Glisse
1
-3
/
+47
2019-01-29
mm/hmm: allow to mirror vma of a file on a DAX backed filesystem
Jérôme Glisse
1
-21
/
+112
2019-01-29
mm/hmm: support hugetlbfs (snap shoting, faulting and DMA mapping)
Jérôme Glisse
2
-23
/
+147
2019-01-29
mm/hmm: add an helper function that fault pages and map them to a device
Jérôme Glisse
2
-0
/
+161
2019-01-29
mm/hmm: add default fault flags to avoid the need to pre-fill pfns arrays.
Jérôme Glisse
2
-0
/
+19
2019-01-29
mm/hmm: improve driver API to work and wait over a range
Jérôme Glisse
2
-304
/
+430
2019-01-29
mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault()
Jérôme Glisse
2
-53
/
+53
2019-01-29
mm/hmm: improve and rename hmm_vma_get_pfns() to hmm_range_snapshot()
Jérôme Glisse
2
-15
/
+12
2019-01-29
mm/hmm: do not erase snapshot when a range is invalidated
Jérôme Glisse
1
-6
/
+0
2019-01-29
mm/hmm: use reference counting for HMM struct
Jérôme Glisse
2
-60
/
+120
2019-01-29
HMM FOR 5.1 COVER LETTER
Jérôme Glisse
1
-0
/
+27
2019-01-29
gpu/nouveau: new ioctl to migrate process memory to GPU memory
Jérôme Glisse
5
-0
/
+57
2019-01-29
gpu/nouveau: device memory helpers for SVM
Jérôme Glisse
6
-0
/
+1082
2019-01-29
gpu/nouveau: allow to create nouveau_mem without ttm object
Jérôme Glisse
2
-0
/
+31
2019-01-29
gpu/nouveau/svm: have reserved vma comes as a special mmap of device file
Jérôme Glisse
4
-1
/
+61
2019-01-29
gpu/nouveau/svm: initial support for share virtual memory (SVM/SVA)
Ben Skeggs
9
-1
/
+818
2019-01-19
gpu/nouveau/fault: GV100 expose VoltaFaultBufferA
Ben Skeggs
2
-0
/
+11
2019-01-19
gpu/nouveau/fault: GP100 expose MaxwellFaultBufferA
Ben Skeggs
9
-8
/
+141
2019-01-19
gpu/nouveau/fault: add explicit control over fault buffer interrupts
Ben Skeggs
1
-2
/
+0
2019-01-19
gpu/nouveau/mmu: GP100- support vmms with gcc/tex replayable faults enabled
Ben Skeggs
9
-10
/
+54
2019-01-19
gpu/nouveau/mmu: GP100- add privileged methods for fault replay/cancel
Ben Skeggs
7
-0
/
+107
2019-01-19
gpu/nouveau/mmu: add a privileged method to directly manage PTEs
Ben Skeggs
6
-34
/
+445
2019-01-19
gpu/nouveau/mmu: store mapped flag separately from memory pointer
Ben Skeggs
2
-5
/
+11
2019-01-19
gpu/nouveau/mmu: support initialisation of client-managed address-spaces
Ben Skeggs
22
-115
/
+172
2019-01-19
RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUT
Jason Gunthorpe
4
-13
/
+59
2019-01-19
RDMA/mthca: Clear QP objects during their allocation
Leon Romanovsky
1
-2
/
+2
2019-01-19
RDMA/vmw_pvrdma: Return the correct opcode when creating WR
Adit Ranadive
3
-1
/
+41
2019-01-19
RDMA/cma: Add cm_id restrack resource based on kernel or user cm_id type
Steve Wise
1
-1
/
+4
2019-01-19
RDMA/nldev: Don't expose unsafe global rkey to regular user
Leon Romanovsky
1
-4
/
+0
2019-01-19
RDMA/uverbs: Fix post send success return value in case of error
Gal Pressman
1
-1
/
+3
2019-01-19
drm/sun4i: backend: add missing of_node_puts
Julia Lawall
1
-2
/
+3
2019-01-19
drm/meson: Fix atomic mode switching regression
Neil Armstrong
2
-21
/
+7
2019-01-19
drm/meson: add missing of_node_put
Julia Lawall
1
-2
/
+7
2019-01-19
drm/virtio: drop prime import/export callbacks
Gerd Hoffmann
3
-22
/
+0
[next]