summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-04-30xen/privcmd: fix double free via VMA splittingJuergen Gross1-0/+7
2026-04-30Buffer overflow in drivers/xen/sys-hypervisor.cJuergen Gross1-2/+6
2026-04-18Revert "PCI: Enable ACS after configuring IOMMU for OF platforms"Manivannan Sadhasivam3-10/+9
2026-04-18i2c: cp2615: fix serial string NULL-deref at probeJohan Hovold1-0/+3
2026-04-18i2c: cp2615: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2026-04-18scsi: target: tcm_loop: Drain commands in target_reset handlerJosef Bacik1-6/+46
2026-04-18net: macb: Move devm_{free,request}_irq() out of spin lock areaKevin Hao1-5/+8
2026-04-18dmaengine: sh: rz-dmac: Protect the driver specific listsClaudiu Beznea1-4/+20
2026-04-18dmaengine: sh: rz-dmac: Move CHCTRL updates under spinlockClaudiu Beznea1-4/+5
2026-04-18usb: gadget: uvc: fix NULL pointer dereference during unbind raceJimmy Hu3-6/+56
2026-04-18usb: gadget: u_ether: Fix race between gether_disconnect and eth_stopKuen-Han Tsai1-4/+4
2026-04-18usb: gadget: f_hid: move list and spinlock inits from bind to allocMichael Zimmermann1-5/+6
2026-04-18xen/privcmd: unregister xenstore notifier on module exitGuoHan Zhao1-0/+3
2026-04-18net: stmmac: fix integer underflow in chain modeTyllis Xu1-5/+6
2026-04-18net: qualcomm: qca_uart: report the consumed byte on RX skb allocation failurePengpeng Hou1-1/+1
2026-04-18mmc: vub300: fix NULL-deref on disconnectJohan Hovold1-1/+1
2026-04-18drm/i915/gt: fix refcount underflow in intel_engine_park_heartbeatSebastian Brzezinka1-8/+18
2026-04-18net: altera-tse: fix skb leak on DMA mapping error in tse_start_xmit()David Carlier1-0/+1
2026-04-18nfc: pn533: allocate rx skb before consuming bytesPengpeng Hou1-3/+8
2026-04-18wifi: brcmsmac: Fix dma_free_coherent() sizeThomas Fourier1-1/+1
2026-04-18iio: adc: ad7923: Fix buffer overflow for tx_buf and ring_xferNuno Sa1-2/+2
2026-04-18gpiolib: cdev: fix uninitialised kfifoKent Gibson1-0/+13
2026-04-18media: uvcvideo: Use heuristic to find stream entityRicardo Ribalda1-1/+14
2026-04-18media: uvcvideo: Mark invalid entities with id UVC_INVALID_ENTITY_IDThadeu Lima de Souza Cascardo2-27/+48
2026-04-18Input: uinput - take event lock when submitting FF request "event"Dmitry Torokhov1-0/+7
2026-04-18Input: uinput - fix circular locking dependency with ff-coreMikhail Gavrilov1-7/+21
2026-04-18wifi: rt2x00usb: fix devres lifetimeJohan Hovold1-1/+1
2026-04-18wifi: virt_wifi: remove SET_NETDEV_DEV to avoid use-after-freeAlexander Popov1-1/+0
2026-04-18usb: gadget: f_uac1_legacy: validate control request sizeTaegu Ha1-10/+37
2026-04-18usb: gadget: f_rndis: Protect RNDIS options with mutexKuen-Han Tsai1-0/+3
2026-04-18usb: gadget: f_subset: Fix unbalanced refcnt in geth_freeKuen-Han Tsai1-0/+7
2026-04-18staging: rtl8723bs: fix out-of-bounds read in rtw_get_ie() parserNavaneeth K1-6/+7
2026-04-18fbcon: Set fb_display[i]->mode to NULL when the mode is releasedQuanmin Yan2-0/+22
2026-04-18can: gs_usb: gs_usb_receive_bulk_callback(): fix error messageMarc Kleine-Budde1-2/+2
2026-04-18can: gs_usb: gs_usb_receive_bulk_callback(): unanchor URL on usb_submit_urb()...Marc Kleine-Budde1-0/+7
2026-04-18can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-0/+2
2026-04-18usb: gadget: dummy_hcd: fix premature URB completion when ZLP follows partial...Sebastian Urban1-0/+6
2026-04-18USB: dummy-hcd: Fix interrupt synchronization errorAlan Stern1-15/+14
2026-04-18USB: dummy-hcd: Fix locking/synchronization errorAlan Stern1-1/+6
2026-04-18thunderbolt: Fix property read in nhi_wake_supported()Konrad Dybcio1-1/+1
2026-04-18net: ftgmac100: fix ring allocation unwind on open failureYufan Chen1-4/+24
2026-04-18vxlan: validate ND option lengths in vxlan_na_createYang Yang1-2/+4
2026-04-18comedi: me4000: Fix potential overrun of firmware bufferIan Abbott1-4/+12
2026-04-18comedi: me_daq: Fix potential overrun of firmware bufferIan Abbott1-16/+19
2026-04-18comedi: ni_atmio16d: Fix invalid clean-up after failed attachIan Abbott1-1/+2
2026-04-18comedi: Reinit dev->spinlock between attachments to low-level driversIan Abbott1-0/+8
2026-04-18comedi: dt2815: add hardware detection to prevent crashDeepanshu Kartikey1-0/+12
2026-04-18cdc-acm: new quirk for EPSON HMDOliver Neukum2-0/+10
2026-04-18phy: renesas: rcar-gen3-usb2: Assert PLL reset on PHY power offClaudiu Beznea1-0/+7
2026-04-18phy: renesas: rcar-gen3-usb2: Lock around hardware registers and driver dataClaudiu Beznea1-16/+26