index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
cfq-iosched.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-03-20
drm/exynos: added mode_fixup feature and code clean.
Inki Dae
7
-13
/
+157
2012-03-20
drm/exynos: add HDMI version 1.4 support
Joonyoung Shim
4
-145
/
+1325
2012-03-20
drm/exynos: remove exynos_mixer.h
Joonyoung Shim
2
-93
/
+48
2012-03-20
gma500: Fix mmap frambuffer
Yoichi Yuasa
1
-1
/
+1
2012-03-20
drm/radeon: Drop radeon_gem_object_(un)pin.
Michel Dänzer
3
-30
/
+6
2012-03-20
drm/radeon: Restrict offset for legacy display engine.
Michel Dänzer
3
-3
/
+10
2012-03-20
drm/radeon: Restrict offset for legacy hardware cursor.
Michel Dänzer
3
-3
/
+30
2012-03-20
drm/radeon/kms: reduce probe latency on digital connectors
Tvrtko Ursulin
1
-0
/
+27
2012-03-20
drm/radeon/kms: add connector quirk for Fujitsu D3003-S2 board
Alex Deucher
1
-0
/
+14
2012-03-20
drm/radeon/kms: fix analog load detection on DVI-I connectors
Alex Deucher
1
-0
/
+4
2012-03-20
drm/ttm: Use pr_fmt and pr_<level>
Joe Perches
8
-125
/
+96
2012-03-20
drivers/gpu/drm/savage/savage_state.c: add missing kfree
Julia Lawall
1
-2
/
+3
2012-03-20
drivers/gpu/drm/radeon/radeon_cs.c: eliminate possible double free
Julia Lawall
1
-14
/
+2
2012-03-20
drm/radeon: dp only enable enhanced framing if sink supports.
Dave Airlie
1
-1
/
+2
2012-03-20
drm/radeon/kms: skip db/cb/streamout checking when possible on r600
Marek Olšák
1
-120
/
+150
2012-03-20
drm/radeon/kms: compute GPU addresses correctly on r600
Marek Olšák
1
-21
/
+68
2012-03-20
drm/radeon/kms: remove some unused variables in evergreen_cs_track
Marek Olšák
3
-52
/
+30
2012-03-20
drm/radeon/kms: skip db/cb/streamout checking when possible on evergreen
Marek Olšák
1
-25
/
+66
2012-03-20
drm/radeon/kms: optimize streamout checking for evergreen
Marek Olšák
1
-16
/
+21
2012-03-20
drm/radeon/kms: compute GPU addresses correctly on evergreen
Marek Olšák
1
-27
/
+103
2012-03-20
drm/radeon/kms: make some DRM errors more informative
Marek Olšák
1
-4
/
+4
2012-03-20
drm/radeon/kms: skip cb/db checking if SX_MISC is 1 on r600+
Marek Olšák
5
-3
/
+16
2012-03-20
drm/usb: move usb support into a separate module
Dave Airlie
5
-2
/
+13
2012-03-16
drm: fix build with UDL if USB is a module
Dave Airlie
2
-3
/
+2
2012-03-15
drm/udl: initial UDL driver (v4)
Dave Airlie
13
-0
/
+2324
2012-03-15
drm: add core support for unplugging a device (v2)
Dave Airlie
6
-0
/
+57
2012-03-15
drm/modeset: add helper to unplug all connectors from sysfs
Dave Airlie
2
-3
/
+16
2012-03-15
drm/sysfs: protect sysfs removal code against being run twice.
Dave Airlie
1
-1
/
+6
2012-03-15
udlfb: remove sysfs framebuffer device with USB .disconnect()
Kay Sievers
3
-2
/
+19
2012-03-15
drm: Add drm_mode_copy()
Ville Syrjälä
4
-15
/
+28
2012-03-15
drm: Use a flexible array member for blob property data
Ville Syrjälä
2
-2
/
+1
2012-03-15
drm: Handle drm_object_get() failures
Ville Syrjälä
3
-34
/
+85
2012-03-15
drm: Make drm_crtc_convert_{umode, to_umode} static and constify their params
Ville Syrjälä
1
-4
/
+4
2012-03-15
drm: Fix drm_mode_attachmode_crtc()
Ville Syrjälä
2
-12
/
+28
2012-03-15
drm: Check CRTC viewport against framebuffer size
Ville Syrjälä
1
-0
/
+24
2012-03-15
drm: Check user mode against overflows
Ville Syrjälä
1
-5
/
+28
2012-03-15
drm: Fix memory leak in drm_mode_setcrtc()
Ville Syrjälä
1
-0
/
+9
2012-03-15
drm: Make drm_mode_attachmode() void
Ville Syrjälä
1
-11
/
+5
2012-03-15
drm: Check crtc x and y coordinates
Ville Syrjälä
1
-0
/
+4
2012-03-15
drm: Warn if mode to umode conversion overflows the destination types
Ville Syrjälä
1
-0
/
+7
2012-03-15
drm: Change drm_display_mode::type to unsigned
Ville Syrjälä
1
-1
/
+1
2012-03-15
drm: Reject mode set with current fb if no current fb is bound
Ville Syrjälä
1
-8
/
+6
2012-03-15
gma500: suspend/resume support for Cedartrail
Alan Cox
4
-20
/
+181
2012-03-15
gma500: Fix resume paths
Alan Cox
1
-3
/
+0
2012-03-15
drm/nouveau: add userspace fallback hints.
Dave Airlie
1
-0
/
+3
2012-03-13
drm/nouveau: map first page of mmio early and determine chipset earlier
Ben Skeggs
2
-63
/
+62
2012-03-13
drm/nvd0/disp: disconnect encoders before reprogramming them
Ben Skeggs
1
-33
/
+33
2012-03-13
drm/nvd0/disp: move syncs/magic setup to or mode_set
Ben Skeggs
1
-20
/
+39
2012-03-13
drm/nouveau/dp: account for channel coding overhead in link training
Ben Skeggs
1
-0
/
+3
2012-03-13
drm/nvd0/disp: fix dcb sor link matching in supervisor handler
Ben Skeggs
1
-8
/
+9
[next]