index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-21
drm/nvc0: create shared channel vm
Ben Skeggs
1
-0
/
+16
2010-12-21
drm/nvc0: initial vm implementation, use for bar1/bar3 management
Ben Skeggs
8
-204
/
+266
2010-12-21
drm/nvc0: import initial vm backend
Ben Skeggs
7
-7
/
+169
2010-12-21
drm/nouveau: modify vm to accomodate dual page tables for nvc0
Ben Skeggs
4
-75
/
+65
2010-12-21
drm/nv50: add missing license header to nv50_fbcon.c
Ben Skeggs
1
-0
/
+24
2010-12-21
drm/nv50: fix smatch warning in nv50_vram.c
Ben Skeggs
1
-1
/
+2
2010-12-21
drm/nouveau: sizeof() vs ARRAY_SIZE()
Dan Carpenter
1
-1
/
+1
2010-12-16
drm/nv50: fix a couple of vm init issues
Francisco Jerez
1
-6
/
+7
2010-12-08
drm/nv04-nv40: Fix up PCI(E) GART DMA object bus address calculation.
Francisco Jerez
3
-18
/
+10
2010-12-08
drm/nouveau: kick vram functions out into an "engine"
Ben Skeggs
7
-51
/
+74
2010-12-08
drm/nouveau: allow gpuobj vinst to be a virtual address when necessary
Ben Skeggs
2
-2
/
+24
2010-12-08
drm/nv50: tidy up PCIEGART implementation
Ben Skeggs
5
-95
/
+79
2010-12-08
drm/nv50: enable non-contig vram allocations where requested
Ben Skeggs
1
-1
/
+5
2010-12-08
drm/nv50: enable 4KiB pages for small vram allocations
Ben Skeggs
2
-19
/
+25
2010-12-08
drm/nv50: implement global channel address space on new VM code
Ben Skeggs
13
-216
/
+86
2010-12-08
drm/nv50: implement BAR1/BAR3 management on top of new VM code
Ben Skeggs
4
-153
/
+162
2010-12-08
drm/nv50: import new vm code
Ben Skeggs
11
-22
/
+714
2010-12-08
drm/nv50: implement custom vram mm
Ben Skeggs
8
-122
/
+650
2010-12-08
drm/nouveau: Avoid potential race between nouveau_fence_update() and context ...
Francisco Jerez
1
-8
/
+11
2010-12-08
drm/nouveau: fix use of drm_mm_node in semaphore object
Ben Skeggs
1
-3
/
+2
2010-12-08
drm/nouveau: wrap calls to ttm_bo_validate()
Ben Skeggs
3
-5
/
+20
2010-12-08
drm/nouveau: no need to zero dma objects, we fill them completely anyway
Ben Skeggs
1
-5
/
+2
2010-12-08
drm/nouveau: introduce a util function to wait on reg != val
Ben Skeggs
4
-13
/
+35
2010-12-08
drm/nouveau: implicitly insert non-DMA objects into RAMHT
Ben Skeggs
6
-80
/
+43
2010-12-08
drm/nouveau: make fifo.create_context() responsible for mapping control regs
Ben Skeggs
5
-21
/
+29
2010-12-08
drm/nouveau: Spin for a bit in nouveau_fence_wait() before yielding the CPU.
Francisco Jerez
1
-1
/
+2
2010-12-08
drm/nouveau: Use WC memory on the AGP GART.
Francisco Jerez
1
-2
/
+3
2010-12-08
drm/nouveau: Synchronize with the user channel before GPU object destruction.
Francisco Jerez
4
-28
/
+28
2010-12-08
drm/nv04-nv10: Don't re-enable FIFO access multiple times after IRQ dispatch.
Francisco Jerez
2
-15
/
+0
2010-12-08
drm/nv04-nv40: Give "gpuobj->cinst" the same meaning as on nv50.
Francisco Jerez
3
-13
/
+3
2010-12-03
drm/nouveau: fabricate DCB encoder table for iMac G4
Francisco Jerez
1
-64
/
+38
2010-12-03
drm/nouveau: tidy up and extend dma object creation interfaces
Ben Skeggs
8
-160
/
+184
2010-12-03
drm/nouveau: remove some useless GETPARAMs
Ben Skeggs
1
-16
/
+1
2010-12-03
drm/nv84: fix minor issues in PCRYPT implementation
Ben Skeggs
2
-1
/
+2
2010-12-03
drm/nouveau: remove dummy page use from PCI(E)GART, use PTE present instead
Ben Skeggs
2
-37
/
+3
2010-12-03
drm/nv50: fix 0x100c90 init for NVAF
Ben Skeggs
1
-3
/
+6
2010-12-03
drm/nv50: allocate page for unknown PFB object in nv50_fb.c
Ben Skeggs
2
-1
/
+56
2010-12-03
drm/nouveau: rework gpu-specific instmem interfaces
Ben Skeggs
6
-243
/
+270
2010-12-03
drm/nouveau: simplify gpuobj suspend/resume
Ben Skeggs
4
-73
/
+21
2010-12-03
drm/nv50: rework PGPIO IRQ handling and hotplug detection
Ben Skeggs
7
-104
/
+234
2010-12-03
drm/nv04-nv40: unregister irq handler on destroy
Ben Skeggs
1
-0
/
+3
2010-12-03
drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c files
Ben Skeggs
8
-894
/
+809
2010-12-03
drm/nouveau: move PFIFO ISR into nv04_fifo.c
Ben Skeggs
7
-208
/
+219
2010-12-03
drm/nv04-nv40: register vblank isr
Ben Skeggs
2
-19
/
+18
2010-12-03
drm/nouveau: move bitfield/enum helpers to nouveau_util.c
Ben Skeggs
3
-68
/
+63
2010-12-03
drm/nv50: use register/unregister functionality for PDISPLAY ISR
Ben Skeggs
4
-18
/
+13
2010-12-03
drm/nv50: move GPIO ISR to nv50_gpio.c
Ben Skeggs
5
-24
/
+40
2010-12-03
drm/nv84: move PCRYPT ISR out of nouveau_irq.c
Ben Skeggs
5
-25
/
+98
2010-12-03
drm/nouveau: allow irq handlers to be installed by engine-specific code
Ben Skeggs
2
-1
/
+37
2010-12-03
drm/nv50: 0x50c0 apparently works on NVA3+ too, so lets allow it
Ben Skeggs
1
-5
/
+4
[next]