summaryrefslogtreecommitdiffstats
path: root/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2019-06-05' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-06-061-1/+95
|\
| * drm: Fix docbook warnings in hdr metadata helper structuresUma Shankar2019-06-041-1/+73
| * drm: Fixed doc warnings in drm uapi headerUma Shankar2019-06-031-0/+22
* | Merge branch 'drm-next-5.3' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-05-311-4/+31
|\ \ | |/ |/|
| * drm/amdkfd: New IOCTL to allocate queue GWSOak Zeng2019-05-281-1/+19
| * drm/amdkfd: Introduce XGMI SDMA queue typeOak Zeng2019-05-241-3/+4
| * drm/amdkfd: Expose HDP registers to user spaceOak Zeng2019-05-241-0/+1
| * drm/amdgpu: Remap hdp coherency registersOak Zeng2019-05-241-0/+7
* | Merge tag 'drm-intel-next-2019-05-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-05-281-3/+206
|\ \
| * | drm/i915: Engine discovery queryTvrtko Ursulin2019-05-221-0/+42
| * | drm/i915: Allow specification of parallel execbufChris Wilson2019-05-221-1/+16
| * | drm/i915/execlists: Virtual engine bondingChris Wilson2019-05-221-0/+44
| * | drm/i915: Load balancing across a virtual engineChris Wilson2019-05-221-0/+39
| * | drm/i915: Allow userspace to clone contexts on creationChris Wilson2019-05-221-0/+15
| * | drm/i915: Re-expose SINGLE_TIMELINE flags for context creationChris Wilson2019-05-221-1/+2
| * | drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]Chris Wilson2019-05-221-1/+2
| * | drm/i915: Allow a context to define its set of enginesChris Wilson2019-05-221-0/+31
| * | drm/i915: Restore control over ppgtt for context creation ABIChris Wilson2019-05-221-0/+15
* | | Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-05-283-0/+52
|\ \ \
| * \ \ Merge drm/drm-next into drm-misc-nextSean Paul2019-05-2267-284/+2041
| |\ \ \ | | | |/ | | |/|
| * | | drm: Add HDR source metadata propertyUma Shankar2019-05-221-0/+23
| * | | drm: Fix drm.h uapi header for GNU/kFreeBSDJames Clarke2019-05-161-0/+1
| * | | Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2019-05-099-64/+227
| |\ \ \
| * | | | drm/v3d: Add support for compute shader dispatch.Eric Anholt2019-04-181-0/+28
* | | | | Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-241-5/+1
|\ \ \ \ \
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
* | | | | | tipc: Avoid copying bytes beyond the supplied dataChris Packham2019-05-201-3/+7
|/ / / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-201-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-05-151-1/+1
| |\ \ \ \
| | * | | | bpf: btf: fix the brackets of BTF_INT_OFFSET()Gary Lin2019-05-141-1/+1
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-171-2/+13
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'kvmarm-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-05-151-0/+7
| |\ \ \ \ \ \
| | * | | | | | KVM: arm64: Add capability to advertise ptrauth for guestAmit Daniel Kachhap2019-04-241-0/+2
| | * | | | | | KVM: arm64: Add a capability to advertise SVE supportDave Martin2019-03-291-0/+1
| | * | | | | | KVM: arm/arm64: Add KVM_ARM_VCPU_FINALIZE ioctlDave Martin2019-03-291-0/+3
| | * | | | | | KVM: Allow 2048-bit register access via ioctl interfaceDave Martin2019-03-291-0/+1
| * | | | | | | Merge tag 'kvm-ppc-next-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-05-151-0/+3
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: PPC: Book3S HV: XIVE: Introduce a new capability KVM_CAP_PPC_IRQ_XIVECédric Le Goater2019-04-301-0/+1
| | * | | | | | | KVM: PPC: Book3S HV: Add a new KVM device for the XIVE native exploitation modeCédric Le Goater2019-04-301-0/+2
| * | | | | | | | KVM: Introduce KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2Peter Xu2019-05-081-2/+3
* | | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-05-171-1/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells2019-05-161-1/+13
* | | | | | | | | | Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-05-151-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | nfsd: un-deprecate nfsdcldScott Mayhew2019-04-241-0/+1
* | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | RDMA/core: Change system parameters callback from dumpit to doitParav Pandit2019-05-131-1/+1
* | | | | | | | | | | Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-142-68/+83
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'pci/trivial'Bjorn Helgaas2019-05-131-67/+65
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | PCI: Cleanup register definition width and whitespaceBjorn Helgaas2019-03-221-67/+65
| | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'pci/switchtec'Bjorn Helgaas2019-05-131-1/+12
| |\ \ \ \ \ \ \ \ \ \ \