summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-05-30drivers: depend on HAS_IOMEM for devm_platform_ioremap_resource()Bartosz Golaszewski
2023-05-303c589_cs: Fix an error handling path in tc589_probe()Christophe JAILLET
2023-05-30forcedeth: Fix an error handling path in nv_probe()Christophe JAILLET
2023-05-30xen/pvcalls-back: fix double frees with pvcalls_new_active_socket()Dan Carpenter
2023-05-30coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet()Dan Carpenter
2023-05-30power: supply: sbs-charger: Fix INHIBITED bit for Status regDaisuke Nojiri
2023-05-30power: supply: bq27xxx: Fix poll_interval handling and races on removeHans de Goede
2023-05-30power: supply: bq27xxx: Fix I2C IRQ race on removeHans de Goede
2023-05-30power: supply: bq27xxx: Fix bq27xxx_battery_update() race conditionHans de Goede
2023-05-30power: supply: leds: Fix blink to LED on transitionHans de Goede
2023-05-30media: radio-shark: Add endpoint checksAlan Stern
2023-05-30USB: sisusbvga: Add endpoint checksAlan Stern
2023-05-30USB: core: Add routines for endpoint checks in old driversAlan Stern
2023-05-30spi: fsl-cpm: Use 16 bit mode for large transfers with even sizeChristophe Leroy
2023-05-30spi: fsl-spi: Re-organise transfer bits_per_word adaptationChristophe Leroy
2023-05-30spi: spi-fsl-spi: automatically adapt bits-per-word in cpu modeRasmus Villemoes
2023-05-30s390/qdio: fix do_sqbs() inline assembly constraintHeiko Carstens
2023-05-30s390/qdio: get rid of register asmHeiko Carstens
2023-05-30vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAFGeorge Kennedy
2023-05-30vc_screen: rewrite vcs_size to accept vc, not inodeJiri Slaby
2023-05-30usb: gadget: u_ether: Fix host MAC address caseKonrad Gräfe
2023-05-30usb: gadget: u_ether: Convert prints to device printsJon Hunter
2023-05-30HID: wacom: Force pen out of prox if no events have been received in a whileJason Gerecke
2023-05-30tpm/tpm_tis: Disable interrupts for more Lenovo devicesJerry Snitselaar
2023-05-30serial: Add support for Advantech PCI-1611U cardVitaliy Tomin
2023-05-30usb: typec: altmodes/displayport: fix pin_assignment_showBadhri Jagan Sridharan
2023-05-30usb-storage: fix deadlock when a scsi command timeouts more than onceMaxime Bizon
2023-05-30igb: fix bit_shift to be in [1..8] rangeAleksandr Loktionov
2023-05-30cassini: Fix a memory leak in the error handling path of cas_init_one()Christophe JAILLET
2023-05-30net: bcmgenet: Restore phy_stop() depending upon suspend/closeFlorian Fainelli
2023-05-30net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop()Florian Fainelli
2023-05-30drm/exynos: fix g2d_open/close helper function definitionsArnd Bergmann
2023-05-30media: netup_unidvb: fix use-after-free at del_timer()Duoming Zhou
2023-05-30serial: arc_uart: fix of_iomap leak in `arc_serial_probe`Ke Zhang
2023-05-30drivers: provide devm_platform_ioremap_resource()Bartosz Golaszewski
2023-05-30net: fec: Better handle pm_runtime_get() failing in .remove()Uwe Kleine-König
2023-05-30mfd: dln2: Fix memory leak in dln2_probe()Qiang Ning
2023-05-30phy: st: miphy28lp: use _poll_timeout functions for waitsAlain Volmat
2023-05-30Input: xpad - add constants for GIP interface numbersVicki Pfau
2023-05-30clk: tegra20: fix gcc-7 constant overflow warningArnd Bergmann
2023-05-30mcb-pci: Reallocate memory region to avoid memory overlappingRodríguez Barbarin, José Javier
2023-05-30serial: 8250: Reinit port->pm on port specific driver unbindTony Lindgren
2023-05-30usb: typec: tcpm: fix multiple times discover svids errorFrank Wang
2023-05-30HID: wacom: generic: Set battery quirk only when we see battery dataJason Gerecke
2023-05-30spi: spi-imx: fix MX51_ECSPI_* macros when cs > 3Kevin Groeneveld
2023-05-30HID: logitech-hidpp: Reconcile USB and Unifying serialsBastien Nocera
2023-05-30HID: logitech-hidpp: Don't use the USB serial for USB devicesBastien Nocera
2023-05-30staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICEPhilipp Hortmann
2023-05-30wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtraceHans de Goede
2023-05-30scsi: message: mptlan: Fix use after free bug in mptlan_remove() due to race ...Zheng Wang