summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorLines
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts-1/+1
2025-03-16mm: support tlbbatch flush for a range of PTEsBarry Song-2/+1
2025-03-16percpu/x86: enable strict percpu checks via named AS qualifiersUros Bizjak-3/+12
2025-03-16percpu: use TYPEOF_UNQUAL() in *_cpu_ptr() accessorsUros Bizjak-2/+6
2025-03-16percpu: use TYPEOF_UNQUAL() in variable declarationsUros Bizjak-5/+5
2025-03-14KVM: x86: Introduce Intel specific quirk KVM_X86_QUIRK_IGNORE_GUEST_PATYan Zhao-2/+5
2025-03-14KVM: x86: Allow vendor code to disable quirksPaolo Bonzini-0/+3
2025-03-14KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercallIsaku Yamahata-0/+1
2025-03-14KVM: TDX: Detect unexpected SEPT violations due to pending SPTEsYan Zhao-0/+2
2025-03-14KVM: TDX: Handle EXIT_REASON_OTHER_SMIIsaku Yamahata-0/+1
2025-03-14KVM: TDX: Wait lapic expire when timer IRQ was injectedIsaku Yamahata-0/+5
2025-03-14KVM: TDX: Add support for find pending IRQ in a protected local APICSean Christopherson-0/+2
2025-03-14KVM: TDX: Handle TDG.VP.VMCALL<MapGPA>Binbin Wu-0/+1
2025-03-14KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)Isaku Yamahata-1/+3
2025-03-14KVM: TDX: Add a place holder to handle TDX VM exitIsaku Yamahata-0/+1
2025-03-14KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behaviorIsaku Yamahata-2/+9
2025-03-14KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsrChao Gao-0/+1
2025-03-14x86/virt/tdx: Add SEAMCALL wrapper to enter/exit TDX guestKai Huang-0/+1
2025-03-14KVM: x86: Make cpu_dirty_log_size a per-VM valueYan Zhao-5/+7
2025-03-14KVM: TDX: Finalize VM initializationIsaku Yamahata-0/+1
2025-03-14KVM: TDX: Add an ioctl to create initial guest memoryIsaku Yamahata-0/+9
2025-03-14KVM: TDX: Add load_mmu_pgd method for TDXSean Christopherson-0/+1
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TD measurement of initial contentsIsaku Yamahata-0/+2
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers to remove a TD private pageIsaku Yamahata-0/+2
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers to manage TDX TLB trackingIsaku Yamahata-0/+2
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers to add TD private pagesIsaku Yamahata-0/+2
2025-03-14x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_sept_add() to add SEPT pagesIsaku Yamahata-1/+6
2025-03-14KVM: TDX: Register TDX host key IDs to cgroup misc controllerZhiming Hu-0/+2
2025-03-14KVM: x86: Introduce KVM_TDX_GET_CPUIDXiaoyao Li-0/+1
2025-03-14KVM: TDX: Do TDX specific vcpu initializationIsaku Yamahata-0/+3
2025-03-14KVM: TDX: add ioctl to initialize VM with TDX specific parametersIsaku Yamahata-0/+24
2025-03-14KVM: TDX: create/destroy VM structureIsaku Yamahata-0/+2
2025-03-14KVM: TDX: Get system-wide info about TDX module on initializationIsaku Yamahata-0/+11
2025-03-14KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctlIsaku Yamahata-1/+24
2025-03-14KVM: TDX: Add TDX "architectural" error codesSean Christopherson-1/+6
2025-03-14KVM: VMX: Initialize TDX during KVM module loadKai Huang-0/+47
2025-03-14x86/virt/tdx: Add tdx_guest_keyid_alloc/free() to alloc and free TDX guest KeyIDIsaku Yamahata-0/+3
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX flush operationsRick Edgecombe-0/+2
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX VM/vCPU field accessRick Edgecombe-0/+3
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX page cache managementRick Edgecombe-0/+18
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX vCPU creationRick Edgecombe-0/+14
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX TD creationRick Edgecombe-0/+3
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX KeyID managementRick Edgecombe-0/+12
2025-03-14KVM: x86: Add infrastructure for secure TSCIsaku Yamahata-0/+1
2025-03-14cpu/SMT: Provide a default topology_is_primary_thread()Yicong Yang-1/+1
2025-03-12x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plrJames Morse-1/+1
2025-03-12x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functionsJames Morse-0/+5
2025-03-12x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.hJames Morse-0/+16
2025-03-12x86/resctrl: Move resctrl types to a separate headerJames Morse-0/+1
2025-03-12x86/resctrl: Add helper for setting CPU default propertiesJames Morse-3/+11