summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-27Merge tag 'drm-xe-fixes-2026-03-26' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie
2026-03-27Merge tag 'drm-misc-fixes-2026-03-26' of https://gitlab.freedesktop.org/drm/m...Dave Airlie
2026-03-27Merge tag 'drm-intel-fixes-2026-03-26' of https://gitlab.freedesktop.org/drm/...Dave Airlie
2026-03-27Merge tag 'amd-drm-fixes-7.0-2026-03-25' of https://gitlab.freedesktop.org/ag...Dave Airlie
2026-03-25MAINTAINERS: Update GPU driver maintainer informationJianmin Lv
2026-03-25drm/xe: always keep track of remap prev/nextMatthew Auld
2026-03-25drm/syncobj: Fix xa_alloc allocation flagsTvrtko Ursulin
2026-03-24drm/amd/display: Fix DCE LVDS handlingAlex Deucher
2026-03-24drm/amdgpu: Handle GPU page faults correctly on non-4K page systemsDonet Tom
2026-03-24drm/amd/pm: disable OD_FAN_CURVE if temp or pwm range invalid for smu v14Yang Wang
2026-03-24drm/amdkfd: Fix NULL pointer check order in kfd_ioctl_create_processSrinivasan Shanmugam
2026-03-24drm/amd/display: check if ext_caps is valid in BL setupAlex Deucher
2026-03-24drm/amdgpu: Fix fence put before wait in amdgpu_amdkfd_submit_ibSrinivasan Shanmugam
2026-03-24drm/xe: Implement recent spec updates to Wa_16025250150Matt Roper
2026-03-24accel/ivpu: Add disable clock relinquish workaround for NVL-A0Karol Wachowski
2026-03-24drm/i915/dp_tunnel: Fix error handling when clearing stream BW in atomic stateImre Deak
2026-03-23drm/amd/pm: disable OD_FAN_CURVE if temp or pwm range invalid for smu v13Yang Wang
2026-03-23drm/amd/pm: Return -EOPNOTSUPP for unsupported OD_MCLK on smu_v13_0_6Asad Kamal
2026-03-23drm/amd/pm: Skip redundant UCLK restore in smu_v13_0_6Asad Kamal
2026-03-23drm/amd/display: Fix drm_edid leak in amdgpu_dmAlex Hung
2026-03-23drm/amdgpu: prevent immediate PASID reuse caseEric Huang
2026-03-23drm/amdgpu: fix strsep() corrupting lockup_timeout on multi-GPU (v3)Ruijing Dong
2026-03-23drm/amd/display: Do not skip unrelated mode changes in DSC validationYussuf Khalil
2026-03-23drm/xe/pf: Fix use-after-free in migration restoreMichał Winiarski
2026-03-23drm/i915: Unlink NV12 planes earlierVille Syrjälä
2026-03-23drm/i915: Order OP vs. timeout correctly in __wait_for()Ville Syrjälä
2026-03-23drm/i915/gmbus: fix spurious timeout on 512-byte burst readsSamasth Norway Ananda
2026-03-22Linux 7.0-rc5v7.0-rc5Linus Torvalds
2026-03-22i2c: tegra: Don't mark devices with pins as IRQ safeMikko Perttunen
2026-03-22Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-03-22Merge tag 'trace-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2026-03-22Merge tag 'i2c-for-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-22Merge tag 'x86-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-22Merge tag 'perf-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-03-22Merge tag 'objtool-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-03-22Merge tag 'locking-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-03-22Merge tag 'irq-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-21Merge tag 'driver-core-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-03-21ftrace: Use hash argument for tmp_ops in update_ftrace_direct_modJiri Olsa
2026-03-21ring-buffer: Fix to update per-subbuf entries of persistent ring bufferMasami Hiramatsu (Google)
2026-03-21tracing: Fix trace_marker copy link list updatesSteven Rostedt
2026-03-21tracing: Fix failure to read user space from system call trace eventsSteven Rostedt
2026-03-21tracing: Revert "tracing: Remove pid in task_rename tracing output"Xuewen Yan
2026-03-21selftests/bpf: Add a test cases for sync_linked_regs regarding zext propagationDaniel Borkmann
2026-03-21bpf: Fix sync_linked_regs regarding BPF_ADD_CONST32 zext propagationDaniel Borkmann
2026-03-21Merge branch 'bpf-fix-unsound-scalar-forking-for-bpf_or'Alexei Starovoitov
2026-03-21selftests/bpf: Add tests for maybe_fork_scalars() OR vs AND handlingDaniel Wade
2026-03-21bpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_ORDaniel Wade
2026-03-21Merge branch 'bpf-fix-abs-int_min-undefined-behavior-in-interpreter-sdiv-smod'Alexei Starovoitov
2026-03-21selftests/bpf: Add tests for sdiv32/smod32 with INT_MIN dividendJenny Guanni Qu