index
:
kernel/linux.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-17
KVM: PPC: Be more informative on BUG
Alexander Graf
1
-2
/
+8
2010-05-17
KVM: PPC: Make Alignment interrupts work again
Alexander Graf
1
-0
/
+2
2010-05-17
KVM: PPC: Improve split mode
Alexander Graf
4
-39
/
+46
2010-05-17
KVM: PPC: Make Performance Counters work
Alexander Graf
2
-0
/
+5
2010-05-17
KVM: PPC: Convert u64 -> ulong
Alexander Graf
7
-21
/
+19
2010-05-17
KVM: PPC: Enable Book3S_32 KVM building
Alexander Graf
2
-0
/
+30
2010-05-17
KVM: PPC: Add KVM intercept handlers
Alexander Graf
1
-0
/
+14
2010-05-17
KVM: PPC: Check max IRQ prio
Alexander Graf
1
-1
/
+1
2010-05-17
PPC: Export SWITCH_FRAME_SIZE
Alexander Graf
1
-1
/
+1
2010-05-17
KVM: PPC: Export MMU variables
Alexander Graf
1
-0
/
+5
2010-05-17
KVM: PPC: Add Book3S compatibility code
Alexander Graf
4
-3
/
+34
2010-05-17
KVM: PPC: Emulate segment fault
Alexander Graf
1
-0
/
+23
2010-05-17
KVM: PPC: Add SVCPU to Book3S_32
Alexander Graf
2
-0
/
+6
2010-05-17
KVM: PPC: Remove fetch fail code
Alexander Graf
1
-4
/
+0
2010-05-17
KVM: PPC: Release clean pages as clean
Alexander Graf
1
-1
/
+5
2010-05-17
KVM: PPC: Make SLB switching code the new segment framework
Alexander Graf
2
-160
/
+25
2010-05-17
KVM: PPC: Make highmem code generic
Alexander Graf
1
-100
/
+101
2010-05-17
KVM: PPC: Make real mode handler generic
Alexander Graf
1
-31
/
+88
2010-05-17
KVM: PPC: Extract MMU init
Alexander Graf
3
-7
/
+20
2010-05-17
KVM: PPC: Use now shadowed vcpu fields
Alexander Graf
3
-48
/
+57
2010-05-17
PPC: Add STLU
Alexander Graf
1
-0
/
+2
2010-05-17
KVM: PPC: Use CONFIG_PPC_BOOK3S define
Alexander Graf
4
-11
/
+11
2010-05-17
KVM: PPC: Use KVM_BOOK3S_HANDLER
Alexander Graf
4
-4
/
+8
2010-05-17
KVM: PPC: Improve indirect svcpu accessors
Alexander Graf
10
-153
/
+290
2010-05-17
KVM: PPC: Add fields to shadow vcpu
Alexander Graf
1
-0
/
+21
2010-05-17
KVM: PPC: Add kvm_book3s_32.h
Alexander Graf
1
-0
/
+42
2010-05-17
KVM: PPC: Add kvm_book3s_64.h
Alexander Graf
1
-0
/
+28
2010-05-17
PPC: Split context init/destroy functions
Alexander Graf
2
-7
/
+24
2010-05-17
KVM: PPC: Add generic segment switching code
Alexander Graf
1
-0
/
+257
2010-05-17
KVM: PPC: Add SR swapping code
Alexander Graf
1
-0
/
+143
2010-05-17
KVM: PPC: Add host MMU Support
Alexander Graf
1
-0
/
+480
2010-05-17
KVM: PPC: Name generic 64-bit code generic
Alexander Graf
9
-9
/
+7
2010-05-17
KVM: PPC: Add dequeue for external on BookE
Alexander Graf
1
-0
/
+6
2010-05-17
KVM: PPC: Don't export Book3S symbols on BookE
Alexander Graf
1
-0
/
+2
2010-05-17
KVM: PPC: Only use QPRs when available
Alexander Graf
1
-0
/
+2
2010-05-17
KVM: PPC: Disable MSR_FEx for Cell hosts
Alexander Graf
1
-0
/
+4
2010-05-17
KVM: PPC: Make bools bitfields
Alexander Graf
2
-17
/
+17
2010-05-17
KVM: PPC: Use ULL for big numbers
Alexander Graf
1
-6
/
+6
2010-05-17
KVM: PPC: Add check if pte was mapped secondary
Alexander Graf
1
-0
/
+7
2010-05-17
KVM: PPC: Add emulation for dcba
Alexander Graf
1
-0
/
+4
2010-05-17
KVM: PPC: Fix dcbz emulation
Alexander Graf
2
-38
/
+37
2010-05-17
KVM: PPC: Make build work without CONFIG_VSX/ALTIVEC
Alexander Graf
1
-0
/
+8
2010-05-17
KVM: PPC: Add OSI hypercall interface
Alexander Graf
4
-6
/
+37
2010-05-17
KVM: Add support for enabling capabilities per-vcpu
Alexander Graf
1
-0
/
+27
2010-05-17
KVM: PPC: Implement alignment interrupt
Alexander Graf
3
-0
/
+87
2010-05-17
KVM: PPC: Implement emulation for lbzux and lhax
Alexander Graf
1
-0
/
+20
2010-05-17
KVM: PPC: Make XER load 32 bit
Alexander Graf
1
-1
/
+1
2010-05-17
KVM: PPC: Implement BAT reads
Alexander Graf
1
-0
/
+35
2010-05-17
KVM: PPC: Implement mfsr emulation
Alexander Graf
1
-0
/
+13
2010-05-17
KVM: PPC: Load VCPU for register fetching
Alexander Graf
1
-0
/
+8
[next]