summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts1-1/+1
2025-03-16mm: support tlbbatch flush for a range of PTEsBarry Song1-2/+1
2025-03-16percpu/x86: enable strict percpu checks via named AS qualifiersUros Bizjak1-3/+12
2025-03-16percpu: use TYPEOF_UNQUAL() in *_cpu_ptr() accessorsUros Bizjak1-2/+6
2025-03-16percpu: use TYPEOF_UNQUAL() in variable declarationsUros Bizjak1-5/+5
2025-03-14KVM: x86: Introduce Intel specific quirk KVM_X86_QUIRK_IGNORE_GUEST_PATYan Zhao1-2/+4
2025-03-14KVM: x86: Allow vendor code to disable quirksPaolo Bonzini1-0/+3
2025-03-14KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercallIsaku Yamahata1-0/+1
2025-03-14KVM: TDX: Detect unexpected SEPT violations due to pending SPTEsYan Zhao1-0/+2
2025-03-14KVM: TDX: Wait lapic expire when timer IRQ was injectedIsaku Yamahata1-0/+5
2025-03-14KVM: TDX: Add support for find pending IRQ in a protected local APICSean Christopherson2-0/+2
2025-03-14KVM: TDX: Handle TDG.VP.VMCALL<MapGPA>Binbin Wu1-0/+1
2025-03-14KVM: TDX: Add a place holder to handle TDX VM exitIsaku Yamahata1-0/+1
2025-03-14KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behaviorIsaku Yamahata1-2/+9
2025-03-14KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsrChao Gao1-0/+1
2025-03-14x86/virt/tdx: Add SEAMCALL wrapper to enter/exit TDX guestKai Huang1-0/+1
2025-03-14KVM: x86: Make cpu_dirty_log_size a per-VM valueYan Zhao1-5/+7
2025-03-14KVM: TDX: Add load_mmu_pgd method for TDXSean Christopherson1-0/+1
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TD measurement of initial contentsIsaku Yamahata1-0/+2
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers to remove a TD private pageIsaku Yamahata1-0/+2
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers to manage TDX TLB trackingIsaku Yamahata1-0/+2
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers to add TD private pagesIsaku Yamahata1-0/+2
2025-03-14x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_sept_add() to add SEPT pagesIsaku Yamahata1-1/+6
2025-03-14KVM: TDX: Register TDX host key IDs to cgroup misc controllerZhiming Hu1-0/+2
2025-03-14KVM: TDX: Do TDX specific vcpu initializationIsaku Yamahata2-0/+2
2025-03-14KVM: TDX: create/destroy VM structureIsaku Yamahata2-0/+2
2025-03-14KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctlIsaku Yamahata1-1/+1
2025-03-14KVM: TDX: Add TDX "architectural" error codesSean Christopherson1-1/+6
2025-03-14KVM: VMX: Initialize TDX during KVM module loadKai Huang2-0/+47
2025-03-14x86/virt/tdx: Add tdx_guest_keyid_alloc/free() to alloc and free TDX guest KeyIDIsaku Yamahata1-0/+3
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX flush operationsRick Edgecombe1-0/+2
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX VM/vCPU field accessRick Edgecombe1-0/+3
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX page cache managementRick Edgecombe1-0/+18
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX vCPU creationRick Edgecombe1-0/+14
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX TD creationRick Edgecombe1-0/+3
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX KeyID managementRick Edgecombe1-0/+12
2025-03-14KVM: x86: Add infrastructure for secure TSCIsaku Yamahata1-0/+1
2025-03-14cpu/SMT: Provide a default topology_is_primary_thread()Yicong Yang1-1/+1
2025-03-12x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plrJames Morse1-1/+1
2025-03-12x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functionsJames Morse1-0/+5
2025-03-12x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.hJames Morse1-0/+16
2025-03-12x86/resctrl: Move resctrl types to a separate headerJames Morse1-0/+1
2025-03-12x86/resctrl: Add helper for setting CPU default propertiesJames Morse1-3/+11
2025-03-10x86/coco: Replace 'static const cc_mask' with the newly introduced cc_get_mas...Arnd Bergmann2-2/+10
2025-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2025-03-09Merge tag 'kvm-x86-fixes-6.14-rcN.2' of https://github.com/kvm-x86/linux into...Paolo Bonzini1-0/+1
2025-03-08x86/vdso: Prepare introduction of struct vdso_clockAnna-Maria Behnsen1-8/+8
2025-03-08Merge branch 'locking/urgent' into locking/core, to pick up locking fixesIngo Molnar1-13/+19
2025-03-08x86/mm: Define PTRS_PER_PMD for assembly code tooIngo Molnar1-4/+4
2025-03-07virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutexAlexey Kardashevskiy1-3/+3