summaryrefslogtreecommitdiff
path: root/include/uapi
AgeCommit message (Expand)AuthorFilesLines
2025-12-08drm/amdgpu/uapi: Clarify comment on AMDGPU_VM_PAGE_PRTTimur Kristóf1-1/+1
2025-12-08drm/amdgpu: update VRAM typesHawking Zhang1-0/+1
2025-12-02Merge tag 'drm-misc-next-2025-12-01-1' of https://gitlab.freedesktop.org/drm/...Dave Airlie3-9/+149
2025-11-27drm/colorop: Add 3D LUT support to color pipelineAlex Hung1-0/+34
2025-11-27drm/colorop: Define LUT_1D interpolationHarry Wentland1-0/+13
2025-11-27drm/colorop: Add multiplier typeAlex Hung1-0/+11
2025-11-27drm/colorop: Add 1D Curve Custom LUT typeAlex Hung1-0/+14
2025-11-27drm: Add Enhanced LUT precision structureUma Shankar1-0/+12
2025-11-27drm/colorop: Add 3x4 CTM typeHarry Wentland2-10/+31
2025-11-27drm/colorop: Introduce DRM_CLIENT_CAP_PLANE_COLOR_PIPELINEHarry Wentland1-0/+15
2025-11-27drm/colorop: Add TYPE propertyHarry Wentland1-0/+19
2025-11-27drm/colorop: Introduce new drm_colorop mode objectHarry Wentland1-0/+1
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie6-23/+34
2025-11-14Merge tag 'io_uring-6.18-20251113' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2025-11-11io_uring/query: return number of available queriesPavel Begunkov1-0/+3
2025-11-08Merge tag 'drm-fixes-2025-11-08' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-9/+16
2025-11-07Merge tag 'io_uring-6.18-20251106' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-12/+0
2025-11-07Merge tag 'drm-misc-fixes-2025-11-06' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-9/+16
2025-11-06Merge tag 'net-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+2
2025-11-06drm/panfrost: fix UAPI kernel-doc warningsRandy Dunlap1-36/+82
2025-11-06drm: define NVIDIA DRM format modifiers for GB20xJames Jones1-9/+16
2025-11-05Merge tag 'platform-drivers-x86-v6.18-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+12
2025-11-05accel/amdxdna: Support preemption requestsLizhi Hou1-1/+15
2025-11-05virtio_net: fix alignment for virtio_net_hdr_v1_hashMichael S. Tsirkin1-1/+2
2025-11-04accel/amdxdna: Add IOCTL parameter for telemetry dataLizhi Hou1-0/+17
2025-11-04accel/amdxdna: Add IOCTL parameter for resource dataLizhi Hou1-0/+17
2025-11-03io_uring/zcrx: remove sync refill uapiPavel Begunkov1-12/+0
2025-10-30accel/ivpu: Add support for userptr buffer objectsJacek Lawrynowicz1-0/+52
2025-10-29video: fb: Fix typo in comment in fb.hPIYUSH CHOUDHARY1-1/+1
2025-10-28Input: Add keycodes for electronic privacy screen on/off hotkeysHans de Goede1-0/+12
2025-10-24accel: Add Arm Ethos-U NPU driverRob Herring (Arm)1-0/+261
2025-10-24Merge tag 'drm-misc-next-2025-10-21' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter1-0/+13
2025-10-21Merge tag 'drm-misc-next-2025-10-02' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter3-1/+110
2025-10-21Merge tag 'drm-xe-next-2025-10-20' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie1-1/+20
2025-10-21drm/xe/uapi: Hide the madvise autoreset behind a VM_BIND flagThomas Hellström1-0/+15
2025-10-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+3
2025-10-18Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-2/+3
2025-10-17drm/xe/uapi: Hide the madvise autoreset behind a VM_BIND flagThomas Hellström1-0/+15
2025-10-16accel/amdxdna: Support getting last hardware errorLizhi Hou1-0/+13
2025-10-15drm/xe/uapi: Add documentation for DRM_XE_GEM_CREATE_FLAG_SCANOUTSanjay Yadav1-1/+5
2025-10-13drm/amdgpu: drop unused structures in amdgpu_drm.hAlex Deucher1-21/+0
2025-10-13Merge drm/drm-next into drm-misc-nextThomas Zimmermann62-152/+1471
2025-10-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-1/+1
2025-10-11KVM: guest_memfd: Add INIT_SHARED flag, reject user page faults if not setSean Christopherson1-1/+2
2025-10-11KVM: Rework KVM_CAP_GUEST_MEMFD_MMAP into KVM_CAP_GUEST_MEMFD_FLAGSSean Christopherson1-1/+1
2025-10-11Merge tag 'drm-next-2025-10-11-1' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-2/+2
2025-10-10Merge tag 'io_uring-6.18-20251009' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-10-07drm/amdkfd: Fix two comments in kfd_ioctl.hFelix Kuehling1-2/+2
2025-10-07io_uring: use tab indentation for IORING_SEND_VECTORIZED commentHaiyue Wang1-1/+1
2025-10-06Merge tag 'pci-v6.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+10