summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux 4.4-rc4v4.4-rc4Linus Torvalds2015-12-061-1/+1
* staging/lustre: remove IOC_LIBCFS_PING_TEST ioctlJames Simmons2015-12-062-18/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-12-064-31/+15
|\
| * Don't reset ->total_link_count on nested calls of vfs_path_lookup()Al Viro2015-12-061-1/+0
| * ovl: get rid of the dead code left from broken (and disabled) optimizationsAl Viro2015-12-063-26/+11
| * ovl: fix permission checking for setattrMiklos Szeredi2015-12-061-4/+4
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-12-065-15/+45
|\ \
| * | sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule()Peter Zijlstra2015-12-041-0/+19
| * | sched/core: Better document the try_to_wake_up() barriersPeter Zijlstra2015-12-042-1/+10
| * | sched/cputime: Fix invalid gtime in procHiroshi Shimamoto2015-12-041-0/+3
| * | sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang2015-12-041-4/+4
| * | sched/core: Remove false-positive warning from wake_up_process()Sasha Levin2015-12-041-1/+0
| * | sched/wait: Fix signal handling in bit wait helpersPeter Zijlstra2015-12-041-8/+8
| * | sched/rt: Hide the push_irq_work_func() declarationArnd Bergmann2015-11-231-1/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-12-0612-36/+54
|\ \ \
| * | | x86/signal: Fix restart_syscall number for x32 tasksDmitry V. Levin2015-12-051-7/+10
| * | | x86/mpx: Fix instruction decoder conditionDave Hansen2015-12-051-3/+3
| * | | x86/mm: Fix regression with huge pages on PAEKirill A. Shutemov2015-12-046-19/+17
| * | | x86 smpboot: Re-enable init_udelay=0 by default on modern CPUsLen Brown2015-11-251-4/+5
| * | | x86/entry/64: Fix irqflag tracing wrt context trackingAndy Lutomirski2015-11-241-1/+18
| * | | x86/microcode: Initialize the driver late when facilities are upBorislav Petkov2015-11-232-2/+1
| |/ /
OpenPOWER on IntegriCloud