summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2025-03-20x86/hyperv: Add VTL mode emergency restart callbackRoman Kisel1-0/+23
2025-03-20perf/x86/rapl: Fix error handling in init_rapl_pmus()Dhananjay Ugwekar1-1/+6
2025-03-20Merge branch 'kvm-pre-tdx' into HEADPaolo Bonzini2-13/+28
2025-03-20Merge branch 'kvm-nvmx-and-vm-teardown' into HEADPaolo Bonzini1-26/+14
2025-03-19x86/mm: Only do broadcast flush from reclaim if pages were unmappedRik van Riel3-1/+8
2025-03-19perf/x86/intel, x86/cpu: Replace Pentium 4 model checks with VFM onesSohil Mehta2-3/+5
2025-03-19perf/x86/intel, x86/cpu: Simplify Intel PMU initializationSohil Mehta2-27/+13
2025-03-19x86/crc: drop the avx10_256 functions and rename avx10_512 to avx512Eric Biggers2-25/+13
2025-03-19rqspinlock: Add basic support for CONFIG_PARAVIRTKumar Kartikeya Dwivedi1-0/+33
2025-03-19Merge tag 'kvm-x86-xen-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini7-43/+76
2025-03-19Merge tag 'kvm-x86-pvclock-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-66/+121
2025-03-19Merge tag 'kvm-x86-svm-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini7-231/+235
2025-03-19Merge tag 'kvm-x86-vmx-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-45/+92
2025-03-19Merge tag 'kvm-x86-misc-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini18-181/+269
2025-03-19Merge tag 'kvm-x86-mmu-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini7-146/+336
2025-03-19x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headersThomas Huth77-192/+192
2025-03-19x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in UAPI headersThomas Huth8-19/+19
2025-03-19x86/locking/atomic: Improve performance by using asm_inline() for atomic lock...Uros Bizjak7-38/+38
2025-03-19x86/asm: Use asm_inline() instead of asm() in clwb()Uros Bizjak1-1/+1
2025-03-19x86/asm: Use CLFLUSHOPT and CLWB mnemonics in <asm/special_insns.h>Uros Bizjak1-10/+6
2025-03-19x86/hweight: Use asm_inline() instead of asm()Uros Bizjak1-2/+4
2025-03-19x86/hweight: Use ASM_CALL_CONSTRAINT in inline asm()Uros Bizjak1-2/+2
2025-03-19x86/hweight: Use named operands in inline asm()Uros Bizjak1-6/+6
2025-03-19x86/stackprotector/64: Only export __ref_stack_chk_guard on CONFIG_SMPIngo Molnar1-1/+1
2025-03-19x86/head/64: Avoid Clang < 17 stack protector in startup codeArd Biesheuvel1-0/+4
2025-03-19x86/kexec: Merge x86_32 and x86_64 code using macros from <asm/asm.h>Uros Bizjak1-33/+25
2025-03-19x86/runtime-const: Add the RUNTIME_CONST_PTR assembly macroKirill A. Shutemov2-5/+15
2025-03-19x86/cpu/intel: Limit the non-architectural constant_tsc model checksSohil Mehta1-4/+6
2025-03-19x86/mm/pat: Replace Intel x86_model checks with VFM onesSohil Mehta2-3/+4
2025-03-19x86/cpu/intel: Fix fast string initialization for extended FamiliesSohil Mehta1-6/+11
2025-03-19x86/smpboot: Fix INIT delay assignment for extended Intel FamiliesSohil Mehta1-3/+3
2025-03-19x86/smpboot: Remove confusing quirk usage in INIT delaySohil Mehta1-6/+5
2025-03-19x86/acpi/cstate: Improve Intel Family model checksSohil Mehta2-4/+7
2025-03-19x86/cpu/intel: Replace Family 5 model checks with VFM onesSohil Mehta2-9/+11
2025-03-19x86/cpu/intel: Replace Family 15 checks with VFM onesSohil Mehta2-3/+7
2025-03-19x86/cpu/intel: Replace early Family 6 checks with VFM onesSohil Mehta2-6/+9
2025-03-19x86/mtrr: Modify a x86_model check to an Intel VFM checkSohil Mehta1-2/+2
2025-03-19x86/microcode: Update the Intel processor flag scan checkSohil Mehta2-1/+2
2025-03-19x86/cpu/intel: Fix the MOVSL alignment preference for extended FamiliesSohil Mehta1-13/+6
2025-03-19x86/apic: Fix 32-bit APIC initialization for extended Intel FamiliesSohil Mehta1-2/+2
2025-03-19x86/cpuid: Use u32 in instead of uint32_t in <asm/cpuid/api.h>Ingo Molnar1-2/+2
2025-03-19x86/cpuid: Standardize on u32 in <asm/cpuid/api.h>Ingo Molnar1-20/+20
2025-03-19x86/cpuid: Clean up <asm/cpuid/api.h>Ingo Molnar1-14/+16
2025-03-19x86/cpuid: Clean up <asm/cpuid/types.h>Ingo Molnar1-4/+7
2025-03-19x86/cpuid: Refactor <asm/cpuid.h>Ahmed S. Darwish3-216/+238
2025-03-19x86/syscall/32: Add comment to conditionalBrian Gerst1-1/+2
2025-03-19x86/syscall: Remove stray semicolonsBrian Gerst2-3/+3
2025-03-19x86/syscall: Move sys_ni_syscall()Brian Gerst3-41/+5
2025-03-19x86/syscall/x32: Move x32 syscall tableBrian Gerst3-26/+13
2025-03-19x86/syscall/64: Move 64-bit syscall dispatch codeBrian Gerst3-95/+96