summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-12-09PCI: endpoint: Clear secondary (not primary) EPC in pci_epc_remove_epf()Zijun Hu1-3/+3
2024-12-09PCI: endpoint: Fix PCI domain ID release in pci_epc_destroy()Zijun Hu1-3/+2
2024-12-09PCI: keystone: Add link up check to ks_pcie_other_map_bus()Kishon Vijay Abraham I1-0/+11
2024-12-09PCI: keystone: Set mode as Root Complex for "ti,keystone-pcie" compatibleKishon Vijay Abraham I1-0/+1
2024-12-09i3c: master: svc: Modify enabled_events bit 7:0 to act as IBI enable counterFrank Li1-5/+5
2024-12-09i3c: master: svc: fix possible assignment of the same address to two devicesFrank Li1-6/+21
2024-12-09i3c: master: Fix miss free init_dyn_addr at i3c_master_put_i3c_addrs()Frank Li1-1/+1
2024-12-09i3c: master: svc: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
2024-12-09scsi: ufs: exynos: Fix hibern8 notify callbacksPeter Griffin1-8/+8
2024-12-09scsi: ufs: exynos: Add check inside exynos_ufs_config_smu()Peter Griffin1-2/+5
2024-12-09mtd: spinand: winbond: Fix 512GW, 01GW, 01JW and 02JW ECC informationMiquel Raynal1-8/+8
2024-12-09mtd: spinand: winbond: Fix 512GW and 02JW OOB layoutMiquel Raynal1-2/+2
2024-12-09PCI: imx6: Fix suspend/resume support on i.MX6QDLStefan Eichenberger1-11/+46
2024-12-09remoteproc: qcom_q6v5_pas: disable auto boot for wpssBalaji Pothunoori1-1/+1
2024-12-09PCI: qcom: Disable ASPM L0s for X1E80100Qiang Yu1-1/+1
2024-12-09vfio/qat: fix overflow check in qat_vf_resume_write()Giovanni Cabiddu1-1/+1
2024-12-09net: stmmac: set initial EEE policy configurationChoong Yong Liang1-0/+3
2024-12-09spmi: pmic-arb: fix return path in for_each_available_child_of_node()Javier Carrasco1-2/+1
2024-12-09driver core: fw_devlink: Stop trying to optimize cycle detection logicSaravana Kannan1-31/+24
2024-12-09nvmem: core: Check read_only flag for force_ro in bin_attr_nvmem_write()Marek Vasut1-1/+1
2024-12-09ad7780: fix division by zero in ad7780_write_raw()Zicheng Qu1-1/+1
2024-12-09clk: qcom: gcc-qcs404: fix initial rate of GPLL3Gabor Juhos1-0/+1
2024-12-09cpufreq: scmi: Fix cleanup path when boost enablement failsSibi Sankar1-1/+3
2024-12-09leds: lp55xx: Remove redundant test for invalid channel numberMichal Vokáč1-3/+0
2024-12-09iommu/arm-smmu: Defer probe of clients after smmu device boundPratyush Brahma1-0/+11
2024-12-09iommu/io-pgtable-arm: Fix stage-2 map/unmap for concatenated tablesMostafa Saleh1-3/+15
2024-12-09zram: clear IDLE flag after recompressionSergey Senozhatsky1-0/+7
2024-12-09media: uvcvideo: Require entities to have a non-zero unique IDThadeu Lima de Souza Cascardo1-27/+43
2024-12-09media: uvcvideo: Stop stream during unregisterRicardo Ribalda1-1/+31
2024-12-09media: platform: allegro-dvt: Fix possible memory leak in allocate_buffers_in...Gaosheng Cui1-1/+3
2024-12-09media: ov08x40: Fix burst write sequenceBryan O'Donoghue1-5/+28
2024-12-09media: gspca: ov534-ov772x: Fix off-by-one error in set_frame_rate()Jinjie Ruan1-1/+1
2024-12-09media: venus: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
2024-12-09media: amphion: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
2024-12-09net: phy: dp83869: fix status reporting for 1000base-x autonegotiationRomain Gantois1-3/+17
2024-12-09efi/libstub: Free correct pointer on failureArd Biesheuvel1-1/+1
2024-12-09media: platform: exynos4-is: Fix an OF node reference leak in fimc_md_is_isp_...Joe Hattori1-2/+3
2024-12-09media: ts2020: fix null-ptr-deref in ts2020_probe()Li Zetao1-1/+7
2024-12-09media: verisilicon: av1: Fix reference video buffer pointer assignmentBenjamin Gaignard1-2/+1
2024-12-09media: platform: rga: fix 32-bit DMA limitationJohn Keeping1-1/+1
2024-12-09media: imx-jpeg: Ensure power suppliers be suspended before detach themMing Qian1-0/+2
2024-12-09media: i2c: tc358743: Fix crash in the probe error path when using pollingAlexander Shiyan1-1/+3
2024-12-09media: i2c: dw9768: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-5/+5
2024-12-09media: mtk-jpeg: Fix null-ptr-deref during unload moduleGuoqing Jiang2-11/+10
2024-12-09media: imx-jpeg: Set video drvdata before register video deviceMing Qian1-1/+1
2024-12-09media: amphion: Set video drvdata before register video deviceMing Qian1-1/+1
2024-12-09media: qcom: camss: fix error path on configuration of power domainsVladimir Zapolskiy1-11/+8
2024-12-09md/md-bitmap: Add missing destroy_work_on_stack()Yuan Can1-0/+1
2024-12-09md/raid5: Wait sync io to finish before changing group cntXiao Ni1-0/+4
2024-12-09netkit: Add option for scrubbing skb meta dataDaniel Borkmann1-13/+55