summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-08-07thermal/drivers/mediatek/lvts_thermal: Make reset optional for MT8196AngeloGioacchino Del Regno1-1/+14
2026-08-07thermal/drivers/qcom: add support for PMIC5 Gen3 ADC thermal monitoringJishnu Prakash2-0/+10
2026-08-07iio: adc: qcom-spmi-adc5-gen3: Share SDAM0 IRQ with ADC_TM auxiliary driverJishnu Prakash1-47/+18
2026-08-07iio: adc: qcom-spmi-adc5-gen3: Remove an unnecessary printJishnu Prakash1-3/+1
2026-08-07thermal/of: Fix trivial enabled typoMarek Vasut1-1/+1
2026-08-07thermal/drivers/spacemit/k1: Add shutdown action and reorder registration orderPei Xiao1-13/+60
2026-08-07thermal/drivers/qcom: Add support for Qualcomm MBG thermal monitoringSatya Priya Kakitapalli3-0/+271
2026-08-07scsi: ibmvfc: Fix spelling mistake "Deleteing" -> "Deleting"Colin Ian King1-1/+1
2026-08-07scsi: core: pair EH runtime PM get and putHongjie Fang2-4/+6
2026-08-07ACPI: PCI: Avoid misleading _OSC messages for non-PCIe host bridges without _OSCKazuma Kondo1-4/+7
2026-08-07USB: serial: spcp8x5: drop broken carrier detect supportJohan Hovold1-13/+0
2026-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-33/+176
2026-08-07Merge patch series "scsi: qla2xxx: Bug fixes and hardening"Martin K. Petersen (Oracle)17-139/+415
2026-08-07Merge patch series "scsi: qla2xxx: Add QLA29xx series adapter support"Martin K. Petersen (Oracle)24-1046/+6096
2026-08-07regulator: qcom-rpmh: Support RPMH address reads and use it for rpmh-regulatorsMark Brown266-1460/+3690
2026-08-07regulator: qcom-rpmh: Fix coding style issuesKamal Wadhwa1-1/+1
2026-08-07regulator: qcom-rpmh: readback voltage/bypass/mode set during bootupKamal Wadhwa1-0/+120
2026-08-07regulator: qcom-rpmh: Fix PMIC5 BOB bypass mode handlingKamal Wadhwa1-1/+5
2026-08-07soc: qcom: rpmh: Add support to read back resource settingsMaulik Shah2-6/+54
2026-08-07Merge tag 'mhi-for-v7.3' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman6-39/+113
2026-08-07mtd: maps: remove dead select of MTD_CFI_BE_BYTE_SWAPJulian Braha1-1/+0
2026-08-07ACPI: TAD: Add locking around AML evaluationsRafael J. Wysocki1-18/+28
2026-08-07mtd: rawnand: gpmi: add debugfs entry for BCH geometryHan Xu2-0/+35
2026-08-07mtd: rawnand: validate ONFI extended parameter page sectionsPengpeng Hou1-2/+25
2026-08-07mtd: rawnand: sunxi: add H616 MBUS DMA supportJames Hilliard1-16/+104
2026-08-07mtd: spinand: fmsh: fix FM25G01B/FM25G02B Quad I/O read dummy cyclesAleksandr Mineev1-2/+10
2026-08-07Merge tag 'thermal-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-71/+159
2026-08-07Merge tag 'sound-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-1/+3
2026-08-07s390/virtio: Enable CONTEXT_ANALYSISHeiko Carstens1-0/+2
2026-08-07s390/cio: Enable CONTEXT_ANALYSISHeiko Carstens1-0/+2
2026-08-07s390/vfio_ccw: Add __must_hold() attribute to vfio_ccw_sch_quiesce()Heiko Carstens2-1/+3
2026-08-07arm_mpam: Disable driver unbind to avoid UAFBen Horgan1-0/+1
2026-08-07arm_mpam: Fix a NULL pointer dereference on unbinding after an error interruptBen Horgan1-0/+3
2026-08-07perf: arm_pmuv3: Zero initialize hw_id branch stack fieldJames Clark1-1/+1
2026-08-07Merge tag 'amd-drm-fixes-7.2-2026-08-06' of https://gitlab.freedesktop.org/ag...Dave Airlie16-64/+216
2026-08-07Merge tag 'drm-misc-fixes-2026-08-06' of https://gitlab.freedesktop.org/drm/m...Dave Airlie7-30/+74
2026-08-07coresight: etm4x: remove redundant fields in etmv4_save_stateYeoreum Yun1-5/+0
2026-08-07coresight: etm4x: missing cscfg_csdev_disable_active_config() in perf enableYeoreum Yun1-19/+25
2026-08-07coresight: etm4x: fix leaked trace idYeoreum Yun1-1/+3
2026-08-07coresight: etm4x: fix underflow for usage of (nrseqstate - 1)Yeoreum Yun4-8/+16
2026-08-07coresight: etm4x: fix wrong check of etm4x_sspcicrn_present()Yeoreum Yun1-1/+1
2026-08-07hwtracing: hisi_ptt: Remove unnecessary trace buffer zeroing in trace_start()Sanman Pradhan1-5/+0
2026-08-07hwtracing: hisi_ptt: Propagate DMA reset timeout in trace_start()Sanman Pradhan1-7/+13
2026-08-07coresight: etm3x: Fix cntr_val_show() to match cntr_val_store() behaviorKuan-Wei Chiu1-11/+4
2026-08-07md/raid1: don't set array_frozen in raid1_takeover()Bruce Johnston1-2/+0
2026-08-07md: skip discard on unsupported member devicesWale Zhang1-0/+4
2026-08-07md: add cond_resched() to md_do_sync()'s skip pathYunye Zhao1-1/+3
2026-08-07md/raid10: fix still_degraded being inverted in raid10_sync_request()Yunye Zhao1-1/+1
2026-08-07md/raid5: split reshape bios before bitmap accountingYu Kuai1-0/+19
2026-08-07md/raid5: wire llbitmap reshape lifecycleYu Kuai1-0/+37