index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
blackfin
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-06-10
KVM: Replace kvmclock open-coded get_cpu_var() with the real thing
Avi Kivity
1
-5
/
+6
2009-06-10
KVM: SVM: Skip instruction on a task switch only when appropriate
Gleb Natapov
1
-2
/
+9
2009-06-10
KVM: x86 emulator: Add new mode of instruction emulation: skip
Gleb Natapov
2
-0
/
+6
2009-06-10
KVM: x86 emulator: Decode soft interrupt instructions
Gleb Natapov
1
-1
/
+2
2009-06-10
KVM: x86 emulator: Completely decode in/out at decoding stage
Gleb Natapov
1
-4
/
+4
2009-06-10
KVM: x86 emulator: Add unsigned byte immediate decode
Gleb Natapov
1
-6
/
+11
2009-06-10
KVM: x86 emulator: Complete decoding of call near in decode stage
Gleb Natapov
1
-13
/
+2
2009-06-10
KVM: x86 emulator: Complete short/near jcc decoding in decode stage
Gleb Natapov
1
-32
/
+10
2009-06-10
KVM: x86 emulator: Complete ljmp decoding at decode stage
Gleb Natapov
1
-20
/
+5
2009-06-10
KVM: x86 emulator: Add lcall decoding
Gleb Natapov
1
-1
/
+2
2009-06-10
KVM: x86 emulator: Add decoding of 16bit second immediate argument
Gleb Natapov
1
-0
/
+7
2009-06-10
KVM: MMU: remove global page optimization logic
Marcelo Tosatti
4
-56
/
+8
2009-06-10
KVM: Make kvm header C++ friendly
nathan binkert
1
-3
/
+3
2009-06-10
KVM: PIT: fix count read and mode 0 handling
Marcelo Tosatti
1
-11
/
+15
2009-06-10
KVM: ia64: make kvm depend on CONFIG_MODULES.
Zhang, Xiantao
1
-1
/
+1
2009-06-10
KVM: x86 emulator: fix call near emulation
Gleb Natapov
1
-1
/
+0
2009-06-10
KVM: MMU: Discard reserved bits checking on PDE bit 7-8
Sheng Yang
1
-3
/
+4
2009-06-10
KVM: Fix unneeded instruction skipping during task switching.
Gleb Natapov
4
-18
/
+51
2009-06-10
KVM: Fix task switch back link handling.
Gleb Natapov
1
-8
/
+32
2009-06-10
KVM: VMX: Do not zero idt_vectoring_info in vmx_complete_interrupts().
Gleb Natapov
1
-7
/
+0
2009-06-10
KVM: VMX: Rewrite vmx_complete_interrupt()'s twisted maze of if() statements
Gleb Natapov
1
-18
/
+25
2009-06-10
KVM: VMX: Fix handling of a fault during NMI unblocked due to IRET
Gleb Natapov
1
-6
/
+11
2009-06-10
KVM: Use rsvd_bits_mask in load_pdptrs()
Dong, Eddie
3
-6
/
+10
2009-06-10
KVM: VMX: Fix feature testing
Sheng Yang
1
-9
/
+9
2009-06-10
KVM: VMX: Clean up Flex Priority related
Sheng Yang
1
-17
/
+30
2009-06-10
KVM: remove pointless conditional before kfree() in lapic initialization
Wei Yongjun
1
-2
/
+1
2009-06-10
KVM: MMU: Use different shadows when EFER.NXE changes
Avi Kivity
2
-0
/
+4
2009-06-10
KVM: MMU: Emulate #PF error code of reserved bits violation
Dong, Eddie
4
-0
/
+88
2009-06-10
KVM: ia64: enable external interrupt in vmm
Yang Zhang
3
-10
/
+16
2009-06-10
KVM: MMU: Fix comment in page_fault()
Eddie Dong
1
-1
/
+1
2009-06-10
KVM: VMX: Correct wrong vmcs field sizes
Sheng Yang
1
-6
/
+6
2009-06-10
KVM: VMX: Make flexpriority module parameter reflect hardware capability
Avi Kivity
1
-3
/
+4
2009-06-10
KVM: Fix interrupt unhalting a vcpu when it shouldn't
Gleb Natapov
9
-3
/
+44
2009-06-10
KVM: Timer event should not unconditionally unhalt vcpu.
Gleb Natapov
3
-28
/
+40
2009-06-10
KVM: VMX: Fold vm_need_ept() into callers
Avi Kivity
1
-19
/
+14
2009-06-10
KVM: VMX: Zero ept module parameter if ept is not present
Avi Kivity
1
-1
/
+4
2009-06-10
KVM: VMX: Zero the vpid module parameter if vpid is not supported
Avi Kivity
1
-1
/
+4
2009-06-10
KVM: VMX: Annotate module parameters as __read_mostly
Avi Kivity
1
-5
/
+5
2009-06-10
KVM: VMX: Simplify module parameter names
Avi Kivity
1
-3
/
+3
2009-06-10
KVM: VMX: Rename kvm_handle_exit() to vmx_handle_exit()
Avi Kivity
1
-2
/
+2
2009-06-10
KVM: VMX: Make module parameters readable
Avi Kivity
1
-5
/
+5
2009-06-10
KVM: reuse (pop|push)_irq from svm.c in vmx.c
Gleb Natapov
3
-36
/
+24
2009-06-10
KVM: SVM: Remove duplicate code in svm_do_inject_vector()
Gleb Natapov
1
-9
/
+1
2009-06-10
KVM: x86: Ignore reads to EVNTSEL MSRs
Amit Shah
1
-0
/
+2
2009-06-10
KVM: MMU: do not free active mmu pages in free_mmu_pages()
Gleb Natapov
2
-8
/
+2
2009-06-10
KVM: Device assignment framework rework
Sheng Yang
4
-242
/
+276
2009-06-10
KVM: make 'lapic_timer_ops' and 'kpit_ops' static
Hannes Eder
2
-2
/
+2
2009-06-10
KVM: ia64: Drop in SN2 replacement of fast path ITC emulation fault handler
Jes Sorensen
4
-5
/
+71
2009-06-10
KVM: ia64: SN2 adjust emulated ITC frequency to match RTC frequency
Jes Sorensen
1
-1
/
+27
2009-06-10
KVM: ia64: Create inline function kvm_get_itc() to centralize ITC reading.
Jes Sorensen
2
-6
/
+32
[next]