aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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/git/mani/mhi into char-misc-nextGreg 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/rafael/linux-pmLinus Torvalds2-71/+159
2026-08-07Merge tag 'sound-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus 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/agd5f/linux into drm-fixesDave Airlie16-64/+216
2026-08-07Merge tag 'drm-misc-fixes-2026-08-06' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixesDave 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
2026-08-07md/raid5: reject llbitmap reshape when md chunk shrinksYu Kuai1-0/+3
2026-08-07md/raid5: add exact old and new llbitmap mapping helpersYu Kuai1-20/+53
2026-08-07md/raid10: split reshape bios before bitmap accountingYu Kuai1-0/+10
2026-08-07md/raid10: wire llbitmap reshape lifecycleYu Kuai1-0/+39
2026-08-07md/raid10: reject llbitmap reshape when md chunk shrinksYu Kuai1-0/+4
2026-08-07md/md-llbitmap: clamp state-machine walks to tracked bitsYu Kuai1-1/+4
2026-08-07md/md-llbitmap: remap checkpointed bits as reshape progressesYu Kuai1-0/+204
2026-08-07md/md-llbitmap: don't skip reshape ranges from bitmap stateYu Kuai1-0/+8
2026-08-07md/md-llbitmap: add reshape range mapping helpersYu Kuai4-19/+134
2026-08-07md/md-llbitmap: refuse reshape while llbitmap still needs syncYu Kuai1-0/+24