summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2023-12-15x86/alternatives: Sync core before enabling interruptsThomas Gleixner1-1/+1
2023-12-15x86/smpboot/64: Handle X2APIC BIOS inconsistency gracefullyThomas Gleixner1-0/+16
2023-12-15x86/mce: Handle Intel threshold interrupt stormsTony Luck3-50/+160
2023-12-15x86/mce: Add per-bank CMCI storm mitigationTony Luck3-9/+194
2023-12-15x86/mce: Remove old CMCI storm mitigation codeTony Luck3-170/+1
2023-12-14wire up syscalls for statmount/listmountMiklos Szeredi2-0/+4
2023-12-13x86/sev: Do the C-bit verification only on the BSPBorislav Petkov (AMD)1-9/+22
2023-12-13KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES guestsMichael Roth3-1/+21
2023-12-13x86/head_64: Use TESTB instead of TESTL in secondary_startup_64_no_verify()Uros Bizjak1-1/+1
2023-12-13x86, kexec: fix the wrong ifdeffery CONFIG_KEXECBaoquan He1-1/+1
2023-12-12x86/CPU/AMD: Add X86_FEATURE_ZEN1Borislav Petkov (AMD)2-6/+8
2023-12-11x86/ia32: State that IA32 emulation is disabledBorislav Petkov (AMD)2-2/+11
2023-12-11NUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni1-32/+2
2023-12-11x86/paravirt: Remove no longer needed paravirt patching codeJuergen Gross7-172/+3
2023-12-11x86/paravirt: Switch mixed paravirt/alternative calls to alternativesJuergen Gross6-51/+44
2023-12-10x86/alternative: Add indirect call patchingJuergen Gross2-3/+64
2023-12-10x86/paravirt: Move some functions and defines to alternative.cJuergen Gross8-41/+41
2023-12-10Merge tag 'x86_urgent_for_v6.7_rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+10
2023-12-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-6/+12
2023-12-10x86/paravirt: Introduce ALT_NOT_XENJuergen Gross2-24/+21
2023-12-08KVM: SVM: Update EFER software model on CR0 trap for SEV-ESSean Christopherson1-3/+5
2023-12-08Merge tag 'kvm-x86-fixes-6.7-rcN' of https://github.com/kvm-x86/linux into kv...Paolo Bonzini2-3/+7
2023-12-08Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+46
2023-12-07x86/tdx: Allow 32-bit emulation by defaultKirill A. Shutemov1-9/+0
2023-12-07x86/entry: Do not allow external 0x80 interruptsThomas Gleixner1-1/+36
2023-12-07x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner7-85/+64
2023-12-07x86/coco: Disable 32-bit emulation by default on TDX and SEVKirill A. Shutemov3-0/+28
2023-12-07bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa1-0/+46
2023-12-05mm/slab: remove CONFIG_SLAB from all Kconfig and MakefileVlastimil Babka1-1/+1
2023-12-03x86/microcode/intel: Set new revision only after a successful updateBorislav Petkov (AMD)1-7/+7
2023-12-03Merge tag 'for-linus-6.7a-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+6
2023-12-02x86/CPU/AMD: Check vendor in the AMD microcode callbackBorislav Petkov (AMD)1-0/+3
2023-12-01x86/microcode/intel: Remove redundant microcode late updated messageAshok Raj1-6/+0
2023-12-01KVM: x86: Remove 'return void' expression for 'void function'Like Xu1-2/+2
2023-12-01KVM: Set file_operations.owner appropriately for all such structuresSean Christopherson1-0/+1
2023-11-30perf/x86/intel/uncore: Factor out topology_gidnid_map()Alexander Antonov1-37/+40
2023-11-30perf/x86/intel/uncore: Fix NULL pointer dereference issue in upi_fill_topology()Alexander Antonov1-2/+8
2023-11-30x86/sev: Fix kernel crash due to late update to read-only ghcb_versionAshwin Dayanand Kamat1-4/+7
2023-11-30x86/boot: Ignore NMIs during very early bootJun'ichi Nomura4-0/+8
2023-11-30x86/tools: Remove chkobjdump.awkNathan Chancellor2-35/+1
2023-11-30x86/tools: objdump_reformat.awk: Allow for spacesSamuel Zeter1-1/+1
2023-11-30x86/tools: objdump_reformat.awk: Ensure regex matches fwaitSamuel Zeter1-1/+1
2023-11-30perf/x86/amd: Reject branch stack for IBS eventsNamhyung Kim1-0/+3
2023-11-29KVM: x86: Get CPL directly when checking if loaded vCPU is in kernel modeLike Xu1-1/+4
2023-11-29x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogramPeter Zijlstra1-2/+9
2023-11-29x86: Add a comment about the "magic" behind shadow sti before mwaitFrederic Weisbecker1-0/+9
2023-11-29x86/CPU/AMD: Drop now unused CPU erratum checking functionBorislav Petkov (AMD)1-56/+0
2023-11-29x86/CPU/AMD: Get rid of amd_erratum_1485[]Borislav Petkov (AMD)1-8/+3
2023-11-29x86/CPU/AMD: Get rid of amd_erratum_400[]Borislav Petkov (AMD)1-13/+20
2023-11-29x86/CPU/AMD: Get rid of amd_erratum_383[]Borislav Petkov (AMD)1-5/+1