summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-04-23wifi: ath10k: snoc: select POWER_SEQUENCINGDmitry Baryshkov-0/+1
2026-04-23wifi: ath12k: fix OF node refcount imbalance in WSI graph traversalAaradhana Sahu-29/+48
2026-04-23wifi: ath12k: prepare REO update element only for primary linkBaochen Qiang-0/+3
2026-04-23net: remove ax25 and amateur radio (hamradio) subsystemJakub Kicinski-10352/+0
2026-04-23net: remove ISDN subsystem and Bluetooth CMTPJakub Kicinski-41595/+0
2026-04-23caif: remove CAIF NETWORK LAYERJakub Kicinski-1278/+0
2026-04-23drm/amdkfd: Add upper bound check for num_of_nodesAlysa Liu-0/+15
2026-04-23virtio_net: sync rss_trailer.max_tx_vq on queue_pairs change via VQ_PAIRS_SETBrett Creeley-0/+6
2026-04-23Merge tag 'soc-late-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-0/+1
2026-04-23Merge tag 'pwm/fixes-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-14/+46
2026-04-23xen/privcmd: fix double free via VMA splittingJuergen Gross-0/+7
2026-04-23Buffer overflow in drivers/xen/sys-hypervisor.cJuergen Gross-2/+6
2026-04-23drm: rcar-du: Fix crash when no CMM is availableLaurent Pinchart-3/+3
2026-04-23Revert "floppy: fix reference leak on platform_device_register() failure"Jens Axboe-7/+3
2026-04-23ublk: avoid unpinning pages under maple tree spinlockMing Lei-10/+46
2026-04-23ublk: refactor common helper ublk_shmem_remove_ranges()Ming Lei-40/+29
2026-04-23ublk: fix maple tree lockdep warning in ublk_buf_cleanupMing Lei-0/+4
2026-04-23net: mana: Fix EQ leak in mana_remove on NULL portErni Sri Satya Vennela-2/+2
2026-04-23net: mana: Don't overwrite port probe error with add_adev resultErni Sri Satya Vennela-9/+8
2026-04-23net: mana: Guard mana_remove against double invocationErni Sri Satya Vennela-1/+6
2026-04-23net: mana: Init gf_stats_work before potential error paths in probeErni Sri Satya Vennela-1/+2
2026-04-23net: mana: Init link_change_work before potential error paths in probeErni Sri Satya Vennela-2/+2
2026-04-23netconsole: avoid out-of-bounds access on empty string in trim_newline()Breno Leitao-0/+2
2026-04-23net: airoha: Add size check for TX NAPIs in airoha_qdma_cleanup()Lorenzo Bianconi-3/+8
2026-04-23net: airoha: Move ndesc initialization at end of airoha_qdma_init_rx_queue()Lorenzo Bianconi-7/+7
2026-04-23net: dsa: realtek: rtl8365mb: fix mode mask calculationMieczyslaw Nalewaj-1/+1
2026-04-23net: airoha: Add missing bits in airoha_qdma_cleanup_tx_queue()Lorenzo Bianconi-2/+30
2026-04-23net: airoha: Move ndesc initialization at end of airoha_qdma_init_tx()Lorenzo Bianconi-4/+4
2026-04-23Merge tag 'drm-intel-next-fixes-2026-04-22' of https://gitlab.freedesktop.org...Dave Airlie-1/+1
2026-04-22ice: fix ice_ptp_read_tx_hwtstamp_status_eth56gJacob Keller-2/+8
2026-04-22ice: fix ready bitmap check for non-E822 devicesJacob Keller-26/+136
2026-04-22ice: perform PHY soft reset for E825C ports at initializationGrzegorz Nitka-1/+93
2026-04-22ice: fix timestamp interrupt configuration for E825CGrzegorz Nitka-4/+32
2026-04-22bnge: remove unsupported backing store typeVikas Gupta-16/+0
2026-04-22bnge: fix initial HWRM sequenceVikas Gupta-8/+22
2026-04-22Merge tag 'vfio-v7.1-rc1-pt2' of https://github.com/awilliam/linux-vfioLinus Torvalds-106/+107
2026-04-22Merge tag 'input-for-v7.1-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3332/+1530
2026-04-22nvme-auth: Hash DH shared secret to create session keyChris Leech-33/+89
2026-04-22Merge tag 's390-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-305/+238
2026-04-22nvme-pci: fix missed admin queue sq doorbell writeKeith Busch-0/+1
2026-04-22nvme-auth: Include SC_C in RVAL controller hashAlistair Francis-2/+4
2026-04-22nvme-tcp: teardown circular locking fixesChaitanya Kulkarni-7/+21
2026-04-22nvmet-tcp: Don't clear tls_key when freeing sqAlistair Francis-3/+0
2026-04-22Revert "nvmet-tcp: Don't free SQ on authentication success"Alistair Francis-4/+5
2026-04-22nvme: skip trace completion for host path errorsKeith Busch-3/+8
2026-04-22Merge tag 'hyperv-next-signed-20260421' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-46/+742
2026-04-22fbdev: hgafb: Request memory region before ioremapHardik Phalet-2/+7
2026-04-22fbdev: clps711x-fb: Request memory region for MMIOAmit Barzilai-6/+3
2026-04-22fbdev: cobalt_lcdfb: Request memory regionAmit Barzilai-9/+3
2026-04-22spi: fix resource leaks on device setup failureMark Brown-24/+37