summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-05-01driver core: Don't require dynamic_debug for initcall_debug probe timingStephen Boyd1-1/+6
2023-05-01USB: serial: option: add UNISOC vendor and TOZED LT70C productArınç ÜNAL1-0/+6
2023-05-01drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_varDaniel Vetter1-0/+3
2023-05-01wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()Jisoo Jang1-0/+5
2023-05-01PCI/ASPM: Remove pcie_aspm_pm_state_change()Kai-Heng Feng3-24/+0
2023-04-26soc: sifive: l2_cache: fix missing of_node_put() in sifive_l2_init()Yang Yingliang1-4/+11
2023-04-26soc: sifive: l2_cache: fix missing free_irq() in error path in sifive_l2_init()Yang Yingliang1-1/+4
2023-04-26soc: sifive: l2_cache: fix missing iounmap() in error path in sifive_l2_init()Yang Yingliang1-2/+7
2023-04-26iio: adc: at91-sama5d2_adc: fix an error code in at91_adc_allocate_trigger()Dan Carpenter1-1/+1
2023-04-26counter: 104-quad-8: Fix race condition between FLAG and CNTR readsWilliam Breathitt Gray1-21/+8
2023-04-26pwm: hibvt: Explicitly set .polarity in .get_state()Uwe Kleine-König1-0/+1
2023-04-26pwm: iqs620a: Explicitly set .polarity in .get_state()Uwe Kleine-König1-0/+1
2023-04-26pwm: meson: Explicitly set .polarity in .get_state()Uwe Kleine-König1-0/+7
2023-04-26drm/i915: Fix fast wake AUX sync lenVille Syrjälä1-1/+1
2023-04-26mmc: sdhci_am654: Set HIGH_SPEED_ENA for SDR12 and SDR25Bhavya Kapoor1-2/+0
2023-04-26memstick: fix memory leak if card device is never registeredGreg Kroah-Hartman1-1/+4
2023-04-26iio: light: tsl2772: fix reading proximity-diodes from device treeBrian Masney1-0/+1
2023-04-26platform/x86: gigabyte-wmi: add support for X570S AORUS ELITEHans de Goede1-0/+1
2023-04-26xen/netback: use same error messages for same errorsJuergen Gross1-4/+2
2023-04-26nvme-tcp: fix a possible UAF when failing to allocate an io queueSagi Grimberg1-20/+26
2023-04-26net: dsa: b53: mmap: add phy opsÁlvaro Fernández Rojas1-0/+14
2023-04-26scsi: core: Improve scsi_vpd_inquiry() checksDamien Le Moal1-2/+9
2023-04-26scsi: megaraid_sas: Fix fw_crash_buffer_show()Tomas Henzl1-1/+1
2023-04-26platform/x86 (gigabyte-wmi): Add support for A320M-S2H V2Frank Crawford1-0/+1
2023-04-26Input: i8042 - add quirk for Fujitsu Lifebook A574/HJonathan Denose1-0/+8
2023-04-26e1000e: Disable TSO on i219-LM card to increase speedSebastian Basierski1-25/+26
2023-04-26spi: spi-rockchip: Fix missing unwind goto in rockchip_sfc_probe()Li Lanzhe1-1/+1
2023-04-26mlxsw: pci: Fix possible crash during initializationIdo Schimmel1-1/+1
2023-04-26bonding: Fix memory leak when changing bond type to EthernetIdo Schimmel1-3/+4
2023-04-26mlxfw: fix null-ptr-deref in mlxfw_mfa2_tlv_next()Nikita Zhandarovich1-0/+2
2023-04-26bnxt_en: Do not initialize PTP on older P3/P4 chipsMichael Chan1-1/+1
2023-04-26i40e: fix i40e_setup_misc_vector() error handlingAleksandr Loktionov1-1/+4
2023-04-26i40e: fix accessing vsi->active_filters without holding lockAleksandr Loktionov1-2/+2
2023-04-26sfc: Fix use-after-free due to selftest_workDing Hui2-1/+2
2023-04-26sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP.Jonathan Cooper6-31/+72
2023-04-26virtio_net: bugfix overflow inside xdp_linearize_page()Xuan Zhuo1-2/+6
2023-04-26regulator: fan53555: Fix wrong TCS_SLEW_MASKCristian Ciocaltea1-1/+1
2023-04-26regulator: fan53555: Explicitly include bits headerCristian Ciocaltea1-5/+6
2023-04-20nvme-pci: avoid the deepest sleep state on ZHITAI TiPro5000 SSDsXi Ruoyao1-0/+2
2023-04-20nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSDDuy Truong1-0/+2
2023-04-20nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQNJuraj Pecigos1-1/+2
2023-04-20nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM760Abhijit1-0/+2
2023-04-20nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM610Shyamin Ayesh1-0/+2
2023-04-20nvme-pci: Crucial P2 has bogus namespace idsTobias Gruetzmacher1-0/+2
2023-04-20nvme-pci: avoid the deepest sleep state on ZHITAI TiPro7000 SSDsNing Wang1-0/+2
2023-04-20nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S50Stefan Reiter1-0/+2
2023-04-20i2c: ocores: generate stop condition after timeout in polling modeGregor Herburger1-16/+19
2023-04-20ubi: Fix deadlock caused by recursively holding work_semZhaoLong Wang1-2/+2
2023-04-20ubi: Fix failure attaching when vid_hdr offset equals to (sub)page sizeZhihao Cheng1-6/+15
2023-04-20scsi: ses: Handle enclosure with just a primary component gracefullyJiri Kosina1-12/+8