summaryrefslogtreecommitdiffstats
path: root/include/net/ipcomp.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-22dma-buf/sync_file: free fences array in num_fences is 1Gustavo Padovan1-0/+1
2016-09-22drm/i2c: tda998x: don't register the connectorBrian Starkey1-8/+0
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen22-45/+45
2016-09-22drm: Distinguish no name from ENOMEM in set_unique()Tom Gundersen1-0/+3
2016-09-22drm: Remove dirty property from docsDaniel Vetter1-1/+0
2016-09-22drm/doc: Document color space handlingDaniel Vetter4-8/+68
2016-09-22drm: Extract drm_color_mgmt.[hc]Daniel Vetter6-248/+310
2016-09-22drm/doc: Polish plane composition property docsDaniel Vetter4-35/+136
2016-09-22drm: Conslidate blending properties in drm_blend.[hc]Daniel Vetter5-79/+110
2016-09-22drm/doc: Polish for drm_plane.[hc]Daniel Vetter4-156/+86
2016-09-22drm: Extract drm_plane.[hc]Daniel Vetter9-1583/+1681
2016-09-22drm/tilcdc: Add atomic and crtc headers to crtc.cSean Paul1-2/+4
2016-09-21drm: Fix typo in encoder docsDhinakaran Pandiyan1-8/+9
2016-09-21GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_sg()Markus Elfring1-2/+1
2016-09-21GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_agp()Markus Elfring1-1/+1
2016-09-21GPU-DRM: Replace two kzalloc() calls by kcalloc() in drm_legacy_addbufs_pci()Markus Elfring1-2/+2
2016-09-21GPU-DRM: Use kmalloc_array() in drm_legacy_addbufs_pci()Markus Elfring1-2/+3
2016-09-20dma-buf/sync_file: fix documentation errorEmilio López1-8/+5
2016-09-20dma-buf/sync_file: Increment refcount of fence when all are signaled.Rafael Antognolli1-4/+2
2016-09-19drm/fb-helper: Fix sparse warningsVille Syrjälä3-5/+9
2016-09-19drm/blend: Fix sparse warningsVille Syrjälä1-1/+1
2016-09-19drm/atomic-helper: Fix sparse warningsVille Syrjälä1-1/+1
2016-09-19drm: fix implicit declaration build error on ia64Jani Nikula1-0/+1
2016-09-19drm: Move all decl for drm_edid.c to drm_edid.hDaniel Vetter3-29/+34
2016-09-19drm: Extract drm_bridge.hDaniel Vetter7-189/+237
2016-09-19drm: Move a few macros away from drm_crtc.hDaniel Vetter6-34/+64
2016-09-19drm: cleanup drm_core_{init,exit}()David Herrmann1-26/+22
2016-09-19drm: drop obsolete drm_core.hDavid Herrmann6-48/+7
2016-09-19drm: use drm_file to tag vm-bosDavid Herrmann11-41/+51
2016-09-19drm: remove redundant drm_file->uidDavid Herrmann3-3/+3
2016-09-15drm: Only use compat ioctl for addfb2 on X86/IA64Kristian H. Kristensen1-0/+4
2016-09-15drm/qxl: squash lines for simple wrapper functionsMasahiro Yamada2-10/+4
2016-09-15drm/bridge: analogix_dp: squash lines for simple wrapper functionsMasahiro Yamada1-16/+4
2016-09-15drm/radeon: squash lines for simple wrapper functionsMasahiro Yamada3-15/+3
2016-09-15drm/amdgpu: squash lines for simple wrapper functionsMasahiro Yamada3-15/+3
2016-09-13dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)Chris Wilson1-1/+2
2016-09-12drm/fence: allow fence waiting to be interrupted by userspaceGustavo Padovan3-12/+36
2016-09-12drm: Move property validation to a helper, v2.Maarten Lankhorst3-26/+20
2016-09-12drm/bridge: adv7511: add support for the 2nd chipSergei Shtylyov2-9/+8
2016-09-08drm/sun4i: add missing header dependenciesBaoyou Xie3-0/+3
2016-09-08drm: Fix error path in drm_mode_page_flip_ioctl()Imre Deak1-1/+1
2016-09-08drm/sun4i: Add a DRC driverMaxime Ripard3-1/+143
2016-09-08drm/sun4i: backend: Handle the SATMaxime Ripard3-0/+71
2016-09-08drm/sun4i: support A33 tconMaxime Ripard4-6/+22
2016-09-08drm/sun4i: support TCONs without channel 1Maxime Ripard2-13/+23
2016-09-07ARM: dts: am335x-boneblack: Add HDMI audio supportJyri Sarha1-4/+67
2016-09-07drm/i2c: tda998x: Register ASoC hdmi-codec and add audio DT bindingJyri Sarha5-5/+239
2016-09-07drm/i2c: tda998x: Improve tda998x_configure_audio() audio related pdataJyri Sarha2-48/+64
2016-09-07Revert "drm: Unify handling of blob and object properties"Maarten Lankhorst1-5/+18
2016-09-06drm/udl: implement usb_driver suspend/resume.Haixia Shi3-0/+32