summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-12-09media: wl128x: Fix atomicity violation in fmc_send_cmd()Qiu-ji Chen1-1/+2
2024-12-09HID: wacom: Interpret tilt data from Intuos Pro BT as signed valuesJason Gerecke1-2/+2
2024-12-09ublk: fix ublk_ch_mmap() for 64K page sizeMing Lei1-3/+12
2024-12-09iio: gts: Fix uninitialized symbol 'ret'Zicheng Qu1-1/+1
2024-12-09serial: 8250: omap: Move pm_runtime_get_syncBin Liu1-2/+2
2024-12-09serial: 8250_fintek: Add support for F81216EFilip Brozovic1-1/+13
2024-12-09ubi: wl: Put source PEB into correct list if trying locking LEB failedZhihao Cheng1-1/+8
2024-12-09platform/chrome: cros_ec_typec: fix missing fwnode reference decrementJavier Carrasco1-0/+1
2024-12-09cpufreq: mediatek-hw: Fix wrong return value in mtk_cpufreq_get_cpu_power()Jinjie Ruan1-1/+1
2024-12-09mtd: spi-nor: core: replace dummy buswidth from addr to dataCheng Ming Lin1-1/+1
2024-12-09spi: Fix acpi deferred irq probeStanislaw Gruszka1-3/+10
2024-12-09gpio: exar: set value when external pull-up or pull-down is presentSai Kumar Cholleti1-4/+6
2024-12-09Revert "serial: sh-sci: Clean sci_ports[0] after at earlycon exit"Greg Kroah-Hartman1-28/+0
2024-12-09serial: sh-sci: Clean sci_ports[0] after at earlycon exitClaudiu Beznea1-0/+28
2024-12-09Revert "usb: gadget: composite: fix OS descriptors w_value logic"Michal Vrastil1-3/+15
2024-12-09wifi: brcmfmac: release 'root' node in all execution pathsJavier Carrasco1-2/+1
2024-12-09wifi: ath12k: fix crash when unbindingJose Ignacio Tornos Martinez1-0/+1
2024-12-09wifi: rtlwifi: Drastically reduce the attempts to read efuse in case of failuresGuilherme G. Piccoli1-1/+10
2024-12-09wifi: ath12k: fix warning when unbindingJose Ignacio Tornos Martinez1-1/+3
2024-12-09usb: xhci: Fix TD invalidation under pending Set TR DequeueMichal Pecio1-5/+13
2024-12-09Compiler Attributes: disable __counted_by for clang < 19.1.3Jan Hendrik Farr1-2/+2
2024-12-09pinctrl: qcom: spmi: fix debugfs drive strengthJohan Hovold1-1/+1
2024-12-09tty: ldsic: fix tty_ldisc_autoload sysctl's proc_handlerNicolas Bouchinet1-1/+1
2024-12-09comedi: Flush partial mappings in error caseJann Horn1-0/+12
2024-12-09PCI: Fix use-after-free of slot->bus on hot removeLukas Wunner1-1/+3
2024-12-09soc: qcom: socinfo: fix revision check in qcom_socinfo_probe()Manikanta Mylavarapu1-1/+1
2024-12-09dm-bufio: fix warnings about duplicate slab cachesMikulas Patocka1-4/+8
2024-12-09drm/amd/display: Add NULL pointer check for kzallocHersen Wu9-0/+40
2024-12-09drm/amd/display: Check phantom_stream before it is usedAlex Hung1-0/+3
2024-12-09drm/amd/display: Add NULL check for function pointer in dcn20_set_output_tran...Srinivasan Shanmugam1-1/+2
2024-12-09drm/amd/display: Check null pointer before try to access itRodrigo Siqueira1-3/+7
2024-12-09drm/amd/display: Add NULL check for clk_mgr in dcn32_init_hwSrinivasan Shanmugam1-3/+4
2024-12-09drm/amd/display: Add NULL check for clk_mgr and clk_mgr->funcs in dcn30_init_hwSrinivasan Shanmugam1-3/+4
2024-12-09dm-cache: fix warnings about duplicate slab cachesMikulas Patocka3-24/+34
2024-12-09closures: Change BUG_ON() to WARN_ON()Kent Overstreet1-2/+8
2024-12-09usb: ehci-spear: fix call balance of sehci clk handling routinesVitalii Mordan1-3/+4
2024-12-09xen: Fix the issue of resource not being properly released in xenbus_dev_probe()Qiu-ji Chen1-1/+7
2024-12-09nvme: fix metadata handling in nvme-passthroughPuranjay Mohan1-1/+7
2024-12-09scsi: lpfc: Validate hdwq pointers before dereferencing in reset/errata pathsJustin Tee3-3/+24
2024-12-09mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime...Jason-JH.Lin1-6/+6
2024-12-09drm/amd/display: Fix null check for pipe_ctx->plane_state in hwss_setup_dppZicheng Qu1-0/+3
2024-12-09drm/radeon: Fix spurious unplug event on radeon HDMISteven 'Steve' Kendall1-4/+8
2024-12-09drm/radeon: change rdev->ddev to rdev_to_drm(rdev)Wu Hoi Pok36-159/+159
2024-12-09drm/radeon: add helper rdev_to_drm(rdev)Wu Hoi Pok1-0/+5
2024-12-09firmware_loader: Fix possible resource leak in fw_log_firmware_info()Gaosheng Cui1-3/+2
2024-12-09counter: ti-ecap-capture: Add check for clk_enable()Jiasheng Jiang1-1/+6
2024-12-09counter: stm32-timer-cnt: Add check for clk_enable()Jiasheng Jiang1-3/+13
2024-12-09misc: apds990x: Fix missing pm_runtime_disable()Jinjie Ruan1-5/+7
2024-12-09USB: chaoskey: Fix possible deadlock chaoskey_list_lockEdward Adam Davis1-2/+2
2024-12-09USB: chaoskey: fail open after removalOliver Neukum1-11/+24