summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2025-11-27x86/mm: Delete disabled debug codeBrendan Jackman1-3/+0
2025-11-27x86/bugs: Make i386 use GENERIC_BUG_RELATIVE_POINTERSPeter Zijlstra2-11/+5
2025-11-27x86/bug: Fix BUG_FORMAT vs KASLRPeter Zijlstra1-2/+6
2025-11-26Merge tag 'kvm-x86-svm-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini13-83/+227
2025-11-26Merge tag 'kvm-x86-vmx-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini8-169/+134
2025-11-26Merge tag 'kvm-x86-tdx-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini10-412/+471
2025-11-26Merge tag 'kvm-x86-mmu-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+4
2025-11-26Merge tag 'kvm-x86-misc-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini24-496/+702
2025-11-24cpumask: Don't use "proxy" headersAndy Shevchenko1-0/+2
2025-11-24x86_64/bug: Inline the UD1Peter Zijlstra3-3/+19
2025-11-24x86/bug: Implement WARN_ONCE()Peter Zijlstra1-0/+9
2025-11-24x86_64/bug: Implement __WARN_printf()Peter Zijlstra3-15/+170
2025-11-24x86/bug: Use BUG_FORMAT for DEBUG_BUGVERBOSE_DETAILEDPeter Zijlstra1-2/+8
2025-11-24x86/bug: Add BUG_FORMAT basicsPeter Zijlstra1-10/+21
2025-11-24bpf: specify the old and new poke_type for bpf_arch_text_pokeMenglong Dong1-16/+21
2025-11-24bpf,x86: adjust the "jmp" mode for bpf trampolineMenglong Dong1-5/+11
2025-11-24bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAMEMenglong Dong1-1/+1
2025-11-24x86/ftrace: Implement DYNAMIC_FTRACE_WITH_JMPMenglong Dong3-2/+18
2025-11-24crypto: aesni - ctr_crypt() use min() instead of min_t()David Laight1-2/+1
2025-11-22x86/{boot,mtrr}: Remove unused function declarationsYue Haibing2-6/+0
2025-11-21x86,fs/resctrl: Implement "io_alloc" enable/disable handlersBabu Moger2-0/+45
2025-11-21x86,fs/resctrl: Detect io_alloc featureBabu Moger1-0/+7
2025-11-21x86/resctrl: Add SDCIAE feature in the command line optionsBabu Moger1-0/+2
2025-11-21x86/cpufeatures: Add support for L3 Smart Data Cache Injection Allocation Enf...Babu Moger3-0/+4
2025-11-21x86/mce: Handle AMD threshold interrupt stormsSmita Koralahalli3-0/+10
2025-11-21x86/mce: Do not clear bank's poll bit in mce_poll_banks on AMD SMCA systemsAvadhut Naik1-1/+2
2025-11-21x86: Rework __bug_table helpersPeter Zijlstra1-17/+20
2025-11-21Merge branch 'objtool/core'Peter Zijlstra258-6080/+8381
2025-11-21x86/mce: Add support for physical address valid bitAvadhut Naik2-3/+15
2025-11-21x86/mce: Save and use APEI corrected threshold limitYazen Ghannam5-2/+39
2025-11-20lib: mul_u64_u64_div_u64(): optimise multiply on 32bit x86David Laight1-0/+19
2025-11-20lib: add mul_u64_add_u64_div_u64() and mul_u64_u64_div_u64_roundup()David Laight1-8/+12
2025-11-20x86/boot: Drop unused sev_enable() fallbackArd Biesheuvel1-11/+0
2025-11-20KVM: x86: Remove unused declaration kvm_mmu_may_ignore_guest_pat()Yue Haibing1-2/+0
2025-11-20KVM: x86: Enable support for emulating AVX MOV instructionsPaolo Bonzini1-7/+7
2025-11-19KVM: x86: Add emulator support for decoding VEX prefixesPaolo Bonzini1-10/+112
2025-11-19KVM: x86: Refactor REX prefix handling in instruction emulationChang S. Bae2-13/+31
2025-11-19KVM: x86: Add AVX support to the emulator's register fetch and writebackPaolo Bonzini3-17/+114
2025-11-19KVM: x86: Add x86_emulate_ops.get_xcr() callbackPaolo Bonzini2-0/+10
2025-11-19KVM: x86: Share emulator's common register decoding codePaolo Bonzini1-32/+17
2025-11-19KVM: x86: Move op_prefix to struct x86_emulate_ctxt (from x86_decode_insn())Paolo Bonzini2-4/+5
2025-11-19KVM: x86: Improve formatting of the emulator's flags tablePaolo Bonzini1-16/+11
2025-11-19KVM: x86: Move Src2Shift up one bit (use bits 36:32 for Src2 in the emulator)Paolo Bonzini1-1/+2
2025-11-19KVM: x86: Add support for emulating MOVNTDQAPaolo Bonzini1-4/+9
2025-11-19KVM: x86: Add a helper to dedup loading guest/host XCR0 and XSSBinbin Wu1-23/+10
2025-11-19KVM: x86: Load guest/host PKRU outside of the fastpath run loopSean Christopherson4-12/+10
2025-11-19KVM: x86: Load guest/host XCR0 and XSS outside of the fastpath run loopSean Christopherson1-13/+26
2025-11-19KVM: VMX: Handle #MCs on VM-Enter/TD-Enter outside of the fastpathSean Christopherson2-8/+11
2025-11-19perf/x86/intel/uncore: Remove superfluous checkJiri Slaby (SUSE)1-2/+0
2025-11-18KVM: SVM: Handle #MCs in guest outside of fastpathSean Christopherson1-9/+9