summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-07-31ASoC/soundwire: Intel: reset the PCMSyCM registers in hda_sdw_bpt_closeBard Liao1-1/+3
2026-07-31issei: Fix size_t printk specifier in heci_{write,read}_buf()Nathan Chancellor1-2/+2
2026-07-31cdx: Fix double free when sysfs file creation failsPrasanna Kumar T S M1-2/+5
2026-07-31EISA: Use str_plural() in eisa_probe()Thorsten Blum1-1/+2
2026-07-31uio: fsl_elbc_gpcm: use platform helpers for resource and IRQRosen Penev1-36/+24
2026-07-31misc: Unify code style for various *_device_id arraysUwe Kleine-König (The Capable Hub)21-122/+121
2026-07-31misc: Unify style of of_device_id arraysUwe Kleine-König (The Capable Hub)11-17/+17
2026-07-31misc: eeprom: idt_89hpesx: Unify style of of_device_id arrayUwe Kleine-König (The Capable Hub)1-47/+47
2026-07-31misc: ibmvmc: Use named initializers for vio_device_id arrayUwe Kleine-König (The Capable Hub)1-2/+2
2026-07-31misc: mei: Use named initializer for platform_device_id arrayUwe Kleine-König (The Capable Hub)1-1/+1
2026-07-31misc: mei: Use named initializers for acpi_device_id arrayUwe Kleine-König (The Capable Hub)1-5/+5
2026-07-31misc: Use named initializers for arrays of spi_device_dataUwe Kleine-König (The Capable Hub)4-35/+35
2026-07-31misc: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)11-42/+42
2026-07-31misc: eeprom: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)2-55/+55
2026-07-31misc: genwqe: Drop unused assignment of pci_device_id driver dataUwe Kleine-König (The Capable Hub)1-53/+35
2026-07-31misc/pvpanic: Drop unused assignment of acpi_device_id driver dataUwe Kleine-König (The Capable Hub)1-2/+2
2026-07-31misc: Drop unused assignment of spi_device_id driver dataUwe Kleine-König (The Capable Hub)2-4/+4
2026-07-31virtio_console: fix race between hvc put_chars and virtqueue teardown on freezeSungho Bae1-6/+64
2026-07-31virtio_console: fix control queue race during restoreSungho Bae1-3/+12
2026-07-31virtio_console: fix hot-unplug races in TX pathsSungho Bae1-6/+31
2026-07-31virtio_console: refactor __send_to_port() buffer ownershipSungho Bae1-32/+37
2026-07-31virtio_console: take a kref in find_port_by_vq() to fix port UAFHari Mishal1-1/+12
2026-07-31misc: sgi-gru: inline the user CBR status updateMuhammad Usama Anjum1-16/+6
2026-07-31misc: sgi-gru: remove obsolete atomic fault-handling stateMuhammad Usama Anjum1-42/+26
2026-07-31misc: sgi-gru: remove interrupt-context page-table walksMuhammad Usama Anjum3-91/+12
2026-07-31ntsync: reject wait ioctls with zero ownerIván Ezequiel Rodriguez1-0/+3
2026-07-31misc: vmc_vmci: Fix potential memory leak in vmci_event_subscribe()Abdun Nihaal1-2/+2
2026-07-31rust_binder: update indentation of failed transaction printAlice Ryhl1-17/+17
2026-07-31rust_binder: Update transaction flags to use kernel::impl_flags!Jahnavi MN2-18/+46
2026-07-31rust_binder: Update looper_flags bitmaps to use kernel::impl_flags!Jahnavi MN1-25/+37
2026-07-31rust_binder: add ownership assertion to Node::add_deathGeorgios Androutsopoulos1-0/+4
2026-07-31nvmem: brcm_nvram: fix out-of-bounds access on malformed flash dataRosen Penev1-3/+7
2026-07-31nvmem: brcm_nvram: reject empty NVRAM partitionRosen Penev1-0/+5
2026-07-31nvmem: airoha: add ARM64 dependencyArnd Bergmann1-0/+1
2026-07-31eeprom: move nvmem EEPROM drivers to drivers/nvmem/Bartosz Golaszewski9-98/+92
2026-07-31nvmem: simplify nvmem_sysfs_remove_compat()Bartosz Golaszewski1-9/+5
2026-07-31nvmem: split out the reg_read/write() callbacks out of struct nvmem_deviceBartosz Golaszewski2-12/+34
2026-07-31nvmem: remove unneeded __nvmem_device_put()Bartosz Golaszewski1-20/+15
2026-07-31nvmem: simplify locking with guard()Bartosz Golaszewski1-51/+37
2026-07-31nvmem: check the return value of gpiod_set_value_cansleep()Bartosz Golaszewski1-5/+11
2026-07-31nvmem: return -EOPNOTSUPP to in-kernel users on missing callbacksBartosz Golaszewski1-18/+19
2026-07-31nvmem: remove unused field from struct nvmem_deviceBartosz Golaszewski1-1/+0
2026-07-31misc: fastrpc: Drop unhandled DSP PD exit notificationShawn Guo1-0/+19
2026-07-31misc: fastrpc: Add polling mode support for fastRPC driverEkansh Gupta1-8/+186
2026-07-31misc: fastrpc: Expand context ID mask for DSP polling mode supportEkansh Gupta1-1/+1
2026-07-31misc: fastrpc: Replace hardcoded ctxid mask with GENMASKEkansh Gupta1-4/+6
2026-07-31misc: fastrpc: Move fdlist to invoke context structureEkansh Gupta1-9/+4
2026-07-31misc: fastrpc: Allow fastrpc_buf_free() to accept NULLEkansh Gupta1-4/+5
2026-07-31misc: fastrpc: Move prints outside spinlock in fastrpc_cb_probeMukesh Ojha1-5/+6
2026-07-31Merge tag 'svc_updates_for_v7.3' of ssh://gitolite.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman5-34/+1116