summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-12-05power: sequencing: make the QCom PMU pwrseq driver depend on CONFIG_OFBartosz Golaszewski1-0/+1
2024-12-05regulator: rk808: Restrict DVS GPIOs to the RK808 variant onlyDragan Simic1-7/+8
2024-12-05media: i2c: ds90ub960: Fix missing return check on ub960_rxport_read callColin Ian King1-1/+1
2024-12-05media: i2c: vgxy61: Fix an error handling path in vgxy61_detect()Christophe JAILLET1-1/+1
2024-12-05media: i2c: max96717: clean up on error in max96717_subdev_init()Dan Carpenter1-2/+4
2024-12-05tpm: fix signed/unsigned bug when checking event logsGregory Price1-8/+9
2024-12-05efi/libstub: fix efi_parse_options() ignoring the default command lineJonathan Marek1-1/+1
2024-12-05mmc: mmc_spi: drop buggy snprintf()Bartosz Golaszewski1-6/+3
2024-12-05soc: qcom: geni-se: fix array underflow in geni_se_clk_tbl_get()Dan Carpenter1-1/+2
2024-12-05soc: ti: smartreflex: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-2/+2
2024-12-05drivers: soc: xilinx: add the missing kfree in xlnx_add_cb_for_suspend()Gaosheng Cui1-1/+3
2024-12-05spi: spi-fsl-lpspi: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-8/+4
2024-12-05regulator: qcom-smd: make smd_vreg_rpm staticMin-Hua Chen1-1/+1
2024-12-05irqchip/riscv-aplic: Prevent crash when MSI domain is missingSamuel Holland2-1/+5
2024-12-05clocksource/drivers/timer-ti-dm: Fix child node refcount handlingJavier Carrasco1-2/+2
2024-12-05clocksource/drivers:sp804: Make user selectableMark Brown1-1/+2
2024-12-05crypto: cavium - Fix an error handling path in cpt_ucode_load_fw()Christophe JAILLET1-0/+2
2024-12-05crypto: bcm - add error check in the ahash_hmac_init functionChen Ridong1-1/+4
2024-12-05crypto: caam - add error check to caam_rsa_set_priv_key_formChen Ridong1-4/+7
2024-12-05thermal: testing: Initialize some variables annoteded with _free()Rafael J. Wysocki1-4/+4
2024-12-05thermal: testing: Use DEFINE_FREE() and __free() to simplify codeRafael J. Wysocki1-15/+9
2024-12-05ACPI: CPPC: Fix _CPC register setting issueLifeng Zheng1-1/+0
2024-12-05hwmon: (nct6775-core) Fix overflows seen when writing limit attributesPei Xiao1-4/+3
2024-12-05hwmon: (pmbus/core) clear faults after setting smbalert maskJerome Brunet1-1/+11
2024-12-05crypto: inside-secure - Fix the return value of safexcel_xcbcmac_cra_init()Li Huafei1-1/+1
2024-12-05crypto: qat - Fix missing destroy_workqueue in adf_init_aer()Wang Hai1-1/+4
2024-12-05EDAC/igen6: Avoid segmentation fault on module unloadOrange Kao1-0/+2
2024-12-05crypto: hisilicon/qm - disable same error report before resettingWeili Qian4-49/+103
2024-12-05amd-pstate: Set min_perf to nominal_perf for active mode performance govGautham R. Shenoy1-1/+1
2024-12-05cpufreq/amd-pstate: Don't update CPPC request in amd_pstate_cpu_boost_update()Mario Limonciello1-23/+1
2024-12-05crypto: cavium - Fix the if condition to exit loop after timeoutEverest K.C1-2/+2
2024-12-05EDAC/{skx_common,i10nm}: Fix incorrect far-memory error source indicatorQiuxu Zhuo3-0/+25
2024-12-05EDAC/skx_common: Differentiate memory error sourcesQiuxu Zhuo2-18/+23
2024-12-05EDAC/fsl_ddr: Fix bad bit shift operationsPriyanka Singh1-9/+13
2024-12-05thermal: core: Fix race between zone registration and system suspendRafael J. Wysocki1-2/+16
2024-12-05thermal: core: Mark thermal zones as initializing to start withRafael J. Wysocki2-3/+14
2024-12-05thermal: core: Represent suspend-related thermal zone flags as bitsRafael J. Wysocki2-10/+12
2024-12-05thermal: core: Rearrange PM notification codeRafael J. Wysocki1-42/+46
2024-12-05thermal: core: Initialize thermal zones before registering themRafael J. Wysocki1-1/+1
2024-12-05crypto: qat - remove faulty arbiter config resetAhsan Atta1-4/+0
2024-12-05EDAC/bluefield: Fix potential integer overflowDavid Thompson1-1/+1
2024-12-05firmware: google: Unregister driver_info on failureYuan Can1-2/+4
2024-12-05crypto: qat/qat_4xxx - fix off by one in uof_get_name()Dan Carpenter1-1/+1
2024-12-05crypto: qat/qat_420xx - fix off by one in uof_get_name()Dan Carpenter1-1/+1
2024-12-05crypto: qat - remove check after debugfs_create_dir()Cabiddu, Giovanni1-12/+1
2024-12-05crypto: caam - Fix the pointer passed to caam_qi_shutdown()Christophe JAILLET1-1/+1
2024-12-05crypto: mxs-dcp - Fix AES-CBC with hardware-bound keysTomas Paukrt1-8/+12
2024-12-05virtio_blk: reverse request order in virtio_queue_rqsChristoph Hellwig1-25/+21
2024-12-05nvme-pci: reverse request order in nvme_queue_rqsChristoph Hellwig1-22/+17
2024-12-05loop: fix type of block sizeLi Wang1-3/+3