summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-03-29Merge tag 'drm-xe-next-2026-03-26-1' of https://gitlab.freedesktop.org/drm/xe...Dave Airlie1-0/+69
2026-03-27drm/xe/uapi: Add UAPI support for purgeable buffer objectsHimal Prasad Ghimiray1-0/+69
2026-03-27Merge tag 'drm-misc-next-2026-03-26' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie11-301/+257
2026-03-27Merge tag 'drm-xe-next-2026-03-25' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie3-2/+122
2026-03-26drm/xe/uapi: Define drm_xe_vm_get_propertyJonathan Cavitt1-0/+86
2026-03-26BackMerge tag 'v7.0-rc4' into drm-nextDave Airlie18-88/+148
2026-03-25accel/amdxdna: Add per-process BO memory usage query supportMax Zhen1-0/+35
2026-03-25drm/simple-kms: Deprecate simple-kms helpersThomas Zimmermann1-211/+5
2026-03-25drm/mipi-dbi: Remove simple-display helpers from mipi-dbiThomas Zimmermann1-54/+0
2026-03-25drm/mipi-dbi: Provide callbacks for atomic interfacesThomas Zimmermann1-0/+86
2026-03-25drm/mipi-dbi: Support custom pipelines with drm_mipi_dbi_dev_init()Thomas Zimmermann1-0/+4
2026-03-25drm/mipi-dbi: Only modify planes on enabled CRTCsThomas Zimmermann1-3/+0
2026-03-24drm/panthor: extend timestamp query with flagsMarcin Slusarz1-2/+61
2026-03-24drm/display: hdmi: Use drm_output_color_format instead of hdmi_colorspaceMaxime Ripard4-8/+11
2026-03-24drm/connector: Remove DRM_COLOR_FORMAT definesMaxime Ripard1-5/+0
2026-03-24drm/connector: Introduce drm_output_color_format enumMaxime Ripard1-8/+34
2026-03-24drm/xe/pf: Add FLR_PREPARE state to VF control flowPiotr Piórkowski1-0/+11
2026-03-23drm/xe/xe3p_lpg: Restrict UAPI to enable L2 flush optimizationTejas Upadhyay1-1/+3
2026-03-23Merge tag 'drm-misc-next-2026-03-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie6-18/+119
2026-03-21accel/amdxdna: Refactor GEM BO handling and add helper APIs for address retri...Max Zhen1-4/+5
2026-03-20drm/bridge: add drm_bridge_clear_and_put()Luca Ceresoli1-0/+1
2026-03-20drm/ttm: Update the struct ttm_operation_ctx kerneldocThomas Hellström1-9/+19
2026-03-20drm/ttm: Avoid invoking the OOM killer when reading back swapped contentThomas Hellström1-1/+1
2026-03-20drm/atomic: Remove state argument to drm_atomic_private_obj_initMaxime Ripard1-1/+0
2026-03-19Merge drm/drm-next into drm-xe-nextThomas Hellström12-46/+571
2026-03-18drm: Add CRTC background color propertyCristian Ciocaltea4-1/+100
2026-03-18uapi: Provide DIV_ROUND_CLOSEST()Cristian Ciocaltea2-17/+19
2026-03-17Merge tag 'drm-intel-next-2026-03-16' of https://gitlab.freedesktop.org/drm/i...Dave Airlie9-45/+565
2026-03-16drm/{i915,xe}: move framebuffer bo to parent interfaceJani Nikula1-0/+6
2026-03-16drm/{i915, xe}/bo: move display bo calls to parent interfaceJani Nikula1-0/+16
2026-03-16Merge tag 'amd-drm-next-7.1-2026-03-12' of https://gitlab.freedesktop.org/agd...Dave Airlie1-0/+2
2026-03-16Merge tag 'drm-xe-next-2026-03-12' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie5-0/+278
2026-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-48/+43
2026-03-15Merge tag 'sched-urgent-2026-03-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+5
2026-03-14Merge tag 'usb-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-2/+9
2026-03-14Merge tag 'char-misc-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+4
2026-03-14drm/pagemap: Add helper to access zone_device_dataFrancois Dugast1-0/+21
2026-03-13Merge tag 'block-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-03-13Merge tag 'io_uring-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2026-03-13drm/xe/uapi: Fix kernel-doc for DRM_XE_VM_BIND_FLAG_DECOMPRESSNitin Gote1-1/+1
2026-03-12Merge tag 'net-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds6-2/+61
2026-03-12net: prevent NULL deref in ip[6]tunnel_xmit()Eric Dumazet1-4/+6
2026-03-12Merge drm/drm-next into drm-xe-nextMatthew Brost772-7413/+31826
2026-03-12drm/xe: add VM_BIND DECOMPRESS uapi flagNitin Gote1-0/+8
2026-03-12Merge drm/drm-next into drm-misc-nextMaxime Ripard36-108/+259
2026-03-12ipv6: move the disable_ipv6_mod knob to core codeJakub Kicinski1-1/+6
2026-03-11io_uring: ensure ctx->rings is stable for task work flags manipulationJens Axboe1-0/+1
2026-03-11accel/amdxdna: Support sensors for column utilizationMario Limonciello (AMD)1-1/+2
2026-03-11Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into ...Paolo Bonzini2-48/+43
2026-03-11usb: core: new quirk to handle devices with zero configurationsJie Deng1-0/+3