Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | | drm: Move encoder->save/restore into nouveau | Daniel Vetter | 2015-12-08 | 1 | -4/+0 | |
| | * | | | | | | | | | | | | | drm: Remove crtc/connector->save/restore hooks | Daniel Vetter | 2015-12-08 | 1 | -11/+0 | |
| | * | | | | | | | | | | | | | drm: Update drm_plane_funcs kerneldoc | Daniel Vetter | 2015-12-08 | 1 | -37/+459 | |
| | * | | | | | | | | | | | | | drm/bridge: Improve kerneldoc | Daniel Vetter | 2015-12-08 | 1 | -6/+96 | |
| | * | | | | | | | | | | | | | drm: Make helper vtable pointers type-safe | Daniel Vetter | 2015-12-08 | 1 | -4/+9 | |
| | * | | | | | | | | | | | | | drm: Reorganize helper vtables and their docs | Daniel Vetter | 2015-12-08 | 3 | -194/+259 | |
| | * | | | | | | | | | | | | | drm: Move LEAVE/ENTER_ATOMIC_MODESET to fbdev helpers | Daniel Vetter | 2015-12-08 | 2 | -4/+6 | |
| | * | | | | | | | | | | | | | drm: Polish fbdev helper struct docs | Daniel Vetter | 2015-12-08 | 1 | -15/+81 | |
| * | | | | | | | | | | | | | | drm/msm: trivial whitespace fix | Rob Clark | 2015-12-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Merge branch 'drm-header-fixes' of https://github.com/GabrielL/linux into drm... | Dave Airlie | 2015-12-11 | 24 | -509/+508 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | drm: fix inclusion of drm.h in via_drm.h | Gabriel Laskar | 2015-12-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | drm: fix inclusion of drm.h in vmwgfx_drm.h | Gabriel Laskar | 2015-12-10 | 1 | -3/+1 | |
| | * | | | | | | | | | | | | | drm: fix inclusion of drm.h in virtgpu_drm.h | Gabriel Laskar | 2015-12-10 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | | drm: fix inclusion of drm.h in tegra_drm.h | Gabriel Laskar | 2015-12-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | drm: fix inclusion of drm.h in savage_drm.h | Gabriel Laskar | 2015-12-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | drm: fix inclusion of drm.h in r128_drm.h | Gabriel Laskar | 2015-12-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | drm: fix inclusion of drm.h in qxl_drm.h | Gabriel Laskar | 2015-12-10 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | | drm: fix inclusion of drm.h in omap_drm.h | Gabriel Laskar | 2015-12-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | drm: fix inclusion of drm.h in msm_drm.h | Gabriel Laskar | 2015-12-10 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | | drm: fix inclusion of drm.h in mga_drm.h | Gabriel Laskar | 2015-12-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | drm: fix inclusion of drm.h in exynos_sarea.h | Gabriel Laskar | 2015-12-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | drm: fix inclusion of drm.h in i810_drm.h | Gabriel Laskar | 2015-12-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | drm: fix inclusion of drm.h in exynos_sarea.h | Gabriel Laskar | 2015-12-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | drm: fix inclusion of drm.h in drm_sarea.h | Gabriel Laskar | 2015-12-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | drm: drm_mode.h fix includes | Gabriel Laskar | 2015-12-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | drm: drm_fourcc.h fix includes | Gabriel Laskar | 2015-12-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | drm: include drm.h in armada_drm.h | Gabriel Laskar | 2015-12-10 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | include/uapi/drm/amdgpu_drm.h: use __u32 and __u64 from <linux/types.h> | Mikko Rapeli | 2015-12-10 | 1 | -145/+145 | |
| | * | | | | | | | | | | | | | drm: Kbuild: add admgpu_drm.h to the installed headers | Gabriel Laskar | 2015-12-10 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | drm: use __u{32,64} instead of uint{32,64}_t in virtgpu_drm.h | Gabriel Laskar | 2015-12-10 | 1 | -49/+49 | |
| | * | | | | | | | | | | | | | include/uapi/linux/agpgart.h: include stdlib.h in userspace | Mikko Rapeli | 2015-12-10 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | include/uapi/linux/virtio_gpu.h: use __u8 from <linux/types.h> | Mikko Rapeli | 2015-12-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | include/uapi/drm/qxl_drm.h: use __s32, __u32 and __u64 from linux/types.h | Mikko Rapeli | 2015-12-10 | 1 | -37/+37 | |
| | * | | | | | | | | | | | | | include/uapi/drm/vmwgfx_drm.h: use __s32, __u32 and __u64 from linux/types.h | Mikko Rapeli | 2015-12-10 | 1 | -132/+132 | |
| | * | | | | | | | | | | | | | via_drm.h: don't include non-existing via_drmclient.h | Mikko Rapeli | 2015-12-10 | 1 | -3/+0 | |
| | * | | | | | | | | | | | | | radeon_drm.h: use __u32 and __u64 from linux/types.h | Mikko Rapeli | 2015-12-10 | 1 | -64/+64 | |
| | * | | | | | | | | | | | | | nouveau_drm.h: use __u32 and __u64 from linux/types.h | Mikko Rapeli | 2015-12-10 | 1 | -42/+44 | |
| | * | | | | | | | | | | | | | exynos_drm.h: use __u64 from linux/types.h | Mikko Rapeli | 2015-12-10 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | drm_mode.h: use __u32 and __u64 from linux/types.h | Mikko Rapeli | 2015-12-10 | 1 | -8/+8 | |
| | * | | | | | | | | | | | | | drm.h: use __kernel_size_t instead of size_t | Mikko Rapeli | 2015-12-10 | 1 | -4/+5 | |
* | | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-01-17 | 31 | -373/+798 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | printk: help pr_debug and pr_devel to optimize out arguments | Aaron Conole | 2016-01-16 | 1 | -6/+6 | |
| * | | | | | | | | | | | | | | | printk: do cond_resched() between lines while outputting to consoles | Tejun Heo | 2016-01-16 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | asm/sections: add helpers to check for section data | Thierry Reding | 2016-01-16 | 1 | -0/+65 | |
| * | | | | | | | | | | | | | | | err.h: add (missing) unlikely() to IS_ERR_OR_NULL() | Viresh Kumar | 2016-01-16 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | include/linux/kdev_t.h: remove new_valid_dev() | Yaowei Bai | 2016-01-16 | 1 | -5/+0 | |
| * | | | | | | | | | | | | | | | include/linux/kernel.h: change abs() macro so it uses consistent return type | Michal Nazarewicz | 2016-01-16 | 1 | -18/+18 | |
| * | | | | | | | | | | | | | | | include/linux/poison.h: use POISON_POINTER_DELTA for poison pointers | Vasily Kulikov | 2016-01-16 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | mm/mlock.c: change can_do_mlock return value type to boolean | Wang Xiaoqiang | 2016-01-16 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | memblock: fix section mismatch | Kirill A. Shutemov | 2016-01-16 | 1 | -9/+9 |