index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
kvm
/
kvm.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: Move arch dependent files to new directory arch/x86/kvm/
Avi Kivity
2008-01-30
1
-289
/
+0
*
KVM: Portability: Move kvm_vm_stat to x86.h
Zhang Xiantao
2008-01-30
1
-10
/
+0
*
KVM: Portability: Move round_robin_prev_vcpu and tss_addr to kvm_arch
Zhang Xiantao
2008-01-30
1
-3
/
+0
*
KVM: Portability: move vpic and vioapic to kvm_arch
Zhang Xiantao
2008-01-30
1
-2
/
+0
*
KVM: Portability: Move mmu-related fields to kvm_arch
Zhang Xiantao
2008-01-30
1
-8
/
+0
*
KVM: Portability: Move memslot aliases to new struct kvm_arch
Zhang Xiantao
2008-01-30
1
-9
/
+1
*
KVM: Portability: Move kvm_vcpu_stat to x86.h
Zhang Xiantao
2008-01-30
1
-22
/
+0
*
KVM: Portability: Expand the KVM_VCPU_COMM in kvm_vcpu structure.
Zhang Xiantao
2008-01-30
1
-31
/
+22
*
KVM: Portability: Move kvm_vcpu definition back to kvm.h
Zhang Xiantao
2008-01-30
1
-105
/
+8
*
KVM: Portability: Split mmu-related static inline functions to mmu.h
Zhang Xiantao
2008-01-30
1
-0
/
+1
*
KVM: Portability: Move kvm{pic,ioapic} accesors to x86 specific code
Zhang Xiantao
2008-01-30
1
-15
/
+3
*
KVM: MMU: Fix inherited permissions for emulated guest pte updates
Avi Kivity
2008-01-30
1
-2
/
+2
*
KVM: Portability: Stop including x86-specific headers in kvm_main.c
Hollis Blanchard
2008-01-30
1
-5
/
+4
*
KVM: Portability: Move IO device definitions to its own header file
Hollis Blanchard
2008-01-30
1
-42
/
+0
*
KVM: Portability: Move address types to their own header file
Hollis Blanchard
2008-01-30
1
-19
/
+2
*
KVM: Disallow fork() and similar games when using a VM
Avi Kivity
2008-01-30
1
-0
/
+1
*
KVM: Remove gpa_to_hpa()
Avi Kivity
2008-01-30
1
-1
/
+0
*
KVM: MMU: Remove gva_to_hpa()
Avi Kivity
2008-01-30
1
-1
/
+0
*
KVM: MMU: Introduce gfn_to_gpa()
Avi Kivity
2008-01-30
1
-0
/
+4
*
KVM: Add statistic for remote tlb flushes
Avi Kivity
2008-01-30
1
-0
/
+1
*
KVM: Split vcpu creation to avoid vcpu_load() before preemption setup
Avi Kivity
2008-01-30
1
-0
/
+1
*
KVM: Portability: Split kvm_set_memory_region() to have an arch callout
Zhang Xiantao
2008-01-30
1
-0
/
+4
*
KVM: MMU: Selectively set PageDirty when releasing guest memory
Izik Eidus
2008-01-30
1
-1
/
+2
*
KVM: Move misplaced comment
Hollis Blanchard
2008-01-30
1
-4
/
+4
*
KVM: Correct consistent typo: "destory" -> "destroy"
Hollis Blanchard
2008-01-30
1
-1
/
+1
*
KVM: Remove unused "rmap_overflow" variable
Hollis Blanchard
2008-01-30
1
-1
/
+0
*
KVM: Portability: Move some function declarations to x86.h
Zhang Xiantao
2008-01-30
1
-84
/
+0
*
KVM: Move some static inline functions out from kvm.h into x86.h
Zhang Xiantao
2008-01-30
1
-109
/
+0
*
KVM: Portability: Move vcpu regs enumeration definition to x86.h
Zhang Xiantao
2008-01-30
1
-35
/
+0
*
KVM: Portability: Move struct kvm_x86_ops definition to x86.h
Zhang Xiantao
2008-01-30
1
-69
/
+0
*
KVM: Portability: Move some macro definitions from kvm.h to x86.h
Zhang Xiantao
2008-01-30
1
-33
/
+0
*
KVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log to arch-specific file
Zhang Xiantao
2008-01-30
1
-0
/
+5
*
KVM: MMU: Add some mmu statistics
Avi Kivity
2008-01-30
1
-0
/
+6
*
KVM: Extend stats support for VM stats
Avi Kivity
2008-01-30
1
-2
/
+12
*
KVM: Add instruction emulation statistics
Avi Kivity
2008-01-30
1
-0
/
+2
*
KVM: Add fpu_reload counter
Avi Kivity
2008-01-30
1
-0
/
+1
*
KVM: Replace 'light_exits' stat with 'host_state_reload'
Avi Kivity
2008-01-30
1
-1
/
+1
*
KVM: Portability: Add two hooks to handle kvm_create and destroy vm
Zhang Xiantao
2008-01-30
1
-0
/
+4
*
KVM: Remove ptr comparisons to 0
Joe Perches
2008-01-30
1
-1
/
+1
*
KVM: Portability: Make kvm_vcpu_ioctl_translate arch dependent
Zhang Xiantao
2008-01-30
1
-0
/
+3
*
KVM: Portability: move KVM_CHECK_EXTENSION
Zhang Xiantao
2008-01-30
1
-0
/
+3
*
KVM: Portability: Move x86 specific code from kvm_init() to kvm_arch()
Zhang Xiantao
2008-01-30
1
-2
/
+3
*
KVM: Portability: Combine kvm_init and kvm_init_x86
Zhang Xiantao
2008-01-30
1
-2
/
+2
*
KVM: Portability: Add vcpu and hardware management arch hooks
Zhang Xiantao
2008-01-30
1
-0
/
+19
*
KVM: add kvm_is_error_hva()
Izik Eidus
2008-01-30
1
-0
/
+1
*
KVM: Portability: Move x86 vcpu ioctl handlers to x86.c
Hollis Blanchard
2008-01-30
1
-0
/
+10
*
KVM: Portability: Move x86 FPU handling to x86.c
Hollis Blanchard
2008-01-30
1
-0
/
+3
*
KVM: Portability: Move x86 instruction emulation code to x86.c
Hollis Blanchard
2008-01-30
1
-0
/
+1
*
KVM: Portability: Make exported debugfs data architecture-specific
Hollis Blanchard
2008-01-30
1
-0
/
+7
*
KVM: VMX: Enable memory mapped TPR shadow (FlexPriority)
Sheng Yang
2008-01-30
1
-0
/
+4
[next]