index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
uapi
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2025-12-02
Merge tag 'x86_cpu_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+2
2025-12-02
Merge tag 'x86_sgx_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+8
2025-11-26
Merge tag 'kvm-x86-svm-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+1
2025-11-18
x86/cpufeatures: Enumerate the LASS feature bits
Sohil Mehta
1
-0
/
+2
2025-11-14
x86/sgx: Document structs and enums with '@', not '%'
Sean Christopherson
1
-1
/
+1
2025-11-14
x86/sgx: Add kernel-doc descriptions for params passed to vDSO user handler
Sean Christopherson
1
-0
/
+6
2025-11-14
x86/sgx: Add a missing colon in kernel-doc markup for "struct sgx_enclave_run"
Sean Christopherson
1
-1
/
+1
2025-11-14
KVM: SEV: Publish supported SEV-SNP policy bits
Tom Lendacky
1
-0
/
+1
2025-10-20
KVM: VMX: Inject #UD if guest tries to execute SEAMCALL or TDCALL
Sean Christopherson
1
-0
/
+1
2025-10-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-1
/
+39
2025-09-23
KVM: x86: Define AMD's #HV, #VC, and #SX exception vectors
Sean Christopherson
1
-0
/
+4
2025-09-23
KVM: x86: Define Control Protection Exception (#CP) vector
Sean Christopherson
1
-0
/
+1
2025-09-23
KVM: x86: Enable guest SSP read/write interface with new uAPIs
Yang Weijiang
1
-0
/
+3
2025-09-23
KVM: x86: Introduce KVM_{G,S}ET_ONE_REG uAPIs support
Yang Weijiang
1
-0
/
+26
2025-08-31
x86/apic: Initialize Secure AVIC APIC backing page
Neeraj Upadhyay
1
-0
/
+4
2025-08-19
KVM: x86: Add support for RDMSR/WRMSRNS w/ immediate on Intel
Xin Li
1
-1
/
+5
2025-07-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+7
2025-06-24
x86/traps: Initialize DR6 by writing its architectural reset value
Xin Li (Intel)
1
-1
/
+20
2025-06-20
KVM: TDX: Report supported optional TDVMCALLs in TDX capabilities
Paolo Bonzini
1
-1
/
+7
2025-06-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-0
/
+3
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+12
2025-05-27
Merge tag 'kvm-x86-svm-6.16' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+2
2025-05-16
KVM: SVM: Add architectural definitions/assets for Bus Lock Threshold
Nikunj A Dadhania
1
-0
/
+2
2025-05-12
x86/kexec: add support for passing kexec handover (KHO) data
Alexander Graf
1
-1
/
+12
2025-05-02
KVM: selftests: Add library support for interacting with SNP
Pratik R. Sampat
1
-0
/
+1
2025-04-07
Merge branch 'kvm-tdx-initial' into HEAD
Paolo Bonzini
2
-1
/
+75
2025-03-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-0
/
+5
2025-03-19
Merge tag 'kvm-x86-xen-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+3
2025-03-19
x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in UAPI headers
Thomas Huth
8
-19
/
+19
2025-03-14
KVM: x86: Introduce Intel specific quirk KVM_X86_QUIRK_IGNORE_GUEST_PAT
Yan Zhao
1
-0
/
+1
2025-03-14
KVM: TDX: Handle EXIT_REASON_OTHER_SMI
Isaku Yamahata
1
-0
/
+1
2025-03-14
KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
Isaku Yamahata
1
-1
/
+3
2025-03-14
KVM: TDX: Finalize VM initialization
Isaku Yamahata
1
-0
/
+1
2025-03-14
KVM: TDX: Add an ioctl to create initial guest memory
Isaku Yamahata
1
-0
/
+9
2025-03-14
KVM: x86: Introduce KVM_TDX_GET_CPUID
Xiaoyao Li
1
-0
/
+1
2025-03-14
KVM: TDX: Do TDX specific vcpu initialization
Isaku Yamahata
1
-0
/
+1
2025-03-14
KVM: TDX: add ioctl to initialize VM with TDX specific parameters
Isaku Yamahata
1
-0
/
+24
2025-03-14
KVM: TDX: Get system-wide info about TDX module on initialization
Isaku Yamahata
1
-0
/
+11
2025-03-14
KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
Isaku Yamahata
1
-0
/
+23
2025-02-25
KVM: SVM: Add Idle HLT intercept support
Manali Shukla
1
-0
/
+2
2025-02-24
KVM: x86/xen: Restrict hypercall MSR to unofficial synthetic range
Sean Christopherson
1
-0
/
+3
2025-01-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2024-12-23
KVM: x86: Add a VM type define for TDX
Rick Edgecombe
1
-0
/
+1
2024-12-02
platform/x86/amd/hsmp: Add support for HSMP protocol version 7 messages
Suma Hegde
1
-2
/
+62
2024-11-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2024-11-20
Merge tag 'platform-drivers-x86-v6.13-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-1
/
+2
2024-11-19
Merge tag 'ras_core_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+2
2024-11-12
platform/x86/amd/hsmp: mark hsmp_msg_desc_table[] as maybe_unused
Arnd Bergmann
1
-1
/
+2
2024-11-01
KVM: x86: Quirk initialization of feature MSRs to KVM's max configuration
Sean Christopherson
1
-0
/
+1
[next]