summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2026-02-07parisc: Print hardware IDs as 4 digit hex stringsHelge Deller-13/+13
2026-02-07parisc: kernel: replace kfree() with put_device() in create_tree_node()Haoxiang Li-1/+1
2026-02-06x86/vmware: Fix hypercall clobbersJosh Poimboeuf-2/+2
2026-02-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds-1/+4
2026-02-06sparc: remove unused variable strtabAlex Shi-2/+0
2026-02-06sparc64: fix unused variable warningAlex Shi-6/+0
2026-02-06sparc: don't reference obsolete termio struct for TC* constantsSam James-4/+4
2026-02-06sparc: vio: Replace snprintf with strscpy in vio_create_oneThorsten Blum-2/+2
2026-02-06sparc: Add architecture support for clone3Ludwig Rydberg-15/+78
2026-02-06sparc: Synchronize user stack on fork and cloneAndreas Larsson-14/+24
2026-02-06irqchip/riscv-imsic: Adjust the number of available guest irq filesXu Lu-1/+1
2026-02-06RISC-V: KVM: Transparent huge page supportJessica Liu-0/+142
2026-02-06RISC-V: KVM: Allow Zalasr extensions for Guest/VMXu Lu-0/+3
2026-02-06riscv: KVM: allow Zilsd and Zclsd extensions for Guest/VMPincheng Wang-0/+4
2026-02-06RISC-V: KVM: Skip IMSIC update if vCPU IMSIC state is not initializedJiakai Xu-0/+4
2026-02-06RISC-V: KVM: Fix null pointer dereference in kvm_riscv_aia_imsic_rw_attr()Jiakai Xu-1/+3
2026-02-06RISC-V: KVM: Fix null pointer dereference in kvm_riscv_aia_imsic_has_attr()Jiakai Xu-1/+4
2026-02-06RISC-V: KVM: Remove unnecessary 'ret' assignmentQiang Ma-4/+1
2026-02-06ARM: 9469/1: Implement ARCH_HAS_CC_CAN_LINKThomas Weissschuh-0/+11
2026-02-06LoongArch: KVM: Add paravirt vcpu_is_preempted() support in guest sideBibo Mao-1/+24
2026-02-06LoongArch: KVM: Add paravirt preempt feature in hypervisor sideBibo Mao-2/+62
2026-02-06LoongArch: KVM: Set default return value in KVM IO bus opsBibo Mao-61/+39
2026-02-06LoongArch: KVM: Add FPU/LBT delay load supportBibo Mao-19/+37
2026-02-06LoongArch: KVM: Move LBT capability check in exception handlerBibo Mao-4/+3
2026-02-06LoongArch: KVM: Move LASX capability check in exception handlerBibo Mao-4/+3
2026-02-06LoongArch: KVM: Move LSX capability check in exception handlerBibo Mao-4/+3
2026-02-06LoongArch: KVM: Handle LOONGARCH_CSR_IPR during vCPU context switchBibo Mao-0/+4
2026-02-06LoongArch: KVM: Check VM msgint feature during interrupt handlingBibo Mao-4/+11
2026-02-06LoongArch: KVM: Add msgint registers in kvm_init_gcsr_flag()Bibo Mao-0/+7
2026-02-06LoongArch: KVM: Move feature detection in kvm_vm_init_features()Bibo Mao-21/+15
2026-02-06LoongArch: KVM: Add more CPUCFG mask bitsBibo Mao-2/+20
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-43/+37
2026-02-05Merge branch kvm-arm64/misc-6.20 into kvmarm-master/nextMarc Zyngier-46/+62
2026-02-05Merge branch kvm-arm64/resx into kvmarm-master/nextMarc Zyngier-305/+478
2026-02-05Merge branch kvm-arm64/debugfs-fixes into kvmarm-master/nextMarc Zyngier-121/+40
2026-02-05Merge branch kvm-arm64/gicv5-prologue into kvmarm-master/nextMarc Zyngier-101/+56
2026-02-05Merge branch kvm-arm64/gicv3-tdir-fixes into kvmarm-master/nextMarc Zyngier-14/+22
2026-02-05Merge branch kvm-arm64/fwb-for-all into kvmarm-master/nextMarc Zyngier-22/+30
2026-02-05Merge branch kvm-arm64/pkvm-no-mte into kvmarm-master/nextMarc Zyngier-8/+76
2026-02-05KVM: arm64: Add debugfs file dumping computed RESx valuesMarc Zyngier-0/+68
2026-02-05KVM: arm64: Add sanitisation to SCTLR_EL2Marc Zyngier-1/+87
2026-02-05KVM: arm64: Remove all traces of HCR_EL2.MIOCNCEMarc Zyngier-3/+1
2026-02-05KVM: arm64: Remove all traces of FEAT_TMEMarc Zyngier-21/+3
2026-02-05KVM: arm64: Simplify handling of full register invalid constraintMarc Zyngier-6/+9
2026-02-05KVM: arm64: Get rid of FIXED_VALUE altogetherMarc Zyngier-24/+5
2026-02-05KVM: arm64: Simplify handling of HCR_EL2.E2H RESxMarc Zyngier-11/+1
2026-02-05KVM: arm64: Move RESx into individual register descriptorsMarc Zyngier-11/+37
2026-02-05KVM: arm64: Add RES1_WHEN_E2Hx constraints as configuration flagsMarc Zyngier-3/+9
2026-02-05KVM: arm64: Add REQUIRES_E2H1 constraint as configuration flagsMarc Zyngier-24/+14
2026-02-05KVM: arm64: Simplify FIXED_VALUE handlingMarc Zyngier-44/+22