summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-03vsock/virtio: avoid refilling the RX queue after teardownWeiming Shi1-1/+2
2026-08-03vsock/virtio: read virtqueues under worker locksWeiming Shi1-5/+6
2026-08-03ppp: use netdev_from_priv()Qingfang Deng1-65/+72
2026-08-03netxen: unregister notifiers if PCI registration failsCan Peng1-1/+12
2026-08-04ata: libata-core: Disable LPM on WDC WD141KFGX-68FH9N0Niklas Cassel1-0/+1
2026-08-04btrfs: flush the fixup workers during close_ctreeBoris Burkov2-0/+38
2026-08-04power: supply: ucs1002: fix use-after-free on removeFan Wu1-1/+5
2026-08-04power: supply: lp8788-charger: fix use-after-free on removeFan Wu1-1/+1
2026-08-04power: supply: ab8500_fg: fix use-after-free on removeFan Wu1-9/+21
2026-08-03regulator: dt-bindings: ti,pbias-omap: Convert to DT schemaBhargav Joshi2-32/+137
2026-08-03Merge patch series "binfmt_misc: bound the interpreters an entry can pre-open"Christian Brauner9-6/+343
2026-08-03binfmt_misc: document the pre-opened interpreter limitChristian Brauner1-4/+8
2026-08-03selftests/exec: test the pre-opened interpreter limitChristian Brauner4-0/+309
2026-08-03binfmt_misc: correctly account pre-opened interpretersChristian Brauner4-2/+26
2026-08-03iio: ABI: Encourage differential voltage ABI usageMarcelo Schmitt1-4/+5
2026-08-03iio: adc: ltc2378: Add support for LTC2338-18Marcelo Schmitt1-2/+45
2026-08-03iio: adc: ltc2378: Enable triggered buffer data captureMarcelo Schmitt2-22/+52
2026-08-03iio: adc: ltc2378: Enable high-speed data captureMarcelo Schmitt2-3/+407
2026-08-03iio: adc: ltc2378: Add support for LTC2378-20 and similar ADCsMarcelo Schmitt4-0/+401
2026-08-03dt-bindings: iio: adc: Add ltc2378Marcelo Schmitt2-0/+177
2026-08-03iio: magnetometer: ak8974: remove conditional return with no effectSang-Heon Jeon1-5/+1
2026-08-03iio: light: tsl2583: remove conditional return with no effectSang-Heon Jeon1-6/+2
2026-08-03iio: adc: rcar-gyroadc: remove rcar_gyroadc_set_power() helperSang-Heon Jeon1-12/+2
2026-08-03iio: light: vcnl4000: remove vcnl4000_set_pm_runtime_state() helperSang-Heon Jeon1-12/+2
2026-08-03iio: light: vcnl4035: remove vcnl4035_set_pm_runtime_state() helperSang-Heon Jeon1-14/+4
2026-08-03iio: light: tsl2583: remove tsl2583_set_pm_runtime_busy() helperSang-Heon Jeon1-15/+7
2026-08-03iio: light: isl29028: remove isl29028_set_pm_runtime_busy() helperSang-Heon Jeon1-15/+5
2026-08-03iio: light: tsl2583: return zero in write_raw() on successSang-Heon Jeon1-1/+1
2026-08-03iio: light: isl29028: return zero in write_raw() on successSang-Heon Jeon1-1/+1
2026-08-03iio: imu: inv_icm42607: Add Temp Support in icm42607Chris Morgan5-0/+154
2026-08-03iio: imu: inv_icm42607: Add Gyroscope to icm42607Chris Morgan4-0/+315
2026-08-03iio: imu: inv_icm42607: Add Accelerometer for icm42607Chris Morgan4-3/+576
2026-08-03iio: imu: inv_icm42607: Add PM support for icm42607Chris Morgan4-0/+203
2026-08-03iio: imu: inv_icm42607: Add SPI For icm42607Chris Morgan3-0/+121
2026-08-03iio: imu: inv_icm42607: Add inv_icm42607 Core DriverChris Morgan7-0/+772
2026-08-03dt-bindings: iio: imu: icm42600: Add icm42607Chris Morgan1-1/+17
2026-08-03dt-bindings: iio: imu: icm42600: Add mount-matrixChris Morgan1-0/+2
2026-08-03iio: adc: ti-ads112c14: add support for buffered readDavid Lechner (TI)1-4/+104
2026-08-03iio: adc: ti-ads112c14: add support for I2C CRC8David Lechner (TI)2-10/+140
2026-08-03iio: light: tsl2772: fix ALS calibscale readbackYuanshen Cao1-1/+1
2026-08-03bnxt: fix memory leak in bnxt_queue_mem_alloc error casesWill Chen1-0/+3
2026-08-03ipv6: fix Route Information option length validationYuejie Shi1-4/+4
2026-08-03sctp: keep chunk->transport in step with the list it is queued onBaul Lee1-0/+1
2026-08-03tcp: do not change rcv_ssthresh in tcp_measure_rcv_mss()Nathan Gao1-1/+1
2026-08-03sched_ext: scx_qmap - Add rescue supportTejun Heo3-30/+79
2026-08-03sched_ext: scx_qmap - Idle-check pinned tasks before direct dispatchTejun Heo2-5/+0
2026-08-03sched_ext: Sync tools autogen enum headersTejun Heo3-0/+20
2026-08-03sched_ext: Eject the top rescue consumer on overloadTejun Heo6-11/+144
2026-08-03sched_ext: Add bandwidth-limited rescue execution for stranded tasksTejun Heo8-33/+570
2026-08-03sched_ext: Add SCX_TASK_PROTECTEDTejun Heo3-24/+144