index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
KVM: x86: expose MSR_TSC_AUX to userspace
Paolo Bonzini
2015-11-25
1
-5
/
+6
|
*
kvm/x86: Hyper-V kvm exit
Andrey Smetanin
2015-11-25
2
-0
/
+26
|
*
kvm/x86: Hyper-V synthetic interrupt controller
Andrey Smetanin
2015-11-25
6
-7
/
+419
|
*
kvm/x86: per-vcpu apicv deactivation support
Andrey Smetanin
2015-11-25
6
-46
/
+58
|
*
kvm/x86: split ioapic-handled and EOI exit bitmaps
Andrey Smetanin
2015-11-25
7
-16
/
+18
|
*
kvm/irqchip: kvm_arch_irq_routing_update renaming split
Andrey Smetanin
2015-11-25
1
-1
/
+1
*
|
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-01-11
2
-0
/
+51
|
\
\
|
*
|
x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR
Borislav Petkov
2015-11-24
1
-0
/
+17
|
*
|
kvm: Add accessors for guest CPU's family, model, stepping
Borislav Petkov
2015-11-24
1
-0
/
+34
*
|
|
kvm: x86: only channel 0 of the i8254 is linked to the HPET
Paolo Bonzini
2016-01-07
2
-1
/
+3
*
|
|
KVM: x86: Reload pit counters for all channels when restoring state
Andrew Honig
2015-12-22
1
-2
/
+6
*
|
|
KVM: MTRR: treat memory as writeback if MTRR is disabled in guest CPUID
Paolo Bonzini
2015-12-22
2
-3
/
+19
*
|
|
KVM: MTRR: observe maxphyaddr from guest CPUID, not host
Paolo Bonzini
2015-12-22
1
-2
/
+7
*
|
|
KVM: MTRR: fix fixed MTRR segment look up
Alexis Dambricourt
2015-12-22
1
-1
/
+1
*
|
|
KVM: VMX: Fix host initiated access to guest MSR_TSC_AUX
Haozhong Zhang
2015-12-14
1
-2
/
+2
*
|
|
kvm: x86: move tracepoints outside extended quiescent state
Paolo Bonzini
2015-12-11
3
-5
/
+6
|
|
/
|
/
|
*
|
KVM: nVMX: remove incorrect vpid check in nested invvpid emulation
Haozhong Zhang
2015-11-25
1
-5
/
+0
*
|
KVM: x86: request interrupt window when IRQ chip is split
Matt Gingell
2015-11-18
1
-2
/
+4
*
|
KVM: x86: set KVM_REQ_EVENT on local interrupt request from user space
Matt Gingell
2015-11-18
1
-0
/
+1
*
|
KVM: x86: split kvm_vcpu_ready_for_interrupt_injection out of dm_request_for_...
Matt Gingell
2015-11-18
1
-24
/
+19
*
|
KVM: x86: fix interrupt window handling in split IRQ chip case
Matt Gingell
2015-11-18
1
-14
/
+19
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2015-11-12
7
-194
/
+209
|
\
|
*
KVM: x86: rename update_db_bp_intercept to update_bp_intercept
Paolo Bonzini
2015-11-10
3
-3
/
+3
|
*
KVM: svm: unconditionally intercept #DB
Paolo Bonzini
2015-11-10
1
-11
/
+3
|
*
KVM: x86: work around infinite loop in microcode when #AC is delivered
Eric Northup
2015-11-10
2
-1
/
+12
|
*
KVM: VMX: Dump TSC multiplier in dump_vmcs()
Haozhong Zhang
2015-11-10
1
-0
/
+3
|
*
KVM: VMX: Use a scaled host TSC for guest readings of MSR_IA32_TSC
Haozhong Zhang
2015-11-10
1
-4
/
+5
|
*
KVM: VMX: Setup TSC scaling ratio when a vcpu is loaded
Haozhong Zhang
2015-11-10
1
-0
/
+6
|
*
KVM: VMX: Enable and initialize VMX TSC scaling
Haozhong Zhang
2015-11-10
1
-1
/
+16
|
*
KVM: x86: Use the correct vcpu's TSC rate to compute time scale
Haozhong Zhang
2015-11-10
1
-2
/
+4
|
*
KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()
Haozhong Zhang
2015-11-10
3
-7
/
+11
|
*
KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()
Haozhong Zhang
2015-11-10
3
-10
/
+18
|
*
KVM: x86: Replace call-back compute_tsc_offset() with a common function
Haozhong Zhang
2015-11-10
3
-19
/
+12
|
*
KVM: x86: Replace call-back set_tsc_khz() with a common function
Haozhong Zhang
2015-11-10
3
-58
/
+41
|
*
KVM: x86: Add a common TSC scaling function
Haozhong Zhang
2015-11-10
2
-45
/
+43
|
*
KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_arch
Haozhong Zhang
2015-11-10
2
-16
/
+19
|
*
KVM: x86: Collect information for setting TSC scaling ratio
Haozhong Zhang
2015-11-10
2
-0
/
+7
|
*
KVM: x86: declare a few variables as __read_mostly
Paolo Bonzini
2015-11-10
1
-7
/
+7
|
*
KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_common
Paolo Bonzini
2015-11-10
4
-21
/
+10
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2015-11-05
20
-421
/
+1336
|
\
\
|
|
/
|
*
KVM: VMX: Fix commit which broke PML
Kai Huang
2015-11-05
1
-13
/
+11
|
*
KVM: x86: obey KVM_X86_QUIRK_CD_NW_CLEARED in kvm_set_cr0()
Laszlo Ersek
2015-11-04
1
-1
/
+3
|
*
KVM: x86: allow RSM from 64-bit mode
Paolo Bonzini
2015-11-04
1
-5
/
+25
|
*
KVM: VMX: fix SMEP and SMAP without EPT
Radim Krčmář
2015-11-04
1
-9
/
+10
|
*
KVM: x86: move kvm_set_irq_inatomic to legacy device assignment
Paolo Bonzini
2015-11-04
2
-34
/
+37
|
*
KVM: device assignment: remove pointless #ifdefs
Paolo Bonzini
2015-11-04
1
-25
/
+0
|
*
KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomic
Paolo Bonzini
2015-11-04
1
-6
/
+8
|
*
KVM: x86: zero apic_arb_prio on reset
Radim Krčmář
2015-11-04
1
-0
/
+2
|
*
KVM: x86: handle SMBASE as physical address in RSM
Radim Krčmář
2015-11-04
1
-4
/
+3
|
*
KVM: x86: add read_phys to x86_emulate_ops
Radim Krčmář
2015-11-04
1
-0
/
+10
[prev]
[next]