summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-07-02net: mscc: ocelot: allow unregistered IP multicast flooding to CPUVladimir Oltean1-2/+6
2022-07-02rtw88: rtw8821c: enable rfe 6 devicesPing-Ke Shih1-0/+1
2022-07-02rtw88: 8821c: support RFE type4 wifi NICGuo-Feng Fan1-1/+12
2022-07-02bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_...Coly Li2-0/+2
2022-06-29random: update comment from copy_to_user() -> copy_to_iter()Jason A. Donenfeld1-1/+1
2022-06-29memory: samsung: exynos5422-dmc: Fix refcount leak in of_get_dram_timingsMiaoqian Lin1-11/+18
2022-06-29soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstb_pm_probeMiaoqian Lin1-0/+1
2022-06-29drm/msm/dp: Always clear mask bits to disable interrupts at dp_ctrl_reset_irq...Kuogee Hsieh1-2/+7
2022-06-29parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STIHelge Deller1-0/+2
2022-06-29iio: adc: ti-ads131e08: add missing fwnode_handle_put() in ads131e08_alloc_ch...Jialin Zhang1-3/+7
2022-06-29iio: adc: adi-axi-adc: Fix refcount leak in adi_axi_adc_attach_clientMiaoqian Lin1-0/+3
2022-06-29iio: adc: rzg2l_adc: add missing fwnode_handle_put() in rzg2l_adc_parse_prope...Jialin Zhang1-2/+6
2022-06-29iio: adc: axp288: Override TS pin bias current for some modelsHans de Goede1-0/+8
2022-06-29iio: adc: stm32: Fix IRQs on STM32F4 by removing custom spurious IRQs messageYannick Brosseau1-10/+0
2022-06-29iio: adc: stm32: Fix ADCs iteration in irq handlerYannick Brosseau1-1/+6
2022-06-29iio: afe: rescale: Fix boolean logic bugLinus Walleij1-1/+1
2022-06-29iio: imu: inv_icm42600: Fix broken icm42600 (chip id 0 value)Jean-Baptiste Maneyrol2-1/+2
2022-06-29iio: adc: stm32: fix maximum clock rate for stm32mp15xOlivier Moysan1-1/+1
2022-06-29iio: trigger: sysfs: fix use-after-free on removeVincent Whitchurch1-0/+1
2022-06-29iio: gyro: mpu3050: Fix the error handling in mpu3050_power_up()Zheyu Ma1-0/+1
2022-06-29iio: accel: mma8452: ignore the return value of reset operationHaibo Chen1-3/+7
2022-06-29iio:accel:mxc4005: rearrange iio trigger get and registerDmitry Rokosov1-2/+2
2022-06-29iio:accel:bma180: rearrange iio trigger get and registerDmitry Rokosov1-1/+2
2022-06-29iio:accel:kxcjk-1013: rearrange iio trigger get and registerDmitry Rokosov1-2/+2
2022-06-29iio:chemical:ccs811: rearrange iio trigger get and registerDmitry Rokosov1-2/+2
2022-06-29iio:humidity:hts221: rearrange iio trigger get and registerDmitry Rokosov1-1/+4
2022-06-29usb: chipidea: udc: check request status before setting device addressXu Yang1-0/+3
2022-06-29USB: gadget: Fix double-free bug in raw_gadget driverAlan Stern1-6/+7
2022-06-29usb: gadget: Fix non-unique driver names in raw-gadget driverAlan Stern1-16/+46
2022-06-29xhci-pci: Allow host runtime PM as default for Intel Meteor Lake xHCIUtkarsh Patel1-1/+3
2022-06-29xhci-pci: Allow host runtime PM as default for Intel Raptor Lake xHCITanveer Alam1-1/+3
2022-06-29xhci: turn off port power in shutdownMathias Nyman3-3/+16
2022-06-29usb: typec: wcove: Drop wrong dependency to INTEL_SOC_PMICAndy Shevchenko1-1/+0
2022-06-29iio: magnetometer: yas530: Fix memchr_inv() misuseLinus Walleij1-1/+1
2022-06-29iio: mma8452: fix probe fail when device tree compatible is used.Haibo Chen1-5/+7
2022-06-29gpio: winbond: Fix error code in winbond_gpio_get()Dan Carpenter1-3/+4
2022-06-29nvme: move the Samsung X5 quirk entry to the core quirksChristoph Hellwig2-4/+14
2022-06-29nvme-pci: add NO APST quirk for Kioxia deviceEnzo Matsumiya1-0/+14
2022-06-29virtio_net: fix xdp_rxq_info bug after suspend/resumeStephan Gerhold1-19/+6
2022-06-29igb: Make DMA faster when CPU is active on the PCIe linkKai-Heng Feng1-7/+5
2022-06-29regmap-irq: Fix offset/index mismatch in read_sub_irq_data()Aidan MacDonald1-1/+2
2022-06-29regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chipsAidan MacDonald1-2/+3
2022-06-29ice: ethtool: advertise 1000M speeds properlyAnatolii Gerasymenko1-1/+38
2022-06-29MIPS: Remove repetitive increase irq_err_counthuhai1-2/+0
2022-06-29x86/xen: Remove undefined behavior in setup_features()Julien Grall1-1/+1
2022-06-29xen-blkfront: Handle NULL gendiskJason Andryuk1-7/+12
2022-06-29udmabuf: add back sanity checkGerd Hoffmann1-1/+4
2022-06-29drm/msm/dp: force link training for display resolution changeKuogee Hsieh3-16/+32
2022-06-29drm/msm/dp: do not initialize phy until plugin interrupt receivedKuogee Hsieh3-107/+92
2022-06-29drm/msm/dp: dp_link_parse_sink_count() return immediately if aux read failedKuogee Hsieh2-8/+23