summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-04-30Buffer overflow in drivers/xen/sys-hypervisor.cJuergen Gross1-2/+6
2026-04-30xen/privcmd: fix double free via VMA splittingJuergen Gross1-0/+7
2026-04-18Revert "PCI: Enable ACS after configuring IOMMU for OF platforms"Manivannan Sadhasivam3-10/+9
2026-04-18device property: fix of node refcount leak in fwnode_graph_get_next_endpoint()Yang Yingliang1-6/+12
2026-04-18device property: Allow secondary lookup in fwnode_get_next_child_node()Andy Shevchenko1-14/+13
2026-04-18device property: Allow error pointer to be passed to fwnode APIsAndy Shevchenko1-38/+51
2026-04-18device property: Check fwnode->secondary when finding propertiesDaniel Scally1-2/+11
2026-04-18device property: Check fwnode->secondary in fwnode_graph_get_next_endpoint()Daniel Scally1-1/+20
2026-04-18device property: Unify access to of_nodeAndy Shevchenko1-16/+13
2026-04-18device property: Retrieve fwnode from of_node via accessorAndy Shevchenko1-2/+2
2026-04-18media: device property: Return true in fwnode_device_is_available for NULL opsDaniel Scally1-0/+6
2026-04-18device property: Add fwnode_is_ancestor_of() and fwnode_get_next_parent_dev()Saravana Kannan1-0/+52
2026-04-18nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()Jaskaran Singh1-1/+1
2026-04-18Revert "nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctr...Jaskaran Singh1-1/+1
2026-04-18net: macb: Move devm_{free,request}_irq() out of spin lock areaKevin Hao1-5/+8
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-18cpufreq: governor: fix double free in cpufreq_dbs_governor_init() error pathGuangshuo Li1-3/+3
2026-04-18cpufreq: governor: Free dbs_data directly when gov->init() failsLiao Chang1-1/+3
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-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-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-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-18nvmet-tcp: fix use-before-check of sg in bounds validationCengiz Can1-3/+3
2026-04-18usb: gadget: dummy_hcd: fix premature URB completion when ZLP follows partial...Sebastian Urban1-0/+6
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-15/+26
2026-04-18phy: renesas: rcar-gen3-usb2: Move IRQ request in probeClaudiu Beznea1-20/+26
2026-04-18phy: renesas: rcar-gen3-usb2: Fix role detection on unbind/bindClaudiu Beznea1-18/+14
2026-04-18usb: ehci-brcm: fix sleep during atomicJustin Chen1-2/+2