summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-11usb: xhci: Prevent interrupt storm on host controller error (HCE)Dayu Jiang-0/+1
2026-03-11usb: xhci: Fix memory leak in xhci_disable_slot()Zilin Guan-2/+2
2026-03-11usb: class: cdc-wdm: fix reordering issue in read code pathOliver Neukum-1/+3
2026-03-11usb: renesas_usbhs: fix use-after-free in ISR during device removalFan Wu-0/+9
2026-03-11usb: cdc-acm: Restore CAP_BRK functionnality to CH343Marc Zyngier-0/+6
2026-03-11usb: gadget: f_mass_storage: Fix potential integer overflow in check_command_...Seungjin Bae-2/+10
2026-03-11usb: gadget: f_hid: fix SuperSpeed descriptorsJohn Keeping-0/+4
2026-03-11usb: core: new quirk to handle devices with zero configurationsJie Deng-1/+16
2026-03-11usb: misc: uss720: properly clean up reference in uss720_probe()Greg Kroah-Hartman-1/+1
2026-03-11USB: core: Limit the length of unkillable synchronous timeoutsAlan Stern-14/+16
2026-03-11USB: usbtmc: Use usb_bulk_msg_killable() with user-specified timeoutsAlan Stern-3/+3
2026-03-11USB: usbcore: Introduce usb_bulk_msg_killable()Alan Stern-12/+72
2026-03-11usb: core: don't power off roothub PHYs if phy_set_mode() failsGabor Juhos-7/+1
2026-03-11drm/amd/display: Add documentation and cleanup DMUB HW lock managerNicholas Kazlauskas-0/+18
2026-03-11drm/amd/display: Add new types to replay configChunTao Tso-1/+4
2026-03-11drm/amd/display: Fix HWSS v3 fast path determinationNicholas Kazlauskas-20/+18
2026-03-11drm/amd/display: Add missing DCCG register entries for DCN20-DCN316Ivan Lipski-4/+20
2026-03-11drm/amd/display: Add ESD detection for replay recoveryWeiguang Li-11/+28
2026-03-11drm/amd/display: Update underflow detectionCharlene Liu-2/+6
2026-03-11drm/amd/display: Add COLOR_ENCODING/COLOR_RANGE to overlay planesHarry Wentland-1/+2
2026-03-11drm/amd/display: Add NV12/P010 formats to primary planeHarry Wentland-0/+3
2026-03-11drm/amd/display: Set chroma taps to 1 if luma taps are 1Harry Wentland-4/+12
2026-03-11drm/amd/display: Add min clock init for DML21 mode programmingOvidiu Bunea-0/+27
2026-03-11drm/amd/display: Return early from vesa replay enable functionPeichen Huang-11/+12
2026-03-11drm/amd/display: Clean up NULL pointer warnings in dml2Gaghik Khachatrian-3/+38
2026-03-11dt-bindings: usb: maxim,max3421: convert to DT schemaRodrigo Gobbi-23/+67
2026-03-11usb: typec: tcpm: add support for Sink Cap Extended msg responseAmit Sunil Dhamne-3/+332
2026-03-11dt-bindings: connector: Add sink properties to comply with PD 3.1 specAmit Sunil Dhamne-0/+56
2026-03-11usb: endpoint: drop custom sysfs attribute structureThomas Weißschuh-8/+0
2026-03-11usb: typec: tcpm: Add vid and chip info for Etek ET7304Yuanshen Cao-1/+15
2026-03-11dt-bindings: usb: document the Etek ET7304 USB Type-C Port ControllerYuanshen Cao-1/+4
2026-03-11usbip: vhci_sysfs: Use safer strscpy() instead of strcpy()Ai Chao-1/+1
2026-03-11usb: gadget: udc: Use safer strscpy() instead of strcpy()Ai Chao-1/+1
2026-03-11usb: typec: tcpm: Use safer strscpy() instead of strcpy()Ai Chao-3/+3
2026-03-11usb: gadget: functionfs: Use safer strscpy() instead of strcpy()Ai Chao-4/+4
2026-03-11usb: musb: Use safer strscpy() instead of strcpy()Ai Chao-1/+1
2026-03-11USB: serial: ti_usb_3410_5052: Use safer strscpy() instead of strcpy()Ai Chao-8/+8
2026-03-11usb: typec: mux: avoid duplicated mux switchesSebastian Reichel-1/+12
2026-03-11usb: typec: mux: avoid duplicated orientation switchesSebastian Reichel-1/+11
2026-03-11usb: typec: Fix error pointer dereferenceEthan Tidmore-2/+4
2026-03-11USB: typec: tcpci: Make tcpci_pm_ops variable staticKrzysztof Kozlowski-1/+1
2026-03-11usb: typec: ucsi: Invoke ucsi_run_command tracepointLoic Poulain-0/+2
2026-03-11blk-cgroup: wait for blkcg cleanup before initializing new diskMing Lei-0/+15
2026-03-11rtla/utils: Fix loop condition in PID validationWander Lairson Costa-1/+1
2026-03-11rtla/utils: Fix resource leak in set_comm_sched_attr()Wander Lairson Costa-5/+6
2026-03-11rtla/trace: Fix I/O handling in save_trace_to_file()Wander Lairson Costa-7/+24
2026-03-11rtla/trace: Fix write loop in trace_event_save_hist()Wander Lairson Costa-3/+11
2026-03-11rtla/timerlat: Simplify RTLA_NO_BPF environment variable checkWander Lairson Costa-1/+2
2026-03-11rtla: Use str_has_prefix() for option prefix checkWander Lairson Costa-2/+2
2026-03-11rtla: Enforce exact match for time unit suffixesWander Lairson Costa-4/+19