index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: APIC: kvm_apic_set_irq deliver all kinds of interrupts
Gleb Natapov
2009-06-10
2
-19
/
+30
*
KVM: MMU: remove call to kvm_mmu_pte_write from walk_addr
Joerg Roedel
2009-06-10
1
-1
/
+0
*
KVM: unify part of generic timer handling
Marcelo Tosatti
2009-06-10
7
-108
/
+129
*
KVM: PIT: remove usage of count_load_time for channel 0
Marcelo Tosatti
2009-06-10
1
-6
/
+31
*
KVM: PIT: remove unused scheduled variable
Marcelo Tosatti
2009-06-10
2
-2
/
+0
*
KVM: x86: silence preempt warning on kvm_write_guest_time
Matt T. Yourst
2009-06-10
1
-0
/
+2
*
KVM: bit ops for deliver_bitmap
Sheng Yang
2009-06-10
1
-3
/
+4
*
KVM: Update intr delivery func to accept unsigned long* bitmap
Sheng Yang
2009-06-10
1
-4
/
+4
*
KVM: VMX: Don't intercept MSR_KERNEL_GS_BASE
Avi Kivity
2009-06-10
1
-14
/
+43
*
KVM: VMX: Don't use highmem pages for the msr and pio bitmaps
Avi Kivity
2009-06-10
1
-34
/
+25
*
KVM: Fix PDPTR reloading on CR4 writes
Avi Kivity
2009-05-25
1
-1
/
+5
*
KVM: Make paravirt tlb flush also reload the PAE PDPTRs
Avi Kivity
2009-05-25
1
-2
/
+1
*
KVM: SVM: Remove port 80 passthrough
Avi Kivity
2009-05-11
1
-1
/
+0
*
KVM: Make EFER reads safe when EFER does not exist
Avi Kivity
2009-05-11
1
-2
/
+2
*
KVM: Fix NX support reporting
Avi Kivity
2009-05-11
1
-1
/
+1
*
KVM: SVM: Fix cross vendor migration issue with unusable bit
Andre Przywara
2009-05-11
1
-2
/
+5
*
KVM: Unregister cpufreq notifier on unload
Jan Kiszka
2009-04-22
1
-0
/
+3
*
KVM: x86: release time_page on vcpu destruction
Joerg Roedel
2009-04-22
1
-0
/
+5
*
KVM: MMU: disable global page optimization
Marcelo Tosatti
2009-04-22
1
-1
/
+1
*
Merge branch 'tracing/core-v2' into tracing-for-linus
Ingo Molnar
2009-04-02
1
-1
/
+2
|
\
|
*
Merge branch 'linus' into tracing/blktrace
Ingo Molnar
2009-02-19
9
-70
/
+33
|
|
\
|
*
\
Merge branch 'linus' into tracing/kmemtrace2
Ingo Molnar
2009-01-06
14
-1072
/
+1059
|
|
\
\
|
*
|
|
tracing, kvm: change MARKERS to select instead of depends on
Ingo Molnar
2008-12-30
1
-1
/
+2
*
|
|
|
KVM: VMX: Don't allow uninhibited access to EFER on i386
Avi Kivity
2009-03-24
1
-1
/
+1
*
|
|
|
KVM: Fix missing smp tlb flush in invlpg
Andrea Arcangeli
2009-03-24
1
-0
/
+4
*
|
|
|
KVM: fix sparse warnings: Should it be static?
Hannes Eder
2009-03-24
2
-9
/
+10
*
|
|
|
KVM: fix sparse warnings: context imbalance
Hannes Eder
2009-03-24
1
-0
/
+2
*
|
|
|
KVM: is_long_mode() should check for EFER.LMA
Amit Shah
2009-03-24
1
-1
/
+1
*
|
|
|
KVM: VMX: Update necessary state when guest enters long mode
Amit Shah
2009-03-24
1
-30
/
+24
*
|
|
|
KVM: MMU: Fix another largepage memory leak
Joerg Roedel
2009-03-24
1
-1
/
+1
*
|
|
|
KVM: SVM: set accessed bit for VMCB segment selectors
Andre Przywara
2009-03-24
1
-12
/
+29
*
|
|
|
KVM: Report IRQ injection status to userspace.
Gleb Natapov
2009-03-24
2
-7
/
+24
*
|
|
|
KVM: MMU: remove assertion in kvm_mmu_alloc_page
Joerg Roedel
2009-03-24
1
-1
/
+0
*
|
|
|
KVM: MMU: remove redundant check in mmu_set_spte
Joerg Roedel
2009-03-24
1
-6
/
+2
*
|
|
|
KVM: Fix kvmclock on !constant_tsc boxes
Gerd Hoffmann
2009-03-24
1
-9
/
+94
*
|
|
|
KVM: VMX: Use kvm_mmu_page_fault() handle EPT violation mmio
Sheng Yang
2009-03-24
1
-29
/
+1
*
|
|
|
KVM: Drop unused evaluations from string pio handlers
Jan Kiszka
2009-03-24
2
-6
/
+2
*
|
|
|
KVM: Add FFXSR support
Alexander Graf
2009-03-24
2
-0
/
+15
*
|
|
|
KVM: make irq ack notifications aware of routing table
Marcelo Tosatti
2009-03-24
2
-2
/
+5
*
|
|
|
KVM: Userspace controlled irq routing
Avi Kivity
2009-03-24
1
-0
/
+6
*
|
|
|
KVM: x86: Fix typos and whitespace errors
Amit Shah
2009-03-24
1
-17
/
+16
*
|
|
|
KVM: MMU: Only enable cr4_pge role in shadow mode
Avi Kivity
2009-03-24
1
-1
/
+1
*
|
|
|
KVM: MMU: Rename "metaphysical" attribute to "direct"
Avi Kivity
2009-03-24
2
-22
/
+22
*
|
|
|
KVM: MMU: drop zeroing on mmu_memory_cache_alloc
Marcelo Tosatti
2009-03-24
1
-1
/
+0
*
|
|
|
KVM: SVM: Fix typo in has_svm()
Joe Perches
2009-03-24
1
-1
/
+1
*
|
|
|
KVM: Reset PIT irq injection logic when the PIT IRQ is unmasked
Avi Kivity
2009-03-24
2
-0
/
+16
*
|
|
|
KVM: Add CONFIG_HAVE_KVM_IRQCHIP
Avi Kivity
2009-03-24
1
-0
/
+4
*
|
|
|
KVM: MMU: Optimize page unshadowing
Avi Kivity
2009-03-24
1
-3
/
+12
*
|
|
|
KVM: SVM: Add microcode patch level dummy
Alexander Graf
2009-03-24
1
-0
/
+3
*
|
|
|
KVM: Properly lock PIT creation
Avi Kivity
2009-03-24
2
-2
/
+6
[next]