index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II 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: include pvclock MSRs in msrs_to_save
Glauber Costa
2009-12-03
1
-4
/
+8
*
KVM: x86: Rework guest single-step flag injection and filtering
Jan Kiszka
2009-12-03
1
-32
/
+45
*
KVM: x86: disable paravirt mmu reporting
Marcelo Tosatti
2009-12-03
1
-2
/
+2
*
KVM: x86: Refactor guest debug IOCTL handling
Jan Kiszka
2009-12-03
3
-36
/
+24
*
KVM: remove pre_task_link setting in save_state_to_tss16
Juan Quintela
2009-12-03
1
-1
/
+0
*
KVM: Fix hotplug of CPUs
Zachary Amsden
2009-12-03
2
-4
/
+6
*
KVM: Fix printk name error in svm.c
Zachary Amsden
2009-12-03
1
-2
/
+3
*
KVM: Kill the confusing tsc_ref_khz and ref_freq variables
Zachary Amsden
2009-12-03
1
-10
/
+16
*
KVM: Separate timer intialization into an indepedent function
Zachary Amsden
2009-12-03
1
-8
/
+15
*
KVM: SVM: Remove remaining occurences of rdtscll
Joerg Roedel
2009-12-03
1
-4
/
+3
*
KVM: SVM: don't copy exit_int_info on nested vmrun
Joerg Roedel
2009-12-03
1
-2
/
+0
*
KVM: SVM: reorganize svm_interrupt_allowed
Joerg Roedel
2009-12-03
1
-4
/
+12
*
KVM: remove duplicated #include
Huang Weiyi
2009-12-03
1
-1
/
+0
*
KVM: Activate Virtualization On Demand
Alexander Graf
2009-12-03
3
-9
/
+19
*
KVM: SVM: remove needless mmap_sem acquision from nested_svm_map
Marcelo Tosatti
2009-12-03
1
-3
/
+0
*
KVM: VMX: Enhance invalid guest state emulation
Mohammed Gamal
2009-12-03
1
-24
/
+20
*
KVM: x86 emulator: Add pusha and popa instructions
Mohammed Gamal
2009-12-03
1
-1
/
+47
*
KVM: x86 emulator: Add missing decoder flags for 'or' instructions
Mohammed Gamal
2009-12-03
1
-1
/
+2
*
KVM: Move assigned device code to own file
Avi Kivity
2009-12-03
1
-1
/
+2
*
KVM: Return -ENOTTY on unrecognized ioctls
Avi Kivity
2009-12-03
1
-1
/
+1
*
KVM: Drop kvm->irq_lock lock from irq injection path
Gleb Natapov
2009-12-03
3
-6
/
+0
*
KVM: Move IO APIC to its own lock
Gleb Natapov
2009-12-03
3
-18
/
+19
*
KVM: Move irq sharing information to irqchip level
Gleb Natapov
2009-12-03
1
-0
/
+1
*
KVM: Call pic_clear_isr() on pic reset to reuse logic there
Gleb Natapov
2009-12-03
1
-13
/
+9
*
KVM: Don't pass kvm_run arguments
Avi Kivity
2009-12-03
5
-137
/
+136
*
KVM: x86 emulator: Introduce No64 decode option
Mohammed Gamal
2009-12-03
1
-28
/
+14
*
KVM: x86 emulator: Add 'push/pop sreg' instructions
Mohammed Gamal
2009-12-03
1
-6
/
+101
*
KVM: get_tss_base_addr() should return a gpa_t
Gleb Natapov
2009-11-04
1
-1
/
+1
*
KVM: x86: Catch potential overrun in MCE setup
Jan Kiszka
2009-11-04
1
-1
/
+1
*
KVM: MMU: fix pointer cast
Frederik Deweerdt
2009-10-16
1
-6
/
+10
*
KVM: use proper hrtimer function to retrieve expiration time
Marcelo Tosatti
2009-10-16
2
-2
/
+2
*
KVM: add support for change_pte mmu notifiers
Izik Eidus
2009-10-04
1
-9
/
+53
*
KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptes
Izik Eidus
2009-10-04
2
-7
/
+26
*
KVM: MMU: dont hold pagecount reference for mapped sptes pages
Izik Eidus
2009-10-04
1
-5
/
+2
*
KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUID
Avi Kivity
2009-10-04
1
-0
/
+2
*
KVM: VMX: flush TLB with INVEPT on cpu migration
Marcelo Tosatti
2009-10-04
1
-1
/
+1
*
KVM: fix LAPIC timer period overflow
Aurelien Jarno
2009-10-04
1
-1
/
+1
*
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
*
Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2009-09-14
22
-1321
/
+3210
|
\
|
*
KVM: VMX: Check cpl before emulating debug register access
Avi Kivity
2009-09-10
2
-0
/
+15
|
*
KVM: fix misreporting of coalesced interrupts by kvm tracer
Gleb Natapov
2009-09-10
1
-1
/
+1
|
*
KVM: x86: drop duplicate kvm_flush_remote_tlb calls
Marcelo Tosatti
2009-09-10
1
-2
/
+0
|
*
KVM: VMX: call vmx_load_host_state() only if msr is cached
Gleb Natapov
2009-09-10
1
-2
/
+2
|
*
KVM: VMX: Conditionally reload debug register 6
Avi Kivity
2009-09-10
1
-5
/
+9
|
*
KVM: Use thread debug register storage instead of kvm specific data
Avi Kivity
2009-09-10
1
-15
/
+7
|
*
KVM: VMX: Fix cr8 exiting control clobbering by EPT
Gleb Natapov
2009-09-10
1
-6
/
+3
|
*
KVM: Optimize kvm_mmu_unprotect_page_virt() for tdp
Avi Kivity
2009-09-10
1
-0
/
+3
|
*
KVM: Protect update_cr8_intercept() when running without an apic
Avi Kivity
2009-09-10
1
-0
/
+3
|
*
KVM: VMX: Fix EPT with WP bit change during paging
Sheng Yang
2009-09-10
1
-3
/
+3
[next]