summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2023-01-24KVM: x86/xen: update Xen CPUID Leaf 4 (tsc info) sub-leaves, if presentPaul Durrant
2023-01-24KVM: x86/cpuid: generalize kvm_update_kvm_cpuid_base() and also capture limitPaul Durrant
2023-01-24KVM: x86: Replace cpu_dirty_logging_count with nr_memslots_dirty_loggingDavid Matlack
2023-01-24KVM: x86: Replace 0-length arrays with flexible arraysKees Cook
2023-01-24x86/cpufeatures: Add macros for Intel's new fast rep string featuresJim Mattson
2023-01-24Merge branch 'kvm-lapic-fix-and-cleanup' into HEADPaolo Bonzini
2023-01-24Merge branch 'kvm-v6.2-rc4-fixes' into HEADPaolo Bonzini
2023-01-23x86/resctrl: Add interface to read mbm_total_bytes_configBabu Moger
2023-01-23x86/resctrl: Detect and configure Slow Memory Bandwidth AllocationBabu Moger
2023-01-23x86/cpufeatures: Add Bandwidth Monitoring Event Configuration feature flagBabu Moger
2023-01-23x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flagBabu Moger
2023-01-21x86/microcode: Check CPU capabilities after late microcode update correctlyAshok Raj
2023-01-20x86/microcode: Add a parameter to microcode_check() to store CPU capabilitiesAshok Raj
2023-01-19acpi: Fix suspend with Xen PVJuergen Gross
2023-01-19KVM: MMU: Make the definition of 'INVALID_GPA' commonYu Zhang
2023-01-19x86/fpu: Replace zero-length array in struct xregs_state with flexible-array ...Gustavo A. R. Silva
2023-01-19x86/sev: Add SEV-SNP guest feature negotiation supportNikunj A Dadhania
2023-01-18mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()Peter Xu
2023-01-18Merge tag 'v6.2-rc4' into perf/core, to pick up fixesIngo Molnar
2023-01-17x86/hyperv: Add an interface to do nested hypercallsJinank Jain
2023-01-17Drivers: hv: Setup synic registers in case of nested root partitionJinank Jain
2023-01-13KVM: x86: Track required APICv inhibits with variable, not callbackSean Christopherson
2023-01-13KVM: SVM: Inhibit AVIC if vCPUs are aliased in logical modeSean Christopherson
2023-01-13KVM: x86: Inhibit APICv/AVIC if the optimized physical map is disabledSean Christopherson
2023-01-13KVM: x86: Explicitly track all possibilities for APIC map's logical modesSean Christopherson
2023-01-13KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabledSean Christopherson
2023-01-13x86/gsseg: Add the new <asm/gsseg.h> header to <asm/asm-prototypes.h>Ingo Molnar
2023-01-13cpuidle, ACPI: Make noinstr cleanPeter Zijlstra
2023-01-13cpuidle, nospec: Make mds_idle_clear_cpu_buffers() noinstr cleanPeter Zijlstra
2023-01-13cpuidle, xenpv: Make more PARAVIRT_XXL noinstr cleanPeter Zijlstra
2023-01-13cpuidle, mwait: Make the mwait code noinstr cleanPeter Zijlstra
2023-01-13x86/tdx: Remove TDX_HCALL_ISSUE_STIPeter Zijlstra
2023-01-13cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATEPeter Zijlstra
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra
2023-01-13x86/perf/amd: Remove tracing from perf_lopwr_cb()Peter Zijlstra
2023-01-13x86/gsseg: Use the LKGS instruction if available for load_gs_index()H. Peter Anvin (Intel)
2023-01-12x86/hyperv: Add support for detecting nested hypervisorJinank Jain
2023-01-12x86/gsseg: Move load_gs_index() to its own new header fileH. Peter Anvin (Intel)
2023-01-12x86/gsseg: Make asm_load_gs_index() take an u16H. Peter Anvin (Intel)
2023-01-12x86/cpufeature: Add the CPU feature bit for LKGSH. Peter Anvin (Intel)
2023-01-12x86/bugs: Reset speculation control settings on initBreno Leitao
2023-01-11KVM: x86/xen: Avoid deadlock by adding kvm->arch.xen.xen_lock leaf node lockDavid Woodhouse
2023-01-10x86/mce: Mask out non-address bits from machine check bankTony Luck
2023-01-09perf/x86/intel: Support Architectural PerfMon Extension leafKan Liang
2023-01-09x86/cpufeatures: Add Architectural PerfMon Extension bitKan Liang
2023-01-09perf/x86: Add Meteor Lake supportKan Liang
2023-01-05x86/alternatives: Add alt_instr.flagsBorislav Petkov (AMD)
2023-01-03x86/insn: Avoid namespace clash by separating instruction decoder MMIO type f...Jason A. Donenfeld
2022-12-29KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)Sean Christopherson
2022-12-29KVM: x86: Do VMX/SVM support checks directly in vendor codeSean Christopherson