summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2024-04-22x86/cpu/vfm: Update arch/x86/include/asm/intel-family.hTony Luck
2024-04-18x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQEric Biggers
2024-04-14x86/bugs: Fix BHI retpoline checkJosh Poimboeuf
2024-04-12x86/sev: Take NUMA node into account when allocating memory for per-CPU SEV dataLi RongQing
2024-04-12Merge branch 'x86/urgent' into x86/cpu, to resolve conflictIngo Molnar
2024-04-12x86/cpu/amd: Move TOPOEXT enablement into the topology parserThomas Gleixner
2024-04-12x86/cpu/amd: Make the NODEID_MSR union actually workThomas Gleixner
2024-04-12x86/cpu/amd: Make the CPUID 0x80000008 parser correctThomas Gleixner
2024-04-12x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHIJosh Poimboeuf
2024-04-12x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=autoJosh Poimboeuf
2024-04-11Merge tag 'v6.9-rc3' into x86/boot, to pick up fixes before queueing up more ...Ingo Molnar
2024-04-11x86/bugs: Clarify that syscall hardening isn't a BHI mitigationJosh Poimboeuf
2024-04-11x86/bugs: Fix BHI handling of RRSBAJosh Poimboeuf
2024-04-11x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'Ingo Molnar
2024-04-11x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIESJosh Poimboeuf
2024-04-10x86/topology: Don't update cpu_possible_map in topo_set_cpuids()Thomas Gleixner
2024-04-10x86/bugs: Fix return type of spectre_bhi_state()Daniel Sneddon
2024-04-10x86/cpu: Improve readability of per-CPU cpumask initialization codeIngo Molnar
2024-04-10x86/cpu: Take NUMA node into account when allocating per-CPU cpumasksLi RongQing
2024-04-09x86/alternatives: Sort local vars in apply_alternatives()Borislav Petkov (AMD)
2024-04-09x86/alternatives: Optimize optimize_nops()Borislav Petkov (AMD)
2024-04-09x86/alternatives: Get rid of __optimize_nops()Borislav Petkov (AMD)
2024-04-09x86/alternatives: Use a temporary buffer when optimizing NOPsBorislav Petkov (AMD)
2024-04-09x86/alternatives: Catch late X86_FEATURE modifiersBorislav Petkov (AMD)
2024-04-09Merge tag 'v6.9-rc3' into locking/core, to pick up fixesIngo Molnar
2024-04-09x86/mce: Implement recovery for errors in TDX/SEAM non-root modeTony Luck
2024-04-09Merge tag 'v6.9-rc3' into x86/cpu, to pick up fixesIngo Molnar
2024-04-08Merge tag 'nativebhi' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds
2024-04-08x86/bhi: Mitigate KVM by defaultPawan Gupta
2024-04-08x86/bhi: Add BHI mitigation knobPawan Gupta
2024-04-08x86/bhi: Enumerate Branch History Injection (BHI) bugPawan Gupta
2024-04-08x86/bhi: Define SPEC_CTRL_BHI_DIS_SDaniel Sneddon
2024-04-08x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs fileJosh Poimboeuf
2024-04-06Merge branch 'linus' into x86/urgent, to pick up dependent commitIngo Molnar
2024-04-05x86/microcode/AMD: Remove unused PATCH_MAX_SIZE macroBorislav Petkov (AMD)
2024-04-05x86/microcode/AMD: Avoid -Wformat warning with clang-15Arnd Bergmann
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-04-04x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()Borislav Petkov (AMD)
2024-04-04x86/extable: Remove unused fixup type EX_TYPE_COPYTong Tiangen
2024-04-04x86/CPU/AMD: Track SNP host status with cc_platform_*()Borislav Petkov (AMD)
2024-04-04x86/coco: Require seeding RNG with RDRAND on CoCo systemsJason A. Donenfeld
2024-04-04x86/fpu: Update fpu_swap_kvm_fpu() uses in comments as wellLi RongQing
2024-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-04-03x86/apic: Improve data types to fix Coccinelle warningsThorsten Blum
2024-04-03x86/rtc: Remove unused intel-mid.hAndy Shevchenko
2024-04-03x86/resctrl: Fix uninitialized memory read when last CPU of domain goes offlineReinette Chatre
2024-04-03x86/of: Change x86_dtb_parse_smp_config() to staticSaurabh Sengar
2024-04-03x86/of: Map NUMA node to CPUs as per DeviceTreeSaurabh Sengar
2024-04-03x86/of: Set the parse_smp_cfg for all the DeviceTree platforms by defaultSaurabh Sengar
2024-04-02Merge tag 'kvmarm-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini