index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-18
KVM: x86: Code style cleanup in kvm_arch_dev_ioctl()
Xiaoyao Li
1
-2
/
+2
2020-03-18
KVM: x86: Add blurb to CPUID tracepoint when using max basic leaf values
Sean Christopherson
2
-7
/
+13
2020-03-18
KVM: x86: Add requested index to the CPUID tracepoint
Sean Christopherson
2
-6
/
+9
2020-03-18
KVM: nSVM: check for EFER.SVME=1 before entering guest
Paolo Bonzini
1
-0
/
+3
2020-03-18
KVM: x86: Expose AVX512 VP2INTERSECT in cpuid for TGL
Zhenyu Wang
1
-1
/
+1
2020-03-18
KVM: nVMX: remove side effects from nested_vmx_exit_reflected
Paolo Bonzini
3
-18
/
+20
2020-03-17
KVM: VMX: access regs array in vmenter.S in its natural order
Uros Bizjak
1
-7
/
+7
2020-03-16
Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
74
-395
/
+2232
2020-03-16
KVM: nVMX: properly handle errors in nested_vmx_handle_enlightened_vmptrld()
Vitaly Kuznetsov
2
-10
/
+36
2020-03-16
KVM: nVMX: stop abusing need_vmcs12_to_shadow_sync for eVMCS mapping
Vitaly Kuznetsov
1
-11
/
+13
2020-03-16
Merge branch 'kvm-null-pointer-fix' into HEAD
Paolo Bonzini
1
-2
/
+3
2020-03-16
KVM: nSVM: Remove an obsolete comment.
Miaohe Lin
1
-3
/
+0
2020-03-16
KVM: X86: correct meaningless kvm_apicv_activated() check
Paolo Bonzini
1
-9
/
+16
2020-03-16
KVM: nVMX: Consolidate nested MTF checks to helper function
Oliver Upton
1
-1
/
+1
2020-03-16
KVM: VMX: Micro-optimize vmexit time when not exposing PMU
Wanpeng Li
1
-1
/
+2
2020-03-16
kvm: svm: Introduce GA Log tracepoint for AVIC
Suravee Suthikulpanit
3
-0
/
+20
2020-03-16
KVM: nSVM: avoid loss of pending IRQ/NMI before entering L2
Paolo Bonzini
1
-0
/
+18
2020-03-16
KVM: nSVM: implement check_nested_events for interrupts
Paolo Bonzini
1
-38
/
+30
2020-03-16
KVM: nSVM: ignore L1 interrupt window while running L2 with V_INTR_MASKING=1
Paolo Bonzini
1
-18
/
+37
2020-03-16
KVM: nSVM: do not change host intercepts while nested VM is running
Paolo Bonzini
1
-13
/
+18
2020-03-16
KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgd
Paolo Bonzini
8
-17
/
+20
2020-03-16
KVM: x86: unify callbacks to load paging root
Paolo Bonzini
6
-35
/
+21
2020-03-16
KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logic
Sean Christopherson
6
-16
/
+17
2020-03-16
KVM: x86: Refactor out-of-range logic to contain the madness
Sean Christopherson
1
-18
/
+29
2020-03-16
KVM: x86: Fix CPUID range checks for Hypervisor and Centaur classes
Sean Christopherson
2
-6
/
+43
2020-03-16
KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUs
Sean Christopherson
4
-5
/
+8
2020-03-16
KVM: x86: Add helpers to perform CPUID-based guest vendor check
Sean Christopherson
3
-29
/
+33
2020-03-16
KVM: x86: Trace the original requested CPUID function in kvm_cpuid()
Jan Kiszka
1
-2
/
+2
2020-03-16
KVM: CPUID: add support for supervisor states
Paolo Bonzini
5
-16
/
+31
2020-03-16
KVM: x86: Move nSVM CPUID 0x8000000A handling into common x86 code
Sean Christopherson
4
-28
/
+11
2020-03-16
KVM: nSVM: Advertise and enable NRIPS for L1 iff nrips is enabled
Sean Christopherson
1
-2
/
+3
2020-03-16
KVM: nSVM: Expose SVM features to L1 iff nested is enabled
Sean Christopherson
1
-9
/
+13
2020-03-16
KVM: x86: Move VMX's host_efer to common x86 code
Sean Christopherson
5
-8
/
+8
2020-03-16
KVM: Drop largepages_enabled and its accessor/mutator
Sean Christopherson
1
-4
/
+2
2020-03-16
KVM: x86: Don't propagate MMU lpage support to memslot.disallow_lpage
Sean Christopherson
1
-3
/
+0
2020-03-16
KVM: x86/mmu: Configure max page level during hardware setup
Sean Christopherson
4
-25
/
+31
2020-03-16
KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common function
Sean Christopherson
4
-19
/
+6
2020-03-16
KVM: SVM: Refactor logging of NPT enabled/disabled
Sean Christopherson
1
-6
/
+4
2020-03-16
KVM: VMX: Directly query Intel PT mode when refreshing PMUs
Sean Christopherson
5
-20
/
+4
2020-03-16
KVM: x86: Check for Intel PT MSR virtualization using KVM cpu caps
Sean Christopherson
1
-4
/
+4
2020-03-16
KVM: VMX: Directly use VMX capabilities helper to detect RDTSCP support
Sean Christopherson
1
-6
/
+1
2020-03-16
KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt support
Sean Christopherson
4
-11
/
+1
2020-03-16
KVM: x86: Do kvm_cpuid_array capacity checks in terminal functions
Sean Christopherson
1
-5
/
+6
2020-03-16
KVM: x86: Use kvm_cpu_caps to detect Intel PT support
Sean Christopherson
1
-2
/
+1
2020-03-16
KVM: x86: Set emulated/transmuted feature bits via kvm_cpu_caps
Sean Christopherson
3
-54
/
+41
2020-03-16
KVM: x86: Override host CPUID results with kvm_cpu_caps
Sean Christopherson
4
-31
/
+15
2020-03-16
KVM: x86: Do host CPUID at load time to mask KVM cpu caps
Sean Christopherson
1
-0
/
+8
2020-03-16
KVM: x86: Remove stateful CPUID handling
Sean Christopherson
1
-60
/
+13
2020-03-16
KVM: x86: Squash CPUID 0x2.0 insanity for modern CPUs
Sean Christopherson
1
-10
/
+21
2020-03-16
KVM: x86: Remove the unnecessary loop on CPUID 0x7 sub-leafs
Sean Christopherson
1
-5
/
+3
[next]