summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-02-27x86/bootflag: Replace open-coded parity calculation with parity8()Kuan-Wei Chiu
2025-02-27x86/cpu: Remove get_this_hybrid_cpu_*()Pawan Gupta
2025-02-27perf/x86/intel: Use cache cpu-type for hybrid PMU selectionPawan Gupta
2025-02-27x86/cpu: Prefix hexadecimal values with 0x in cpu_debug_show()Pawan Gupta
2025-02-27x86/platform: Only allow CONFIG_EISA for 32-bitArnd Bergmann
2025-02-27x86/pci: Remove old STA2x11 supportArnd Bergmann
2025-02-27x86/cpu: Document CONFIG_X86_INTEL_MID as 64-bit-onlyArnd Bergmann
2025-02-27x86/mm: Drop support for CONFIG_HIGHPTEArnd Bergmann
2025-02-27x86/mm: Drop CONFIG_SWIOTLB for PAEArnd Bergmann
2025-02-27x86/mm: Remove CONFIG_HIGHMEM64G supportArnd Bergmann
2025-02-27x86/cpu: Drop configuration options for early 64-bit CPUsArnd Bergmann
2025-02-27x86/build: Rework CONFIG_GENERIC_CPU compiler flagsArnd Bergmann
2025-02-27x86/smp: Drop 32-bit "bigsmp" machine supportArnd Bergmann
2025-02-27x86/Kconfig: Add cmpxchg8b support back to Geode CPUsArnd Bergmann
2025-02-27Merge branch 'x86/mm' into x86/cpu, to avoid conflictsIngo Molnar
2025-02-27x86/bugs: Remove X86_FEATURE_USE_IBPBYosry Ahmed
2025-02-27KVM: nVMX: Always use IBPB to properly virtualize IBRSYosry Ahmed
2025-02-27x86/bugs: Use a static branch to guard IBPB on vCPU switchYosry Ahmed
2025-02-27x86/bugs: Remove the X86_FEATURE_USE_IBPB check in ib_prctl_set()Yosry Ahmed
2025-02-27x86/mm: Remove X86_FEATURE_USE_IBPB checks in cond_mitigation()Yosry Ahmed
2025-02-27x86/bugs: Move the X86_FEATURE_USE_IBPB check into callersYosry Ahmed
2025-02-27x86/bootflag: Micro-optimize sbf_write()Uros Bizjak
2025-02-27x86/mm: Clear _PAGE_DIRTY for kernel mappings when we clear _PAGE_RWMatthew Wilcox (Oracle)
2025-02-26cxl: Add mce notifier to emit aliased address for extended linear cacheDave Jiang
2025-02-26perf: Remove unnecessary parameter of security checkLuo Gengkun
2025-02-26KVM: Drop kvm_arch_sync_events() now that all implementations are nopsSean Christopherson
2025-02-26KVM: x86: Fold guts of kvm_arch_sync_events() into kvm_arch_pre_destroy_vm()Sean Christopherson
2025-02-26KVM: x86: Unload MMUs during vCPU destruction, not beforeSean Christopherson
2025-02-26KVM: x86: Don't load/put vCPU when unloading its MMU during teardownSean Christopherson
2025-02-26static_call_inline: Provide trampoline address when updating sitesChristophe Leroy
2025-02-26x86/boot: Add missing has_cpuflag() prototypeZhou Ding
2025-02-26x86/fpu: Avoid copying dynamic FP state from init_task in arch_dup_task_struct()Benjamin Berg
2025-02-26x86/bugs: KVM: Add support for SRSO_MSR_FIXBorislav Petkov
2025-02-26x86/ibt: Optimize the fineibt-bhi arity 1 casePeter Zijlstra
2025-02-26x86/ibt: Implement FineIBT-BHI mitigationPeter Zijlstra
2025-02-26x86/bhi: Add BHI stubsPeter Zijlstra
2025-02-26Merge tag 'v6.14-rc4' into x86/fpu, to pick up fixes and refresh the branchIngo Molnar
2025-02-26x86/ibt: Add paranoid FineIBT modePeter Zijlstra
2025-02-26x86/traps: Decode LOCK Jcc.d8 as #UDPeter Zijlstra
2025-02-26x86/ibt: Optimize the FineIBT instruction sequencePeter Zijlstra
2025-02-26x86/traps: Allow custom fixups in handle_bug()Peter Zijlstra
2025-02-26x86/traps: Decode 0xEA instructions as #UDPeter Zijlstra
2025-02-26x86/mce/inject: Remove call to mce_notify_irq()Nikolay Borisov
2025-02-26x86/alternatives: Clean up preprocessor conditional block commentsIngo Molnar
2025-02-26x86/ibt: Add exact_endbr() helperPeter Zijlstra
2025-02-26x86/cfi: Add 'cfi=warn' boot optionPeter Zijlstra
2025-02-26KVM: nVMX: Process events on nested VM-Exit if injectable IRQ or NMI is pendingSean Christopherson
2025-02-26KVM: x86: Free vCPUs before freeing VM stateSean Christopherson
2025-02-25KVM: SVM: Add Idle HLT intercept supportManali Shukla
2025-02-25x86/cpufeatures: Add CPUID feature bit for Idle HLT interceptManali Shukla