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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
x86: Add EFER descriptions for FFXSR
Alexander Graf
2009-03-24
1
-0
/
+2
*
KVM: make irq ack notifications aware of routing table
Marcelo Tosatti
2009-03-24
2
-2
/
+5
*
KVM: ia64: dynamic nr online cpus
Jes Sorensen
2009-03-24
3
-9
/
+18
*
KVM: s390: Fix SIGP set prefix ioctl
Christian Borntraeger
2009-03-24
1
-1
/
+6
*
KVM: s390: Fix problem state check for b2 intercepts
Christian Borntraeger
2009-03-24
3
-5
/
+17
*
KVM: s390: Fix printk on SIGP set arch
Christian Borntraeger
2009-03-24
1
-2
/
+0
*
KVM: ia64: Implement some pal calls needed for windows 2008
Xiantao Zhang
2009-03-24
2
-7
/
+152
*
KVM: ia64: Add the support for translating PAL Call's pointer args
Xiantao Zhang
2009-03-24
1
-3
/
+45
*
KVM: ia64: vTLB change for enabling windows 2008 boot
Xiantao Zhang
2009-03-24
2
-24
/
+19
*
KVM: Avoid using CONFIG_ in userspace visible headers
Avi Kivity
2009-03-24
1
-0
/
+1
*
KVM: Userspace controlled irq routing
Avi Kivity
2009-03-24
2
-0
/
+11
*
KVM: x86: Fix typos and whitespace errors
Amit Shah
2009-03-24
1
-17
/
+16
*
KVM: ppc: Move to new TLB invalidate interface
Liu Yu
2009-03-24
1
-5
/
+5
*
KVM: ppc: Fix e500 warnings and some spelling problems
Liu Yu
2009-03-24
3
-6
/
+4
*
powerpc/fsl-booke: declare tlbcam_index for use in c
Liu Yu
2009-03-24
1
-0
/
+2
*
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
3
-24
/
+25
*
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: ia64: expose registers in struct kvm_regs
Jes Sorensen
2009-03-24
1
-1
/
+34
*
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
4
-0
/
+14
*
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: ppc: remove debug support broken by KVM debug rewrite
Hollis Blanchard
2009-03-24
4
-99
/
+2
*
KVM: Properly lock PIT creation
Avi Kivity
2009-03-24
2
-2
/
+6
*
KVM: x86 emulator: implement 'ret far' instruction (opcode 0xcb)
Avi Kivity
2009-03-24
1
-1
/
+25
*
KVM: VMX: When emulating on invalid vmx state, don't return to userspace unne...
Avi Kivity
2009-03-24
1
-2
/
+6
*
KVM: x86 emulator: Make emulate_pop() a little more generic
Avi Kivity
2009-03-24
1
-9
/
+6
*
KVM: VMX: Prevent exit handler from running if emulating due to invalid state
Avi Kivity
2009-03-24
1
-7
/
+4
*
KVM: VMX: don't clobber segment AR if emulating invalid state
Avi Kivity
2009-03-24
1
-1
/
+1
*
KVM: VMX: Fix guest state validity checks
Avi Kivity
2009-03-24
1
-4
/
+14
*
KVM: ppc: Add extra E500 exceptions
Hollis Blanchard
2009-03-24
7
-15
/
+92
*
KVM: ppc: distinguish between interrupts and priorities
Hollis Blanchard
2009-03-24
2
-1
/
+2
*
KVM: ppc: Add kvmppc_mmu_dtlb/itlb_miss for booke
Hollis Blanchard
2009-03-24
3
-0
/
+12
*
KVM: ppc: E500 core-specific code
Hollis Blanchard
2009-03-24
7
-0
/
+1330
*
KVM: ppc: ifdef iccci with CONFIG_44x
Hollis Blanchard
2009-03-24
1
-0
/
+2
*
KVM: ppc: No need to include core-header for KVM in asm-offsets.c currently
Hollis Blanchard
2009-03-24
1
-3
/
+1
*
KVM: ppc: Add dbsr in kvm_vcpu_arch
Hollis Blanchard
2009-03-24
2
-0
/
+5
*
KVM: ppc: split out common Book E instruction emulation
Hollis Blanchard
2009-03-24
4
-202
/
+284
*
KVM: ppc: use macros instead of hardcoded literals for instruction decoding
Hollis Blanchard
2009-03-24
1
-30
/
+63
*
KVM: ppc: remove last 44x-specific bits from booke.c
Hollis Blanchard
2009-03-24
1
-4
/
+0
*
KVM: ppc: rename 44x MMU functions used in booke.c
Hollis Blanchard
2009-03-24
4
-6
/
+6
*
KVM: ppc: turn tlb_xlate() into a per-core hook (and give it a better name)
Hollis Blanchard
2009-03-24
5
-20
/
+15
*
KVM: ppc: change kvmppc_mmu_map() parameters
Hollis Blanchard
2009-03-24
3
-13
/
+9
*
KVM: ppc: small cosmetic changes to Book E DTLB miss handler
Hollis Blanchard
2009-03-24
1
-3
/
+5
[next]