aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
5 daysMerge tag 'v5.15.161' into v5.15/standard/basev5.15/standard/baseBruce Ashfield
7 daysgenirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang
7 daysKVM: x86: Don't advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUIDGerd Hoffmann
7 daysx86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=yMasahiro Yamada
7 daysx86/insn: Fix PUSH instruction in x86 instruction decoder opcode mapAdrian Hunter
7 daysx86/purgatory: Switch to the position-independent small code modelArd Biesheuvel
7 daysx86/boot: Ignore relocations in .notes sections in walk_relocs() tooGuixiong Wei
7 dayscrypto: x86/sha512-avx2 - add missing vzeroupperEric Biggers
7 dayscrypto: x86/sha256-avx2 - add missing vzeroupperEric Biggers
7 dayscrypto: x86/nh-avx2 - add missing vzeroupperEric Biggers
7 daysx86/mm: Remove broken vsyscall emulation code from the page fault codeLinus Torvalds
7 daysx86/tsc: Trust initial offset in architectural TSC-adjust MSRsDaniel J Blueman
2024-05-28Merge tag 'v5.15.160' into v5.15/standard/baseBruce Ashfield
2024-05-25KVM: x86: Clear "has_error_code", not "error_code", for RM exception injectionSean Christopherson
2024-05-07Merge tag 'v5.15.158' into v5.15/standard/baseBruce Ashfield
2024-05-02Merge tag 'v5.15.157' into v5.15/standard/baseBruce Ashfield
2024-05-02cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson
2024-05-02x86/cpu: Fix check for RDPKRU in __show_regs()David Kaplan
2024-04-27KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platformsSandipan Das
2024-04-27KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatibleSean Christopherson
2024-04-27x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQEric Biggers
2024-04-27x86/bugs: Fix BHI retpoline checkJosh Poimboeuf
2024-04-25Merge tag 'v5.15.156' into v5.15/standard/baseBruce Ashfield
2024-04-17x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHIJosh Poimboeuf
2024-04-17x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=autoJosh Poimboeuf
2024-04-17x86/bugs: Clarify that syscall hardening isn't a BHI mitigationJosh Poimboeuf
2024-04-17x86/bugs: Fix BHI handling of RRSBAJosh Poimboeuf
2024-04-17x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'Ingo Molnar
2024-04-17x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIESJosh Poimboeuf
2024-04-17x86/bugs: Fix return type of spectre_bhi_state()Daniel Sneddon
2024-04-17x86/apic: Force native_apic_mem_read() to use the MOV instructionAdam Dunlap
2024-04-17perf/x86: Fix out of range dataNamhyung Kim
2024-04-15Merge tag 'v5.15.155' into v5.15/standard/baseBruce Ashfield
2024-04-15Merge tag 'v5.15.154' into v5.15/standard/baseBruce Ashfield
2024-04-13x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand
2024-04-10x86: set SPECTRE_BHI_ON as defaultGreg Kroah-Hartman
2024-04-10KVM: x86: Add BHI_NODaniel Sneddon
2024-04-10x86/bhi: Mitigate KVM by defaultPawan Gupta
2024-04-10x86/bhi: Add BHI mitigation knobPawan Gupta
2024-04-10x86/bhi: Enumerate Branch History Injection (BHI) bugPawan Gupta
2024-04-10x86/bhi: Define SPEC_CTRL_BHI_DIS_SDaniel Sneddon
2024-04-10x86/bhi: Add support for clearing branch history at syscall entryPawan Gupta
2024-04-10x86/syscall: Don't force use of indirect calls for system callsLinus Torvalds
2024-04-10x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs fileJosh Poimboeuf
2024-04-10x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSOBorislav Petkov (AMD)
2024-04-10x86/bugs: Fix the SRSO mitigation on Zen3/4Borislav Petkov (AMD)
2024-04-10x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()Borislav Petkov (AMD)
2024-04-10KVM: x86: Mark target gfn of emulated atomic instruction as dirtySean Christopherson
2024-04-10KVM: x86: Bail to userspace if emulation of atomic user access faultsSean Christopherson
2024-04-10Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped."Ingo Molnar