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
/
powerpc
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
KVM: PPC: Allow userspace to unset the IRQ line
Alexander Graf
2010-05-17
2
-1
/
+11
|
*
KVM: PPC: Ensure split mode works
Alexander Graf
2010-05-17
1
-22
/
+24
|
*
KVM: PPC: Do not create debugfs if fail to create vcpu
Wei Yongjun
2010-05-17
1
-1
/
+2
|
*
KVM: PPC: Destory timer on vcpu destruction
Alexander Graf
2010-04-25
1
-0
/
+4
|
*
KVM: PPC: Memset vcpu to zeros
Alexander Graf
2010-04-25
1
-0
/
+1
|
*
KVM: PPC: Allocate vcpu struct using vmalloc
Alexander Graf
2010-04-25
1
-4
/
+3
|
*
KVM: PPC: Simplify kvmppc_load_up_(FPU|VMX|VSX)
Alexander Graf
2010-04-25
1
-11
/
+2
|
*
KVM: PPC: Enable use of secondary htab bucket
Alexander Graf
2010-04-25
1
-8
/
+1
|
*
KVM: PPC: Add capability for paired singles
Alexander Graf
2010-04-25
1
-0
/
+1
|
*
KVM: PPC: Implement Paired Single emulation
Alexander Graf
2010-04-25
3
-0
/
+1293
|
*
KVM: PPC: Enable program interrupt to do MMIO
Alexander Graf
2010-04-25
1
-0
/
+4
|
*
KVM: PPC: Fix error in BAT assignment
Alexander Graf
2010-04-25
1
-2
/
+2
|
*
KVM: PPC: Add helpers to call FPU instructions
Alexander Graf
2010-04-25
2
-0
/
+274
|
*
KVM: PPC: Make ext giveup non-static
Alexander Graf
2010-04-25
1
-2
/
+1
|
*
KVM: PPC: Make software load/store return eaddr
Alexander Graf
2010-04-25
2
-21
/
+31
|
*
KVM: PPC: Implement mtsr instruction emulation
Alexander Graf
2010-04-25
1
-0
/
+6
|
*
KVM: PPC: Fix typo in book3s_32 debug code
Alexander Graf
2010-04-25
1
-1
/
+1
|
*
KVM: PPC: Preload FPU when possible
Alexander Graf
2010-04-25
1
-0
/
+8
|
*
KVM: PPC: Combine extension interrupt handlers
Alexander Graf
2010-04-25
1
-5
/
+50
|
*
KVM: PPC: Add Gekko SPRs
Alexander Graf
2010-04-25
1
-0
/
+70
|
*
KVM: PPC: Add hidden flag for paired singles
Alexander Graf
2010-04-25
1
-0
/
+4
|
*
KVM: PPC: Add AGAIN type for emulation return
Alexander Graf
2010-04-25
2
-1
/
+6
|
*
KVM: PPC: Teach MMIO Signedness
Alexander Graf
2010-04-25
2
-0
/
+43
|
*
KVM: PPC: Enable MMIO to do 64 bits, fprs and qprs
Alexander Graf
2010-04-25
1
-2
/
+22
*
|
KVM: PPC: Keep index within boundaries in kvmppc_44x_emul_tlbwe()
Roel Kluin
2010-05-13
1
-1
/
+1
|
/
*
KVM: fix the handling of dirty bitmaps to avoid overflows
Takuya Yoshikawa
2010-04-20
1
-2
/
+3
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
6
-0
/
+6
*
Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2010-03-05
17
-590
/
+936
|
\
|
*
KVM: ppc/booke: Set ESR and DEAR when inject interrupt to guest
Liu Yu
2010-03-01
2
-17
/
+46
|
*
KVM: PPC E500: fix tlbcfg emulation
Liu Yu
2010-03-01
2
-18
/
+8
|
*
KVM: PPC: Add PVR/PIR init for E500
Liu Yu
2010-03-01
1
-0
/
+6
|
*
KVM: PPC E500: Add register l1csr0 emulation
Liu Yu
2010-03-01
1
-0
/
+6
|
*
KVM: fix cleanup_srcu_struct on vm destruction
Marcelo Tosatti
2010-03-01
1
-0
/
+1
|
*
KVM: PPC: Move Shadow MSR calculation to function
Alexander Graf
2010-03-01
1
-6
/
+21
|
*
KVM: PPC: Keep SRR1 flags around in shadow_msr
Alexander Graf
2010-03-01
2
-7
/
+8
|
*
KVM: PPC: Add support for FPU/Altivec/VSX
Alexander Graf
2010-03-01
1
-5
/
+188
|
*
KVM: PPC: Add helper functions to call real mode loaders
Alexander Graf
2010-03-01
2
-0
/
+41
|
*
KVM: PPC: Make large pages work
Alexander Graf
2010-03-01
1
-4
/
+6
|
*
KVM: PPC: Pass through program interrupts
Alexander Graf
2010-03-01
1
-0
/
+1
|
*
KVM: PPC: Pass program interrupt flags to the guest
Alexander Graf
2010-03-01
1
-2
/
+5
|
*
KVM: PPC: Fix HID5 setting code
Alexander Graf
2010-03-01
1
-1
/
+2
|
*
KVM: PPC: Emulate trap SRR1 flags properly
Alexander Graf
2010-03-01
3
-4
/
+8
|
*
KVM: PPC: Call SLB patching code in interrupt safe manner
Alexander Graf
2010-03-01
5
-18
/
+31
|
*
KVM: PPC: Get rid of unnecessary RFI
Alexander Graf
2010-03-01
1
-11
/
+11
|
*
KVM: PPC: Implement 'skip instruction' mode
Alexander Graf
2010-03-01
3
-6
/
+53
|
*
KVM: PPC: Use PACA backed shadow vcpu
Alexander Graf
2010-03-01
4
-227
/
+175
|
*
KVM: PPC: Add helpers for CR, XER
Alexander Graf
2010-03-01
3
-10
/
+12
|
*
KVM: PPC: Use accessor functions for GPR access
Alexander Graf
2010-03-01
10
-225
/
+248
|
*
KVM: PPC: Enable lightweight exits again
Alexander Graf
2010-03-01
2
-53
/
+57
|
*
KVM: PPC: Fix typo in rebolting code
Alexander Graf
2010-03-01
1
-1
/
+1
[prev]
[next]