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-02-15
gpu/nouveau: use spin lock to protect device memory chunk bitmap
hmm-nouveau-5.1
Jérôme Glisse
1
-2
/
+10
2019-02-15
dmem: use dma addresses during migration copies
Ben Skeggs
1
-106
/
+53
2019-02-15
dmem: use physical vram addresses during migration copies
Ben Skeggs
1
-20
/
+4
2019-02-15
dmem: extend copy function to allow direct use of physical addresses
Ben Skeggs
1
-6
/
+50
2019-02-15
svm: new ioctl to migrate process memory to GPU memory
Jérôme Glisse
5
-0
/
+152
2019-02-15
dmem: device memory helpers for SVM
Jérôme Glisse
6
-0
/
+957
2019-02-12
Revert "XXXfifo/gv100: channel recovery WARs, revert for pascal!!"
Ben Skeggs
1
-3
/
+2
2019-02-12
svm: initial support for shared virtual memory
Ben Skeggs
9
-1
/
+813
2019-02-12
XXXfifo/gv100: channel recovery WARs, revert for pascal!!
Ben Skeggs
1
-2
/
+3
2019-02-12
TBDfault/gv100-: expose VoltaFaultBufferA
Ben Skeggs
3
-0
/
+12
2019-02-12
fault/gp100: expose MaxwellFaultBufferA
Ben Skeggs
9
-8
/
+142
2019-02-12
mmu/gp100-: support vmms with gcc/tex replayable faults enabled
Ben Skeggs
10
-12
/
+56
2019-02-12
mmu/gp100-: add privileged methods for fault replay/cancel
Ben Skeggs
8
-0
/
+101
2019-02-12
WIPmmu: add a privileged method to directly manage PTEs
Ben Skeggs
6
-34
/
+445
2019-02-12
mmu: store mapped flag separately from memory pointer
Ben Skeggs
2
-5
/
+11
2019-02-12
mmu: support initialisation of client-managed address-spaces
Ben Skeggs
22
-115
/
+172
2019-02-12
gr/gf100-: expose method to determine current context
Ben Skeggs
4
-0
/
+18
2019-02-12
gr/gf100-: expose fecs methods for pausing ctxsw
Ben Skeggs
5
-0
/
+80
2019-02-12
mmu/gf100-: virtualise setting pdb base address for invalidation
Ben Skeggs
9
-2
/
+49
2019-02-12
mmu/gf100-: make mmu invalidate function more general
Ben Skeggs
3
-9
/
+12
2019-02-12
gr/gf100-: store fecs/gpccs falcon pointers in substructures
Ben Skeggs
2
-18
/
+28
2019-02-12
gr/gf100-: move fecs bind_pointer into a function
Ben Skeggs
3
-7
/
+24
2019-02-12
gr/gf100-: remove some unnecessary reg writes
Ben Skeggs
1
-6
/
+1
2019-02-12
gr/gf100-: move fecs elpg setup into functions
Ben Skeggs
1
-29
/
+84
2019-02-12
gr/gf100-: move fecs discover_pm_image_size into a function
Ben Skeggs
2
-8
/
+21
2019-02-12
gr/gf100-: move fecs discover_zcull_image_size into a function
Ben Skeggs
2
-8
/
+21
2019-02-12
gr/gf100-: move fecs discover_image_size into a function
Ben Skeggs
1
-8
/
+21
2019-02-12
gr/gf100-: move fecs set_watchdog_timeout method into a function
Ben Skeggs
1
-3
/
+11
2019-02-12
drm: allow accelerated buffer moves even when gr isn't present
Ben Skeggs
1
-85
/
+128
2019-02-12
kms/nv04-nv4x: move resume code to dispnv04 init hook
Ben Skeggs
5
-66
/
+75
2019-02-12
kms/nv04-nv4x: move suspend code to dispnv04 fini hook
Ben Skeggs
4
-28
/
+28
2019-02-12
kms/nv04-nv4x: move a bunch of pre-nv50 page flip code to dispnv04
Ben Skeggs
8
-246
/
+235
2019-02-12
kms: display destroy/init/fini hooks can be static
Ben Skeggs
3
-61
/
+58
2019-02-12
drm: allocate kernel channel(s) before initialising display
Ben Skeggs
1
-2
/
+4
2019-02-12
disp/gf119-: decode exception reason to human-readable string
Ben Skeggs
4
-12
/
+26
2019-02-12
bios/init: handle INIT_GENERIC_CONDITION_ID_NO_PANEL_SEQ_DELAYS
Ben Skeggs
1
-0
/
+3
2019-02-12
bios/init: label existing INIT_GENERIC_CONDITION types
Ben Skeggs
1
-4
/
+4
2019-02-12
secboot: fix missing newline in error messages
Ben Skeggs
1
-2
/
+2
2019-02-12
sec2/tu102-: instantiate SEC2 falcon
Ben Skeggs
4
-0
/
+38
2019-02-12
sec2: utilise engine PRI address from TOP
Ben Skeggs
4
-10
/
+20
2019-02-12
nvdec/tu102-: instantiate NVDEC0 falcon
Ben Skeggs
1
-0
/
+3
2019-02-12
nvdec/gp102-: utilise engine PRI address from TOP
Ben Skeggs
2
-1
/
+11
2019-02-12
gsp/gv100-: instantiate GSP falcon
Ben Skeggs
5
-0
/
+75
2019-02-12
top/gv100-: translate entry for the GSP
Ben Skeggs
1
-0
/
+2
2019-02-12
top: add function to lookup PRI address for devices
Ben Skeggs
2
-0
/
+17
2019-02-12
core: define GSP subdev
Ben Skeggs
7
-0
/
+17
2019-02-12
drm: fix missing break in switch statement
Colin Ian King
1
-0
/
+1
2019-02-12
drm: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-02-12
drm: Don't WARN_ON VCPI allocation failures
Lyude Paul
1
-1
/
+2
2019-02-12
pmu: don't print reply values if exec is false
Colin Ian King
1
-2
/
+2
[next]