summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2024-04-30x86/irq: Reserve a per CPU IDT vector for posted MSIsJacob Pan
2024-04-30x86/irq: Remove bitfields in posted interrupt descriptorJacob Pan
2024-04-30x86/irq: Unionize PID.PIR for 64bit access w/o castingJacob Pan
2024-04-30KVM: VMX: Move posted interrupt descriptor out of VMX codeJacob Pan
2024-04-29x86/sev: Add callback to apply RMP table fixups for kexecAshish Kalra
2024-04-29x86/e820: Add a new e820 table update helperAshish Kalra
2024-04-25x86/mm: implement HAVE_ARCH_UNMAPPED_AREA_VMFLAGSRick Edgecombe
2024-04-25mm/arch: provide pud_pfn() fallbackPeter Xu
2024-04-25x86: remove unneeded memblock_find_dma_reserve()Baoquan He
2024-04-25fix missing vmalloc.h includesKent Overstreet
2024-04-25x86/sev: Shorten struct name snp_secrets_page_layout to snp_secrets_pageTom Lendacky
2024-04-24x86/tdx: Preserve shared bit on mprotect()Kirill A. Shutemov
2024-04-24locking/pvqspinlock/x86: Use _Q_LOCKED_VAL in PV_UNLOCK_ASM macroUros Bizjak
2024-04-24locking/qspinlock/x86: Micro-optimize virt_spin_lock()Uros Bizjak
2024-04-24locking/atomic/x86: Merge __arch{,_try}_cmpxchg64_emu_local() with __arch{,_t...Uros Bizjak
2024-04-23crash: add a new kexec flag for hotplug supportSourabh Jain
2024-04-23crash: forward memory_notify arg to arch crash hotplug handlerSourabh Jain
2024-04-22x86: Stop using weak symbols for __iowrite32_copy()Jason Gunthorpe
2024-04-22x86/cpu/vfm: Update arch/x86/include/asm/intel-family.hTony Luck
2024-04-22x86/cpu/vfm: Add new macros to work with (vendor/family/model) valuesTony Luck
2024-04-22x86/cpu/vfm: Add/initialize x86_vfm field to struct cpuinfo_x86Tony Luck
2024-04-21Merge tag 'sched_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-04-19KVM, x86: add architectural support code for #VEPaolo Bonzini
2024-04-19KVM: x86/mmu: Track shadow MMIO value on a per-VM basisSean Christopherson
2024-04-19KVM: x86/mmu: Add Suppress VE bit to EPT shadow_mmio_mask/shadow_present_maskIsaku Yamahata
2024-04-19Merge x86 bugfixes from Linux 6.9-rc3Paolo Bonzini
2024-04-16Merge tag 'kvm-x86-fixes-6.9-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-04-16sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers
2024-04-14locking/atomic/x86: Introduce arch_try_cmpxchg64_local()Uros Bizjak
2024-04-14x86/pat: Introduce lookup_address_in_pgd_attr()Juergen Gross
2024-04-12Merge branch 'x86/urgent' into x86/cpu, to resolve conflictIngo Molnar
2024-04-12locking/pvqspinlock/x86: Remove redundant CMP after CMPXCHG in __raw_callee_s...Uros Bizjak
2024-04-12KVM: x86: Split core of hypercall emulation to helper functionSean Christopherson
2024-04-11perf/x86/intel: Expose existence of callback support to KVMSean Christopherson
2024-04-11KVM: SEV: introduce KVM_SEV_INIT2 operationPaolo Bonzini
2024-04-11KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA timePaolo Bonzini
2024-04-11KVM: SEV: define VM types for SEV and SEV-ESPaolo Bonzini
2024-04-11KVM: x86: add fields to struct kvm_arch for CoCo featuresPaolo Bonzini
2024-04-11KVM: SEV: publish supported VMSA featuresPaolo Bonzini
2024-04-11KVM: introduce new vendor op for KVM_GET_DEVICE_ATTRPaolo Bonzini
2024-04-11KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatibleSean Christopherson
2024-04-11Merge tag 'v6.9-rc3' into x86/boot, to pick up fixes before queueing up more ...Ingo Molnar
2024-04-10locking/atomic/x86: Define arch_atomic_sub() family using arch_atomic_add() f...Uros Bizjak
2024-04-10locking/atomic/x86: Rewrite x86_32 arch_atomic64_{,fetch}_{and,or,xor}() func...Uros Bizjak
2024-04-10locking/atomic/x86: Introduce arch_atomic64_read_nonatomic() to x86_32Uros Bizjak
2024-04-10locking/atomic/x86: Introduce arch_atomic64_try_cmpxchg() to x86_32Uros Bizjak
2024-04-10Merge branch 'linus' into x86/urgent, to pick up dependent commitsIngo Molnar
2024-04-09KVM: x86: Move nEPT exit_qualification field from kvm_vcpu_arch to x86_exceptionSean Christopherson
2024-04-09x86/alternatives: Use a temporary buffer when optimizing NOPsBorislav Petkov (AMD)