summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2024-12-18KVM: x86: Always operate on kvm_vcpu data in cpuid_entry2_find()Sean Christopherson
2024-12-18KVM: x86: Remove unnecessary caching of KVM's PV CPUID baseSean Christopherson
2024-12-18KVM: x86: Clear PV_UNHALT for !HLT-exiting only when userspace sets CPUIDSean Christopherson
2024-12-18KVM: x86: Swap incoming guest CPUID into vCPU before massaging in KVM_SET_CPUID2Sean Christopherson
2024-12-18KVM: x86: Add a macro to init CPUID features that KVM emulates in softwareSean Christopherson
2024-12-18KVM: x86: Add a macro to init CPUID features that ignore host kernel supportSean Christopherson
2024-12-18KVM: x86: Harden CPU capabilities processing against out-of-scope featuresSean Christopherson
2024-12-18KVM: x86: #undef SPEC_CTRL_SSBD in cpuid.c to avoid macro collisionsSean Christopherson
2024-12-18KVM: x86: Handle kernel- and KVM-defined CPUID words in a single helperSean Christopherson
2024-12-18KVM: x86: Add a macro to precisely handle aliased 0x1.EDX CPUID featuresSean Christopherson
2024-12-18KVM: x86: Add a macro to init CPUID features that are 64-bit onlySean Christopherson
2024-12-18KVM: x86: Rename kvm_cpu_cap_mask() to kvm_cpu_cap_init()Sean Christopherson
2024-12-18KVM: x86: Unpack F() CPUID feature flag macros to one flag per line of codeSean Christopherson
2024-12-18KVM: x86: Account for max supported CPUID leaf when getting raw host CPUIDSean Christopherson
2024-12-18KVM: x86: Do reverse CPUID sanity checks in __feature_leaf()Sean Christopherson
2024-12-18KVM: x86: Don't update PV features caches when enabling enforcement capabilitySean Christopherson
2024-12-18KVM: x86: Zero out PV features cache when the CPUID leaf is not presentSean Christopherson
2024-12-18KVM: x86: Reject disabling of MWAIT/HLT interception when not allowedSean Christopherson
2024-12-18KVM: x86: Disallow KVM_CAP_X86_DISABLE_EXITS after vCPU creationSean Christopherson
2024-12-18KVM: x86: Drop now-redundant MAXPHYADDR and GPA rsvd bits from vCPU creationSean Christopherson
2024-12-18KVM: x86/pmu: Drop now-redundant refresh() during init()Sean Christopherson
2024-12-18KVM: x86: Move __kvm_is_valid_cr4() definition to x86.hSean Christopherson
2024-12-18KVM: x86: Account for KVM-reserved CR4 bits when passing through CR4 on VMXSean Christopherson
2024-12-18KVM: x86: Explicitly do runtime CPUID updates "after" initial setupSean Christopherson
2024-12-18KVM: x86: Do all post-set CPUID processing during vCPU creationSean Christopherson
2024-12-18KVM: x86: Limit use of F() and SF() to kvm_cpu_cap_{mask,init_kvm_defined}()Sean Christopherson
2024-12-18KVM: x86: Use feature_bit() to clear CONSTANT_TSC when emulating CPUIDSean Christopherson
2024-12-17KVM: Move KVM_REG_SIZE() definition to common uAPI headerSean Christopherson
2024-12-13Merge tag 'kvm-riscv-fixes-6.13-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini
2024-12-13KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module initSean Christopherson
2024-12-10Merge tag 'kvmarm-fixes-6.13-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2024-12-08Merge tag 'x86_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-12-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2024-12-06x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR failsSean Christopherson
2024-12-06RISC-V: KVM: Fix csr_write -> csr_set for HVIEN PMU overflow bitMichael Neuling
2024-12-06x86/cacheinfo: Delete global num_cache_leavesRicardo Neri
2024-12-06x86/kexec: Restore GDT on return from ::preserve_context kexecDavid Woodhouse
2024-12-05arm64: ptrace: fix partial SETREGSET for NT_ARM_GCSMark Rutland
2024-12-05arm64: ptrace: fix partial SETREGSET for NT_ARM_POEMark Rutland
2024-12-05arm64: ptrace: fix partial SETREGSET for NT_ARM_FPMRMark Rutland
2024-12-05arm64: ptrace: fix partial SETREGSET for NT_ARM_TAGGED_ADDR_CTRLMark Rutland
2024-12-05arm64: cpufeature: Add GCS to cpucap_is_possible()Robin Murphy
2024-12-05x86/cpu/topology: Remove limit of CPUs due to disabled IO/APICFernando Fernandez Mancera
2024-12-05x86/mm: Add _PAGE_NOPTISHADOW bit to avoid updating userspace page tablesDavid Woodhouse
2024-12-05arm64: mte: Fix copy_highpage() warning on hugetlb foliosCatalin Marinas
2024-12-05arm64: Ensure bits ASID[15:8] are masked out when the kernel uses 8-bit ASIDsCatalin Marinas
2024-12-04x86/cpu: Add Lunar Lake to list of CPUs with a broken MONITOR implementationLen Brown
2024-12-04Merge tag 'loongarch-fixes-6.13-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-12-03KVM: arm64: vgic-its: Add error handling in vgic_its_cache_translationKeisuke Nishimura
2024-12-03KVM: arm64: Do not allow ID_AA64MMFR0_EL1.ASIDbits to be overriddenMarc Zyngier