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
/
drivers
/
kvm
/
kvm_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: Move drivers/kvm/* to virt/kvm/
Avi Kivity
2008-01-30
1
-1393
/
+0
*
KVM: Move arch dependent files to new directory arch/x86/kvm/
Avi Kivity
2008-01-30
1
-1
/
+1
*
KVM: Portability: Introduce kvm_vcpu_arch
Zhang Xiantao
2008-01-30
1
-1
/
+1
*
KVM: Convert KVM from ->nopage() to ->fault()
npiggin@suse.de
2008-01-30
1
-27
/
+15
*
KVM: Portability: Create kvm_arch_vcpu_runnable() function
Hollis Blanchard
2008-01-30
1
-2
/
+1
*
KVM: Portability: Stop including x86-specific headers in kvm_main.c
Hollis Blanchard
2008-01-30
1
-3
/
+0
*
KVM: Portability: Move IO device definitions to its own header file
Hollis Blanchard
2008-01-30
1
-0
/
+1
*
KVM: Correct kvm_init() error paths not freeing bad_pge.
Zhang Xiantao
2008-01-30
1
-13
/
+15
*
KVM: Portability: Move KVM_INTERRUPT vcpu ioctl to x86.c
Zhang Xiantao
2008-01-30
1
-29
/
+0
*
KVM: Portability: Move unalias_gfn to arch dependent file
Zhang Xiantao
2008-01-30
1
-14
/
+0
*
KVM: Disallow fork() and similar games when using a VM
Avi Kivity
2008-01-30
1
-0
/
+9
*
KVM: Add statistic for remote tlb flushes
Avi Kivity
2008-01-30
1
-0
/
+3
*
KVM: Split vcpu creation to avoid vcpu_load() before preemption setup
Avi Kivity
2008-01-30
1
-0
/
+4
*
KVM: Portability: Split kvm_set_memory_region() to have an arch callout
Zhang Xiantao
2008-01-30
1
-33
/
+5
*
KVM: Recalculate mmu pages needed for every memory region change
Zhang Xiantao
2008-01-30
1
-17
/
+4
*
KVM: MMU: Selectively set PageDirty when releasing guest memory
Izik Eidus
2008-01-30
1
-3
/
+9
*
KVM: Correct consistent typo: "destory" -> "destroy"
Hollis Blanchard
2008-01-30
1
-1
/
+1
*
KVM: Simplify kvm_clear_guest_page()
Izik Eidus
2008-01-30
1
-16
/
+2
*
KVM: Portability: MMU initialization and teardown split
Zhang Xiantao
2008-01-30
1
-8
/
+0
*
KVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log to arch-specific file
Zhang Xiantao
2008-01-30
1
-15
/
+4
*
KVM: Extend stats support for VM stats
Avi Kivity
2008-01-30
1
-3
/
+23
*
KVM: Portability: Add two hooks to handle kvm_create and destroy vm
Zhang Xiantao
2008-01-30
1
-36
/
+6
*
KVM: Remove __init attributes for kvm_init_debug and kvm_init_msr_list
Zhang Xiantao
2008-01-30
1
-1
/
+1
*
KVM: Remove ptr comparisons to 0
Joe Perches
2008-01-30
1
-1
/
+2
*
KVM: Portability: Make kvm_vcpu_ioctl_translate arch dependent
Zhang Xiantao
2008-01-30
1
-23
/
+1
*
KVM: Portability: move KVM_CHECK_EXTENSION
Zhang Xiantao
2008-01-30
1
-16
/
+2
*
KVM: Portability: Move x86 specific code from kvm_init() to kvm_arch()
Zhang Xiantao
2008-01-30
1
-20
/
+6
*
KVM: Portability: Combine kvm_init and kvm_init_x86
Zhang Xiantao
2008-01-30
1
-39
/
+22
*
KVM: Portability: Add vcpu and hardware management arch hooks
Zhang Xiantao
2008-01-30
1
-95
/
+18
*
KVM: Portability: Move kvm_x86_ops to x86.c
Zhang Xiantao
2008-01-30
1
-1
/
+0
*
KVM: Portability: Move some includes to x86.c
Zhang Xiantao
2008-01-30
1
-2
/
+0
*
KVM: Change kvm_{read,write}_guest() to use copy_{from,to}_user()
Izik Eidus
2008-01-30
1
-24
/
+14
*
KVM: introduce gfn_to_hva()
Izik Eidus
2008-01-30
1
-8
/
+17
*
KVM: add kvm_is_error_hva()
Izik Eidus
2008-01-30
1
-0
/
+11
*
KVM: Simplify CPU_TASKS_FROZEN cpu notifier handling
Avi Kivity
2008-01-30
1
-3
/
+1
*
KVM: Add make_page_dirty() to kvm_clear_guest_page()
Dor Laor
2008-01-30
1
-0
/
+1
*
KVM: Portability: Move x86 vcpu ioctl handlers to x86.c
Hollis Blanchard
2008-01-30
1
-436
/
+6
*
KVM: Portability: Move x86 FPU handling to x86.c
Hollis Blanchard
2008-01-30
1
-105
/
+2
*
KVM: Portability: Move x86 instruction emulation code to x86.c
Hollis Blanchard
2008-01-30
1
-176
/
+1
*
KVM: Portability: Make exported debugfs data architecture-specific
Hollis Blanchard
2008-01-30
1
-25
/
+0
*
KVM: Make mark_page_dirty() work for aliased pages too.
Uri Lublin
2008-01-30
1
-1
/
+1
*
KVM: Portability: Move pio emulation functions to x86.c
Carsten Otte
2008-01-30
1
-248
/
+0
*
KVM: Portability: Move x86 emulation and mmio device hook to x86.c
Carsten Otte
2008-01-30
1
-357
/
+0
*
KVM: Portability: Move kvm_get/set_msr[_common] to x86.c
Carsten Otte
2008-01-30
1
-133
/
+0
*
KVM: Fix gfn_to_page() acquiring mmap_sem twice
Anthony Liguori
2008-01-30
1
-4
/
+18
*
KVM: VMX: Enable memory mapped TPR shadow (FlexPriority)
Sheng Yang
2008-01-30
1
-17
/
+39
*
KVM: Portability: Move control register helper functions to x86.c
Carsten Otte
2008-01-30
1
-219
/
+0
*
KVM: Portability: move get/set_apic_base to x86.c
Carsten Otte
2008-01-30
1
-19
/
+0
*
KVM: Portability: Move memory segmentation to x86.c
Carsten Otte
2008-01-30
1
-42
/
+0
*
KVM: Portability: Split kvm_vm_ioctl v3
Carsten Otte
2008-01-30
1
-249
/
+6
[next]