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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-23
drm/vmwgfx: Fix unlocked ioctl and add proper access control
Thomas Hellstrom
1
-28
/
+19
2009-12-23
drm/radeon: fix build on 64-bit with some compilers.
Dave Airlie
1
-2
/
+2
2009-12-23
drivers/gpu: Use kzalloc for allocating only one thing
Julia Lawall
1
-2
/
+2
2009-12-23
DRM: Rename clamp variable
Andi Kleen
1
-3
/
+3
2009-12-18
drm: convert drm_ioctl to unlocked_ioctl
Arnd Bergmann
21
-140
/
+89
2009-12-18
Merge branch 'drm-linus' into drm-core-next
Dave Airlie
26
-66
/
+1065
2009-12-18
Merge remote branch 'korg/drm-vmware-staging' into drm-core-next
Dave Airlie
28
-1
/
+11394
2009-12-16
drm/nouveau: fix bug causing pinned buffers to lose their NO_EVICT flag
Ben Skeggs
1
-0
/
+5
2009-12-16
drm/nv50: fix suspend/resume delays without firmware present
Ben Skeggs
1
-0
/
+3
2009-12-16
drm/nouveau: prevent all channel creation if accel not available
Ben Skeggs
3
-48
/
+64
2009-12-16
drm/nv50: fix two potential suspend/resume oopses
Ben Skeggs
2
-2
/
+2
2009-12-16
drm/nv40: implement ctxprog/state generation
Ben Skeggs
8
-182
/
+1031
2009-12-16
drm/nv10: Add the initial graph context and soft methods needed for LMA.
Francisco Jerez
1
-43
/
+154
2009-12-16
drm/nouveau: Fix up buffer eviction, and evict them to GART, if possible.
Francisco Jerez
1
-0
/
+6
2009-12-16
drm/nouveau: Add proper error handling to nouveau_card_init
Marcin Kościelnicki
1
-25
/
+48
2009-12-16
drm/nv04: Fix NV04 set_operation software method.
Marcin Kościelnicki
1
-1
/
+1
2009-12-16
drm/nouveau: Kill global state in BIOS script interpreter
Marcin Kościelnicki
2
-287
/
+276
2009-12-16
drm/nouveau: Kill global state in NvShadowBIOS
Marcin Kościelnicki
1
-26
/
+21
2009-12-16
drm/nouveau: use drm debug levels
Maarten Maathuis
15
-88
/
+96
2009-12-16
drm/i2c/ch7006: Fix load detection false positives right after system init.
Francisco Jerez
2
-5
/
+5
2009-12-16
drm/nv04-nv40: Fix "conflicting memory types" when saving/restoring VGA fonts.
Francisco Jerez
1
-4
/
+3
2009-12-16
drm/radeon/kms: fix r100->r500 CS checker for compressed textures. (v2)
Dave Airlie
4
-9
/
+70
2009-12-16
drm/radeon/kms: allow for texture tiling
Maciej Cencora
1
-1
/
+9
2009-12-16
Merge remote branch 'korg/drm-radeon-next' into drm-linus
Dave Airlie
4
-2
/
+11
2009-12-16
drm/radeon/kms: init pm on all chipsets
Rafał Miłecki
4
-2
/
+11
2009-12-16
Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...
Dave Airlie
6
-18
/
+22
2009-12-16
drm/radeon/kms: HDMI support for R600 KMS
Christian Koenig
9
-6
/
+895
2009-12-16
drm/radeon/kms: make sure mc is initialized before mapping blit bo
Alex Deucher
2
-12
/
+16
2009-12-16
drm/radeon/kms: Return to userspace on ERESTARTSYS
Jerome Glisse
1
-11
/
+5
2009-12-16
drm/radeon/gem: don't leak a gem object if reserve fails on get tiling (v2)
Dave Airlie
1
-1
/
+2
2009-12-16
drm/radeon/kms: don't report allocate failure on ERESTARTSYS
Dave Airlie
1
-2
/
+3
2009-12-16
drm/radeon/kms: Check if bo we got from ttm are radeon object or not
Jerome Glisse
3
-4
/
+30
2009-12-16
drm/radeon/kms: If no placement is supplied fallback to system
Jerome Glisse
1
-0
/
+2
2009-12-16
drm/ttm: Fix memory type manager debug information printing
Jerome Glisse
1
-10
/
+9
2009-12-16
drm/ttm: Fix printk format & compute bo->mem.size at bo initialization
Jerome Glisse
1
-2
/
+3
2009-12-16
drm/ttm: Fix potential ttm_mem_evict_first races.
Thomas Hellstrom
1
-5
/
+31
2009-12-16
drm/ttm: Delayed delete fixes.
Thomas Hellstrom
1
-3
/
+4
2009-12-16
drm/ttm: fix two bugs in new placement routines.
Dave Airlie
1
-5
/
+5
2009-12-16
drm/ttm: fix incorrect logic in ttm_bo_io path
Dave Airlie
1
-1
/
+1
2009-12-15
drm/nouveau: remove use of -ERESTART
Ben Skeggs
2
-8
/
+1
2009-12-15
nouveau: Fix endianness with new context program loader
Benjamin Herrenschmidt
1
-8
/
+12
2009-12-15
drm/nouveau: fix build with CONFIG_AGP=n
Ben Skeggs
2
-0
/
+6
2009-12-15
drm/nouveau: fix ch7006 build
Randy Dunlap
1
-2
/
+3
2009-12-15
drm/vmwgfx: Add DRM driver for VMware Virtual GPU
Jakob Bornecrantz
22
-0
/
+7915
2009-12-15
drm/vmwgfx: Add svga headers for vmwgfx driver
Jakob Bornecrantz
5
-0
/
+3474
2009-12-15
drm/ttm: Add more driver type enums
Jakob Bornecrantz
1
-1
/
+5
2009-12-11
drm/nouveau: Add DRM driver for NVIDIA GPUs
Ben Skeggs
85
-0
/
+36161
2009-12-11
drm/ttm: export some functions useful to drivers using ttm
Ben Skeggs
1
-0
/
+4
2009-12-11
drm/radeon/kms/avivo: fix typo in new_pll module description
Alex Deucher
1
-1
/
+1
2009-12-11
drm/radeon/kms: Convert radeon to new ttm_bo_init
Jerome Glisse
1
-30
/
+9
[prev]
[next]