index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
KVM: SVM: Do not allow instruction emulation under SEV-ES
Tom Lendacky
2020-12-15
1
-0
/
+6
|
*
|
|
|
KVM: SVM: Prevent debugging under SEV-ES
Tom Lendacky
2020-12-15
3
-14
/
+35
|
*
|
|
|
KVM: SVM: Add required changes to support intercepts under SEV-ES
Tom Lendacky
2020-12-15
3
-13
/
+84
|
*
|
|
|
KVM: x86: introduce complete_emulated_msr callback
Paolo Bonzini
2020-12-15
4
-4
/
+7
|
*
|
|
|
KVM: x86: use kvm_complete_insn_gp in emulating RDMSR/WRMSR
Paolo Bonzini
2020-12-15
1
-28
/
+16
|
*
|
|
|
KVM: x86: remove bogus #GP injection
Paolo Bonzini
2020-12-15
1
-5
/
+1
|
*
|
|
|
KVM: x86: Mark GPRs dirty when written
Tom Lendacky
2020-12-14
1
-25
/
+26
|
*
|
|
|
KVM: SVM: Add support for the SEV-ES VMSA
Tom Lendacky
2020-12-14
4
-2
/
+97
|
*
|
|
|
KVM: SVM: Add GHCB accessor functions for retrieving fields
Tom Lendacky
2020-12-14
2
-6
/
+16
|
*
|
|
|
KVM: SVM: Add support for SEV-ES capability in KVM
Tom Lendacky
2020-12-14
4
-32
/
+77
|
*
|
|
|
KVM: SVM: Remove the call to sev_platform_status() during setup
Tom Lendacky
2020-12-14
1
-21
/
+1
|
*
|
|
|
x86/cpu: Add VM page flush MSR availablility as a CPUID feature
Tom Lendacky
2020-12-14
3
-0
/
+3
|
*
|
|
|
KVM/VMX/SVM: Move kvm_machine_check function to x86.h
Uros Bizjak
2020-12-14
3
-40
/
+20
|
*
|
|
|
KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
Paolo Bonzini
2020-12-11
3
-14
/
+22
|
*
|
|
|
KVM: x86: Expose AVX512_FP16 for supported CPUID
Cathy Zhang
2020-12-11
1
-1
/
+1
|
*
|
|
|
x86: Enumerate AVX512 FP16 CPUID feature flag
Kyung Min Park
2020-12-11
2
-0
/
+2
|
*
|
|
|
KVM/VMX: Use TEST %REG,%REG instead of CMP $0,%REG in vmenter.S
Uros Bizjak
2020-12-11
1
-1
/
+1
|
*
|
|
|
KVM: x86: ignore SIPIs that are received while not in wait-for-sipi state
Maxim Levitsky
2020-12-09
1
-7
/
+8
|
*
|
|
|
KVM: x86: adjust SEV for commit 7e8e6eed75e
Paolo Bonzini
2020-12-03
1
-1
/
+1
|
*
|
|
|
KVM: nSVM: set fixed bits by hand
Paolo Bonzini
2020-11-27
1
-4
/
+5
|
*
|
|
|
kvm: x86/mmu: Add TDP MMU SPTE changed trace point
Ben Gardon
2020-11-19
2
-0
/
+31
|
*
|
|
|
kvm: x86/mmu: Add existing trace points to TDP MMU
Ben Gardon
2020-11-19
1
-1
/
+11
|
*
|
|
|
KVM: SVM: check CR4 changes against vcpu->arch
Paolo Bonzini
2020-11-16
1
-1
/
+1
|
*
|
|
|
KVM: SVM: Move asid to vcpu_svm
Cathy Avery
2020-11-16
2
-3
/
+8
|
*
|
|
|
x86/kvm: remove unused macro HV_CLOCK_SIZE
Alex Shi
2020-11-16
1
-1
/
+0
|
*
|
|
|
kvm: x86: Sink cpuid update into vendor-specific set_cr4 functions
Jim Mattson
2020-11-15
4
-8
/
+8
|
*
|
|
|
KVM: Don't allocate dirty bitmap if dirty ring is enabled
Peter Xu
2020-11-15
1
-1
/
+1
|
*
|
|
|
KVM: X86: Implement ring-based dirty memory tracking
Peter Xu
2020-11-15
7
-2
/
+31
|
*
|
|
|
KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
Peter Xu
2020-11-15
4
-56
/
+81
|
*
|
|
|
KVM: x86: hyper-v: allow KVM_GET_SUPPORTED_HV_CPUID as a system ioctl
Vitaly Kuznetsov
2020-11-15
4
-25
/
+33
|
*
|
|
|
KVM: x86: emulate wait-for-SIPI and SIPI-VMExit
Yadong Qi
2020-11-15
3
-14
/
+44
|
*
|
|
|
KVM: x86: fix apic_accept_events vs check_nested_events
Paolo Bonzini
2020-11-15
2
-5
/
+27
|
*
|
|
|
KVM: x86: Return bool instead of int for CR4 and SREGS validity checks
Sean Christopherson
2020-11-15
4
-19
/
+15
|
*
|
|
|
KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hook
Sean Christopherson
2020-11-15
7
-21
/
+34
|
*
|
|
|
KVM: SVM: Drop VMXE check from svm_set_cr4()
Sean Christopherson
2020-11-15
1
-3
/
+0
|
*
|
|
|
KVM: VMX: Drop explicit 'nested' check from vmx_set_cr4()
Sean Christopherson
2020-11-15
1
-12
/
+7
|
*
|
|
|
KVM: VMX: Drop guest CPUID check for VMXE in vmx_set_cr4()
Sean Christopherson
2020-11-15
1
-2
/
+3
*
|
|
|
|
Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-12-19
3
-28
/
+24
|
\
\
\
\
\
|
*
|
|
|
|
xen: Kconfig: remove X86_64 depends from XEN_512GB
Jason Andryuk
2020-12-19
1
-1
/
+1
|
*
|
|
|
|
xen: remove trailing semicolon in macro definition
Tom Rix
2020-12-16
1
-1
/
+1
|
*
|
|
|
|
xen: Kconfig: nest Xen guest options
Jason Andryuk
2020-12-16
1
-13
/
+13
|
*
|
|
|
|
xen: Remove Xen PVH/PVHVM dependency on PCI
Jason Andryuk
2020-12-16
1
-6
/
+12
|
*
|
|
|
|
x86/xen: Convert to DEFINE_SHOW_ATTRIBUTE
Qinglang Miao
2020-12-16
1
-11
/
+1
*
|
|
|
|
|
epoll: wire up syscall epoll_pwait2
Willem de Bruijn
2020-12-19
2
-0
/
+2
*
|
|
|
|
|
mm, kvm: account kvm_vcpu_mmap to kmemcg
Shakeel Butt
2020-12-19
1
-1
/
+1
*
|
|
|
|
|
Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2020-12-17
5
-7
/
+46
|
\
\
\
\
\
\
|
*
|
|
|
|
|
livepatch: Use the default ftrace_ops instead of REGS when ARGS is available
Steven Rostedt (VMware)
2020-11-13
3
-2
/
+9
|
*
|
|
|
|
|
ftrace/x86: Allow for arguments to be passed in to ftrace_regs by default
Steven Rostedt (VMware)
2020-11-13
3
-2
/
+25
|
*
|
|
|
|
|
ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs
Steven Rostedt (VMware)
2020-11-13
1
-1
/
+2
|
*
|
|
|
|
|
ftrace: Add recording of functions that caused recursion
Steven Rostedt (VMware)
2020-11-06
1
-1
/
+1
[prev]
[next]