aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-07-28pinctrl: qcom: ipq806x: mark gpio as a GPIO pin functionHans Ulli Kroll2-1/+6
2026-07-28i2c: designware: defer probe if child GpioInt controllers are not boundHardik Prakash1-0/+80
2026-07-28staging: rtl8723bs: validate monitor transmit frame lengthsMariano Baragiola1-0/+4
2026-07-28staging: rtl8723bs: fix missing shared-key auth challenge length checkPanagiotis Petrakopoulos1-1/+1
2026-07-28staging: rtl8723bs: fix OOB read in WMM_param_handler()Muhammad Bilal1-0/+3
2026-07-28staging: rtl8723bs: fix OOB read in rtw_get_wpa_ie()Muhammad Bilal1-0/+3
2026-07-28ata: libata-eh: Increase STANDBY IMMEDIATE timeoutMatt Vollrath1-0/+8
2026-07-27ethtool: Embed FEC hist ranges as buffer in structEric Joyner3-18/+9
2026-07-27rtase: fix double free of multi-frag skb on DMA map failureYun Lu1-0/+3
2026-07-27s390/qeth: Check CAP_NET_ADMIN for private ioctlsAswin Karuvally1-0/+3
2026-07-27hwmon: (adt7470) Fix PWM auto temp state array and bounds checkLuiz Angelo Daros de Luca1-1/+6
2026-07-27hwmon: (adt7470) Fix divide-by-zero TOCTOU crash in fan speed readLuiz Angelo Daros de Luca1-13/+10
2026-07-27hwmon: (adt7470) Use cached PWM frequency valueLuiz Angelo Daros de Luca1-2/+18
2026-07-27hwmon: (adt7470) Fix swapped PWM3 and PWM4 auto mode masksLuiz Angelo Daros de Luca1-2/+2
2026-07-27hwmon: (adt7470) Fix temperature alarm logic in hwmon_temp_read()Luiz Angelo Daros de Luca1-2/+17
2026-07-27hwmon: (adt7470) Fix busy-loop and I2C flooding in update threadLuiz Angelo Daros de Luca1-1/+1
2026-07-27hwmon: (adt7470) Fix cache updated before hardware write on I2C errorLuiz Angelo Daros de Luca1-5/+9
2026-07-27hwmon: (adt7470) Fix fans stuck in manual mode on I2C errorsLuiz Angelo Daros de Luca1-11/+29
2026-07-27forcedeth: fix UAF of txrx_stats in nv_removeChenguang Zhao1-2/+2
2026-07-27vxlan: use pskb_network_may_pull() for transmit path header pullsEric Dumazet2-5/+5
2026-07-27vxlan: use pskb_network_may_pull() in route_shortcircuit()Eric Dumazet1-2/+2
2026-07-27vxlan: use neigh_ha_snapshot() in route_shortcircuit()Eric Dumazet1-2/+4
2026-07-27vxlan: unclone skb head before modifying eth header in route_shortcircuit()Eric Dumazet1-0/+4
2026-07-27vxlan: re-fetch eth header after route_shortcircuit()Eric Dumazet1-0/+1
2026-07-27watchdog: atcwdt200: fix return value when watchdog is enabledSurendra Singh Chouhan1-3/+4
2026-07-27hwmon: (nct6775-core) Prevent access to unsupported weight registersGuenter Roeck1-6/+6
2026-07-27hwmon: (lm63) Mask PWM frequency multiplier to supported bitsGuenter Roeck1-3/+2
2026-07-27i2c: jz4780: Cache host clock rate at probe to prevent CCF prepare_lock deadlockH. Nikolaus Schaller1-1/+4
2026-07-27i2c: amd-mp2: Unregister callback on adapter add failureMyeonghun Pak1-1/+3
2026-07-27i2c: spacemit: request IRQ after controller initializationLinmao Li1-5/+5
2026-07-27Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixesMaarten Lankhorst390-1955/+4791
2026-07-27hwmon: (nzxt-smart2) DMA-align output bufferGuenter Roeck1-1/+1
2026-07-27hwmon: (lm90) Only report alarms if driver is readyGuenter Roeck1-2/+2
2026-07-27hwmon: (sht3x) Fix unaligned accessesGuenter Roeck1-4/+5
2026-07-27hwmon: (ltc4282) Fix reading the minimum alarm voltageGuenter Roeck1-2/+2
2026-07-27hwmon: (ina2xx) Fix various overflow issuesGuenter Roeck1-26/+35
2026-07-27hwmon: (pmbus/core) notify on the hwmon device, not the i2c clientVincent Jardin1-2/+3
2026-07-27hwmon: (nct6775-core) Fix number of temperature registers for NCT6116Guenter Roeck1-5/+3
2026-07-27spi: spi-cadence: Move TX FIFO full busy-wait into FIFOSrikanth Boyapally1-10/+16
2026-07-27ublk: reset kernel-owned dev_info fields in ublk_ctrl_add_dev()Ming Lei1-0/+9
2026-07-27Merge tag 'pinctrl-v7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds5-16/+22
2026-07-27drm/vmwgfx: validate external BO copy bounds for both stride pathsZack Rusin1-8/+31
2026-07-27drm/vmwgfx: use check_add_overflow for shader size+offset boundZack Rusin1-4/+9
2026-07-27drm/vmwgfx: skip hash_del_rcu when validation context has no hash tableZack Rusin1-1/+2
2026-07-27drm/vmwgfx: enforce cursor size limits for MOB cursorsZack Rusin1-5/+44
2026-07-27drm/vmwgfx: avoid destroy_workqueue(NULL) on vkms init failureZack Rusin1-8/+9
2026-07-27drm/vmwgfx: bound DMA command body size against suffix pointerZack Rusin1-0/+6
2026-07-27drm/vmwgfx: validate DRAW_PRIMITIVES header size before divisionZack Rusin1-1/+7
2026-07-27drm/vmwgfx: drop dma_buf reference on foreign-fd prime importZack Rusin1-2/+5
2026-07-27drm/vmwgfx: take fman->lock around fence list mutation in fifo_downZack Rusin1-1/+12