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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-03
drm/nouveau/dmaobj: reject unsupported parent types instead of half-succeeding
Ben Skeggs
2
-10
/
+16
2012-10-03
drm/nouveau: add defines for internal class names
Ben Skeggs
1
-14
/
+35
2012-10-03
drm/nv50/fifo: add support for dma channel class
Ben Skeggs
3
-7
/
+72
2012-10-03
drm/nv84/fifo: add support for dma channel class
Ben Skeggs
3
-7
/
+81
2012-10-03
drm/nouveau/fifo: version the dma channel class struct
Ben Skeggs
6
-6
/
+6
2012-10-03
drm/nouveau/fifo: separate object classes for dma channels
Ben Skeggs
6
-5
/
+10
2012-10-03
drm/nouveau: restore fifo chid information in engine error messages
Ben Skeggs
15
-132
/
+213
2012-10-03
drm/nouveau/core: have fifo store a unique context identifier at attach time
Ben Skeggs
11
-2
/
+23
2012-10-03
drm/nouveau/fifo: add method to lookup fifo chid related to a given object
Ben Skeggs
2
-0
/
+17
2012-10-03
drm/nouveau/core: protect engine context list with hardirq-safe spinlock
Ben Skeggs
4
-20
/
+60
2012-10-03
drm/nv84/fifo: mask only the engine we're waiting on for channel unload
Ben Skeggs
1
-6
/
+10
2012-10-03
drm/nve0: use async copy engine for ttm buffer moves if available
Ben Skeggs
7
-26
/
+72
2012-10-03
drm/nve0/copy: add initial support for the async copy engines
Ben Skeggs
4
-0
/
+164
2012-10-03
drm/nve0/fifo: support engine selection when creating fifo channels
Ben Skeggs
7
-13
/
+64
2012-10-03
drm/nouveau/device: return proper error codes if ioremap fails
Ben Skeggs
1
-3
/
+3
2012-10-03
drm/nouveau/core: remove some left-over pieces from the porting process
Ben Skeggs
3
-21
/
+0
2012-10-03
drm/nvc0-/gr: remove reset-after-grctx-construction hack
Ben Skeggs
3
-34
/
+9
2012-10-03
drm/nouveau: add Kconfig options for debug control
Ben Skeggs
2
-9
/
+29
2012-10-03
drm/nouveau: port remainder of drm code, and rip out compat layer
Ben Skeggs
70
-4174
/
+3095
2012-10-03
drm/nouveau/device: include the official chipset names
Ben Skeggs
9
-1
/
+61
2012-10-03
drm/nouveau/backlight: remove dependence on nouveau_drv.h
Ben Skeggs
6
-59
/
+60
2012-10-03
drm/nouveau: flatten nv{Read,Write}{MC,VIDEO,FB,EXTDEV}
Ben Skeggs
6
-76
/
+24
2012-10-03
drm/nouveau: move compat ioctl out of nouveau_drv.h
Ben Skeggs
5
-5
/
+9
2012-10-03
drm/nouveau/acpi: move definitions out of nouveau_drv.h
Ben Skeggs
7
-36
/
+40
2012-10-03
drm/nouveau/mxm: split up into bios code and a subdev module
Ben Skeggs
16
-755
/
+952
2012-10-03
drm/nouveau: start culling unused code
Ben Skeggs
8
-239
/
+4
2012-10-03
drm/nouveau: port all engines to new engine module format
Ben Skeggs
146
-11099
/
+14219
2012-10-03
drm/nvc0-/gr: generate grctx template at init time, not first context ctor
Ben Skeggs
5
-604
/
+460
2012-10-03
drm/nvc0-/gr: share headers between fermi and kepler graphics code
Ben Skeggs
6
-204
/
+143
2012-10-03
drm/nouveau/pageflip: kick flip handling out of engsw and into fence
Ben Skeggs
17
-114
/
+265
2012-10-03
drm/nouveau: move some more code around to more appropriate places
Ben Skeggs
4
-342
/
+336
2012-10-03
drm/nvc0-nve0/graph: rename dev to priv, no code changes
Ben Skeggs
2
-5170
/
+5170
2012-10-03
drm/nouveau/fence: un-port from nouveau_exec_engine interfaces
Ben Skeggs
9
-138
/
+124
2012-10-03
drm/nouveau: pull nouveau_gem definitions into their own header
Ben Skeggs
2
-33
/
+44
2012-10-03
drm/nouveau: pull nouveau_bo definitions into their own header
Ben Skeggs
4
-90
/
+97
2012-10-03
drm/nv04/disp: kick all private state out to own header
Ben Skeggs
14
-171
/
+182
2012-10-03
drm/nouveau/instmem: completely new implementation, as a subdev module
Ben Skeggs
69
-2169
/
+2777
2012-10-03
drm/nouveau: remove last use of nouveau_gpuobj_new_fake()
Ben Skeggs
2
-84
/
+72
2012-10-03
drm/nv50/instmem: remove use of nouveau_gpuobj_new_fake()
Ben Skeggs
1
-17
/
+2
2012-10-03
drm/nouveau/gpuobj: remove flags for vm-mappings
Ben Skeggs
8
-74
/
+136
2012-10-03
drm/nouveau/gpuobj: create wrapper functions for mapping gpuobj into vm/bar
Ben Skeggs
4
-10
/
+44
2012-10-03
drm/nvc0/fifo: handle bar1 control regs much like fifo/nve0
Ben Skeggs
1
-19
/
+21
2012-10-03
drm/nv04-nv40/fifo: remove use of nouveau_gpuobj_new_fake()
Ben Skeggs
4
-73
/
+50
2012-10-03
drm/nv04-nv40/instmem: remove use of nouveau_gpuobj_new_fake()
Ben Skeggs
7
-100
/
+122
2012-10-03
drm/nv04-nv40/instmem: duplicate nv04 code as nv40, remove alternate paths
Ben Skeggs
6
-54
/
+202
2012-10-03
drm/nouveau/fb: merge fb/vram and port to subdev interfaces
Ben Skeggs
49
-1345
/
+1691
2012-10-03
drm/nv50-/instmem: allocate vram for kernel objects from end of vram
Ben Skeggs
1
-1
/
+1
2012-10-03
drm/nouveau/core: add support for reverse mm allocations
Ben Skeggs
5
-93
/
+154
2012-10-03
drm/nouveau/timer: port to subdev interfaces
Ben Skeggs
22
-162
/
+464
2012-10-03
drm/nouveau/mc: port to subdev interfaces
Ben Skeggs
23
-118
/
+543
[prev]
[next]