summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-05-22serial: zs: Switch to using channel resetMaciej W. Rozycki2-4/+5
2026-05-22serial: zs: Fix bootconsole handover lockupMaciej W. Rozycki1-21/+8
2026-05-22serial: dz: Fix bootconsole handover lockupMaciej W. Rozycki1-24/+12
2026-05-22serial: dz: Fix bootconsole message clobbering at chip resetMaciej W. Rozycki1-0/+21
2026-05-22serial: 8250_dw: dispatch SysRq character in dw8250_handle_irq()Jacques Nilo1-1/+1
2026-05-22serial: 8250: dispatch SysRq character in serial8250_handle_irq()Jacques Nilo1-2/+5
2026-05-22tty: serial: samsung: Remove redundant port lock acquisition in rx helpersTudor Ambarus1-8/+0
2026-05-22serial: altera_jtaguart: handle uart_add_one_port() failuresMyeonghun Pak1-1/+6
2026-05-22USB: cdc-acm: Fix bit overlap and move quirk definitions to headerWentao Guan2-2/+2
2026-05-22usb: dwc2: Fix use after free in debug codeDan Carpenter1-1/+3
2026-05-22usb: chipidea: core: convert ci_role_switch to local variableXu Yang1-10/+6
2026-05-22usb: gadget: f_fs: serialize DMABUF cancel against request completionMichael Bommarito1-2/+22
2026-05-22usb: gadget: f_fs: copy only received bytes on short ep0 readMichael Bommarito1-1/+1
2026-05-22usb: gadget: dummy_hcd: Reject hub port requests for non-existent portsSeungjin Bae1-0/+4
2026-05-22usbip: vudc: Fix use after free bug in vudc_remove due to race conditionMichael Bommarito2-1/+3
2026-05-22usb: storage: Add quirks for PNY Elite Portable SSDSam Burkels1-0/+7
2026-05-22USB: quirks: add NO_LPM for Lenovo ThinkPad USB-C Dock Gen2 hub controllersStephen J. Fuhry1-0/+4
2026-05-22usb: usbtmc: reject interrupt endpoints with small wMaxPacketSizeHeitor Alves de Siqueira1-0/+6
2026-05-22usb: usbtmc: check URB actual_length for interrupt-IN notificationsHeitor Alves de Siqueira1-0/+8
2026-05-22xhci: tegra: Fix ghost USB device on dual-role port unplugWei-Cheng Chen1-32/+41
2026-05-22usb: gadget: uvc: hold opts->lock across XU walks in uvc_function_bindKai Aizen1-7/+21
2026-05-22usb: gadget: net2280: Fix double free in probe error pathGuangshuo Li1-3/+1
2026-05-22usb: gadget: f_hid: fix device reference leak in hidg_alloc()Guangshuo Li1-2/+1
2026-05-22usb: musb: omap2430: Fix use-after-free in omap2430_probe()Wentao Liang1-1/+2
2026-05-22clk: qcom: dispcc-sc8280xp: Don't park mdp_clk_src at registration timePengyu Luo1-2/+2
2026-05-22Revert "mm: introduce a new page type for page pool in page type"Byungchul Park1-1/+1
2026-05-22zram: fix use-after-free in zram_writeback_endioRichard Chang1-1/+5
2026-05-22soc: qcom: ice: Fix the error code when 'qcom,ice' property is not foundManivannan Sadhasivam1-1/+1
2026-05-22Merge tag 'mediatek-drm-fixes-20260521' of https://git.kernel.org/pub/scm/lin...Dave Airlie4-4/+4
2026-05-22Merge tag 'pci-v7.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2026-05-22Merge tag 'net-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds73-391/+2373
2026-05-22Merge tag 'ceph-for-7.1-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds1-12/+8
2026-05-22Merge tag 'drm-misc-fixes-2026-05-21' of https://gitlab.freedesktop.org/drm/m...Dave Airlie20-142/+127
2026-05-21irqchip/renesas-rzt2h: Use pm_runtime_put_sync() in probe error pathCosmin Tanislav1-1/+1
2026-05-21Merge tag 'wireless-2026-05-21' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski15-76/+194
2026-05-21accel/amdxdna: Block running when IOMMU is offLizhi Hou1-0/+5
2026-05-21accel/rocket: fix UAF via dangling GEM handle in create_boDhabaleshwar Das1-5/+12
2026-05-21Merge tag 'efi-fixes-for-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-15/+22
2026-05-21net: enetc: avoid VF->PF mailbox timeout during SR-IOV teardownWei Fang1-1/+1
2026-05-21net: enetc: fix init and teardown order to prevent use of unsafe resourcesWei Fang1-17/+18
2026-05-21net: enetc: fix unbounded loop and interrupt handling in VF-to-PF messagingWei Fang2-31/+49
2026-05-21net: enetc: fix DMA write to freed memory in enetc_msg_free_mbx()Wei Fang1-3/+3
2026-05-21net: enetc: fix race condition in VF MAC address configurationWei Fang2-0/+11
2026-05-21net: enetc: fix TOCTOU race and validate VF MAC addressWei Fang1-9/+30
2026-05-21net: enetc: add ratelimiting to VF mailbox error messagesWei Fang1-4/+6
2026-05-21net: enetc: fix missing error code when pf->vf_state allocation failsWei Fang1-1/+3
2026-05-21net: enetc: fix incorrect mailbox message status returned to VFsWei Fang1-4/+6
2026-05-21Merge tag 'soc-fixes-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds3-44/+114
2026-05-21net: bcmgenet: keep RBUF EEE/PM disabledNicolai Buchwitz1-5/+4
2026-05-21ethernet: 3c509: Fix most coding style issuesMaciej W. Rozycki1-376/+469