aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-02-06irqchip/riscv-imsic: Adjust the number of available guest irq filesXu Lu1-1/+1
2026-02-06RISC-V: KVM: Transparent huge page supportJessica Liu2-0/+142
2026-02-06RISC-V: KVM: Allow Zalasr extensions for Guest/VMXu Lu2-0/+3
2026-02-06riscv: KVM: allow Zilsd and Zclsd extensions for Guest/VMPincheng Wang2-0/+4
2026-02-06RISC-V: KVM: Skip IMSIC update if vCPU IMSIC state is not initializedJiakai Xu1-0/+4
2026-02-06RISC-V: KVM: Fix null pointer dereference in kvm_riscv_aia_imsic_rw_attr()Jiakai Xu1-1/+3
2026-02-06RISC-V: KVM: Fix null pointer dereference in kvm_riscv_aia_imsic_has_attr()Jiakai Xu1-1/+4
2026-02-06RISC-V: KVM: Remove unnecessary 'ret' assignmentQiang Ma1-4/+1
2026-02-06ARM: 9469/1: Implement ARCH_HAS_CC_CAN_LINKThomas Weissschuh1-0/+11
2026-02-06LoongArch: KVM: Add paravirt vcpu_is_preempted() support in guest sideBibo Mao2-1/+24
2026-02-06LoongArch: KVM: Add paravirt preempt feature in hypervisor sideBibo Mao6-2/+62
2026-02-06LoongArch: KVM: Set default return value in KVM IO bus opsBibo Mao3-61/+39
2026-02-06LoongArch: KVM: Add FPU/LBT delay load supportBibo Mao3-19/+37
2026-02-06LoongArch: KVM: Move LBT capability check in exception handlerBibo Mao2-4/+3
2026-02-06LoongArch: KVM: Move LASX capability check in exception handlerBibo Mao2-4/+3
2026-02-06LoongArch: KVM: Move LSX capability check in exception handlerBibo Mao2-4/+3
2026-02-06LoongArch: KVM: Handle LOONGARCH_CSR_IPR during vCPU context switchBibo Mao3-0/+4
2026-02-06LoongArch: KVM: Check VM msgint feature during interrupt handlingBibo Mao3-4/+11
2026-02-06LoongArch: KVM: Add msgint registers in kvm_init_gcsr_flag()Bibo Mao1-0/+7
2026-02-06LoongArch: KVM: Move feature detection in kvm_vm_init_features()Bibo Mao1-21/+15
2026-02-06LoongArch: KVM: Add more CPUCFG mask bitsBibo Mao1-2/+20
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-43/+37
2026-02-05Merge branch kvm-arm64/misc-6.20 into kvmarm-master/nextMarc Zyngier11-46/+62
2026-02-05Merge branch kvm-arm64/resx into kvmarm-master/nextMarc Zyngier7-305/+478
2026-02-05Merge branch kvm-arm64/debugfs-fixes into kvmarm-master/nextMarc Zyngier3-121/+40
2026-02-05Merge branch kvm-arm64/gicv5-prologue into kvmarm-master/nextMarc Zyngier7-101/+56
2026-02-05Merge branch kvm-arm64/gicv3-tdir-fixes into kvmarm-master/nextMarc Zyngier4-14/+22
2026-02-05Merge branch kvm-arm64/fwb-for-all into kvmarm-master/nextMarc Zyngier5-22/+30
2026-02-05Merge branch kvm-arm64/pkvm-no-mte into kvmarm-master/nextMarc Zyngier6-8/+76
2026-02-05KVM: arm64: Add debugfs file dumping computed RESx valuesMarc Zyngier1-0/+68
2026-02-05KVM: arm64: Add sanitisation to SCTLR_EL2Marc Zyngier3-1/+87
2026-02-05KVM: arm64: Remove all traces of HCR_EL2.MIOCNCEMarc Zyngier2-3/+1
2026-02-05KVM: arm64: Remove all traces of FEAT_TMEMarc Zyngier3-21/+3
2026-02-05KVM: arm64: Simplify handling of full register invalid constraintMarc Zyngier1-6/+9
2026-02-05KVM: arm64: Get rid of FIXED_VALUE altogetherMarc Zyngier1-24/+5
2026-02-05KVM: arm64: Simplify handling of HCR_EL2.E2H RESxMarc Zyngier1-11/+1
2026-02-05KVM: arm64: Move RESx into individual register descriptorsMarc Zyngier1-11/+37
2026-02-05KVM: arm64: Add RES1_WHEN_E2Hx constraints as configuration flagsMarc Zyngier1-3/+9
2026-02-05KVM: arm64: Add REQUIRES_E2H1 constraint as configuration flagsMarc Zyngier1-24/+14
2026-02-05KVM: arm64: Simplify FIXED_VALUE handlingMarc Zyngier1-44/+22
2026-02-05KVM: arm64: Convert HCR_EL2.RW to AS_RES1Marc Zyngier1-14/+1
2026-02-05KVM: arm64: Correctly handle SCTLR_EL1 RES1 bits for unsupported featuresMarc Zyngier1-12/+14
2026-02-05KVM: arm64: Allow RES1 bits to be inferred from configurationMarc Zyngier1-2/+7
2026-02-05MIPS: Loongson64: env: Fixup serial clock-frequency when using LEFIYao Zi1-0/+98
2026-02-05MIPS: Loongson2ef: Use pcibios_align_resource() to block io rangeRong Zhang1-1/+10
2026-02-05MIPS: Loongson2ef: Register PCI controller in early stageRong Zhang3-6/+8
2026-02-05KVM: arm64: Inherit RESx bits from FGT register descriptorsMarc Zyngier1-11/+5
2026-02-05KVM: arm64: Extend unified RESx handling to runtime sanitisationMarc Zyngier3-18/+20
2026-02-05KVM: arm64: Introduce data structure tracking both RES0 and RES1 bitsMarc Zyngier3-138/+160
2026-02-05KVM: arm64: Introduce standalone FGU computing primitiveMarc Zyngier1-32/+25