aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-08-20vxlan: fix reading neigh haNikolay Aleksandrov1-7/+13
2026-08-20PM: sleep: Unblock runtime PM when device prepare failsShibo Zhu1-0/+1
2026-08-20powercap: intel_rapl: Sign-extend the PMU delta on counter wraparoundLi, Yifan1-1/+10
2026-08-20net: phylink: correctly validate returned PCS in phylink_inband_capsChristian Marangi1-1/+1
2026-08-20Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds63-1256/+4130
2026-08-20NTB: ntb_transport: Reject oversized TX buffersKoichiro Den1-9/+3
2026-08-20NTB: ntb_transport: Fail TX enqueue when the QP link is downKoichiro Den1-2/+1
2026-08-20net: ntb_netdev: Fix TX busy and drop handlingKoichiro Den1-8/+19
2026-08-20NTB: ntb_transport: Recycle TX entries before client callbacksKoichiro Den1-9/+14
2026-08-20Merge branch 'ionic_rcq_shared' of https://github.com/abhijitG-xlnx/linuxJakub Kicinski1-1/+5
2026-08-20Merge tag 'fs_for_v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-27/+0
2026-08-20net: qlcnic: validate unified ROM sections before loadingPengpeng Hou1-196/+247
2026-08-20bnx2x: fix double free in bnx2x_init_firmware() error pathJiangshan Yi1-0/+3
2026-08-20netdevsim: update queue NAPI association on queue resetEric Dumazet1-0/+2
2026-08-20ACPI: pfr_update: fix stack buffer overflow in query_capability()Anirudh Prasad1-21/+24
2026-08-20net: ipa: balance runtime PM reference on remove errorRuoyu Wang1-3/+3
2026-08-20forcedeth: stop the tx_timeout register dump past the requested windowMarek Czernohous1-1/+1
2026-08-20forcedeth: fix off-by-one when saving/restoring non-PCI config spaceMarek Czernohous1-2/+2
2026-08-20net/mlx5: E-Switch, preserve max tx speed on vport state modificationOr Har-Toov2-0/+44
2026-08-20net/mlx5: Move vport DOWN state check out of mlx5_query_vport_max_tx_speed()Or Har-Toov2-10/+7
2026-08-20net/mlx5: E-Switch, use state lock for vport state changesMark Bloch5-5/+31
2026-08-20net: thunderbolt: Count delivered packets in rx_packets and rx_bytesFan Ye1-3/+3
2026-08-20Merge tag 'libnvdimm-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds6-55/+176
2026-08-20net: macb: drop CONFIG_OF #if blockThéo Lebrun1-3/+1
2026-08-20ACPI: scan: Defer device power initializationPeixin Xie2-4/+1
2026-08-20Merge tag 'bitmap-for-7.3' of https://github.com/norov/linuxLinus Torvalds40-55/+46
2026-08-20net: ipa: fix stalled modem TX queue after runtime resumeJorijn van der Graaf1-1/+17
2026-08-20irqchip/irq-realtek-rtl: Use readl_be()/writel_be() instead of readl()/writel()Rustam Adilov1-7/+13
2026-08-20Merge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds892-25746/+93987
2026-08-20Merge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-5/+5
2026-08-20drm/xe: don't WARN on kernel job timeout when device already wedgedNitin Gote1-0/+6
2026-08-20spi: loongson: pm: add .freeze .poweroff .thaw .restoreLi Jun1-4/+2
2026-08-20spi: amlogic-spisg: Make sure clk_init_data is fully initializedGeert Uytterhoeven1-1/+1
2026-08-20efi: apple-properties: validate setup data header lengthPengpeng Hou1-1/+4
2026-08-20RDMA/ucma: Allow path records to exactly fit the output bufferSerhat Kumral1-1/+1
2026-08-20efi/runtime-wrappers: retire the worker if a wedged call ever returnsBreno Leitao1-0/+3
2026-08-20efi/runtime-wrappers: honour EFI_RUNTIME_SERVICES in the non-blocking pathsBreno Leitao1-0/+16
2026-08-20efi/runtime-wrappers: bound the wait for EFI runtime service callsBreno Leitao1-1/+18
2026-08-20efi/runtime-wrappers: check EFI_RUNTIME_SERVICES before using efi_rts_workBreno Leitao1-6/+5
2026-08-20efi/runtime-wrappers: handle queue_work() failure with goto exitBreno Leitao1-3/+5
2026-08-20efi/runtime-wrappers: factor out efi_rts_park_worker()Breno Leitao1-1/+14
2026-08-20irqchip/gic-v5: Defer default SPI and LPI IAFFID programmingLorenzo Pieralisi1-14/+4
2026-08-20irqchip/gic-v5: Use logical cpu 0 irs_data for dynamic IST allocationLorenzo Pieralisi1-1/+1
2026-08-20irqchip/gic-v5: Release IRS iomem region on driver init failureLorenzo Pieralisi1-0/+10
2026-08-20irqchip/gic-v5: Fix gicv5_init_common() error pathsLorenzo Pieralisi1-3/+4
2026-08-20irqchip/gic-v5: Disable IRSes on probe failuresLorenzo Pieralisi1-0/+9
2026-08-20irqchip/gic-v5: Check for NULL LPI domain on domain teardownLorenzo Pieralisi1-0/+3
2026-08-20irqchip/gic-v5: Check get_logical_index() return value in MADT IAFFID parsingLorenzo Pieralisi1-0/+2
2026-08-20irqchip/gic-v5: Synchronize CPU interface disableSascha Bischoff1-0/+1
2026-08-20irqchip/gic-v5: Clear per-CPU IRS data on teardownSascha Bischoff1-0/+15