index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
|
KVM: Introduce kvm_vcpu_destroy()
Sean Christopherson
2020-01-24
1
-1
/
+1
|
*
|
|
|
|
|
|
|
KVM: x86: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu
Sean Christopherson
2020-01-24
1
-2
/
+2
|
*
|
|
|
|
|
|
|
KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues
Sean Christopherson
2020-01-24
1
-5
/
+9
|
*
|
|
|
|
|
|
|
KVM: x86: Drop kvm_arch_vcpu_free()
Sean Christopherson
2020-01-24
1
-16
/
+11
|
*
|
|
|
|
|
|
|
KVM: x86: Remove spurious clearing of async #PF MSR
Sean Christopherson
2020-01-24
1
-2
/
+0
|
*
|
|
|
|
|
|
|
KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path
Sean Christopherson
2020-01-24
1
-4
/
+0
|
*
|
|
|
|
|
|
|
KVM: x86: Move kvm_vcpu_init() invocation to common code
Sean Christopherson
2020-01-24
4
-29
/
+25
|
*
|
|
|
|
|
|
|
KVM: x86: Move allocation of pio_data page down a few lines
Sean Christopherson
2020-01-24
1
-20
/
+13
|
*
|
|
|
|
|
|
|
KVM: x86: Move FPU allocation to common x86 code
Sean Christopherson
2020-01-24
3
-48
/
+23
|
*
|
|
|
|
|
|
|
KVM: x86: Allocate vcpu struct in common x86 code
Sean Christopherson
2020-01-24
4
-40
/
+30
|
*
|
|
|
|
|
|
|
KVM: SVM: Use direct vcpu pointer during vCPU create/free
Sean Christopherson
2020-01-24
1
-14
/
+16
|
*
|
|
|
|
|
|
|
KVM: VMX: Use direct vcpu pointer during vCPU create/free
Sean Christopherson
2020-01-24
1
-20
/
+22
|
*
|
|
|
|
|
|
|
KVM: VMX: Allocate VPID after initializing VCPU
Sean Christopherson
2020-01-24
1
-3
/
+3
|
*
|
|
|
|
|
|
|
KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails
Sean Christopherson
2020-01-24
1
-1
/
+1
|
*
|
|
|
|
|
|
|
KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRL
Paolo Bonzini
2020-01-24
4
-10
/
+29
|
*
|
|
|
|
|
|
|
KVM: x86: list MSR_IA32_UCODE_REV as an emulated MSR
Paolo Bonzini
2020-01-23
1
-0
/
+1
|
*
|
|
|
|
|
|
|
KVM: x86: fix overlap between SPTE_MMIO_MASK and generation
Paolo Bonzini
2020-01-23
1
-5
/
+5
|
*
|
|
|
|
|
|
|
KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVM
Sean Christopherson
2020-01-21
1
-1
/
+1
|
*
|
|
|
|
|
|
|
KVM: nVMX: vmread should not set rflags to specify success in case of #PF
Miaohe Lin
2020-01-21
1
-1
/
+3
|
*
|
|
|
|
|
|
|
KVM: x86/mmu: Micro-optimize nEPT's bad memptype/XWR checks
Sean Christopherson
2020-01-21
2
-14
/
+31
|
*
|
|
|
|
|
|
|
KVM: x86/mmu: Reorder the reserved bit check in prefetch_invalid_gpte()
Sean Christopherson
2020-01-21
1
-3
/
+3
|
*
|
|
|
|
|
|
|
KVM: SVM: Override default MMIO mask if memory encryption is enabled
Tom Lendacky
2020-01-21
1
-0
/
+43
|
*
|
|
|
|
|
|
|
KVM: vmx: delete meaningless nested_vmx_prepare_msr_bitmap() declaration
Miaohe Lin
2020-01-21
1
-3
/
+0
|
*
|
|
|
|
|
|
|
KVM: x86: Refactor and rename bit() to feature_bit() macro
Sean Christopherson
2020-01-21
5
-28
/
+30
|
*
|
|
|
|
|
|
|
KVM: x86: Expand build-time assertion on reverse CPUID usage
Sean Christopherson
2020-01-21
2
-6
/
+30
|
*
|
|
|
|
|
|
|
KVM: x86: Add CPUID_7_1_EAX to the reverse CPUID table
Sean Christopherson
2020-01-21
1
-0
/
+1
|
*
|
|
|
|
|
|
|
KVM: x86: Move bit() helper to cpuid.h
Sean Christopherson
2020-01-21
2
-5
/
+5
|
*
|
|
|
|
|
|
|
KVM: x86: Add dedicated emulator helpers for querying CPUID features
Sean Christopherson
2020-01-21
3
-18
/
+25
|
*
|
|
|
|
|
|
|
KVM: x86: Add macro to ensure reserved cr4 bits checks stay in sync
Sean Christopherson
2020-01-21
1
-40
/
+25
|
*
|
|
|
|
|
|
|
KVM: x86: Drop special XSAVE handling from guest_cpuid_has()
Sean Christopherson
2020-01-21
3
-4
/
+2
|
*
|
|
|
|
|
|
|
KVM: x86: Ensure all logical CPUs have consistent reserved cr4 bits
Sean Christopherson
2020-01-21
1
-0
/
+7
|
*
|
|
|
|
|
|
|
KVM: x86: Don't let userspace set host-reserved cr4 bits
Sean Christopherson
2020-01-21
1
-1
/
+34
|
*
|
|
|
|
|
|
|
KVM: VMX: Add helper to consolidate up PT/RTIT WRMSR fault logic
Sean Christopherson
2020-01-21
1
-24
/
+31
|
*
|
|
|
|
|
|
|
KVM: VMX: Add non-canonical check on writes to RTIT address MSRs
Sean Christopherson
2020-01-21
1
-0
/
+2
|
*
|
|
|
|
|
|
|
KVM: Fix some writing mistakes
Miaohe Lin
2020-01-21
2
-2
/
+2
|
*
|
|
|
|
|
|
|
KVM: hyperv: Fix some typos in vcpu unimpl info
Miaohe Lin
2020-01-21
1
-2
/
+2
|
*
|
|
|
|
|
|
|
KVM: Fix some grammar mistakes
Miaohe Lin
2020-01-21
2
-2
/
+2
|
*
|
|
|
|
|
|
|
KVM: Fix some comment typos and missing parentheses
Miaohe Lin
2020-01-21
4
-4
/
+4
|
*
|
|
|
|
|
|
|
KVM: Fix some out-dated function names in comment
Miaohe Lin
2020-01-21
2
-3
/
+3
|
*
|
|
|
|
|
|
|
KVM: Fix some wrong function names in comment
Miaohe Lin
2020-01-21
1
-1
/
+1
|
*
|
|
|
|
|
|
|
KVM: x86: check kvm_pit outside kvm_vm_ioctl_reinject()
Miaohe Lin
2020-01-21
1
-3
/
+3
|
*
|
|
|
|
|
|
|
KVM: LAPIC: micro-optimize fixed mode ipi delivery
Wanpeng Li
2020-01-21
1
-3
/
+3
|
*
|
|
|
|
|
|
|
KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpath
Wanpeng Li
2020-01-21
5
-11
/
+78
|
*
|
|
|
|
|
|
|
KVM: x86/mmu: WARN if root_hpa is invalid when handling a page fault
Sean Christopherson
2020-01-08
1
-3
/
+1
|
*
|
|
|
|
|
|
|
KVM: x86/mmu: WARN on an invalid root_hpa
Sean Christopherson
2020-01-08
2
-2
/
+2
|
*
|
|
|
|
|
|
|
KVM: x86/mmu: Move root_hpa validity checks to top of page fault handler
Sean Christopherson
2020-01-08
1
-10
/
+4
|
*
|
|
|
|
|
|
|
KVM: x86/mmu: Move calls to thp_adjust() down a level
Sean Christopherson
2020-01-08
2
-24
/
+18
|
*
|
|
|
|
|
|
|
KVM: x86/mmu: Move transparent_hugepage_adjust() above __direct_map()
Sean Christopherson
2020-01-08
1
-38
/
+38
|
*
|
|
|
|
|
|
|
KVM: x86/mmu: Consolidate tdp_page_fault() and nonpaging_page_fault()
Sean Christopherson
2020-01-08
1
-71
/
+27
|
*
|
|
|
|
|
|
|
KVM: x86/mmu: Rename lpage_disallowed to account_disallowed_nx_lpage
Sean Christopherson
2020-01-08
1
-2
/
+2
[prev]
[next]