summaryrefslogtreecommitdiffstats
path: root/include/uapi
AgeCommit message (Expand)AuthorLines
2017-08-31drm/amdgpu: add IOCTL interface for per VM BOs v3Christian König-0/+2
2017-08-29Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_li...Dave Airlie-3/+8
2017-08-29Merge tag 'drm-misc-next-fixes-2017-08-28' of git://anongit.freedesktop.org/g...Dave Airlie-7/+7
2017-08-29drm/syncobj: Add a signal ioctl (v3)Jason Ekstrand-0/+1
2017-08-29drm/syncobj: Add a reset ioctl (v3)Jason Ekstrand-0/+7
2017-08-29drm/syncobj: Allow wait for submit and signal behavior (v5)Jason Ekstrand-0/+1
2017-08-29drm/syncobj: Add a CREATE_SIGNALED flagJason Ekstrand-0/+1
2017-08-29drm/syncobj: add sync obj wait interface. (v8)Dave Airlie-0/+12
2017-08-28drm/vmwgfx: Prepare to support fence fdSinclair Yeh-3/+8
2017-08-25drm: rename u32 in __u32 in uapiLionel Landwerlin-7/+7
2017-08-22Merge tag 'drm-intel-next-2017-08-18' of git://anongit.freedesktop.org/git/dr...Dave Airlie-2/+69
2017-08-17Merge tag 'drm-misc-next-2017-08-16' of git://anongit.freedesktop.org/git/drm...Dave Airlie-0/+11
2017-08-15drm/amdkfd: Implement image tiling mode support v2Yong Zhao-1/+27
2017-08-15drm/amdkfd: Adding new IOCTL for scratch memory v2Moses Reuben-1/+10
2017-08-15drm/i915: Add support for drm syncobjsJason Ekstrand-2/+29
2017-08-15Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie-3/+3
2017-08-10drm/i915: Implement .get_format_info() hook for CCSVille Syrjälä-0/+20
2017-08-10Merge airlied/drm-next into drm-intel-next-queuedDaniel Vetter-11/+83
2017-08-08drm/vc4: Add exec flags to allow forcing a specific X/Y tile walk order.Eric Anholt-0/+11
2017-08-07uapi drm/armada_drm.h: use __u32 and __u64 instead of uint32_t and uint64_tMikko Rapeli-11/+11
2017-08-03drm/i915/perf: Implement I915_PERF_ADD/REMOVE_CONFIG interfaceLionel Landwerlin-0/+20
2017-08-01drm/msm: Remove __user from __u64 data typesJordan Crouse-3/+3
2017-08-01drm: Create a format/modifier blobBen Widawsky-0/+50
2017-08-01drm: Plumb modifiers through plane initBen Widawsky-0/+11
2017-07-28drm/vc4: Add an ioctl for labeling GEM BOs for summary statsEric Anholt-0/+11
2017-07-27Backmerge tag 'v4.13-rc2' into drm-nextDave Airlie-4/+4
2017-07-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter-208/+837
2017-07-22Merge tag 'tty-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+1
2017-07-18include: usb: audio: specify exact endiannes of descriptorsRuslan Bilovol-3/+3
2017-07-17tty: Fix TIOCGPTPEER ioctl definitionGleb Fotengauer-Malinovskiy-1/+1
2017-07-15Merge tag 'kvm-4.13-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+3
2017-07-14kvm: x86: hyperv: make VP_INDEX managed by userspaceRoman Kagan-0/+1
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-0/+12
2017-07-13kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2Roman Kagan-0/+1
2017-07-12include/linux/sem.h: correctly document sem_ctimeManfred Spraul-1/+1
2017-07-12kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov-0/+10
2017-07-12KVM: s390: Fix KVM_S390_GET_CMMA_BITS ioctl definitionGleb Fotengauer-Malinovskiy-1/+1
2017-07-10Fix up over-eager 'wait_queue_t' renamingLinus Torvalds-4/+4
2017-07-09Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-17/+209
2017-07-09Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-8/+8
2017-07-09Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+2
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+4
2017-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-0/+1
2017-07-08sched/headers/uapi: Fix linux/sched/types.h userspace compilation errorsDmitry V. Levin-8/+8
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+41
2017-07-06tcmu: perfom device add, del and reconfig synchronouslyMike Christie-0/+7
2017-07-06tcmu: reconfigure netlink attr changesMike Christie-8/+4
2017-07-06tcmu: Add Type of reconfig into netlinkBryant G. Ly-0/+8
2017-07-06tcmu: Add netlink for device reconfigurationBryant G. Ly-0/+1
2017-07-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-8/+1