summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2026-05-21Merge branch 'icc-nord' into icc-nextGeorgi Djakov
2026-05-21accel/amdxdna: Block running when IOMMU is offLizhi Hou
2026-05-21accel/rocket: fix UAF via dangling GEM handle in create_boDhabaleshwar Das
2026-05-21firmware: arm_scmi: optee: Rework transport probe sequenceCristian Marussi
2026-05-21firmware: arm_scmi: virtio: Rework transport probe sequenceCristian Marussi
2026-05-21firmware: arm_scmi: Add a generic transport supplierCristian Marussi
2026-05-21firmware: arm_scmi: Add transport instance handlesCristian Marussi
2026-05-21firmware: arm_scmi: Fix OOB in scmi_power_name_get()Geert Uytterhoeven
2026-05-21drm/panel-edp: Add LG LP129WT232166 panelJérôme de Bretagne
2026-05-21Merge tag 'efi-fixes-for-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-05-21spi: Drop redundant 'cs' variable declaration in __spi_add_device()Lad Prabhakar
2026-05-21net: enetc: avoid VF->PF mailbox timeout during SR-IOV teardownWei Fang
2026-05-21net: enetc: fix init and teardown order to prevent use of unsafe resourcesWei Fang
2026-05-21net: enetc: fix unbounded loop and interrupt handling in VF-to-PF messagingWei Fang
2026-05-21net: enetc: fix DMA write to freed memory in enetc_msg_free_mbx()Wei Fang
2026-05-21net: enetc: fix race condition in VF MAC address configurationWei Fang
2026-05-21net: enetc: fix TOCTOU race and validate VF MAC addressWei Fang
2026-05-21net: enetc: add ratelimiting to VF mailbox error messagesWei Fang
2026-05-21net: enetc: fix missing error code when pf->vf_state allocation failsWei Fang
2026-05-21net: enetc: fix incorrect mailbox message status returned to VFsWei Fang
2026-05-21Merge tag 'soc-fixes-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds
2026-05-21net: bcmgenet: keep RBUF EEE/PM disabledNicolai Buchwitz
2026-05-21HID: bpf: Add Huion Inspiroy Frego M button quirkNikhil Chatterjee
2026-05-21ethernet: 3c509: Fix most coding style issuesMaciej W. Rozycki
2026-05-21ethernet: 3c509: Add GPL 2.0 SPDX license identifierMaciej W. Rozycki
2026-05-21ethernet: 3c509: Fix AUI transceiver type selectionMaciej W. Rozycki
2026-05-21Revert "drivers: net: 3com: 3c509: Remove this driver"Maciej W. Rozycki
2026-05-21dma-buf: heaps: system: Turn the heap into a moduleMaxime Ripard
2026-05-21dma-buf: heaps: cma: Turn the heap into a moduleMaxime Ripard
2026-05-21dma-buf: heaps: Export mem_accounting parameterMaxime Ripard
2026-05-21pds_core: ensure null-termination for firmware version stringsNikhil P. Rao
2026-05-21net: airoha: Disable GDM2 forwarding before configuring GDM2 loopbackLorenzo Bianconi
2026-05-21cpufreq: Fix hotplug-suspend race during rebootTianxiang Chen
2026-05-21tap: fix stack info leak in tap_ioctl() SIOCGIFHWADDRWeiming Shi
2026-05-21qed: fix double free in qed_cxt_tables_alloc()Dawei Feng
2026-05-21net: mana: validate rx_req_idx to prevent out-of-bounds array accessAditya Garg
2026-05-21octeontx2-af: npc: Fix allmulticast skip logic for LBK and SDP VFsRatheesh Kannoth
2026-05-21HID: lenovo-go: drop dead NULL check on to_usb_interface()Louis Clinckx
2026-05-21HID: lenovo-go: reject non-USB transports in probeLouis Clinckx
2026-05-21HID: lenovo: Fix buffer over-read and unaligned access in X12 Tab raw_event h...Kean
2026-05-21net: wwan: iosm: fix potential memory leaks in ipc_imem_init()Abdun Nihaal
2026-05-21PCI: qcom: Add D3cold supportKrishna Chaitanya Chundru
2026-05-21PCI: dwc: Use common D3cold eligibility helper in suspend pathKrishna Chaitanya Chundru
2026-05-21PCI: qcom: Power down PHY via PARF_PHY_CTRL before disabling rails/clocksKrishna Chaitanya Chundru
2026-05-21PCI: qcom: Add .get_ltssm() callback to query LTSSM statusKrishna Chaitanya Chundru
2026-05-21PCI: host-common: Add pci_host_common_d3cold_possible() helperKrishna Chaitanya Chundru
2026-05-21usb: typec: ucsi: Don't update power_supply on power role change if not conne...Myrrh Periwinkle
2026-05-21usb: typec: ucsi: Check if power role change actually happened before handlingMyrrh Periwinkle
2026-05-21usb: typec: tcpm: improve handling of DISCOVER_MODES failuresSebastian Reichel
2026-05-21usb: cdns3: gadget: fix request skipping after clearing haltYongchao Wu