summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2025-11-20LoongArch: Fix NUMA node parsing with numa_memblksBibo Mao1-42/+18
2025-11-20LoongArch: Consolidate CPU names in /proc/cpuinfoHuacai Chen3-23/+34
2025-11-20LoongArch: Use UAPI types in ptrace UAPI headerThomas Weißschuh1-22/+18
2025-11-20KVM: x86: Add emulator support for decoding VEX prefixesPaolo Bonzini1-10/+112
2025-11-20KVM: x86: Refactor REX prefix handling in instruction emulationChang S. Bae2-13/+31
2025-11-20KVM: x86: Add AVX support to the emulator's register fetch and writebackPaolo Bonzini3-17/+114
2025-11-20KVM: x86: Add x86_emulate_ops.get_xcr() callbackPaolo Bonzini2-0/+10
2025-11-20KVM: x86: Share emulator's common register decoding codePaolo Bonzini1-32/+17
2025-11-20KVM: x86: Move op_prefix to struct x86_emulate_ctxt (from x86_decode_insn())Paolo Bonzini2-4/+5
2025-11-20KVM: x86: Improve formatting of the emulator's flags tablePaolo Bonzini1-16/+11
2025-11-20KVM: x86: Move Src2Shift up one bit (use bits 36:32 for Src2 in the emulator)Paolo Bonzini1-1/+2
2025-11-20KVM: x86: Add support for emulating MOVNTDQAPaolo Bonzini1-4/+9
2025-11-20KVM: arm64: Reschedule as needed when destroying the stage-2 page-tablesRaghavendra Rao Ananta1-1/+25
2025-11-20KVM: arm64: Split kvm_pgtable_stage2_destroy()Raghavendra Rao Ananta5-9/+73
2025-11-20KVM: arm64: Only drop references on empty tables in stage2_free_walkerOliver Upton1-6/+32
2025-11-19KVM: arm64: Use kvzalloc() for kvm struct allocationOliver Upton1-1/+1
2025-11-19KVM: arm64: Drop useless __GFP_HIGHMEM from kvm struct allocationOliver Upton1-1/+1
2025-11-19arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plateJames Morse1-0/+1
2025-11-19ACPI / MPAM: Parse the MPAM tableJames Morse1-0/+1
2025-11-19arm64: kconfig: Add Kconfig entry for MPAMJames Morse1-0/+23
2025-11-19Merge tag 'soc-fixes-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds21-46/+69
2025-11-19riscv: hwprobe: Expose Zicbop extension and its block sizeYao Zihong3-1/+9
2025-11-19riscv: Introduce Zalasr instructionsXu Lu1-0/+79
2025-11-19riscv: hwprobe: Export Zalasr extensionXu Lu2-0/+2
2025-11-19riscv: Add ISA extension parsing for ZalasrXu Lu2-0/+2
2025-11-19riscv: ptrace: Optimize the allocation of vector regsetYong-Xuan Wang3-3/+24
2025-11-19riscv: cmpxchg: Use riscv_has_extension_likelyVivian Wang1-8/+4
2025-11-19riscv: bitops: Use riscv_has_extension_likelyVivian Wang1-24/+8
2025-11-19riscv: hweight: Use riscv_has_extension_likelyVivian Wang1-16/+8
2025-11-19riscv: checksum: Use riscv_has_extension_likelyVivian Wang2-50/+16
2025-11-19riscv: pgtable: Use riscv_has_extension_unlikelyVivian Wang2-20/+17
2025-11-19riscv: Remove __GFP_HIGHMEM maskingVishal Moola (Oracle)1-2/+2
2025-11-19RISC-V: Enable HOTPLUG_PARALLEL for secondary CPUsAnup Patel2-1/+16
2025-11-19arm64, tlbflush: don't TLBI broadcast if page reused in write faultHuang Ying4-9/+72
2025-11-19KVM: x86: Add a helper to dedup loading guest/host XCR0 and XSSBinbin Wu1-23/+10
2025-11-19KVM: x86: Load guest/host PKRU outside of the fastpath run loopSean Christopherson4-12/+10
2025-11-19KVM: x86: Load guest/host XCR0 and XSS outside of the fastpath run loopSean Christopherson1-13/+26
2025-11-19KVM: VMX: Handle #MCs on VM-Enter/TD-Enter outside of the fastpathSean Christopherson2-8/+11
2025-11-19perf/x86/intel/uncore: Remove superfluous checkJiri Slaby (SUSE)1-2/+0
2025-11-19KVM: SVM: Handle #MCs in guest outside of fastpathSean Christopherson1-9/+9
2025-11-19KVM: x86: Unify L1TF flushing under per-CPU variableBrendan Jackman6-23/+24
2025-11-19KVM: VMX: Disable L1TF L1 data cache flush if CONFIG_CPU_MITIGATIONS=nSean Christopherson2-14/+46
2025-11-19KVM: VMX: Bundle all L1 data cache flush mitigation code togetherSean Christopherson1-87/+87
2025-11-19x86/bugs: KVM: Move VM_CLEAR_CPU_BUFFERS into SVM as SVM_CLEAR_CPU_BUFFERSSean Christopherson2-5/+4
2025-11-19KVM: VMX: Handle MMIO Stale Data in VM-Enter assembly via ALTERNATIVES_2Sean Christopherson2-15/+14
2025-11-19x86/bugs: Use an x86 feature to track the MMIO Stale Data mitigationSean Christopherson5-15/+9
2025-11-19x86/bugs: Decouple ALTERNATIVE usage from VERW macro definitionSean Christopherson1-11/+16
2025-11-19x86/bugs: Use VM_CLEAR_CPU_BUFFERS in VMX as wellPawan Gupta2-5/+10
2025-11-19KVM: VMX: Use on-stack copy of @flags in __vmx_vcpu_run()Sean Christopherson2-16/+7
2025-11-19KVM: x86: Allocate/free user_return_msrs at kvm.ko (un)loading timeChao Gao1-27/+13