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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-15
drm: Nuke fb->pixel_format
Ville Syrjälä
54
-151
/
+145
2016-12-15
drm: Nuke fb->bits_per_pixel
Ville Syrjälä
44
-101
/
+90
2016-12-15
drm: Nuke fb->depth
Ville Syrjälä
36
-57
/
+56
2016-12-15
drm/i915: Use drm_framebuffer_plane_{width,height}() where possible
Ville Syrjälä
1
-3
/
+2
2016-12-15
drm: Add drm_framebuffer_plane_{width,height}()
Ville Syrjälä
2
-0
/
+50
2016-12-15
drm/i915: Store a pointer to the pixel format info for fbc
Ville Syrjälä
2
-9
/
+9
2016-12-15
drm/nouveau: Use fb->format rather than drm_format_info()
Ville Syrjälä
1
-7
/
+5
2016-12-15
drm/fb_cma_helper: Replace drm_format_info() with fb->format
Ville Syrjälä
1
-4
/
+1
2016-12-15
drm: Replace drm_format_plane_cpp() with fb->format->cpp[]
Ville Syrjälä
15
-46
/
+45
2016-12-15
drm/i915: Eliminate the ugly 'fb?:' constructs from the ilk/skl wm code
Ville Syrjälä
1
-8
/
+15
2016-12-15
drm: Replace drm_format_num_planes() with fb->format->num_planes
Ville Syrjälä
13
-20
/
+20
2016-12-15
drm: Reject fbs w/o format info in drm_framebuffer_init()
Ville Syrjälä
1
-1
/
+1
2016-12-15
drm/i915: Populate fb->format early for inherited fbs
Ville Syrjälä
1
-0
/
+3
2016-12-15
drm: Store a pointer to drm_format_info under drm_framebuffer
Ville Syrjälä
2
-0
/
+5
2016-12-15
drm: Populate fb->dev from drm_helper_mode_fill_fb_struct()
Ville Syrjälä
2
-1
/
+5
2016-12-15
drm/i915: Set fb->dev early on for inherited fbs
Ville Syrjälä
1
-0
/
+6
2016-12-15
drm/virtio: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init()
Ville Syrjälä
1
-1
/
+2
2016-12-15
drm/qxl: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init()
Ville Syrjälä
1
-1
/
+1
2016-12-15
drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()
Ville Syrjälä
24
-25
/
+27
2016-12-15
drm/bridge: analogix_dp: set the DPCD600 during disabling PSR
Caesar Wang
1
-0
/
+5
2016-12-14
drm/nouveau: Add local 'fb' variables
Ville Syrjälä
2
-3
/
+5
2016-12-14
drm/nouveau: Fix crtc->primary->fb vs. drm_fb fail
Ville Syrjälä
1
-2
/
+2
2016-12-14
drm/arm: Add local 'fb' variables
Ville Syrjälä
2
-11
/
+13
2016-12-14
drm/arcpgu: Add local 'fb' variables
Ville Syrjälä
1
-1
/
+2
2016-12-14
drm/cirrus: Add some local 'fb' variables
Ville Syrjälä
1
-4
/
+5
2016-12-14
drm/gma500: Add some local 'fb' variables
Ville Syrjälä
3
-19
/
+22
2016-12-14
drm/ast: Add local 'fb' variables
Ville Syrjälä
1
-5
/
+10
2016-12-14
drm/mgag200: Add local 'fb' variable
Ville Syrjälä
1
-8
/
+9
2016-12-14
drm/radeon: Use DIV_ROUND_UP()
Ville Syrjälä
1
-3
/
+2
2016-12-14
drm/radeon: Add local 'fb' variables
Ville Syrjälä
2
-3
/
+10
2016-12-14
drm/i915: Add local 'fb' variables
Ville Syrjälä
1
-14
/
+12
2016-12-14
drm: bridge: add support for TI ths8135
Bartosz Golaszewski
1
-0
/
+1
2016-12-14
drm: bridge: add DT bindings for TI ths8135
Bartosz Golaszewski
1
-0
/
+46
2016-12-14
drm/fsl: don't use drm_put_dev
Daniel Vetter
1
-1
/
+2
2016-12-14
drm: mxsfb: drm_dev_alloc() returns error pointers
Dan Carpenter
1
-2
/
+2
2016-12-14
Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux into...
Daniel Vetter
136
-651
/
+7120
2016-12-14
drm: Use atomic state for FB in legacy ioctls
Daniel Stone
2
-3
/
+10
2016-12-14
drm_fourcc: Fix DRM_FORMAT_MOD_LINEAR #define
Kristian H. Kristensen
1
-0
/
+1
2016-12-13
drm/etnaviv: Use drm_dev_unref, not drm_put_dev
Daniel Vetter
1
-1
/
+1
2016-12-13
drm/mediatek: don't use drm_put_dev
Daniel Vetter
1
-1
/
+2
2016-12-13
dma-buf: Final bits of doc polish
Daniel Vetter
4
-48
/
+71
2016-12-13
dma-buf: Update cpu access documentation
Daniel Vetter
4
-221
/
+211
2016-12-13
dma-buf: Reorganize device dma access docs
Daniel Vetter
5
-251
/
+207
2016-12-13
dma-buf: Update kerneldoc for sync_file_create
Daniel Vetter
1
-10
/
+4
2016-12-13
Merge tag 'docs-4.10' of git://git.lwn.net/linux into drm-misc-next
Daniel Vetter
344
-21260
/
+40013
2016-12-13
drm/hisilicon: Don't set drm_device->platformdev
Daniel Vetter
3
-15
/
+8
2016-12-13
drm: Enforce BKL-less ioctls for modern drivers
Daniel Vetter
1
-3
/
+2
2016-12-13
drm: setclientcap doesn't need the drm BKL
Daniel Vetter
1
-1
/
+1
2016-12-13
drm: Protect master->unique with dev->master_mutex
Daniel Vetter
2
-7
/
+22
2016-12-13
drm_fourcc: Document linear modifier
Daniel Vetter
1
-0
/
+10
[next]