summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
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
2025-02-28x86/mm: Reduce header dependencies in <asm/set_memory.h>Kevin Brodsky
2025-02-28x86/mm: Remove unused __set_memory_prot()Kevin Brodsky
2025-02-28x86/bugs: Add AUTO mitigations for mds/taa/mmio/rfdsDavid Kaplan
2025-02-28x86/bugs: Relocate mds/taa/mmio/rfds definesDavid Kaplan
2025-02-28x86/bugs: Add X86_BUG_SPECTRE_V2_USERDavid Kaplan
2025-02-28x86/cpufeatures: Rename X86_CMPXCHG64 to X86_CX8H. Peter Anvin (Intel)
2025-02-28x86/cpu: Enable modifying CPU bug flags with '{clear,set}puid='Brendan Jackman
2025-02-28x86/cpu: Add the 'setcpuid=' boot parameterBrendan Jackman
2025-02-28x86/cpu: Create helper function to parse the 'clearcpuid=' boot parameterBrendan Jackman
2025-02-28x86/cpu: Don't clear X86_FEATURE_LAHF_LM flag in init_amd_k8() on AMD when ru...Max Grobecker
2025-02-28x86/locking: Remove semicolon from "lock" prefixUros Bizjak
2025-02-27x86/sev: Add missing RIP_REL_REF() invocations during sme_enable()Kevin Loughlin
2025-02-27x86/platform: Fix missing declaration of 'x86_apple_machine'Zhang Kunbo
2025-02-27x86/irq: Fix missing declaration of 'io_apic_irqs'Zhang Kunbo
2025-02-27x86/ia32: Leave NULL selector values 0~3 unchangedXin Li (Intel)
2025-02-27x86/fpu/xstate: Simplify print_xstate_features()Chang S. Bae
2025-02-27x86/fpu: Refine and simplify the magic number check during signal returnChang S. Bae
2025-02-27x86/percpu: Disable named address spaces for UBSAN_BOOL with KASAN for GCC < ...Uros Bizjak
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