summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | drm: Move encoder->save/restore into nouveauDaniel Vetter2015-12-081-4/+0
| | * | | | | | | | | | | | | drm: Remove crtc/connector->save/restore hooksDaniel Vetter2015-12-081-11/+0
| | * | | | | | | | | | | | | drm: Update drm_plane_funcs kerneldocDaniel Vetter2015-12-081-37/+459
| | * | | | | | | | | | | | | drm/bridge: Improve kerneldocDaniel Vetter2015-12-081-6/+96
| | * | | | | | | | | | | | | drm: Make helper vtable pointers type-safeDaniel Vetter2015-12-081-4/+9
| | * | | | | | | | | | | | | drm: Reorganize helper vtables and their docsDaniel Vetter2015-12-083-194/+259
| | * | | | | | | | | | | | | drm: Move LEAVE/ENTER_ATOMIC_MODESET to fbdev helpersDaniel Vetter2015-12-082-4/+6
| | * | | | | | | | | | | | | drm: Polish fbdev helper struct docsDaniel Vetter2015-12-081-15/+81
| * | | | | | | | | | | | | | drm/msm: trivial whitespace fixRob Clark2015-12-141-1/+1
| * | | | | | | | | | | | | | Merge branch 'drm-header-fixes' of https://github.com/GabrielL/linux into drm...Dave Airlie2015-12-1124-509/+508
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | drm: fix inclusion of drm.h in via_drm.hGabriel Laskar2015-12-101-1/+1
| | * | | | | | | | | | | | | drm: fix inclusion of drm.h in vmwgfx_drm.hGabriel Laskar2015-12-101-3/+1
| | * | | | | | | | | | | | | drm: fix inclusion of drm.h in virtgpu_drm.hGabriel Laskar2015-12-101-2/+1
| | * | | | | | | | | | | | | drm: fix inclusion of drm.h in tegra_drm.hGabriel Laskar2015-12-101-1/+1
| | * | | | | | | | | | | | | drm: fix inclusion of drm.h in savage_drm.hGabriel Laskar2015-12-101-1/+1
| | * | | | | | | | | | | | | drm: fix inclusion of drm.h in r128_drm.hGabriel Laskar2015-12-101-1/+1
| | * | | | | | | | | | | | | drm: fix inclusion of drm.h in qxl_drm.hGabriel Laskar2015-12-101-2/+1
| | * | | | | | | | | | | | | drm: fix inclusion of drm.h in omap_drm.hGabriel Laskar2015-12-101-1/+1
| | * | | | | | | | | | | | | drm: fix inclusion of drm.h in msm_drm.hGabriel Laskar2015-12-101-2/+1
| | * | | | | | | | | | | | | drm: fix inclusion of drm.h in mga_drm.hGabriel Laskar2015-12-101-1/+1
| | * | | | | | | | | | | | | drm: fix inclusion of drm.h in exynos_sarea.hGabriel Laskar2015-12-101-1/+1
| | * | | | | | | | | | | | | drm: fix inclusion of drm.h in i810_drm.hGabriel Laskar2015-12-101-1/+1
| | * | | | | | | | | | | | | drm: fix inclusion of drm.h in exynos_sarea.hGabriel Laskar2015-12-101-1/+1
| | * | | | | | | | | | | | | drm: fix inclusion of drm.h in drm_sarea.hGabriel Laskar2015-12-101-1/+1
| | * | | | | | | | | | | | | drm: drm_mode.h fix includesGabriel Laskar2015-12-101-1/+1
| | * | | | | | | | | | | | | drm: drm_fourcc.h fix includesGabriel Laskar2015-12-101-1/+1
| | * | | | | | | | | | | | | drm: include drm.h in armada_drm.hGabriel Laskar2015-12-101-0/+2
| | * | | | | | | | | | | | | include/uapi/drm/amdgpu_drm.h: use __u32 and __u64 from <linux/types.h>Mikko Rapeli2015-12-101-145/+145
| | * | | | | | | | | | | | | drm: Kbuild: add admgpu_drm.h to the installed headersGabriel Laskar2015-12-101-0/+1
| | * | | | | | | | | | | | | drm: use __u{32,64} instead of uint{32,64}_t in virtgpu_drm.hGabriel Laskar2015-12-101-49/+49
| | * | | | | | | | | | | | | include/uapi/linux/agpgart.h: include stdlib.h in userspaceMikko Rapeli2015-12-101-0/+1
| | * | | | | | | | | | | | | include/uapi/linux/virtio_gpu.h: use __u8 from <linux/types.h>Mikko Rapeli2015-12-101-1/+1
| | * | | | | | | | | | | | | include/uapi/drm/qxl_drm.h: use __s32, __u32 and __u64 from linux/types.hMikko Rapeli2015-12-101-37/+37
| | * | | | | | | | | | | | | include/uapi/drm/vmwgfx_drm.h: use __s32, __u32 and __u64 from linux/types.hMikko Rapeli2015-12-101-132/+132
| | * | | | | | | | | | | | | via_drm.h: don't include non-existing via_drmclient.hMikko Rapeli2015-12-101-3/+0
| | * | | | | | | | | | | | | radeon_drm.h: use __u32 and __u64 from linux/types.hMikko Rapeli2015-12-101-64/+64
| | * | | | | | | | | | | | | nouveau_drm.h: use __u32 and __u64 from linux/types.hMikko Rapeli2015-12-101-42/+44
| | * | | | | | | | | | | | | exynos_drm.h: use __u64 from linux/types.hMikko Rapeli2015-12-101-3/+3
| | * | | | | | | | | | | | | drm_mode.h: use __u32 and __u64 from linux/types.hMikko Rapeli2015-12-101-8/+8
| | * | | | | | | | | | | | | drm.h: use __kernel_size_t instead of size_tMikko Rapeli2015-12-101-4/+5
* | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-1731-373/+798
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | printk: help pr_debug and pr_devel to optimize out argumentsAaron Conole2016-01-161-6/+6
| * | | | | | | | | | | | | | | printk: do cond_resched() between lines while outputting to consolesTejun Heo2016-01-161-0/+1
| * | | | | | | | | | | | | | | asm/sections: add helpers to check for section dataThierry Reding2016-01-161-0/+65
| * | | | | | | | | | | | | | | err.h: add (missing) unlikely() to IS_ERR_OR_NULL()Viresh Kumar2016-01-161-1/+1
| * | | | | | | | | | | | | | | include/linux/kdev_t.h: remove new_valid_dev()Yaowei Bai2016-01-161-5/+0
| * | | | | | | | | | | | | | | include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz2016-01-161-18/+18
| * | | | | | | | | | | | | | | include/linux/poison.h: use POISON_POINTER_DELTA for poison pointersVasily Kulikov2016-01-161-2/+2
| * | | | | | | | | | | | | | | mm/mlock.c: change can_do_mlock return value type to booleanWang Xiaoqiang2016-01-161-1/+1
| * | | | | | | | | | | | | | | memblock: fix section mismatchKirill A. Shutemov2016-01-161-9/+9