summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2023-12-21x86/boot: Remove redundant initialization of the 'delta' variable in strcmp()Colin Ian King1-1/+1
2023-12-20x86/asm: Add DB flag to 32-bit percpu GDT entryVegard Nossum1-1/+1
2023-12-20x86/asm: Always set A (accessed) flag in GDT descriptorsVegard Nossum5-14/+14
2023-12-20x86/asm: Replace magic numbers in GDT descriptors, script-generated changeVegard Nossum7-33/+33
2023-12-20x86/asm: Replace magic numbers in GDT descriptors, preparationsVegard Nossum5-8/+5
2023-12-20x86/asm: Provide new infrastructure for GDT descriptorsVegard Nossum1-13/+63
2023-12-19x86/Kconfig: Rework CONFIG_X86_PAE dependencyArnd Bergmann2-3/+7
2023-12-18x86/acpi: Handle bogus MADT APIC tables gracefullyThomas Gleixner1-1/+1
2023-12-15Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2023-12-15x86/alternatives: Disable interrupts and sync when optimizing NOPs in placeThomas Gleixner1-1/+11
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-13merge mm-hotfixes-stable into mm-nonmm-stable to pick up depended-upon changesAndrew Morton1-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-11x86: sta2x11: include header for sta2x11_get_instance() prototypeArnd Bergmann1-0/+1
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-08crypto: x86/sm4 - Remove cfb(sm4)Herbert Xu6-271/+4
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