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
2010-12-03
drm/nouveau: Refactor context destruction to avoid a lock ordering issue.
Francisco Jerez
12
-49
/
+116
2010-12-03
drm/nouveau: Use lazy fence waits when doing software interchannel sync.
Francisco Jerez
1
-2
/
+2
2010-12-03
drm/nouveau: Leave BO eviction synchronization for later.
Francisco Jerez
1
-7
/
+0
2010-12-03
drm/nv50: remove some unnecessary PDISPLAY init
Ben Skeggs
1
-13
/
+2
2010-12-03
drm/nouveau: fallback to sw fbcon if we can't get mutex immediately
Ben Skeggs
1
-7
/
+9
2010-12-03
drm/nouveau: hook up acpi power supply change tracking
Ben Skeggs
2
-0
/
+31
2010-12-03
drm/nouveau: return error from nouveau_ramht_remove() if not found
Ben Skeggs
3
-11
/
+6
2010-12-03
drm/nouveau: use interruptible waits during pushbuf validation
Ben Skeggs
1
-12
/
+19
2010-12-03
drm/nouveau: fix thinko in channel locking in semaphore path
Ben Skeggs
1
-3
/
+3
2010-12-03
drm/nouveau: remove cpu_writers lock
Ben Skeggs
3
-62
/
+4
2010-12-03
drm/nouveau: switch to unlocked ioctls
Ben Skeggs
1
-12
/
+12
2010-12-03
drm/nouveau: add more fine-grained locking to channel list + structures
Ben Skeggs
19
-161
/
+236
2010-12-03
drm/nouveau: add per-channel mutex, use to lock access to drm's channel
Ben Skeggs
4
-7
/
+28
2010-12-03
drm/nouveau: disallow fbcon accel if running in interrupt context
Ben Skeggs
4
-133
/
+153
2010-12-03
drm/nouveau: tidy fifo swmthd handler a little
Ben Skeggs
1
-25
/
+31
2010-12-03
Merge branch 'drm-radeon-fusion' of ../drm-radeon-next into drm-core-next
Dave Airlie
18
-639
/
+2081
2010-12-03
Merge branch 'drm-radeon-next' of ../drm-radeon-next into drm-core-next
Dave Airlie
19
-223
/
+958
2010-12-03
Merge branch 'drm-ttm-next' into drm-core-next
Dave Airlie
16
-241
/
+593
2010-11-26
drm/radeon/kms: improve pflip precision on r1xx-r4xx
Alex Deucher
2
-3
/
+7
2010-11-23
drm/radeon/kms: add Ontario APU ucode loading support
Alex Deucher
1
-0
/
+7
2010-11-23
drm/radeon/kms: add Ontario Fusion APU pci ids
Alex Deucher
1
-0
/
+4
2010-11-23
drm/radeon/kms: enable MSIs on fusion APUs
Alex Deucher
1
-1
/
+1
2010-11-23
drm/radeon/kms: add power table parsing support for Ontario fusion APUs
Alex Deucher
1
-5
/
+101
2010-11-23
drm/radeon/kms: refactor atombios power state fetching
Alex Deucher
1
-466
/
+475
2010-11-23
drm/radeon/kms: add bo blit support for Ontario fusion APUs
Alex Deucher
2
-5
/
+28
2010-11-23
drm/radeon/kms: add thermal sensor support for fusion APUs
Alex Deucher
4
-1
/
+17
2010-11-23
drm/radeon/kms: fill in GPU init for AMD Ontario Fusion APUs
Alex Deucher
1
-5
/
+44
2010-11-23
drm/radeon/kms: add radeon_asic struct for AMD Ontario fusion APUs
Alex Deucher
1
-0
/
+46
2010-11-23
drm/radeon/kms: evergreen.c updates for fusion
Alex Deucher
2
-82
/
+113
2010-11-23
drm/radeon/kms: MC setup changes for fusion APUs
Alex Deucher
3
-4
/
+19
2010-11-23
drm/radeon/kms: move r7xx/evergreen to its own vram_gtt setup function
Alex Deucher
4
-4
/
+46
2010-11-23
drm/radeon/kms: add support for ss overrides on Fusion APUs
Alex Deucher
1
-0
/
+39
2010-11-23
drm/radeon/kms: Add support for external encoders on fusion APUs
Alex Deucher
2
-4
/
+54
2010-11-23
drm/radeon/kms: atom changes for DCE4.1 devices
Alex Deucher
2
-5
/
+24
2010-11-23
drm/radeon/kms: add new family id for AMD Ontario APUs
Alex Deucher
2
-0
/
+2
2010-11-23
drm/radeon/kms: upstream power table updates
Alex Deucher
1
-4
/
+140
2010-11-23
drm/radeon/kms: upstream atombios.h updates
Alex Deucher
1
-61
/
+792
2010-11-23
drm/radeon/kms: upstream ObjectID.h updates
Alex Deucher
1
-0
/
+48
2010-11-23
drm/radeon/kms: setup mc chremap properly on r7xx/evergreen
Alex Deucher
4
-0
/
+89
2010-11-22
drm/radeon: Use the ttm execbuf utilities
Thomas Hellstrom
4
-63
/
+16
2010-11-22
drm/ttm: Fix up io_mem_reserve / io_mem_free calling
Thomas Hellstrom
5
-80
/
+226
2010-11-22
drm/ttm/vmwgfx: Have TTM manage the validation sequence.
Thomas Hellstrom
6
-6
/
+9
2010-11-22
drm/ttm: Improved fencing of buffer object lists
Thomas Hellstrom
4
-14
/
+45
2010-11-22
drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lock
Thomas Hellstrom
9
-51
/
+53
2010-11-22
drm/ttm: Don't deadlock on recursive multi-bo reservations
Thomas Hellstrom
2
-6
/
+34
2010-11-22
drm/ttm: Optimize ttm_eu_backoff_reservation
Thomas Hellstrom
1
-7
/
+8
2010-11-22
drm/ttm: Use kref_sub instead of repeatedly calling kref_put
Thomas Hellstrom
1
-4
/
+2
2010-11-22
kref: Add a kref_sub function
Thomas Hellstrom
2
-0
/
+32
2010-11-22
drm/ttm: Add a bo list reserve fastpath (v2)
Dave Airlie
5
-28
/
+186
2010-11-22
drm/kms/radeon: Use high precision timestamps for pageflip completion events.
Mario Kleiner
1
-2
/
+1
[next]