Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
d55c9d4009c7622e081cbe599c673076b9854ea1
d55c9d4
KVM: nSVM: check for EFER.SVME=1 before entering guest
by Paolo Bonzini
· 5 years ago
9401f2e
KVM: x86: Expose AVX512 VP2INTERSECT in cpuid for TGL
by Zhenyu Wang
· 5 years ago
96b100c
KVM: nVMX: remove side effects from nested_vmx_exit_reflected
by Paolo Bonzini
· 5 years ago
bb03911
KVM: VMX: access regs array in vmenter.S in its natural order
by Uros Bizjak
· 5 years ago
1c48245
Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
by Paolo Bonzini
· 5 years ago
6d05a96
KVM: selftests: enlightened VMPTRLD with an incorrect GPA
by Vitaly Kuznetsov
· 5 years ago
41b0552
KVM: selftests: test enlightened vmenter with wrong eVMCS version
by Vitaly Kuznetsov
· 5 years ago
7bcf732
KVM: selftests: define and use EVMCS_VERSION
by Vitaly Kuznetsov
· 5 years ago
b6a0653
KVM: nVMX: properly handle errors in nested_vmx_handle_enlightened_vmptrld()
by Vitaly Kuznetsov
· 5 years ago
e942dbf
KVM: nVMX: stop abusing need_vmcs12_to_shadow_sync for eVMCS mapping
by Vitaly Kuznetsov
· 5 years ago
0c54672
Merge branch 'kvm-null-pointer-fix' into HEAD
by Paolo Bonzini
· 5 years ago
352be2c
selftests: kvm: Uses TEST_FAIL in tests/utilities
by Wainer dos Santos Moschetta
· 5 years ago
a46f8a6
selftests: kvm: Introduce the TEST_FAIL macro
by Wainer dos Santos Moschetta
· 5 years ago
3203a01
selftests: KVM: s390: check for registers to NOT change on reset
by Christian Borntraeger
· 5 years ago
b0435a1
selftests: KVM: s390: test more register variants for the reset ioctl
by Christian Borntraeger
· 5 years ago
41cbed5
selftests: KVM: s390: fix early guest crash
by Christian Borntraeger
· 5 years ago
94c4b76
KVM: selftests: Introduce steal-time test
by Andrew Jones
· 5 years ago
beca547
KVM: selftests: virt_map should take npages, not size
by Andrew Jones
· 5 years ago
d0aac33
KVM: selftests: Use consistent message for test skipping
by Andrew Jones
· 5 years ago
d9eaf19
KVM: selftests: Enable printf format warnings for TEST_ASSERT
by Andrew Jones
· 5 years ago
6a46fcf
selftests: KVM: s390: fix format strings for access reg test
by Christian Borntraeger
· 5 years ago
53362fe
selftests: KVM: s390: fixup fprintf format error in reset.c
by Christian Borntraeger
· 5 years ago
4259362
KVM: selftests: Share common API documentation
by Andrew Jones
· 5 years ago
1914f62
selftests: KVM: SVM: Add vmcall test to gitignore
by Andrew Jones
· 5 years ago
0b66465
KVM: nSVM: Remove an obsolete comment.
by Miaohe Lin
· 5 years ago
8e205a6
KVM: X86: correct meaningless kvm_apicv_activated() check
by Paolo Bonzini
· 5 years ago
212617d
KVM: nVMX: Consolidate nested MTF checks to helper function
by Oliver Upton
· 5 years ago
041bc42
KVM: VMX: Micro-optimize vmexit time when not exposing PMU
by Wanpeng Li
· 5 years ago
331b4de
KVM: selftests: s390x: Provide additional num-guest-pages adjustment
by Andrew Jones
· 5 years ago
ab56f8e
kvm: svm: Introduce GA Log tracepoint for AVIC
by Suravee Suthikulpanit
· 5 years ago
3ac40c4
KVM: Documentation: Update fast page fault for indirect sp
by Peter Xu
· 5 years ago
78f2145
KVM: nSVM: avoid loss of pending IRQ/NMI before entering L2
by Paolo Bonzini
· 5 years ago
b518ba9
KVM: nSVM: implement check_nested_events for interrupts
by Paolo Bonzini
· 5 years ago
64b5bd2
KVM: nSVM: ignore L1 interrupt window while running L2 with V_INTR_MASKING=1
by Paolo Bonzini
· 5 years ago
b5ec2e0
KVM: nSVM: do not change host intercepts while nested VM is running
by Paolo Bonzini
· 5 years ago
727a7e2
KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgd
by Paolo Bonzini
· 5 years ago
689f3bf
KVM: x86: unify callbacks to load paging root
by Paolo Bonzini
· 5 years ago
f91af51
KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logic
by Sean Christopherson
· 5 years ago
09c7431
KVM: x86: Refactor out-of-range logic to contain the madness
by Sean Christopherson
· 5 years ago
8d89231
KVM: x86: Fix CPUID range checks for Hypervisor and Centaur classes
by Sean Christopherson
· 5 years ago
23493d0
KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUs
by Sean Christopherson
· 5 years ago
15608ed
KVM: x86: Add helpers to perform CPUID-based guest vendor check
by Sean Christopherson
· 5 years ago
b7fb848
KVM: x86: Trace the original requested CPUID function in kvm_cpuid()
by Jan Kiszka
· 5 years ago
408e9a3
KVM: CPUID: add support for supervisor states
by Paolo Bonzini
· 5 years ago
2570387
KVM: x86: Move nSVM CPUID 0x8000000A handling into common x86 code
by Sean Christopherson
· 5 years ago
4eb8746
KVM: nSVM: Advertise and enable NRIPS for L1 iff nrips is enabled
by Sean Christopherson
· 5 years ago
a50718c
KVM: nSVM: Expose SVM features to L1 iff nested is enabled
by Sean Christopherson
· 5 years ago
9166198
KVM: x86: Move VMX's host_efer to common x86 code
by Sean Christopherson
· 5 years ago
600087b
KVM: Drop largepages_enabled and its accessor/mutator
by Sean Christopherson
· 5 years ago
e884b85
KVM: x86: Don't propagate MMU lpage support to memslot.disallow_lpage
by Sean Christopherson
· 5 years ago
703c335
KVM: x86/mmu: Configure max page level during hardware setup
by Sean Christopherson
· 5 years ago
bde7723
KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common function
by Sean Christopherson
· 5 years ago
213e0e1
KVM: SVM: Refactor logging of NPT enabled/disabled
by Sean Christopherson
· 5 years ago
a1bead2
KVM: VMX: Directly query Intel PT mode when refreshing PMUs
by Sean Christopherson
· 5 years ago
7b874c2
KVM: x86: Check for Intel PT MSR virtualization using KVM cpu caps
by Sean Christopherson
· 5 years ago
a7a200e
KVM: VMX: Directly use VMX capabilities helper to detect RDTSCP support
by Sean Christopherson
· 5 years ago
1390851
KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt support
by Sean Christopherson
· 5 years ago
7c7f954
KVM: x86: Do kvm_cpuid_array capacity checks in terminal functions
by Sean Christopherson
· 5 years ago
dd69cc2
KVM: x86: Use kvm_cpu_caps to detect Intel PT support
by Sean Christopherson
· 5 years ago
93c380e
KVM: x86: Set emulated/transmuted feature bits via kvm_cpu_caps
by Sean Christopherson
· 5 years ago
bd79199
KVM: x86: Override host CPUID results with kvm_cpu_caps
by Sean Christopherson
· 5 years ago
d8577a4
KVM: x86: Do host CPUID at load time to mask KVM cpu caps
by Sean Christopherson
· 5 years ago
7ff6c03
KVM: x86: Remove stateful CPUID handling
by Sean Christopherson
· 5 years ago
c571a14
KVM: x86: Squash CPUID 0x2.0 insanity for modern CPUs
by Sean Christopherson
· 5 years ago
bcf600c
KVM: x86: Remove the unnecessary loop on CPUID 0x7 sub-leafs
by Sean Christopherson
· 5 years ago
09f628a
KVM: x86: Fold CPUID 0x7 masking back into __do_cpuid_func()
by Sean Christopherson
· 5 years ago
90d2f60
KVM: x86: Use KVM cpu caps to track UMIP emulation
by Sean Christopherson
· 5 years ago
c10398b
KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reserved
by Sean Christopherson
· 5 years ago
8721f5b
KVM: x86: Add a helper to check kernel support when setting cpu cap
by Sean Christopherson
· 5 years ago
b3d895d5
KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap update
by Sean Christopherson
· 5 years ago
3ec6fd8
KVM: VMX: Convert feature updates from CPUID to KVM cpu caps
by Sean Christopherson
· 5 years ago
9b58b98
KVM: SVM: Convert feature updates from CPUID to KVM cpu caps
by Sean Christopherson
· 5 years ago
66a6950
KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID masking
by Sean Christopherson
· 5 years ago
9e6d01c
KVM: x86: Refactor handling of XSAVES CPUID adjustment
by Sean Christopherson
· 5 years ago
fb7d437
KVM: x86: handle GBPAGE CPUID adjustment for EPT with generic code
by Paolo Bonzini
· 5 years ago
dbd0680
KVM: x86: Handle Intel PT CPUID adjustment in VMX code
by Sean Christopherson
· 5 years ago
733deaf
KVM: x86: Handle RDTSCP CPUID adjustment in VMX code
by Sean Christopherson
· 5 years ago
d64d83d
KVM: x86: Handle PKU CPUID adjustment in VMX code
by Sean Christopherson
· 5 years ago
e574768
KVM: x86: Handle UMIP emulation CPUID adjustment in VMX code
by Sean Christopherson
· 5 years ago
5ffec6f
KVM: x86: Handle INVPCID CPUID adjustment in VMX code
by Sean Christopherson
· 5 years ago
6c7ea4b
KVM: x86: Handle MPX CPUID adjustment in VMX code
by Sean Christopherson
· 5 years ago
e745e37
KVM: x86: Refactor cpuid_mask() to auto-retrieve the register
by Sean Christopherson
· 5 years ago
b32666b
KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutators
by Sean Christopherson
· 5 years ago
4c61534
KVM: x86: Introduce cpuid_entry_{get,has}() accessors
by Sean Christopherson
· 5 years ago
5e12b2b
KVM: x86: Replace bare "unsigned" with "unsigned int" in cpuid helpers
by Sean Christopherson
· 5 years ago
3be5a60
KVM: x86: Use u32 for holding CPUID register value in helpers
by Sean Christopherson
· 5 years ago
160b486f
KVM: x86: Drop explicit @func param from ->set_supported_cpuid()
by Sean Christopherson
· 5 years ago
7392079
KVM: x86: Clear output regs for CPUID 0x14 if PT isn't exposed to guest
by Sean Christopherson
· 5 years ago
615a4ae
KVM: x86: Make kvm_mpx_supported() an inline function
by Sean Christopherson
· 5 years ago
7f5581f
KVM: x86: Use supported_xcr0 to detect MPX support
by Sean Christopherson
· 5 years ago
cfc4818
KVM: x86: Calculate the supported xcr0 mask at load time
by Sean Christopherson
· 5 years ago
2ef7619
KVM: VMX: Add helpers to query Intel PT mode
by Sean Christopherson
· 5 years ago
0eee8f9
KVM: x86: Use common loop iterator when handling CPUID 0xD.N
by Sean Christopherson
· 5 years ago
695538a
KVM: x86: Drop redundant array size check
by Sean Christopherson
· 5 years ago
e53c95e
KVM: x86: Encapsulate CPUID entries and metadata in struct
by Sean Christopherson
· 5 years ago
c862903
KVM: x86: Refactor CPUID 0x4 and 0x8000001d handling
by Sean Christopherson
· 5 years ago
74fa0bc
KVM: x86: Hoist loop counter and terminator to top of __do_cpuid_func()
by Sean Christopherson
· 5 years ago
aa10a7d
KVM: x86: Consolidate CPUID array max num entries checking
by Sean Christopherson
· 5 years ago
acfad33
KVM: x86: Drop redundant boot cpu checks on SSBD feature bits
by Sean Christopherson
· 5 years ago
aceac6e
KVM: x86: Drop the explicit @index from do_cpuid_7_mask()
by Sean Christopherson
· 5 years ago
Next »