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.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-23
drm/nouveau: remove 'chan' argument from nouveau_bo_new
Ben Skeggs
9
-18
/
+15
2011-06-23
drm/nouveau: fixup gem_info ioctl to return client-specific bo virtual
Ben Skeggs
1
-12
/
+20
2011-06-23
drm/nvc0: explicitly map PDISP semaphore buffer into each channel's vm
Ben Skeggs
3
-2
/
+19
2011-06-23
drm/nv50-nvc0: lookup pushbuf virtual address on dma_push
Ben Skeggs
1
-1
/
+6
2011-06-23
drm/nv84-nvc0: explicitly map semaphore buffer into channel vm
Ben Skeggs
2
-16
/
+14
2011-06-23
drm/nv50-nvc0: explicitly map pushbuf bo into channel vm
Ben Skeggs
2
-1
/
+9
2011-06-23
drm/nv50-nvc0: explicitly map notifier bo into channel vm
Ben Skeggs
3
-4
/
+15
2011-06-23
drm/nv50-nvc0: explicitly map fbcon fb into channel vm
Ben Skeggs
4
-10
/
+22
2011-06-23
drm/nouveau: initial changes to support multiple VMAs per buffer object
Ben Skeggs
3
-26
/
+80
2011-06-23
drm/nv50-nvc0: completely disable relocs
Ben Skeggs
1
-17
/
+20
2011-06-23
drm/nouveau: convert bo.mem.start usage to bo.offset
Ben Skeggs
8
-12
/
+10
2011-06-23
drm/nouveau: convert some bo.offset use to vma.offset
Ben Skeggs
5
-7
/
+9
2011-06-23
drm/nouveau: create temp vmas for both src and dst of bo moves
Ben Skeggs
3
-107
/
+64
2011-06-23
drm/nouveau: store bo's page size in nouveau_bo
Ben Skeggs
3
-19
/
+15
2011-06-23
drm/nouveau: skip move_notify() if bo does not have a vma attached
Ben Skeggs
1
-4
/
+2
2011-06-23
drm/nouveau: will need to specify channel for vm-ful gpuobj allocations
Ben Skeggs
6
-14
/
+19
2011-06-23
drm/nouveau: initialise any vm for a channel before pushbuf/ntfy
Ben Skeggs
1
-66
/
+48
2011-06-23
drm/nouveau: modify gpuobj/ntfy takedown ordering
Ben Skeggs
3
-3
/
+4
2011-06-23
drm/nouveau/gem: implement stub hooks for GEM object open/close
Ben Skeggs
3
-0
/
+25
2011-06-23
drm/nouveau: remove 'chan' argument from nouveau_gem_new
Ben Skeggs
4
-21
/
+11
2011-06-23
drm/nv50-nvc0/chan: inherit vm from fpriv, rather than chan_vm directly
Ben Skeggs
1
-4
/
+4
2011-06-23
drm/nv50-nvc0/vm: take client reference on shared channel vm
Ben Skeggs
2
-0
/
+6
2011-06-23
drm/nv50-nvc0/vm: don't touch chan_vm
Ben Skeggs
2
-2
/
+6
2011-06-23
drm/nouveau: no need to update bo.offset from vma after validate
Ben Skeggs
1
-2
/
+0
2011-06-23
drm/nouveau: store a per-client channel list
Ben Skeggs
6
-26
/
+32
2011-06-23
drm/nouveau: use NULL file_priv for DRM-created channels
Ben Skeggs
1
-2
/
+2
2011-06-23
drm/nouveau: allocate structure to store per-client data
Ben Skeggs
3
-1
/
+32
2011-06-23
drm/nouveau: silence error for missing dac loadval table
Ben Skeggs
1
-1
/
+1
2011-06-23
drm/nv50: DCB table quirks for another busted XFX board
Ben Skeggs
1
-0
/
+31
2011-06-23
drm/nouveau: log if accel is disabled by default on a chipset
Ben Skeggs
1
-0
/
+2
2011-06-23
drm/nvc0/gr: fill in some more data for 0xc1/0xc8/0xce
Ben Skeggs
1
-2
/
+3
2011-06-23
drm/nvc0/gr: fix typo in class9197 init
Ben Skeggs
1
-1
/
+1
2011-06-23
drm/nvc0/gr: calculate magicgpc918 ourselves
Ben Skeggs
2
-21
/
+4
2011-06-23
drm/nvc0/gr: add some missing magics for 0xc1/0xc8/0xce
Ben Skeggs
1
-0
/
+12
2011-06-23
drm/nvc0/gr: import and use our own fuc by default
Ben Skeggs
8
-36
/
+3157
2011-06-23
drm/nvc0: fix suspend/resume of PGRAPH/PCOPYn
Ben Skeggs
4
-17
/
+17
2011-06-23
drm/nouveau: default to noaccel on 0xc1/0xc8/0xce for now
Ben Skeggs
3
-5
/
+24
2011-06-23
drm/nvc1/gr: switch on acceleration support
Ben Skeggs
2
-14
/
+37
2011-06-23
drm/nvc0/gr: enable 0xc8/0xce support, no idea if it works or not..
Ben Skeggs
2
-6
/
+7
2011-06-23
drm/nvc0/gr: some initial state modifications
Ben Skeggs
2
-13
/
+5
2011-06-23
drm/nvc0/gr: 0x9197/0x9297 state init
Ben Skeggs
1
-128
/
+43
2011-06-23
drm/nvc0/gr: macro to determine fermi class, will use it in a few places
Ben Skeggs
2
-6
/
+29
2011-06-23
drm/nvc0/fifo: fix typos in unload_context
Ben Skeggs
1
-2
/
+2
2011-06-23
drm/nvc0/fb: allocate page for some unknown PFFB object
Ben Skeggs
1
-2
/
+66
2011-06-23
drm/nvc0: Read temperature on Fermi like we do on nv84+
Martin Peres
1
-0
/
+1
2011-06-21
drm/radeon/kms: add initial CS checker support for compute
Alex Deucher
7
-2
/
+74
2011-06-21
ttm: Fix spelling mistakes and remove unused #ifdef
Konrad Rzeszutek Wilk
6
-18
/
+15
2011-06-21
drm/radeon/kms: set dma_copy to NULL for r6xx+
Alex Deucher
1
-7
/
+7
2011-06-21
drm/gem: add hooks to notify driver when object handle is created/destroyed
Ben Skeggs
2
-2
/
+21
2011-06-21
drm/radeon/kms/r6xx+: voltage fixes
Alex Deucher
4
-0
/
+16
[next]