summaryrefslogtreecommitdiff
path: root/tools/lib/python/feat/parse_features.py
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2026-03-20 18:21:27 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2026-03-20 18:21:27 -0700
commita0c83177734ab98623795e1ba2cf4b72c23de5e7 (patch)
tree4226283eafe1d11029da957c2bd37e410e337bd3 /tools/lib/python/feat/parse_features.py
parent42bddab0563fe67882b2722620a66dd98c8dbf33 (diff)
parenta6e77320badd1444b0429ff8b6f338b750a1dc4f (diff)
downloadkernel-master.tar.gz
Merge tag 'drm-fixes-2026-03-21' of https://gitlab.freedesktop.org/drm/kernelmaster
Pull drm fixes from Dave Airlie: "Regular weekly pull request, from sunny San Diego. Usual suspects in xe/i915/amdgpu with small fixes all over, then some minor fixes across a few other drivers. It's probably a bit on the heavy side, but most of the fix seem well contained, core: - drm_dev_unplug UAF fix pagemap: - lock handling fix xe: - A number of teardown fixes - Skip over non-leaf PTE for PRL generation - Fix an uninitialized variable - Fix a missing runtime PM reference i915/display: - Fix #15771: Screen corruption and stuttering on P14s w/ 3K display - Fix for PSR entry setup frames count on rejected commit - Fix OOPS if firmware is not loaded and suspend is attempted - Fix unlikely NULL deref due to DC6 on probe amdgpu: - Fix gamma 2.2 colorop TFs - BO list fix - LTO fix - DC FP fix - DisplayID handling fix - DCN 2.01 fix - MMHUB boundary fixes - ISP fix - TLB fence fix - Hainan pm fix radeon: - Hainan pm fix vmwgfx: - memory leak fix - doc warning fix imagination: - deadlock fix - interrupt handling fixes dw-hdmi-qp: - multi channel audio fix" * tag 'drm-fixes-2026-03-21' of https://gitlab.freedesktop.org/drm/kernel: (40 commits) drm/xe: Fix missing runtime PM reference in ccs_mode_store drm/xe: Open-code GGTT MMIO access protection drm/xe/lrc: Fix uninitialized new_ts when capturing context timestamp drm/xe/oa: Allow reading after disabling OA stream drm/xe: Skip over non leaf pte for PRL generation drm/xe/guc: Ensure CT state transitions via STOP before DISABLED drm/xe: Trigger queue cleanup if not in wedged mode 2 drm/xe: Forcefully tear down exec queues in GuC submit fini drm/xe: Always kill exec queues in xe_guc_submit_pause_abort drm/xe/guc: Fail immediately on GuC load error drm/i915/gt: Check set_default_submission() before deferencing drm/radeon: apply state adjust rules to some additional HAINAN vairants drm/amdgpu: apply state adjust rules to some additional HAINAN vairants drm/amdgpu: rework how we handle TLB fences drm/bridge: dw-hdmi-qp: fix multi-channel audio output drm: Fix use-after-free on framebuffers and property blobs when calling drm_dev_unplug drm/amdgpu: Fix ISP segfault issue in kernel v7.0 drm/amdgpu/gmc9.0: add bounds checking for cid drm/amdgpu/mmhub4.2.0: add bounds checking for cid drm/amdgpu/mmhub4.1.0: add bounds checking for cid ...
Diffstat (limited to 'tools/lib/python/feat/parse_features.py')
0 files changed, 0 insertions, 0 deletions
intel/idpf/idpf_virtchnl.c?id=52361a06d3f2995f6cdbe35792ed1514067871d6'>idpf: refactor queue related virtchnl messagesAlan Brady 2024-03-04idpf: refactor vport virtchnl messagesAlan Brady 2024-03-04idpf: implement virtchnl transaction managerAlan Brady 2024-03-04idpf: add idpf_virtchnl.hAlan Brady 2023-12-13idpf: add get/set for Ethtool's header split ringparamMichal Kubiak 2023-10-23idpf: cancel mailbox work in error pathPavan Kumar Linga 2023-10-23idpf: set scheduling mode for completion queueMichal Kubiak 2023-09-13idpf: add SRIOV support and other ndo_opsJoshua Hay 2023-09-13idpf: add ethtool callbacksAlan Brady 2023-09-13idpf: add singleq start_xmit and napi pollJoshua Hay 2023-09-13idpf: add RX splitq napi poll supportAlan Brady 2023-09-13idpf: add TX splitq napi poll supportJoshua Hay 2023-09-13idpf: initialize interrupts and enable vportPavan Kumar Linga 2023-09-13idpf: configure resources for RX queuesAlan Brady 2023-09-13idpf: configure resources for TX queuesAlan Brady 2023-09-13idpf: add ptypes and MAC filter supportPavan Kumar Linga 2023-09-13idpf: add create vport and netdev configurationPavan Kumar Linga 2023-09-13idpf: add core init and interrupt requestPavan Kumar Linga 2023-09-13idpf: add controlq init and reset checksJoshua Hay