index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
/
booke.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: PPC: Emulate trap SRR1 flags properly
Alexander Graf
2010-03-01
1
-1
/
+2
*
KVM: PPC: Add helpers for CR, XER
Alexander Graf
2010-03-01
1
-4
/
+4
*
KVM: PPC: Use accessor functions for GPR access
Alexander Graf
2010-03-01
1
-8
/
+8
*
KVM: powerpc: Improve DEC handling
Alexander Graf
2010-03-01
1
-0
/
+5
*
Move dirty logging code to sub-arch
Alexander Graf
2009-11-05
1
-0
/
+5
*
KVM: powerpc: fix some init/exit annotations
Stephen Rothwell
2009-09-10
1
-1
/
+1
*
KVM: ppc: Add extra E500 exceptions
Hollis Blanchard
2009-03-24
1
-0
/
+18
*
KVM: ppc: distinguish between interrupts and priorities
Hollis Blanchard
2009-03-24
1
-1
/
+1
*
KVM: ppc: Add kvmppc_mmu_dtlb/itlb_miss for booke
Hollis Blanchard
2009-03-24
1
-0
/
+2
*
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
1
-2
/
+2
*
KVM: ppc: turn tlb_xlate() into a per-core hook (and give it a better name)
Hollis Blanchard
2009-03-24
1
-8
/
+2
*
KVM: ppc: change kvmppc_mmu_map() parameters
Hollis Blanchard
2009-03-24
1
-4
/
+2
*
KVM: ppc: small cosmetic changes to Book E DTLB miss handler
Hollis Blanchard
2009-03-24
1
-3
/
+5
*
KVM: ppc: mostly cosmetic updates to the exit timing accounting code
Hollis Blanchard
2008-12-31
1
-15
/
+15
*
KVM: ppc: Implement in-kernel exit timing statistics
Hollis Blanchard
2008-12-31
1
-14
/
+22
*
KVM: ppc: directly insert shadow mappings into the hardware TLB
Hollis Blanchard
2008-12-31
1
-10
/
+16
*
KVM: ppc: support large host pages
Hollis Blanchard
2008-12-31
1
-5
/
+7
*
KVM: ppc: optimize irq delivery path
Hollis Blanchard
2008-12-31
1
-120
/
+55
*
KVM: ppc: optimize find first bit
Hollis Blanchard
2008-12-31
1
-1
/
+1
*
KVM: ppc: optimize kvm stat handling
Hollis Blanchard
2008-12-31
1
-23
/
+9
*
KVM: ppc: fix set regs to take care of msr change
Hollis Blanchard
2008-12-31
1
-1
/
+1
*
KVM: ppc: adjust vcpu types to support 64-bit cores
Hollis Blanchard
2008-12-31
1
-5
/
+5
*
KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessor
Hollis Blanchard
2008-12-31
1
-6
/
+3
*
KVM: ppc: Move the last bits of 44x code out of booke.c
Hollis Blanchard
2008-12-31
1
-44
/
+2
*
KVM: ppc: refactor instruction emulation into generic and core-specific pieces
Hollis Blanchard
2008-12-31
1
-0
/
+1
*
KVM: ppc: Refactor powerpc.c to relocate 440-specific code
Hollis Blanchard
2008-12-31
1
-14
/
+47
*
KVM: ppc: combine booke_guest.c and booke_host.c
Hollis Blanchard
2008-12-31
1
-0
/
+639