index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix undefined reference to user_shm_unlock
Hugh Dickins
2009-09-15
1
-1
/
+1
*
Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2009-09-15
80
-2160
/
+5692
|
\
|
*
MAINTAINERS: update KVM entry
Marcelo Tosatti
2009-09-12
1
-0
/
+1
|
*
KVM: correct error-handling code
Julia Lawall
2009-09-10
1
-1
/
+1
|
*
KVM: fix compile warnings on s390
Heiko Carstens
2009-09-10
1
-3
/
+5
|
*
KVM: VMX: Check cpl before emulating debug register access
Avi Kivity
2009-09-10
3
-0
/
+16
|
*
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
2
-18
/
+7
|
*
KVM guest: do not batch pte updates from interrupt context
Marcelo Tosatti
2009-09-10
1
-6
/
+1
|
*
KVM: Fix coalesced interrupt reporting in IOAPIC
Gleb Natapov
2009-09-10
1
-0
/
+2
|
*
KVM guest: fix bogus wallclock physical address calculation
Glauber Costa
2009-09-10
1
-2
/
+2
|
*
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: Document KVM_CAP_IRQCHIP
Avi Kivity
2009-09-10
1
-0
/
+76
|
*
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
|
*
KVM: Use kvm_{read,write}_guest_virt() to read and write segment descriptors
Mikhail Ershov
2009-09-10
1
-8
/
+2
|
*
KVM: x86 emulator: Add adc and sbb missing decoder flags
Mohammed Gamal
2009-09-10
1
-2
/
+2
|
*
KVM: Add missing #include
Avi Kivity
2009-09-10
1
-0
/
+2
|
*
KVM: Add __KERNEL__ guards to exported headers
Avi Kivity
2009-09-10
2
-0
/
+8
|
*
KVM: export kvm_para.h
Michael S. Tsirkin
2009-09-10
2
-0
/
+9
|
*
Documentation: Update KVM list email address
Amit Shah
2009-09-10
1
-1
/
+1
|
*
KVM: Rename x86_emulate.c to emulate.c
Avi Kivity
2009-09-10
5
-5
/
+5
|
*
KVM: When switching to a vm8086 task, load segments as 16-bit
Anthony Liguori
2009-09-10
1
-1
/
+8
|
*
KVM: VMX: Adjust rflags if in real mode emulation
Avi Kivity
2009-09-10
1
-1
/
+6
|
*
KVM: Move #endif KVM_CAP_IRQ_ROUTING to correct place
Avi Kivity
2009-09-10
1
-1
/
+1
|
*
KVM: SVM: Drop tlb flush workaround in npt
Avi Kivity
2009-09-10
1
-11
/
+2
|
*
KVM: Update cr8 intercept when APIC TPR is changed by userspace
Gleb Natapov
2009-09-10
1
-0
/
+2
|
*
KVM: SVM: enable nested svm by default
Joerg Roedel
2009-09-10
1
-1
/
+1
|
*
KVM: SVM: check for nested VINTR flag in svm_interrupt_allowed
Joerg Roedel
2009-09-10
1
-1
/
+1
|
*
KVM: SVM: move nested_svm_intr main logic out of if-clause
Joerg Roedel
2009-09-10
1
-10
/
+11
|
*
KVM: SVM: remove unnecessary is_nested check from svm_cpu_run
Joerg Roedel
2009-09-10
1
-2
/
+1
|
*
KVM: SVM: move special nested exit handling to separate function
Joerg Roedel
2009-09-10
1
-30
/
+50
|
*
KVM: SVM: handle errors in vmrun emulation path appropriatly
Joerg Roedel
2009-09-10
1
-1
/
+13
|
*
KVM: SVM: remove nested_svm_do and helper functions
Joerg Roedel
2009-09-10
1
-60
/
+0
|
*
KVM: SVM: clean up nested vmrun path
Joerg Roedel
2009-09-10
1
-12
/
+22
|
*
KVM: SVM: clean up nestec vmload/vmsave paths
Joerg Roedel
2009-09-10
1
-19
/
+17
|
*
KVM: SVM: clean up nested_svm_exit_handled_msr
Joerg Roedel
2009-09-10
1
-17
/
+21
|
*
KVM: SVM: get rid of nested_svm_vmexit_real
Joerg Roedel
2009-09-10
1
-12
/
+40
|
*
KVM: SVM: simplify nested_svm_check_exception
Joerg Roedel
2009-09-10
1
-11
/
+8
|
*
KVM: SVM: do nested vmexit in nested_svm_exit_handled
Joerg Roedel
2009-09-10
1
-23
/
+19
|
*
KVM: SVM: consolidate nested_svm_exit_handled
Joerg Roedel
2009-09-10
1
-60
/
+49
|
*
KVM: SVM: cache nested intercepts
Joerg Roedel
2009-09-10
1
-7
/
+23
|
*
KVM: SVM: move nested svm state into seperate struct
Joerg Roedel
2009-09-10
1
-29
/
+33
|
*
KVM: SVM: complete interrupts after handling nested exits
Joerg Roedel
2009-09-10
1
-2
/
+3
|
*
KVM: SVM: copy only necessary parts of the control area on vmrun/vmexit
Joerg Roedel
2009-09-10
1
-2
/
+34
|
*
KVM: SVM: optimize nested vmrun
Joerg Roedel
2009-09-10
1
-7
/
+21
[next]