summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-11-02platform/x86: Add s2idle quirk for more Lenovo laptopsDavid Lazar1-0/+73
2023-11-02clk: Sanitize possible_parent_show to Handle Return Value of of_clk_get_paren...Alessandro Carminati1-9/+12
2023-11-02nvmem: imx: correct nregs for i.MX6ULPeng Fan1-1/+1
2023-11-02nvmem: imx: correct nregs for i.MX6SLLPeng Fan1-1/+1
2023-11-02nvmem: imx: correct nregs for i.MX6ULLPeng Fan1-1/+1
2023-11-02misc: fastrpc: Unmap only if buffer is unmapped from DSPEkansh Gupta1-3/+5
2023-11-02misc: fastrpc: Clean buffers on remote invocation failuresEkansh Gupta1-5/+5
2023-11-02misc: fastrpc: Free DMA handles for RPC calls with no argumentsEkansh Gupta1-13/+10
2023-11-02misc: fastrpc: Reset metadata buffer to avoid incorrect freeEkansh Gupta1-0/+1
2023-11-02i2c: aspeed: Fix i2c bus hang in slave readJian Zhang1-1/+2
2023-11-02i2c: stm32f7: Fix PEC handling in case of SMBUS transfersAlain Volmat1-3/+6
2023-11-02i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node()Herve Codina1-1/+1
2023-11-02i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node()Herve Codina1-1/+1
2023-11-02i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node()Herve Codina1-1/+1
2023-11-02iio: adc: xilinx-xadc: Correct temperature offset/scale for UltraScaleRobert Hancock2-3/+16
2023-11-02iio: adc: xilinx-xadc: Don't clobber preset voltage/temperature thresholdsRobert Hancock1-22/+0
2023-11-02iio: exynos-adc: request second interupt only when touchscreen mode is usedMarek Szyprowski1-10/+14
2023-11-02iio: afe: rescale: Accept only offset channelsLinus Walleij1-4/+15
2023-11-02scsi: sd: Introduce manage_shutdown device flagDamien Le Moal3-5/+40
2023-11-02iavf: in iavf_down, disable queues when removing the driverMichal Schmidt1-1/+1
2023-11-02drm/logicvc: Kconfig: select REGMAP and REGMAP_MMIOSui Jingfeng1-0/+2
2023-11-02i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITRIvan Vecera1-1/+1
2023-11-02gtp: fix fragmentation needed check with gsoPablo Neira Ayuso1-2/+3
2023-11-02r8152: Release firmware if we have an error in probeDouglas Anderson1-0/+1
2023-11-02r8152: Cancel hw_phy_work if we have an error in probeDouglas Anderson1-0/+1
2023-11-02r8152: Run the unload routine if we have errors during probeDouglas Anderson1-0/+2
2023-11-02r8152: Increase USB control msg timeout to 5000ms as per specDouglas Anderson1-3/+4
2023-11-02net: usb: smsc95xx: Fix uninit-value access in smsc95xx_read_regShigeru Yoshida1-1/+3
2023-11-02net: ieee802154: adf7242: Fix some potential buffer overflow in adf7242_stats...Christophe JAILLET1-2/+3
2023-11-02net: ethernet: adi: adin1110: Fix uninitialized variableDell Jin1-1/+1
2023-11-02igc: Fix ambiguity in the ethtool advertisingSasha Neftin1-10/+25
2023-11-02igb: Fix potential memory leak in igb_add_ethtool_nfc_entryMateusz Palczewski1-1/+5
2023-11-02treewide: Spelling fix in commentKunwu Chan1-1/+1
2023-11-02i40e: Fix I40E_FLAG_VF_VLAN_PRUNING valueIvan Vecera1-1/+1
2023-11-02iavf: initialize waitqueues before starting watchdog_taskMichal Schmidt1-2/+3
2023-11-02r8169: fix the KCSAN reported data race in rtl_rx while reading desc->opts1Mirsad Goran Todorovac1-1/+1
2023-11-02r8169: fix the KCSAN reported data-race in rtl_tx while reading TxDescArray[e...Mirsad Goran Todorovac1-1/+1
2023-11-02r8169: fix the KCSAN reported data-race in rtl_tx() while reading tp->cur_txMirsad Goran Todorovac1-1/+1
2023-11-02clk: ti: Fix missing omap5 mcbsp functional clock and aliasesTony Lindgren1-0/+4
2023-11-02clk: ti: Fix missing omap4 mcbsp functional clock and aliasesTony Lindgren1-0/+5
2023-11-02firmware/imx-dsp: Fix use_after_free in imx_dsp_setup_channels()Hao Ge1-1/+1
2023-11-02drm/dp_mst: Fix NULL deref in get_mst_branch_device_by_guid_helper()Lukasz Majczak1-3/+3
2023-11-02drm/amd: Disable ASPM for VI w/ all Intel systemsMario Limonciello1-1/+1
2023-11-02drm/i915/pmu: Check if pmu is closed before stopping eventUmesh Nerlige Ramappa1-0/+9
2023-11-02vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATEEric Auger1-3/+1
2023-11-02virtio_pci: fix the common cfg map sizeXuan Zhuo1-1/+1
2023-11-02virtio-crypto: handle config changed by work queuezhenwei pi2-1/+16
2023-11-02virtio-mmio: fix memory leak of vm_devMaximilian Heyne1-5/+14
2023-11-02virtio_balloon: Fix endless deflation and inflation on arm64Gavin Shan1-1/+5
2023-11-02mcb-lpc: Reallocate memory region to avoid memory overlappingRodríguez Barbarin, José Javier1-4/+31