summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX KeyID managementRick Edgecombe
2025-03-14KVM: x86: Add infrastructure for secure TSCIsaku Yamahata
2025-03-14cpu/SMT: Provide a default topology_is_primary_thread()Yicong Yang
2025-03-12x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plrJames Morse
2025-03-12x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functionsJames Morse
2025-03-12x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.hJames Morse
2025-03-12x86/resctrl: Move resctrl types to a separate headerJames Morse
2025-03-12x86/resctrl: Add helper for setting CPU default propertiesJames Morse
2025-03-10x86/coco: Replace 'static const cc_mask' with the newly introduced cc_get_mas...Arnd Bergmann
2025-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-03-09Merge tag 'kvm-x86-fixes-6.14-rcN.2' of https://github.com/kvm-x86/linux into...Paolo Bonzini
2025-03-08x86/vdso: Prepare introduction of struct vdso_clockAnna-Maria Behnsen
2025-03-08Merge branch 'locking/urgent' into locking/core, to pick up locking fixesIngo Molnar
2025-03-08x86/mm: Define PTRS_PER_PMD for assembly code tooIngo Molnar
2025-03-07virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutexAlexey Kardashevskiy
2025-03-06cpufreq/amd-pstate: Replace all AMD_CPPC_* macros with masksMario Limonciello
2025-03-06x86/fpu: Improve crypto performance by making kernel-mode FPU reliably usable...Eric Biggers
2025-03-04x86/smp: Move this_cpu_off to percpu hot sectionBrian Gerst
2025-03-04x86/stackprotector: Move __stack_chk_guard to percpu hot sectionBrian Gerst
2025-03-04x86/percpu: Move current_task to percpu hot sectionBrian Gerst
2025-03-04x86/percpu: Move top_of_stack to percpu hot sectionBrian Gerst
2025-03-04x86/irq: Move irq stacks to percpu hot sectionBrian Gerst
2025-03-04x86/softirq: Move softirq_pending to percpu hot sectionBrian Gerst
2025-03-04x86/retbleed: Move call depth to percpu hot sectionBrian Gerst
2025-03-04x86/smp: Move cpu number to percpu hot sectionBrian Gerst
2025-03-04x86/preempt: Move preempt count to percpu hot sectionBrian Gerst
2025-03-04x86/percpu: Move pcpu_hot to percpu hot sectionBrian Gerst
2025-03-04Merge branch 'x86/headers' into x86/core, to pick up dependent commitsIngo Molnar
2025-03-04Merge branch 'x86/asm' into x86/core, to pick up dependent commitsIngo Molnar
2025-03-04x86/alternatives: Simplify alternative_call() interfaceJosh Poimboeuf
2025-03-04x86/hyperv: Use named operands in inline asmJosh Poimboeuf
2025-03-04Merge branch 'x86/locking' into x86/asm, to simplify dependenciesIngo Molnar
2025-03-04Merge branch 'x86/cpu' into x86/asm, to pick up dependent commitsIngo Molnar
2025-03-04x86/cpu: Get rid of the smp_store_cpu_info() indirectionThomas Gleixner
2025-03-04x86/cpu: Simplify TLB entry count storageAhmed S. Darwish
2025-03-04x86/cpuid: Include <linux/build_bug.h> in <asm/cpuid.h>Ahmed S. Darwish
2025-03-04x86/cpu: Remove unnecessary macro indirection related to CPU feature namesBrendan Jackman
2025-03-04x86/speculation: Add a conditional CS prefix to CALL_NOSPECPawan Gupta
2025-03-04x86/speculation: Simplify and make CALL_NOSPEC consistentPawan Gupta
2025-03-04x86/smp: Fix mwait_play_dead() and acpi_processor_ffh_play_dead() noreturn be...Josh Poimboeuf
2025-03-03x86/smp/32: Remove safe_smp_processor_id()Brian Gerst
2025-03-03x86/asm: Merge KSTK_ESP() implementationsBrian Gerst
2025-03-03KVM: SVM: Require AP's "requested" SEV_FEATURES to match KVM's viewSean Christopherson
2025-03-03x86/speculation: Add a conditional CS prefix to CALL_NOSPECPawan Gupta
2025-03-03x86/speculation: Simplify and make CALL_NOSPEC consistentPawan Gupta
2025-03-03x86/paravirt: Remove unused paravirt_disable_iospace()Dr. David Alan Gilbert
2025-03-03x86/ibt: Make cfi_bhi a constant for FINEIBT_BHI=nPeter Zijlstra
2025-02-28KVM: x86: Snapshot the host's DEBUGCTL in common x86Sean Christopherson
2025-02-28KVM: nVMX: Decouple EPT RWX bits from EPT Violation protection bitsSean Christopherson
2025-02-28KVM: VMX: Remove EPT_VIOLATIONS_ACC_*_BIT definesNikolay Borisov