summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-07-31i3c: master: Add support for devices using SETAASAAkhil R3-3/+127
2026-07-31i3c: master: Support ACPI enumeration of child devicesAkhil R1-8/+143
2026-07-31i3c: master: Use unified device property interfaceAkhil R2-36/+46
2026-07-31dt-bindings: i3c: Add mipi-i3c-static-method to support SETAASAAkhil R2-5/+35
2026-07-31i3c: master: require dests for read CCC commandsAdrian Ng Ho Yin1-1/+2
2026-07-31i3c: master: Fix info leak and UAF in device unregister pathAdrian Hunter1-4/+5
2026-07-31i3c: master: dw: Drop redundant core reset nameShubham Patil1-1/+1
2026-07-31dt-bindings: i3c: dw: Document missing optional core resetShubham Patil1-0/+3
2026-07-31i3c: master: adi: add OF module alias for autoloadingCan Peng1-0/+1
2026-07-31dt-bindings: i3c: cdns: add Axiado AX3005 I3C variantSwark Yang1-0/+1
2026-07-31i3c: renesas: Add runtime PM supportClaudiu Beznea1-28/+112
2026-07-31i3c: renesas: Drop unnecessary tabClaudiu Beznea1-1/+1
2026-07-31i3c: renesas: Use the "dev_name:irq_name" format for the interrupt nameClaudiu Beznea1-1/+8
2026-07-31i3c: renesas: Organize structures to avoid unnecessary paddingClaudiu Beznea1-15/+16
2026-07-31i3c: renesas: Update HW registers after SW computations are doneClaudiu Beznea1-14/+14
2026-07-31i3c: renesas: Drop the explicit memset() callClaudiu Beznea1-1/+0
2026-07-31i3c: renesas: Follow a unified pattern for transfer and command initializationClaudiu Beznea1-11/+11
2026-07-31i3c: renesas: Return immediately if there is no transferClaudiu Beznea1-3/+3
2026-07-31i3c: renesas: Use reset_control_bulk_{assert, deassert}()Claudiu Beznea1-17/+13
2026-07-31i3c: renesas: Fix out-of-bounds access for newdevs maskClaudiu Beznea1-1/+5
2026-07-31i3c: renesas: Clean DATBAS register on detachClaudiu Beznea1-0/+2
2026-07-31i3c: renesas: Perform Dynamic Address Assignment on resumeClaudiu Beznea1-23/+15
2026-07-31i3c: renesas: Reset the controller on resumeClaudiu Beznea1-2/+8
2026-07-31i3c: renesas: Reconfigure the DATBAS register on re-attachClaudiu Beznea1-0/+16
2026-07-31i3c: renesas: Follow the reset deassert order used in probeClaudiu Beznea1-6/+6
2026-07-31i3c: renesas: Restore STDBR and EXTBR registers on resumeClaudiu Beznea1-4/+6
2026-07-31i3c: renesas: Check that the transfer is valid before accessing itClaudiu Beznea1-7/+45
2026-07-31i3c: master: Add driver for AMD AXI I3C master controllerManikanta Guntupalli4-0/+1148
2026-07-31dt-bindings: i3c: Add AMD I3C master controller supportManikanta Guntupalli1-0/+58
2026-07-31i3c: master: Add optional_bytes for variable-length GET CCC validationAdrian Ng Ho Yin2-6/+25
2026-07-31i3c: master: Validate GET CCC payload length and retry Direct GET onceAdrian Ng Ho Yin2-4/+60
2026-07-31i3c: master: dw: Map CCC hardware errors to I3C M0/M2Adrian Ng Ho Yin1-5/+23
2026-07-31i3c: master: Report actual GET CCC payload length on successAdrian Ng Ho Yin7-13/+32
2026-07-31i3c: ccc: Add actual_len to struct i3c_ccc_cmd_payloadAdrian Ng Ho Yin1-1/+3
2026-07-31i3c: master: Fix device_register() error pathAdrian Hunter1-0/+2
2026-07-31i3c: dw: avoid shift-out-of-bounds when DAA assigns no devicesJakub Kicinski1-1/+9
2026-07-31i3c: master: svc: bound IBI payload to the requested max_payload_lenMaoyi Xie1-1/+9
2026-07-31i3c: master: svc: report timeout waiting for STOP idlePengpeng Hou1-2/+6
2026-07-31i3c: master: adi: initialize the lock before enabling interruptsRunyu Xiao1-8/+7
2026-07-31arm64: Add override for ID_AA64MMFR4_EL1.NV_fracMarc Zyngier4-1/+15
2026-07-31KVM: arm64: selftest: Add NVHCR_EL2 to get-reg-listMarc Zyngier1-0/+2
2026-07-31KVM: arm64: Expose FEAT_NV3 to guestsMarc Zyngier1-2/+4
2026-07-31KVM: arm64: Add FEAT_NV3 detectionMarc Zyngier1-0/+7
2026-07-31KVM: arm64: Engage NV3 TLBI trap elisionMarc Zyngier1-0/+13
2026-07-31KVM: arm64: Engage NV3 ERET trap elisionMarc Zyngier2-0/+14
2026-07-31KVM: arm64: Add NVHCR_EL2 context switchingMarc Zyngier2-2/+19
2026-07-31KVM: arm64: Add routing for NVHCR_EL2 trapMarc Zyngier1-0/+13
2026-07-31KVM: arm64: Add NVHCR_EL2 handling to the sysreg arrayMarc Zyngier1-0/+28
2026-07-31KVM: arm64: Add sanitisation for NVHCR_EL2Marc Zyngier2-0/+19
2026-07-31KVM: arm64: Make HCR_EL2 a non-VNCR registerMarc Zyngier3-2/+12