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.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
2014-09-02
drm/ttm: flip the switch, and convert to dma_fence
Maarten Lankhorst
25
-386
/
+197
2014-09-02
drm/qxl: rework to new fence interface
Maarten Lankhorst
9
-175
/
+220
2014-09-02
drm/nouveau: rework to new fence interface
Maarten Lankhorst
10
-205
/
+383
2014-09-02
drm/vmwgfx: rework to new fence interface, v2
Maarten Lankhorst
6
-143
/
+225
2014-09-02
drm/vmwgfx: get rid of different types of fence_flags entirely
Maarten Lankhorst
5
-52
/
+26
2014-09-01
drm/radeon: use common fence implementation for fences, v4
Maarten Lankhorst
4
-29
/
+235
2014-09-01
drm/ttm: kill off some members to ttm_validate_buffer
Maarten Lankhorst
4
-97
/
+50
2014-09-01
drm/ttm: add interruptible parameter to ttm_eu_reserve_buffers
Maarten Lankhorst
7
-22
/
+24
2014-09-01
drm/ttm: kill fence_lock
Maarten Lankhorst
17
-142
/
+37
2014-09-01
drm/ttm: call ttm_bo_wait while inside a reservation
Maarten Lankhorst
1
-13
/
+12
2014-09-01
drm/nouveau: require reservations for nouveau_fence_sync and nouveau_bo_fence
Maarten Lankhorst
2
-4
/
+15
2014-09-01
drm/nouveau: add reservation to nouveau_gem_ioctl_cpu_prep
Maarten Lankhorst
1
-4
/
+18
2014-08-28
Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
3
-79
/
+48
2014-08-28
drm/radeon: preallocate mem for UVD create/destroy msg
Christian König
1
-75
/
+26
2014-08-28
drm/radeon: allow UVD to use a second 256MB segment
Christian König
3
-5
/
+23
2014-08-28
Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
15
-184
/
+531
2014-08-28
Merge branch 'ttm_pfn' of git://people.freedesktop.org/~deathsimple/linux int...
Dave Airlie
26
-253
/
+346
2014-08-28
drm/radeon: drop doing resets in a work item
Christian König
4
-24
/
+8
2014-08-28
drm/radeon: drop RADEON_FENCE_SIGNALED_SEQ v2
Christian König
2
-19
/
+2
2014-08-28
drm/radeon: add timeout argument to radeon_fence_wait_seq v2
Maarten Lankhorst
1
-20
/
+28
2014-08-28
drm/radeon: handle lockup in delayed work, v5
Christian König
2
-78
/
+124
2014-08-28
drm/radeon: take exclusive_lock in read mode during ring tests, v5
Maarten Lankhorst
4
-23
/
+27
2014-08-28
drm/radeon: force fence completion only on problematic rings (v2)
Christian König
4
-15
/
+8
2014-08-27
drm/radeon: wake up all fences on manual reset
Christian König
1
-0
/
+1
2014-08-27
drm/radeon: add UVD fw names for older asic
Christian König
1
-0
/
+23
2014-08-27
drm/radeon: enable RB_ARB before resetting the VCPU
Christian König
1
-2
/
+2
2014-08-27
drm/radeon: 760G/780V/880V don't have UVD
Alex Deucher
2
-25
/
+42
2014-08-27
drm/radeon: implement UVD hw workarounds for R6xx v3
Christian König
2
-1
/
+28
2014-08-27
drm/radeon: add UVD support for older asics v4
Christian König
6
-0
/
+138
2014-08-27
drm/radeon: add set_uvd_clocks callback for r6xx v4
Alex Deucher
2
-0
/
+114
2014-08-27
drm/radeon: properly init UVD MC bits on R600
Christian König
2
-1
/
+7
2014-08-27
drm/radeon: force UVD buffers into VRAM on RS[78]80 v2
Christian König
1
-3
/
+6
2014-08-27
drm/radeon: move the IB test after the AGP fallback
Christian König
1
-4
/
+4
2014-08-27
drm/ttm: move fpfn and lpfn into each placement v2
Christian König
26
-253
/
+346
2014-08-26
Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
14
-4
/
+610
2014-08-26
Merge tag 'drm-intel-next-2014-08-08' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
27
-398
/
+1281
2014-08-26
Merge tag 'topic/core-stuff-2014-08-15' of git://anongit.freedesktop.org/drm-...
Dave Airlie
20
-331
/
+630
2014-08-26
Linux 3.17-rc2
v3.17-rc2
Linus Torvalds
1
-1
/
+1
2014-08-26
Merge tag 'nfs-for-3.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
3
-29
/
+77
2014-08-26
Merge tag 'renesas-sh-drivers-for-v3.17' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
4
-3
/
+11
2014-08-26
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
18
-59
/
+142
2014-08-26
Merge tag 'trace-fixes-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-92
/
+168
2014-08-25
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-8
/
+16
2014-08-25
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+34
2014-08-25
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
17
-30
/
+76
2014-08-25
Merge tag 'gpio-v3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
6
-15
/
+51
2014-08-25
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
44
-167
/
+328
2014-08-25
aio: fix reqs_available handling
Benjamin LaHaise
1
-4
/
+73
2014-08-24
bus: arm-ccn: Fix warning message
Pawel Moll
1
-1
/
+1
2014-08-24
ARM: shmobile: koelsch: Remove non-existent i2c6 pinmux
Geert Uytterhoeven
1
-7
/
+0
[next]