Commits on Source
31174
d679c2e1
pstore/zone: rewrite some comments for better understanding
May 09, 2025
aec58b48
bugs/core: Extend __WARN_FLAGS() with the 'cond_str' parameter
Jun 13, 2025
3bc3c9c3
bugs/core: Pass down the condition string of WARN_ON_ONCE(cond) warnings to __WARN_FLAGS()
Jun 13, 2025
687fac9d
bugs/core: Introduce the CONFIG_DEBUG_BUGVERBOSE_DETAILED Kconfig switch
Jun 13, 2025
407b9076
bugs/x86: Extend _BUG_FLAGS() with the 'cond_str' parameter
Jun 13, 2025
48ede5be
bugs/x86: Augment warnings output by concatenating 'cond_str' with the regular...
Jun 13, 2025
1c59c2b2
bugs/powerpc: Pass in 'cond_str' to BUG_ENTRY()
Jun 13, 2025
1284579a
bugs/powerpc: Concatenate 'cond_str' with '__FILE__' in BUG_ENTRY(), to extend...
Jun 13, 2025
66e94df0
bugs/LoongArch: Pass in 'cond_str' to __BUG_ENTRY()
Jun 13, 2025
5ea2bcdf
printk: ringbuffer: Add KUnit test
Jun 18, 2025
635a01da
smack: deduplicate "does access rule request transmutation"
Jun 22, 2025
195da3ff
smack: fix bug: SMACK64TRANSMUTE set on non-directory
Jun 22, 2025
8e5d9f91
smack: deduplicate xattr setting in smack_inode_init_security()
Jun 22, 2025
69204f6c
smack: always "instantiate" inode in smack_inode_init_security()
Jun 22, 2025
78fc6a94
smack: fix bug: invalid label of unix socket file
Jun 22, 2025
c147e13e
smack: fix bug: unprivileged task can create labels
Jun 24, 2025
674e2b24
smack: fix bug: setting task label silently ignores input garbage
Jun 24, 2025
6ddd169d
smack: fix kernel-doc warnings for smk_import_valid_label()
Jun 30, 2025
4e65d104
drm/i915/guc: Enable CT_DEAD output in regular debug builds
Jul 03, 2025
254e8fb5
printk: ringbuffer: Explain why the KUnit test ignores failed writes
Jul 10, 2025
d18d7989
printk: kunit: Fix __counted_by() in struct prbtest_rbdata
Jul 10, 2025
f7a9dc79
drm/i915/scaler: Use intel_display as argument to skl_scaler_max_src_size
Jul 11, 2025
3347b55f
drm/i915/xe3lpd: Prune modes for YUV420
Jul 11, 2025
8c900628
Revert "drm/i915/dp: Reject HBR3 when sink doesn't support TPS4"
Jul 14, 2025
21c586d9
drm/i915/dp: Add device specific quirk to limit eDP rate to HBR2
Jul 14, 2025
bba9aa41
drm/dp: Change AUX DPCD probe address from LANE0_1_STATUS to TRAINING_PATTERN_SET
Jul 14, 2025
8a643df5
drm/i915: Don't check for atomic context on PREEMPT_RT
Jul 15, 2025
ed5461da
drm/xe: Don't fail probe on unsupported mailbox command
Jul 15, 2025
308dc9b2
drm/xe/oa: Fix static checker warning about null gt
Jul 15, 2025
2f264d58
drm/xe: Fix a NULL vs IS_ERR() bug in xe_i2c_register_adapter()
Jul 16, 2025
bf81505f
drm/xe: Move debugfs GT attributes under tile directory
Jul 16, 2025
922ae875
drm/xe: Use devm_ioremap_wc for VRAM mapping and drop manual unmap
Jul 16, 2025
f92cfd72
drm/xe: Use dynamic allocation for tile and device VRAM region structures
Jul 16, 2025
7a20b4f5
drm/xe: Move struct xe_vram_region to a dedicated header
Jul 16, 2025
d65ff1ec
drm/xe: Split xe_migrate allocation from initialization
Jul 16, 2025
4b0a5f5c
drm/xe: Unify the initialization of VRAM regions
Jul 16, 2025
2650bc40
drm/sched: Fix a race in DRM_GPU_SCHED_STAT_NO_HANG test
Jul 17, 2025
5c30a6e1
drm/i915/display_wa: Add helpers to check wa
Jul 17, 2025
7565fd5d
drm/i915/gmbus: Add Wa_16025573575 for PTL/WCL for bit-bashing
Jul 17, 2025
5774b3cf
drm/v3d: Add parameter to retrieve the global number of GPU resets
Jul 17, 2025
769c153c
drm/v3d: Add parameter to retrieve the number of GPU resets per-fd
Jul 17, 2025
487579fd
drm/xe/xe_debugfs: Exposure of G-State and pcie link state residency counters through debugfs
Jul 17, 2025
b9a572f4
drm: document DRM_MODE_PAGE_FLIP_EVENT interactions with atomic
Jul 17, 2025
a8b87469
drm/i915/dp: Fix 2.7 Gbps DP_LINK_BW value on g4x
Jul 17, 2025
f0da1934
drm/i915/dp: Don't switch to idle pattern before disable on pre-hsw
Jul 17, 2025
11fab5a2
drm/i915/dp: Clear DPCD training pattern before transmitting the idle pattern
Jul 17, 2025
b840bb0b
drm/i915/dp: Have intel_dp_get_adjust_train() tell us if anything changed
Jul 17, 2025
4cd073be
drm/i915/dp: Move intel_dp_training_pattern()
Jul 17, 2025
071dcf12
drm/i915/dp: Implement .set_idle_link_train() for everyone
Jul 17, 2025
976d608d
drm/i915/dp: Make .set_idle_link_train() mandatory
Jul 17, 2025
53096728
drm: Add DRM prime interface to reassign GEM handle
Jul 18, 2025
08641973
drm: Move drm_gem ioctl kerneldoc to uapi file
Jul 18, 2025
36caa026
drm/sched: Avoid double re-lock on the job free path
Jul 18, 2025
ca2a6abd
drm/panthor: Fix memory leak in panthor_ioctl_group_create()
Jul 18, 2025
4b5514f7
drm/xe: Remove unnecessary EU stall debug message
Jul 18, 2025
615c8ec4
drm/i915/dsi: Don't set/read the DSI C clock divider on GLK
Jul 19, 2025
971eb92b
drm/i915: Precompute plane SURF address
Jul 19, 2025
bc0c7fd7
drm/i915: Nuke intel_plane_ggtt_offset()
Jul 19, 2025
44ebdab4
drm/i915: Move the intel_dpt_offset() check into intel_plane_pin_fb()
Jul 19, 2025
c6ab589f
drm/i915: Use i915_vma_offset() in intel_dpt_offset()
Jul 19, 2025
a9298b3b
drm/i915: Remove unused dpt_total_entries()
Jul 19, 2025
01e15756
drm/i915: Don't pass crtc_state to foo_plane_ctl() & co.
Jul 19, 2025
d12a58c2
drm/i915/psr: Do not disable Early Transport when enable_psr is set
Jul 21, 2025
8b6c828b
drm/i915/psr: Ignore enable_psr parameter on Panel Replay
Jul 21, 2025
f9cc4616
drm/i915/psr: Add enable_panel_replay module parameter
Jul 21, 2025
6c9e64e8
drm/xe: Fix an IS_ERR() vs NULL bug in xe_tile_alloc_vram()
Jul 21, 2025
17133255
drm/i915: replace DRM_DEBUG_SELFTEST with DRM_KUNIT_TEST
Jul 21, 2025
94febfb5
rust: drm: Drop the use of Opaque for ioctl arguments
Jul 21, 2025
9b3700b1
drm/panel-edp: Add disable to 100ms for MNB601LS1-4
Jul 21, 2025
ac6e050e
accel/ivpu: Remove lockdep_assert_irqs_disabled()
Jul 22, 2025
4d2d2877
drm/bridge: add a cleanup action for scope-based drm_bridge_put() invocation
Jul 22, 2025
8fa59094
drm/bridge: get the bridge returned by drm_bridge_chain_get_first_bridge()
Jul 22, 2025
a73ddcba
drm/mxsfb: put the bridge returned by drm_bridge_chain_get_first_bridge()
Jul 22, 2025
c26c8443
drm/atomic-helper: put the bridge returned by drm_bridge_chain_get_first_bridge()
Jul 22, 2025
956f82e5
drm/probe-helper: put the bridge returned by drm_bridge_chain_get_first_bridge()
Jul 22, 2025
bd72d4ac
accel/amdxdna: Support user space allocated buffer
Jul 22, 2025
5982a539
accel/amdxdna: Delete pci_free_irq_vectors()
Jul 22, 2025
176f44a5
drm/xe/uc: Fix missing unwind goto
Jul 22, 2025
8265ce0e
drm/i915/display: Write PHY_CMN1_CONTROL only when using AUXLess ALPM
Jul 23, 2025
d487ed7e
drm/i915/display: Avoid unnecessarily calling intel_cx0_get_owned_lane_mask
Jul 23, 2025
cf433f94
drm/i915/display: Ensure phy is accessible on lfps configuration
Jul 23, 2025
8921dce7
drm/i915/display: Set C10_VDR_CTRL_MSGBUS_ACCESS before phy reg read
Jul 23, 2025
46c36685
MAINTAINERS: Add new intel_vpu maintainer
Jul 23, 2025
cdb16039
drm/i915/display: Fix dma_fence_wait_timeout() return value handling
Jul 23, 2025
9b75346e
drm/bridge: get the bridge returned by drm_bridge_get_prev_bridge()
Jul 23, 2025
d4eecb4c
drm/bridge: select_bus_fmt_recursive(): put the bridge obtained by drm_bridge_get_prev_bridge()
Jul 23, 2025
c571cb70
drm/bridge: display-connector: put the bridge obtained by drm_bridge_get_prev_bridge()
Jul 23, 2025
9a220e06
drm/xe/vf: Don't register I2C devices if VF
Jul 23, 2025
92e34a52
drm/display: bridge-connector: correct CEC bridge pointers in drm_bridge_connector_init
Jul 23, 2025
f3009272
drm/xe/vf: Create contexts for CCS read write
Jul 23, 2025
864690cf
drm/xe/vf: Attach and detach CCS copy commands with BO
Jul 23, 2025
916ee470
drm/xe/vf: Register CCS read/write contexts with Guc
Jul 23, 2025
4d3bbe9d
drm/xe: Fix build without debugfs
Jul 23, 2025
1511d3c4
drm/panel-edp: Add 50ms disable delay for four panels
Jul 23, 2025
a2b461bd
drm/xe/pf: Enable SR-IOV PF mode by default
Jul 23, 2025
2e761039
drm/xe: Enable SR-IOV for ADL/ATSM
Jul 23, 2025
6983ea9c
drm/xe: Enable SR-IOV for TGL
Jul 23, 2025
78ededb6
panthor: set owner field for driver fops
Jul 24, 2025
33b9cb6d
panthor: save task pid and comm in panthor_group
Jul 24, 2025
e48123c6
panthor: dump task pid and comm on gpu errors
Jul 24, 2025
31,074 additional commits have been omitted to prevent performance issues.
Loading
Loading