Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
6d4b198b0b23ca2a75785173a9b27afd1eee7040
/
arch
/
x86
/
kvm
47f7dc4
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
2307af1
KVM: VMX: Mark VMXArea with revision_id of physical CPU even when eVMCS enabled
by Liran Alon
· 7 years ago
d30f370
x86/kvm/Kconfig: Ensure CRYPTO_DEV_CCP_DD state at minimum matches KVM_AMD
by Janakarajan Natarajan
· 7 years ago
0b88abd
kvm: nVMX: Restore exit qual for VM-entry failure due to MSR loading
by Jim Mattson
· 7 years ago
b062b79
x86/kvm/vmx: don't read current->thread.{fs,gs}base of legacy tasks
by Vitaly Kuznetsov
· 7 years ago
cd28325
KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSR
by Paolo Bonzini
· 7 years ago
0447378
kvm: vmx: Nested VM-entry prereqs for event inj.
by Marc Orr
· 7 years ago
1f008e1
KVM: x86: VMX: redo fix for link error without CONFIG_HYPERV
by Arnd Bergmann
· 7 years ago
273ba45
KVM: x86: fix typo at kvm_arch_hardware_setup comment
by Marcelo Tosatti
· 7 years ago
dbee3d0
KVM: x86: VMX: fix build without hyper-v
by Linus Torvalds
· 7 years ago
b08fc52
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
fad953c
treewide: Use array_size() in vzalloc()
by Kees Cook
· 7 years ago
42bc47b
treewide: Use array_size() in vmalloc()
by Kees Cook
· 7 years ago
778e1cd
treewide: kvzalloc() -> kvcalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
b357bf6
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
766d357
kvm: fix typo in flag name
by Michael S. Tsirkin
· 7 years ago
3c9fa24
kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
by Paolo Bonzini
· 7 years ago
ce14e868a
KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system
by Paolo Bonzini
· 7 years ago
79367a6
KVM: x86: introduce linear_{read,write}_system
by Paolo Bonzini
· 7 years ago
727ba74
kvm: nVMX: Enforce cpl=0 for VMX instructions
by Felix Wilhelm
· 7 years ago
6ac2f49
x86/bugs: Add AMD's SPEC_CTRL MSR usage
by Konrad Rzeszutek Wilk
· 7 years ago
2480986
x86/bugs: Add AMD's variant of SSB_NO
by Konrad Rzeszutek Wilk
· 7 years ago
93e95fa
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
f4160e4
kvm: nVMX: Add support for "VMWRITE to any supported field"
by Jim Mattson
· 7 years ago
a943ac5
kvm: nVMX: Restrict VMX capability MSR changes
by Jim Mattson
· 7 years ago
c5ce823
KVM: VMX: Optimize tscdeadline timer latency
by Wanpeng Li
· 7 years ago
d1e5b0e
kvm: Make VM ioctl do valloc for some archs
by Marc Orr
· 7 years ago
1499fa8
kvm: Change return type to vm_fault_t
by Souptick Joarder
· 7 years ago
b2096a5
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
ec30dcf
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
c1aea91
KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capability
by Vitaly Kuznetsov
· 7 years ago
c701267
KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE}_EX implementation
by Vitaly Kuznetsov
· 7 years ago
e2f11f4
KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} implementation
by Vitaly Kuznetsov
· 7 years ago
56b9ae7
KVM: x86: hyperv: do rep check for each hypercall separately
by Vitaly Kuznetsov
· 7 years ago
142c95d
KVM: x86: hyperv: use defines when parsing hypercall parameters
by Vitaly Kuznetsov
· 7 years ago
f33ecec
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Radim Krčmář
· 7 years ago
696ca77
KVM: x86: fix #UD address of failed Hyper-V hypercalls
by Radim Krčmář
· 7 years ago
0ea3286
KVM: x86: Expose CLDEMOTE CPU feature to guest VM
by Jingqi Liu
· 7 years ago
cd9a491
KVM: nVMX: Emulate L1 individual-address invvpid by L0 individual-address invvpid
by Liran Alon
· 7 years ago
6f1e03b
KVM: nVMX: Don't flush TLB when vmcs12 uses VPID
by Liran Alon
· 7 years ago
6bce30c
KVM: nVMX: Use vmx local var for referencing vpid02
by Liran Alon
· 7 years ago
86bf20c
KVM: x86: prevent integer overflows in KVM_MEMORY_ENCRYPT_REG_REGION
by Dan Carpenter
· 7 years ago
a1d588e
KVM: x86: remove obsolete EXPORT... of handle_mmio_page_fault
by Sean Christopherson
· 7 years ago
1eaafe9
kvm: x86: IA32_ARCH_CAPABILITIES is always supported
by Jim Mattson
· 7 years ago
c4d2188
KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changed
by Wei Huang
· 7 years ago
d8f2f49
x86/kvm: fix LAPIC timer drift when guest uses periodic mode
by David Vrabel
· 7 years ago
21ebf53
KVM: nVMX: Ensure that VMCS12 field offsets do not change
by Jim Mattson
· 7 years ago
b348e79
KVM: nVMX: Restore the VMCS12 offsets for v4.0 fields
by Jim Mattson
· 7 years ago
899a31f
KVM: x86: use timespec64 for KVM_HC_CLOCK_PAIRING
by Arnd Bergmann
· 7 years ago
6514dc3
kvm: nVMX: Use nested_run_pending rather than from_vmentry
by Jim Mattson
· 7 years ago
0aa4846
KVM/VMX: Expose SSBD properly to guests
by Konrad Rzeszutek Wilk
· 7 years ago
3b78ce4
Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
bc226f0
KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBD
by Tom Lendacky
· 7 years ago
ccbcd26
x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRL
by Thomas Gleixner
· 7 years ago
e7c587d
x86/speculation: Use synthetic bits for IBRS/IBPB/STIBP
by Borislav Petkov
· 7 years ago
15e6c22
KVM: SVM: Move spec control call after restore of GS
by Thomas Gleixner
· 7 years ago
4c27625
KVM: X86: Lower the default timer frequency limit to 200us
by Wanpeng Li
· 7 years ago
3a2936d
kvm: mmu: Don't expose private memslots to L2
by Jim Mattson
· 7 years ago
1313cc2
kvm: mmu: Add guest_mode to kvm_mmu_page_role
by Jim Mattson
· 7 years ago
ab5df31
kvm: nVMX: Eliminate APIC access page sharing between L1 and L2
by Jim Mattson
· 7 years ago
8d860bb
kvm: vmx: Basic APIC virtualization controls have three settings
by Jim Mattson
· 7 years ago
5887164
kvm: vmx: Introduce lapic_mode enumeration
by Jim Mattson
· 7 years ago
ceef7d1
KVM: x86: VMX: hyper-v: Enlightened MSR-Bitmap support
by Vitaly Kuznetsov
· 7 years ago
74b566e
kvm: x86: Refactor mmu_free_roots()
by Junaid Shahid
· 7 years ago
a780a3e
KVM: X86: Fix reserved bits check for MOV to CR3
by Wanpeng Li
· 7 years ago
64f7a11
KVM: vmx: update sec exec controls for UMIP iff emulating UMIP
by Sean Christopherson
· 7 years ago
c19986f
kvm: x86: Suppress CR3_PCID_INVD bit only when PCIDs are enabled
by Junaid Shahid
· 7 years ago
452a68d
KVM: hyperv: idr_find needs RCU protection
by Paolo Bonzini
· 7 years ago
6356ee0
x86: Delay skip of emulated hypercall instruction
by Marian Rotariu
· 7 years ago
9f65fb2
x86/bugs: Rename _RDS to _SSBD
by Konrad Rzeszutek Wilk
· 7 years ago
ecf08da
KVM: x86: remove APIC Timer periodic/oneshot spikes
by Anthoine Bourgeois
· 7 years ago
28a2775
x86/speculation: Create spec-ctrl.h to avoid include hell
by Thomas Gleixner
· 7 years ago
da39556
x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guest
by Konrad Rzeszutek Wilk
· 7 years ago
5cf6875
x86/bugs, KVM: Support the combination of guest and host IBRS
by Konrad Rzeszutek Wilk
· 7 years ago
5e62493
x86/headers/UAPI: Move DISABLE_EXITS KVM capability bits to the UAPI
by KarimAllah Ahmed
· 7 years ago
a468f2d
kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in use
by Junaid Shahid
· 7 years ago
3eb0f51
signal: Ensure every siginfo we send has all bits initialized
by Eric W. Biederman
· 7 years ago
e6d9bfd
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
dd25993
kvm: x86: move MSR_IA32_TSC handling to x86.c
by Paolo Bonzini
· 7 years ago
e79f245
X86/KVM: Properly update 'tsc_offset' to represent the running guest
by KarimAllah Ahmed
· 7 years ago
f0f4cf5
x86: Add check for APIC access address for vmentry of L2 guests
by Krish Sadhukhan
· 7 years ago
2698d82
KVM: X86: fix incorrect reference of trace_kvm_pi_irte_update
by hu huajun
· 7 years ago
8e9b29b
X86/KVM: Do not allow DISABLE_EXITS_MWAIT when LAPIC ARAT is not available
by KarimAllah Ahmed
· 7 years ago
386c6dd
X86/VMX: Disable VMX preemption timer if MWAIT is not intercepted
by KarimAllah Ahmed
· 7 years ago
d8312a3
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
e01bca2
kvm: x86: fix a prototype warning
by Peng Hao
· 7 years ago
3140c15
kvm: x86: fix a compile warning
by Peng Hao
· 7 years ago
6c86eed
KVM: X86: Add Force Emulation Prefix for "emulate the next instruction"
by Wanpeng Li
· 7 years ago
082d06e
KVM: X86: Introduce handle_ud()
by Wanpeng Li
· 7 years ago
4fde8d5
KVM: vmx: unify adjacent #ifdefs
by Paolo Bonzini
· 7 years ago
51e8a8c
x86: kvm: hide the unused 'cpu' variable
by Arnd Bergmann
· 7 years ago
c75d0edc
KVM: VMX: remove bogus WARN_ON in handle_ept_misconfig
by Sean Christopherson
· 7 years ago
2c151b2
Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"
by Sean Christopherson
· 7 years ago
2991696
kvm: Add emulation for movups/movupd
by Stefan Fritsch
· 7 years ago
add5ff7
KVM: VMX: raise internal error for exception during invalid protected mode state
by Sean Christopherson
· 7 years ago
986b37c
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
7257348
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
f497b6c
KVM: nVMX: Optimization: Dont set KVM_REQ_EVENT when VMExit with nested_run_pending
by Liran Alon
· 7 years ago
1a680e3
KVM: nVMX: Require immediate-exit when event reinjected to L2 and L1 event pending
by Liran Alon
· 7 years ago
Next »