summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* x86/sev: Skip ROM range scans and validation for SEV-SNP guestsKevin Loughlin2024-04-032-3/+4
* Revert "x86/bugs: Use fixed addressing for VERW operand"Dave Hansen2024-04-031-1/+1
* x86/bugs: Use fixed addressing for VERW operandPawan Gupta2024-04-031-1/+1
* crash: use macro to add crashk_res into iomem early for specific archBaoquan He2024-04-031-0/+2
* x86/bugs: Fix the SRSO mitigation on Zen3/4Borislav Petkov (AMD)2024-04-032-5/+17
* x86/sev: Fix position dependent variable references in startup codeArd Biesheuvel2024-04-033-7/+30
* x86/pm: Work around false positive kmemleak report in msr_build_context()Anton Altaparmakov2024-04-031-5/+5
* x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit typeMichael Roth2024-03-261-1/+5
* x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.hHou Tao2024-03-261-0/+10
* x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta2024-03-152-0/+9
* x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static keyPawan Gupta2024-03-062-13/+0
* x86/bugs: Add asm helpers for executing VERWPawan Gupta2024-03-012-1/+14
* x86/barrier: Do not serialize MSR accesses on AMDBorislav Petkov (AMD)2024-02-233-19/+19
* work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-235-11/+11
* mm, kmsan: fix infinite recursion due to RCU critical sectionMarco Elver2024-02-051-1/+16
* arch: consolidate arch_irq_work_raise prototypesArnd Bergmann2024-02-051-1/+0
* x86/entry/ia32: Ensure s32 is sign extended to s64Richard Palethorpe2024-01-311-4/+21
* KVM: x86/pmu: Move PMU reset logic to common x86 codeSean Christopherson2024-01-251-1/+1
* x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogramPeter Zijlstra2024-01-251-2/+9
* posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds2023-12-201-30/+4
* x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner2023-12-072-4/+4
* x86/coco: Disable 32-bit emulation by default on TDX and SEVKirill A. Shutemov2023-12-071-0/+7
* acpi/processor: sanitize _OSC/_PDC capabilities for Xen dom0Roger Pau Monne2023-11-132-0/+23
* kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann2023-11-101-2/+0
* Merge tag 'tsm-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...Linus Torvalds2023-11-042-0/+3
|\
| * virt: tdx-guest: Add Quote generation support using TSM_REPORTSKuppuswamy Sathyanarayanan2023-10-192-0/+3
* | Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-044-23/+24
|\ \
| * | x86/microcode/intel: Add a minimum required revision for late loadingAshok Raj2023-10-241-1/+2
| * | x86/microcode: Handle "offline" CPUs correctlyThomas Gleixner2023-10-241-0/+1
| * | x86/apic: Provide apic_force_nmi_on_cpu()Thomas Gleixner2023-10-241-1/+4
| * | x86/microcode: Rendezvous and load in NMIThomas Gleixner2023-10-241-0/+12
| * | x86/microcode/intel: Rework intel_find_matching_signature()Thomas Gleixner2023-10-241-15/+1
| * | x86/microcode/intel: Rework intel_cpu_collect_info()Thomas Gleixner2023-10-241-2/+2
| * | x86/microcode/32: Move early loading after paging enableThomas Gleixner2023-10-181-5/+0
| * | x86/boot/32: Temporarily map initrd for microcode loadingThomas Gleixner2023-10-181-0/+2
| * | x86/boot/32: De-uglify the 2/3 level paging difference in mk_early_pgtbl_32()Thomas Gleixner2023-10-181-0/+1
* | | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-0/+42
|\ \ \
| * | | x86: kdump: use generic interface to simplify crashkernel reservation codeBaoquan He2023-10-041-0/+42
* | | | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-6/+5
|\ \ \ \
| * | | | bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-181-6/+5
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-11-024-6/+21
|\ \ \ \
| * \ \ \ Merge tag 'kvm-x86-svm-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-312-3/+3
| |\ \ \ \
| | * | | | KVM: x86: Refactor can_emulate_instruction() return to be more expressiveSean Christopherson2023-10-042-3/+3
| * | | | | Merge tag 'kvm-x86-xen-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-311-1/+4
| |\ \ \ \ \
| | * | | | | KVM: X86: Reduce size of kvm_vcpu_arch structure when CONFIG_KVM_XEN=nPeng Hao2023-10-041-1/+4
| | |/ / / /
| * | | | | Merge tag 'kvm-x86-misc-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-313-2/+12
| |\ \ \ \ \
| | * | | | | KVM: x86: Ignore MSR_AMD64_TW_CFG accessMaciej S. Szmigiero2023-10-191-0/+1
| | * | | | | KVM: x86: remove the unused assigned_dev_head from kvm_archLiang Chen2023-10-191-1/+0
| | * | | | | x86: KVM: Add feature flag for CPUID.80000021H:EAX[bit 1]Jim Mattson2023-10-181-0/+1
| | * | | | | KVM: x86: Update the variable naming in kvm_x86_ops.sched_in()Mingwei Zhang2023-10-171-1/+1