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
2014-03-17
drm/gma500: Unify encoder mode fixup
Patrik Jakobsson
5
-24
/
+13
2014-03-17
drm/gma500: Unify _get_core_freq for cdv and psb
Patrik Jakobsson
5
-78
/
+82
2014-03-17
drm/gma500: Move asle interrupt work into a work task
Patrik Jakobsson
2
-4
/
+22
2014-03-17
drm/gma500: Remove dead code
Thierry Reding
1
-3
/
+0
2014-03-17
drm/gma500: Add backing type and base align to psb_gem_create()
Patrik Jakobsson
6
-9
/
+33
2014-03-17
drm/gma500: Remove unused ioctls
Patrik Jakobsson
4
-269
/
+0
2014-03-17
drm/gma500: Always trap MMU page faults
Patrik Jakobsson
1
-7
/
+1
2014-03-17
drm/gma500: Hook up the MMU
Patrik Jakobsson
2
-13
/
+55
2014-03-17
drm/gma500: Add first piece of blitter code
Patrik Jakobsson
3
-0
/
+74
2014-03-17
drm/gma500: Give MMU code it's own header file
Patrik Jakobsson
3
-88
/
+95
2014-03-17
drm/gma500: Add support for SGX interrupts
Patrik Jakobsson
1
-12
/
+69
2014-03-17
drm/gma500: Make SGX MMU driver actually do something
Patrik Jakobsson
3
-134
/
+138
2014-03-05
Merge branch 'drm-next-3.15' of git://people.freedesktop.org/~deathsimple/lin...
Dave Airlie
24
-1392
/
+1608
2014-03-04
drm/radeon: remove struct radeon_bo_list
Christian König
11
-245
/
+244
2014-03-04
Merge tag 'drm-intel-next-2014-02-14' of ssh://git.freedesktop.org/git/drm-in...
Dave Airlie
30
-522
/
+1117
2014-03-03
drm/radeon: drop non blocking allocations from sub allocator
Christian König
4
-8
/
+5
2014-03-03
drm/radeon: remove global vm lock
Christian König
5
-14
/
+11
2014-03-03
drm/radeon: use normal BOs for the page tables v4
Christian König
5
-295
/
+269
2014-03-03
drm/radeon: further cleanup vm flushing & fencing
Christian König
4
-16
/
+38
2014-03-03
drm/radeon: separate gart and vm functions
Christian König
3
-959
/
+982
2014-03-03
drm/radeon: fix VCE suspend/resume
Christian König
2
-30
/
+34
2014-03-03
drm/radeon: fix missing bo reservation
Christian König
1
-0
/
+6
2014-03-03
drm/radeon: limit how much memory TTM can move per IB according to VRAM usage
Marek Olšák
3
-8
/
+85
2014-03-03
drm/radeon: validate relocations in the order determined by userspace v3
Marek Olšák
4
-16
/
+61
2014-03-03
drm/radeon: add buffers to the LRU list from smallest to largest
Marek Olšák
1
-0
/
+23
2014-03-03
drm/radeon: deduplicate code in radeon_gem_busy_ioctl
Marek Olšák
1
-12
/
+1
2014-03-03
drm/radeon: track memory statistics about VRAM and GTT usage and buffer moves v2
Marek Olšák
5
-3
/
+62
2014-03-03
drm/radeon: add a way to get and set initial buffer domains v2
Marek Olšák
5
-1
/
+45
2014-02-28
drm/radeon: use variable UVD clocks
Alex Deucher
2
-5
/
+1
2014-02-28
drm/radeon: cleanup the fence ring locking code
Christian König
6
-61
/
+25
2014-02-28
drm/radeon: improve ring lockup detection code v2
Christian König
2
-15
/
+12
2014-02-27
Merge branch 'drm-next-3.15' of git://people.freedesktop.org/~deathsimple/lin...
Dave Airlie
39
-175
/
+1686
2014-02-27
Merge branch 'tda998x-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-cubox i...
Dave Airlie
1
-219
/
+383
2014-02-27
Merge tag 'drm-intel-next-2014-02-07' of ssh://git.freedesktop.org/git/drm-in...
Dave Airlie
34
-1676
/
+3332
2014-02-27
Merge tag 'drm/dp-aux-for-3.15-rc1' of git://anongit.freedesktop.org/tegra/li...
Dave Airlie
1
-0
/
+395
2014-02-26
drm/dp: Allow registering AUX channels as I2C busses
Thierry Reding
1
-7
/
+179
2014-02-26
drm/dp: Add DisplayPort link helpers
Thierry Reding
1
-0
/
+97
2014-02-26
drm/dp: Add drm_dp_dpcd_read_link_status()
Thierry Reding
1
-0
/
+16
2014-02-26
drm/dp: Add AUX channel infrastructure
Thierry Reding
1
-0
/
+110
2014-02-24
Merge tag 'regulator-v3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-5
/
+10
2014-02-24
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+19
2014-02-23
Merge tag 'usb-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
19
-111
/
+159
2014-02-23
Merge tag 'tty-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-18
/
+7
2014-02-23
Merge tag 'staging-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+1
2014-02-23
Merge tag 'char-misc-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+3
2014-02-23
Merge remote-tracking branches 'regulator/fix/da9063', 'regulator/fix/max1457...
Mark Brown
3
-4
/
+9
2014-02-23
Merge remote-tracking branch 'regulator/fix/core' into regulator-linus
Mark Brown
1
-1
/
+1
2014-02-23
Revert "tty: Set correct tty name in 'active' sysfs attribute"
Greg Kroah-Hartman
1
-18
/
+7
2014-02-22
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2014-02-22
regulator: max14577: Fix invalid return value on DT parse success
Krzysztof Kozlowski
1
-2
/
+3
[next]