summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-12-09um: Unconditionally call unflatten_device_tree()Stephen Boyd1-4/+0
2024-12-09pwm: imx27: Workaround of the pwm output bug when decrease the duty cycleClark Wang1-2/+96
2024-12-09regulator: rk808: Restrict DVS GPIOs to the RK808 variant onlyDragan Simic1-7/+8
2024-12-09media: i2c: ds90ub960: Fix missing return check on ub960_rxport_read callColin Ian King1-1/+1
2024-12-09tpm: fix signed/unsigned bug when checking event logsGregory Price1-8/+9
2024-12-09efi/libstub: fix efi_parse_options() ignoring the default command lineJonathan Marek1-1/+1
2024-12-09mmc: mmc_spi: drop buggy snprintf()Bartosz Golaszewski1-6/+3
2024-12-09soc: qcom: geni-se: fix array underflow in geni_se_clk_tbl_get()Dan Carpenter1-1/+2
2024-12-09soc: ti: smartreflex: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-2/+2
2024-12-09drivers: soc: xilinx: add the missing kfree in xlnx_add_cb_for_suspend()Gaosheng Cui1-1/+3
2024-12-09spi: spi-fsl-lpspi: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-8/+4
2024-12-09clocksource/drivers/timer-ti-dm: Fix child node refcount handlingJavier Carrasco1-2/+2
2024-12-09clocksource/drivers:sp804: Make user selectableMark Brown1-1/+2
2024-12-09crypto: cavium - Fix an error handling path in cpt_ucode_load_fw()Christophe JAILLET1-0/+2
2024-12-09crypto: bcm - add error check in the ahash_hmac_init functionChen Ridong1-1/+4
2024-12-09crypto: caam - add error check to caam_rsa_set_priv_key_formChen Ridong1-4/+7
2024-12-09ACPI: CPPC: Fix _CPC register setting issueLifeng Zheng1-1/+0
2024-12-09hwmon: (nct6775-core) Fix overflows seen when writing limit attributesPei Xiao1-4/+3
2024-12-09hwmon: (pmbus/core) clear faults after setting smbalert maskJerome Brunet1-1/+11
2024-12-09hwmon: (pmbus_core) Allow to hook PMBUS_SMBALERT_MASKPatrick Rudolph1-1/+1
2024-12-09crypto: inside-secure - Fix the return value of safexcel_xcbcmac_cra_init()Li Huafei1-1/+1
2024-12-09EDAC/igen6: Avoid segmentation fault on module unloadOrange Kao1-0/+2
2024-12-09crypto: hisilicon/qm - disable same error report before resettingWeili Qian4-49/+103
2024-12-09amd-pstate: Set min_perf to nominal_perf for active mode performance govGautham R. Shenoy1-1/+1
2024-12-09crypto: cavium - Fix the if condition to exit loop after timeoutEverest K.C1-2/+2
2024-12-09EDAC/{skx_common,i10nm}: Fix incorrect far-memory error source indicatorQiuxu Zhuo3-0/+25
2024-12-09EDAC/skx_common: Differentiate memory error sourcesQiuxu Zhuo2-18/+23
2024-12-09EDAC/fsl_ddr: Fix bad bit shift operationsPriyanka Singh1-9/+13
2024-12-09thermal: core: Initialize thermal zones before registering themRafael J. Wysocki1-1/+1
2024-12-09crypto: qat - remove faulty arbiter config resetAhsan Atta1-4/+0
2024-12-09EDAC/bluefield: Fix potential integer overflowDavid Thompson1-1/+1
2024-12-09firmware: google: Unregister driver_info on failureYuan Can1-2/+4
2024-12-09crypto: qat/qat_4xxx - fix off by one in uof_get_name()Dan Carpenter1-1/+1
2024-12-09crypto: qat - remove check after debugfs_create_dir()Cabiddu, Giovanni1-12/+1
2024-12-09crypto: caam - Fix the pointer passed to caam_qi_shutdown()Christophe JAILLET1-1/+1
2024-12-09virtio_blk: reverse request order in virtio_queue_rqsChristoph Hellwig1-25/+21
2024-12-09nvme-pci: reverse request order in nvme_queue_rqsChristoph Hellwig1-22/+17
2024-12-09acpi/arm64: Adjust error handling procedure in gtdt_parse_timer_block()Aleksandr Mishin1-1/+1
2024-12-09nvme-pci: fix freeing of the HMB descriptor tableChristoph Hellwig1-7/+9
2024-12-09brd: defer automatic disk creation until module initialization succeedsYang Erkun1-22/+44
2024-12-09s390/cio: Do not unregister the subchannel based on DNVVineeth Vijayan2-2/+22
2024-12-09drm/amd/display: Add null check for pipe_ctx->plane_state in dcn20_program_pipeSrinivasan Shanmugam1-8/+14
2024-12-09platform/x86: x86-android-tablets: Unregister devices in reverse orderHans de Goede1-3/+3
2024-12-09nvme: apple: fix device reference countingKeith Busch1-5/+22
2024-12-09drm/amd/display: Don't refer to dc_sink in is_dsc_need_re_computeWayne Lin1-0/+4
2024-12-09drm/amd/display: Check null-initialized variablesAlex Hung1-3/+4
2024-12-09drm/amd/display: Initialize denominators' default to 1Alex Hung2-2/+2
2024-12-09drm/amd/display: Add NULL check for function pointer in dcn32_set_output_tran...Srinivasan Shanmugam1-1/+3
2024-12-09serial: sc16is7xx: fix invalid FIFO access with special register setHugo Villeneuve1-0/+4
2024-12-09s390/pkey: Wipe copies of clear-key structures on failureHolger Dengler1-7/+9