summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
10 daysRevert "PCI: Enable ACS after configuring IOMMU for OF platforms"Manivannan Sadhasivam3-10/+9
10 daysnet: stmmac: fix integer underflow in chain modeTyllis Xu1-5/+6
10 daysnet: qualcomm: qca_uart: report the consumed byte on RX skb allocation failurePengpeng Hou1-1/+1
10 daysmmc: vub300: fix NULL-deref on disconnectJohan Hovold1-1/+1
10 daysnet/mlx5: Update the list of the PCI supported devicesMichael Guralnik1-0/+1
10 daysdrm/i915/gt: fix refcount underflow in intel_engine_park_heartbeatSebastian Brzezinka1-8/+18
10 daysnet: altera-tse: fix skb leak on DMA mapping error in tse_start_xmit()David Carlier1-0/+1
10 daysEDAC/mc: Fix error path ordering in edac_mc_alloc()Borislav Petkov (AMD)1-3/+3
10 daysnfc: pn533: allocate rx skb before consuming bytesPengpeng Hou1-3/+8
10 dayswifi: brcmsmac: Fix dma_free_coherent() sizeThomas Fourier1-1/+1
10 daysdrm/scheduler: signal scheduled fence when kill jobLin.Cao1-0/+1
10 daysusb: gadget: f_hid: move list and spinlock inits from bind to allocMichael Zimmermann1-5/+6
10 daysACPI: EC: Evaluate _REG outside the EC scope more carefullyRafael J. Wysocki3-2/+12
10 daysACPICA: Add a depth argument to acpi_execute_reg_methods()Rafael J. Wysocki4-7/+13
10 daysRevert "ACPI: EC: Evaluate orphan _REG under EC device"Rafael J. Wysocki4-62/+5
10 daysusb: gadget: u_ether: Fix race between gether_disconnect and eth_stopKuen-Han Tsai1-4/+4
10 daysmedia: uvcvideo: Use heuristic to find stream entityRicardo Ribalda1-1/+14
10 daysmedia: uvcvideo: Mark invalid entities with id UVC_INVALID_ENTITY_IDThadeu Lima de Souza Cascardo2-27/+48
10 daysInput: uinput - take event lock when submitting FF request "event"Dmitry Torokhov1-0/+7
10 daysInput: uinput - fix circular locking dependency with ff-coreMikhail Gavrilov1-7/+21
10 dayswifi: rt2x00usb: fix devres lifetimeJohan Hovold1-1/+1
2026-04-11ACPI: EC: Evaluate orphan _REG under EC deviceRafael J. Wysocki4-5/+62
2026-04-11net: phy: fix phy_uses_state_machine()Russell King (Oracle)1-2/+3
2026-04-11net: phy: allow MDIO bus PM ops to start/stop state machine for phylink-contr...Vladimir Oltean1-2/+29
2026-04-11net: phy: move phy_link_change() prior to mdio_bus_phy_may_suspend()Vladimir Oltean1-13/+13
2026-04-11mtd: spi-nor: core: avoid odd length/address writes in 8D-8D-8D modePratyush Yadav1-1/+68
2026-04-11mtd: spi-nor: core: avoid odd length/address reads on 8D-8D-8D modePratyush Yadav1-1/+75
2026-04-11cpufreq: governor: fix double free in cpufreq_dbs_governor_init() error pathGuangshuo Li1-3/+3
2026-04-11cpufreq: governor: Free dbs_data directly when gov->init() failsLiao Chang1-1/+3
2026-04-11hwmon: (pmbus/isl68137) Add mutex protection for AVS enable sysfs attributesSanman Pradhan1-3/+18
2026-04-11hwmon: (pmbus/core) Add lock and unlock functionsEddie James2-0/+32
2026-04-11scsi: target: tcm_loop: Drain commands in target_reset handlerJosef Bacik1-6/+46
2026-04-11net: macb: Move devm_{free,request}_irq() out of spin lock areaKevin Hao1-5/+8
2026-04-11wifi: virt_wifi: remove SET_NETDEV_DEV to avoid use-after-freeAlexander Popov1-1/+0
2026-04-11usb: gadget: f_uac1_legacy: validate control request sizeTaegu Ha1-10/+37
2026-04-11usb: gadget: f_rndis: Protect RNDIS options with mutexKuen-Han Tsai1-3/+6
2026-04-11usb: gadget: f_subset: Fix unbalanced refcnt in geth_freeKuen-Han Tsai1-0/+6
2026-04-11usb: gadget: uvc: fix NULL pointer dereference during unbind raceJimmy Hu3-4/+43
2026-04-11net: enetc: fix PF !of_device_is_available() teardown pathVladimir Oltean1-1/+1
2026-04-11nvme: fix admin queue leak on controller resetMing Lei2-0/+14
2026-04-11nvme: fix admin request_queue lifetimeKeith Busch2-2/+2
2026-04-11nvme-pci: put the admin queue in nvme_dev_remove_adminChristoph Hellwig1-2/+1
2026-04-11nvme-pci: remove an extra queue referenceChristoph Hellwig1-6/+0
2026-04-11blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig5-2/+13
2026-04-11Revert "nvme: fix admin request_queue lifetime"Heyne, Maximilian1-2/+0
2026-04-11usb: gadget: dummy_hcd: fix premature URB completion when ZLP follows partial...Sebastian Urban1-0/+6
2026-04-11USB: dummy-hcd: Fix interrupt synchronization errorAlan Stern1-15/+14
2026-04-11USB: dummy-hcd: Fix locking/synchronization errorAlan Stern1-1/+6
2026-04-11thunderbolt: Fix property read in nhi_wake_supported()Konrad Dybcio1-1/+1
2026-04-11net: ftgmac100: fix ring allocation unwind on open failureYufan Chen1-4/+24