projects
/
linux-2.6
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
KVM: Portability: Move address types to their own header file
[linux-2.6]
/
drivers
/
2008-01-30
Hollis Blanchard
KVM: Portability: Move address types to their own heade...
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Extend ioapic code to support iosapic
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Replace dest_Lowest_Prio and dest_Fixed with self...
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Replace kvm_lapic with kvm_vcpu in ioapic/lapic...
tree
|
commitdiff
2008-01-30
Carlo Marcelo Aren...
KVM: SVM: Remove KVM specific defines for MSR_EFER
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: Export include/linux/kvm.h only if $ARCH actually...
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Correct kvm_init() error paths not freeing bad_pge.
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Portability: Move KVM_INTERRUPT vcpu ioctl to...
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: x86 emulator: unify four switch statements into two
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: x86 emulator: unify two switches
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: x86 emulator: Move rep processing before instructi...
tree
|
commitdiff
2008-01-30
Guillaume Thouvenin
KVM: x86 emulator: cmps instruction
tree
|
commitdiff
2008-01-30
Sheng Yang
KVM: x86 emulator: Rename 'cr2' to 'memop'
tree
|
commitdiff
2008-01-30
Izik Eidus
KVM: MMU: mark pages that were inserted to the shadow...
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: Remove misleading check for mmio during event...
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: x86 emulator: address size and operand size overri...
tree
|
commitdiff
2008-01-30
Guillaume Thouvenin
KVM: x86 emulator: Make a distinction between repeat...
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Portability: Move unalias_gfn to arch dependent...
tree
|
commitdiff
2008-01-30
Sheng Yang
KVM: VMX: Remove the secondary execute control dependen...
tree
|
commitdiff
2008-01-30
Dan Kenigsberg
KVM: Enhance guest cpuid management
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: Disallow fork() and similar games when using a VM
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: MMU: Rename 'release_page'
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: MMU: Rename variables of type 'struct kvm_mmu_page *'
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: Remove gpa_to_hpa()
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: MMU: Remove gva_to_hpa()
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: MMU: Simplify nonpaging_map()
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: MMU: Introduce gfn_to_gpa()
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: MMU: Adjust page_header_update_slot() to accept...
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: MMU: Merge set_pte() and set_pte_common()
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: MMU: Remove set_pde()
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: MMU: Remove extra gaddr parameter from set_pte_com...
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: MMU: Move pse36 handling to the guest walker
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: MMU: Introduce and use gpte_to_gfn()
tree
|
commitdiff
2008-01-30
Izik Eidus
KVM: MMU: Code cleanup
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: Don't bother the mmu if cr3 load doesn't change cr3
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: MMU: Avoid unnecessary remote tlb flushes when...
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: Add statistic for remote tlb flushes
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: MMU: Implement guest page fault bypass for nonpae
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: Split vcpu creation to avoid vcpu_load() before...
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Portability: Split kvm_set_memory_region() to...
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Recalculate mmu pages needed for every memory...
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: x86 emulator: prefetch up to 15 bytes of the instr...
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: x86 emulator: retire ->write_std()
tree
|
commitdiff
2008-01-30
Izik Eidus
KVM: MMU: Selectively set PageDirty when releasing...
tree
|
commitdiff
2008-01-30
Izik Eidus
KVM: MMU: Fix potential memory leak with smp real-mode
tree
|
commitdiff
2008-01-30
Hollis Blanchard
KVM: Move misplaced comment
tree
|
commitdiff
2008-01-30
Hollis Blanchard
KVM: Correct consistent typo: "destory" -> "destroy"
tree
|
commitdiff
2008-01-30
Hollis Blanchard
KVM: Remove unused "rmap_overflow" variable
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: MMU: Remove unused variable
tree
|
commitdiff
2008-01-30
Izik Eidus
KVM: Simplify kvm_clear_guest_page()
tree
|
commitdiff
2008-01-30
Izik Eidus
KVM: MMU: Change guest pte access to kvm_{read,write...
tree
|
commitdiff
2008-01-30
Jan Kiszka
KVM: VMX: Force seg.base == (seg.sel << 4) in real...
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Portability: Move some function declarations to...
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Move some static inline functions out from kvm...
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Portability: Move vcpu regs enumeration definition...
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Portability: Move struct kvm_x86_ops definition...
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Portability: Move some macro definitions from...
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Portability: MMU initialization and teardown split
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log...
tree
|
commitdiff
2008-01-30
Amit Shah
KVM: Make unloading of FPU state when putting vcpu...
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: MMU: Add some mmu statistics
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: Extend stats support for VM stats
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: Add instruction emulation statistics
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: Add fpu_reload counter
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: Replace 'light_exits' stat with 'host_state_reload'
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Portability: Add two hooks to handle kvm_create...
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Remove __init attributes for kvm_init_debug and...
tree
|
commitdiff
2008-01-30
Joe Perches
KVM: Remove ptr comparisons to 0
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Portability: Make kvm_vcpu_ioctl_translate arch...
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: VMX: Consolidate register usage in vmx_vcpu_run()
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Portability: move KVM_CHECK_EXTENSION
tree
|
commitdiff
2008-01-30
Sheng Yang
KVM: x86 emulator: modify 'lods', and 'stos' not to...
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Portability: Move x86 specific code from kvm_init...
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Portability: Combine kvm_init and kvm_init_x86
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Portability: Add vcpu and hardware management...
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Portability: Move kvm_x86_ops to x86.c
tree
|
commitdiff
2008-01-30
Zhang Xiantao
KVM: Portability: Move some includes to x86.c
tree
|
commitdiff
2008-01-30
Izik Eidus
KVM: Change kvm_{read,write}_guest() to use copy_{from...
tree
|
commitdiff
2008-01-30
Izik Eidus
KVM: introduce gfn_to_hva()
tree
|
commitdiff
2008-01-30
Izik Eidus
KVM: add kvm_is_error_hva()
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: Simplify CPU_TASKS_FROZEN cpu notifier handling
tree
|
commitdiff
2008-01-30
Izik Eidus
KVM: x86 emulator: remove 8 bytes operands emulator...
tree
|
commitdiff
2008-01-30
Eddie Dong
KVM: VMX: wbinvd exiting
tree
|
commitdiff
2008-01-30
Eddie Dong
KVM: VMX: Comment VMX primary/secondary exec ctl defini...
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: Fix faults during injection of real-mode interrupts
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: VMX: Read & store IDT_VECTORING_INFO_FIELD
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: VMX: Use vmx to inject real-mode interrupts
tree
|
commitdiff
2008-01-30
Dor Laor
KVM: Add make_page_dirty() to kvm_clear_guest_page()
tree
|
commitdiff
2008-01-30
Hollis Blanchard
KVM: Portability: Move x86 vcpu ioctl handlers to x86.c
tree
|
commitdiff
2008-01-30
Hollis Blanchard
KVM: Portability: Move x86 FPU handling to x86.c
tree
|
commitdiff
2008-01-30
Hollis Blanchard
KVM: Portability: Move x86 instruction emulation code...
tree
|
commitdiff
2008-01-30
Hollis Blanchard
KVM: Portability: Make exported debugfs data architectu...
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: x86 emulator: Hoist modrm and abs decoding into...
tree
|
commitdiff
2008-01-30
Uri Lublin
KVM: Make mark_page_dirty() work for aliased pages...
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: Simplify decode_register_operand() calling convention
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: x86 emulator: centralize decoding of one-byte...
tree
|
commitdiff
2008-01-30
Avi Kivity
KVM: x86 emulator: Extract the common code of SrcReg...
tree
|
commitdiff
2008-01-30
Carsten Otte
KVM: Portability: Move pio emulation functions to x86.c
tree
|
commitdiff
2008-01-30
Carsten Otte
KVM: Portability: Move x86 emulation and mmio device...
tree
|
commitdiff
2008-01-30
Carsten Otte
KVM: Portability: Move kvm_get/set_msr[_common] to...
tree
|
commitdiff
next