index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctly
Joerg Roedel
2009-10-04
1
-6
/
+17
*
KVM: SVM: Fix tsc offset adjustment when running nested
Joerg Roedel
2009-10-04
1
-0
/
+2
*
KVM: SVM: Drop tlb flush workaround in npt
Avi Kivity
2009-09-10
1
-11
/
+2
*
KVM: SVM: enable nested svm by default
Joerg Roedel
2009-09-10
1
-1
/
+1
*
KVM: SVM: check for nested VINTR flag in svm_interrupt_allowed
Joerg Roedel
2009-09-10
1
-1
/
+1
*
KVM: SVM: move nested_svm_intr main logic out of if-clause
Joerg Roedel
2009-09-10
1
-10
/
+11
*
KVM: SVM: remove unnecessary is_nested check from svm_cpu_run
Joerg Roedel
2009-09-10
1
-2
/
+1
*
KVM: SVM: move special nested exit handling to separate function
Joerg Roedel
2009-09-10
1
-30
/
+50
*
KVM: SVM: handle errors in vmrun emulation path appropriatly
Joerg Roedel
2009-09-10
1
-1
/
+13
*
KVM: SVM: remove nested_svm_do and helper functions
Joerg Roedel
2009-09-10
1
-60
/
+0
*
KVM: SVM: clean up nested vmrun path
Joerg Roedel
2009-09-10
1
-12
/
+22
*
KVM: SVM: clean up nestec vmload/vmsave paths
Joerg Roedel
2009-09-10
1
-19
/
+17
*
KVM: SVM: clean up nested_svm_exit_handled_msr
Joerg Roedel
2009-09-10
1
-17
/
+21
*
KVM: SVM: get rid of nested_svm_vmexit_real
Joerg Roedel
2009-09-10
1
-12
/
+40
*
KVM: SVM: simplify nested_svm_check_exception
Joerg Roedel
2009-09-10
1
-11
/
+8
*
KVM: SVM: do nested vmexit in nested_svm_exit_handled
Joerg Roedel
2009-09-10
1
-23
/
+19
*
KVM: SVM: consolidate nested_svm_exit_handled
Joerg Roedel
2009-09-10
1
-60
/
+49
*
KVM: SVM: cache nested intercepts
Joerg Roedel
2009-09-10
1
-7
/
+23
*
KVM: SVM: move nested svm state into seperate struct
Joerg Roedel
2009-09-10
1
-29
/
+33
*
KVM: SVM: complete interrupts after handling nested exits
Joerg Roedel
2009-09-10
1
-2
/
+3
*
KVM: SVM: copy only necessary parts of the control area on vmrun/vmexit
Joerg Roedel
2009-09-10
1
-2
/
+34
*
KVM: SVM: optimize nested vmrun
Joerg Roedel
2009-09-10
1
-7
/
+21
*
KVM: SVM: optimize nested #vmexit
Joerg Roedel
2009-09-10
1
-35
/
+33
*
KVM: SVM: add helper functions for global interrupt flag
Joerg Roedel
2009-09-10
1
-8
/
+25
*
KVM: report 1GB page support to userspace
Joerg Roedel
2009-09-10
1
-0
/
+6
*
KVM: x86: use kvm_get_gdt() and kvm_read_ldt()
Akinobu Mita
2009-09-10
1
-3
/
+3
*
KVM: ignore AMDs HWCR register access to set the FFDIS bit
Andre Przywara
2009-09-10
1
-1
/
+0
*
KVM: convert custom marker based tracing to event traces
Marcelo Tosatti
2009-09-10
1
-22
/
+62
*
KVM: SVM: Improve nested interrupt injection
Alexander Graf
2009-09-10
1
-15
/
+24
*
KVM: SVM: Implement INVLPGA
Alexander Graf
2009-09-10
1
-1
/
+14
*
KVM: Implement MSRs used by Hyper-V
Alexander Graf
2009-09-10
1
-0
/
+5
*
KVM: SVM: Don't save/restore host cr2
Avi Kivity
2009-09-10
1
-17
/
+0
*
KVM: Move performance counter MSR access interception to generic x86 path
Andre Przywara
2009-09-10
1
-16
/
+0
*
KVM: Introduce kvm_vcpu_is_bsp() function.
Gleb Natapov
2009-09-10
1
-2
/
+2
*
KVM: Cache pdptrs
Avi Kivity
2009-09-10
1
-6
/
+18
*
KVM: SVM: Fold kvm_svm.h info svm.c
Avi Kivity
2009-09-10
1
-1
/
+40
*
KVM: SVM: use explicit 64bit storage for sysenter values
Andre Przywara
2009-09-10
1
-4
/
+4
*
KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h
Jaswinder Singh Rajput
2009-09-10
1
-2
/
+2
*
KVM: SVM: force new asid on vcpu migration
Marcelo Tosatti
2009-08-05
1
-3
/
+3
*
KVM: inject NMI after IRET from a previous NMI, not before.
Gleb Natapov
2009-06-10
1
-12
/
+50
*
KVM: Do not re-execute INTn instruction.
Gleb Natapov
2009-06-10
1
-4
/
+4
*
KVM: skip_emulated_instruction() decode instruction if size is not known
Gleb Natapov
2009-06-10
1
-6
/
+5
*
KVM: Unprotect a page if #PF happens during NMI injection.
Gleb Natapov
2009-06-10
1
-2
/
+1
*
KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()
Glauber Costa
2009-06-10
1
-8
/
+24
*
KVM: SVM: Don't reinject event that caused a task switch
Gleb Natapov
2009-06-10
1
-2
/
+21
*
KVM: SVM: Fix cross vendor migration issue in segment segment descriptor
Andre Przywara
2009-06-10
1
-0
/
+9
*
KVM: Replace get_mt_mask_shift with get_mt_mask
Sheng Yang
2009-06-10
1
-2
/
+2
*
KVM: Get rid of get_irq() callback
Gleb Natapov
2009-06-10
1
-8
/
+0
*
KVM: SVM: Add NMI injection support
Gleb Natapov
2009-06-10
1
-46
/
+50
*
KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_open
Gleb Natapov
2009-06-10
1
-5
/
+1
[next]