summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2024-09-18x86/hyperv: fix kexec crash due to VP assist page corruptionAnirudh Rayabharam (Microsoft)
2024-09-12x86/apic: Make x2apic_disable() work correctlyYuntao Wang
2024-09-12x86/fpu: Avoid writing LBR bit to IA32_XSS unless supportedMitchell Levy
2024-09-04Revert "change alloc_pages name in dma_map_ops to avoid name conflicts"Greg Kroah-Hartman
2024-08-29change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan
2024-08-29x86: Increase brk randomness entropy for 64-bit systemsKees Cook
2024-08-14x86/mtrr: Check if fixed MTRRs exist before saving themAndi Kleen
2024-08-14x86/paravirt: Fix incorrect virt spinlock setting on bare metalChen Yu
2024-08-03x86/shstk: Make return uprobe work with shadow stackJiri Olsa
2024-08-03x86/of: Return consistent error type from x86_of_pci_irq_enable()Ilpo Järvinen
2024-07-18x86/entry: Rename ignore_sysret()Nikolay Borisov
2024-07-05x86: stop playing stack games in profile_pc()Linus Torvalds
2024-07-05x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixupUros Bizjak
2024-06-27x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTELTony Luck
2024-06-27kprobe/ftrace: bail out if ftrace was killedStephen Brennan
2024-06-21x86/amd_nb: Check for invalid SMN readsYazen Ghannam
2024-06-21x86/kexec: Fix bug with call depth trackingDavid Kaplan
2024-06-12genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang
2024-06-12x86/tsc: Trust initial offset in architectural TSC-adjust MSRsDaniel J Blueman
2024-05-17x86/apic: Don't access the APIC when disabling x2APICThomas Gleixner
2024-05-02x86/cpu: Fix check for RDPKRU in __show_regs()David Kaplan
2024-04-27x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQEric Biggers
2024-04-27x86/bugs: Fix BHI retpoline checkJosh Poimboeuf
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-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/bugs: Change commas to semicolons in 'spectre_v2' sysfs fileJosh Poimboeuf
2024-04-10x86/sev: Move early startup code into .head.text sectionArd Biesheuvel
2024-04-10x86/head/64: Move the __head definition to <asm/init.h>Hou Wenlong
2024-04-10Revert "x86/mpparse: Register APIC address only once"Greg Kroah-Hartman
2024-04-10x86/coco: Require seeding RNG with RDRAND on CoCo systemsJason A. Donenfeld
2024-04-10x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()Borislav Petkov (AMD)
2024-04-10x86/srso: Disentangle rethunk-dependent optionsJosh Poimboeuf
2024-04-10perf/x86/amd/lbr: Use freeze based on availabilitySandipan Das
2024-04-10x86/CPU/AMD: Add X86_FEATURE_ZEN1Borislav Petkov (AMD)
2024-04-10x86/CPU/AMD: Get rid of amd_erratum_1054[]Borislav Petkov (AMD)
2024-04-10x86/CPU/AMD: Move the DIV0 bug detection to the Zen1 init functionBorislav Petkov (AMD)
2024-04-10x86/CPU/AMD: Move Zenbleed check to the Zen2 init functionBorislav Petkov (AMD)
2024-04-10x86/CPU/AMD: Move erratum 1076 fix into the Zen1 init functionBorislav Petkov (AMD)
2024-04-10x86/CPU/AMD: Carve out the erratum 1386 fixBorislav Petkov (AMD)
2024-04-10x86/CPU/AMD: Add ZenX generations flagsBorislav Petkov (AMD)
2024-04-03x86/sev: Skip ROM range scans and validation for SEV-SNP guestsKevin Loughlin