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
2008-12-31
KVM: ppc: directly insert shadow mappings into the hardware TLB
Hollis Blanchard
8
-221
/
+168
2008-12-31
powerpc/44x: declare tlb_44x_index for use in C code
Hollis Blanchard
1
-0
/
+1
2008-12-31
KVM: ppc: support large host pages
Hollis Blanchard
3
-23
/
+64
2008-12-31
KVM: ppc: fix userspace mapping invalidation on context switch
Hollis Blanchard
3
-22
/
+20
2008-12-31
KVM: ppc: use prefetchable mappings for guest memory
Hollis Blanchard
1
-2
/
+7
2008-12-31
KVM: ppc: use MMUCR accessor to obtain TID
Hollis Blanchard
1
-1
/
+1
2008-12-31
KVM: ppc: fix Kconfig constraints
Hollis Blanchard
1
-10
/
+8
2008-12-31
KVM: ppc: improve trap emulation
Hollis Blanchard
1
-2
/
+2
2008-12-31
KVM: ppc: optimize irq delivery path
Hollis Blanchard
4
-156
/
+140
2008-12-31
KVM: ppc: optimize find first bit
Hollis Blanchard
1
-1
/
+1
2008-12-31
KVM: ppc: optimize kvm stat handling
Hollis Blanchard
1
-23
/
+9
2008-12-31
KVM: ppc: fix set regs to take care of msr change
Hollis Blanchard
1
-1
/
+1
2008-12-31
KVM: ppc: adjust vcpu types to support 64-bit cores
Hollis Blanchard
4
-33
/
+33
2008-12-31
KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessor
Hollis Blanchard
9
-63
/
+154
2008-12-31
KVM: ppc: Move the last bits of 44x code out of booke.c
Hollis Blanchard
3
-44
/
+58
2008-12-31
KVM: ppc: refactor instruction emulation into generic and core-specific pieces
Hollis Blanchard
8
-276
/
+415
2008-12-31
ppc: Create disassemble.h to extract instruction fields
Hollis Blanchard
2
-56
/
+81
2008-12-31
KVM: ppc: Refactor powerpc.c to relocate 440-specific code
Hollis Blanchard
9
-130
/
+207
2008-12-31
KVM: ppc: combine booke_guest.c and booke_host.c
Hollis Blanchard
4
-89
/
+66
2008-12-31
KVM: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe"
Hollis Blanchard
6
-34
/
+33
2008-12-31
KVM: ppc: Move 440-specific TLB code into 44x_tlb.c
Hollis Blanchard
4
-143
/
+145
2008-12-31
Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+4
2008-12-29
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p...
Linus Torvalds
222
-2489
/
+6151
2008-12-29
powerpc/44x: Support 16K/64K base page sizes on 44x
Ilya Yanok
10
-48
/
+130
2008-12-29
powerpc: Force memory size to be a multiple of PAGE_SIZE
Hollis Blanchard
1
-1
/
+15
2008-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
35
-213
/
+820
2008-12-28
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
2
-3
/
+2
2008-12-28
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2008-12-28
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
10
-85
/
+490
2008-12-25
Merge branch 'sched/urgent'; commit 'v2.6.28' into sched/core
Ingo Molnar
6
-6
/
+23
2008-12-25
[S390] arch_setup_additional_pages arguments
Martin Schwidefsky
2
-3
/
+2
2008-12-25
Merge branch 'next' into for-linus
James Morris
2
-5
/
+5
2008-12-23
powerpc/32: Wire up the trampoline code for kdump
Dale Farnsworth
3
-1
/
+16
2008-12-23
powerpc/32: Add the ability for a classic ppc kernel to be loaded at 32M
Dale Farnsworth
5
-14
/
+15
2008-12-23
powerpc/32: Allow __ioremap on RAM addresses for kdump kernel
Anton Vorontsov
1
-0
/
+2
2008-12-23
powerpc/32: Setup OF properties for kdump
Dale Farnsworth
2
-52
/
+40
2008-12-23
powerpc/32/kdump: Implement crash_setup_regs() using ppc_save_regs()
Anton Vorontsov
2
-10
/
+7
2008-12-23
powerpc: Prepare xmon_save_regs for use with kdump
Anton Vorontsov
5
-5
/
+12
2008-12-23
powerpc: Remove default kexec/crash_kernel ops assignments
Anton Vorontsov
7
-43
/
+0
2008-12-23
powerpc: Make default kexec/crash_kernel ops implicit
Anton Vorontsov
1
-12
/
+9
2008-12-23
powerpc: Setup OF properties for ppc32 kexec
Dale Farnsworth
2
-19
/
+39
2008-12-23
powerpc/pseries: Fix cpu hotplug
Sebastien Dugue
1
-1
/
+1
2008-12-23
powerpc: Fix KVM build on ppc440
Paul Mackerras
1
-0
/
+1
2008-12-23
powerpc/cell: add QPACE as a separate Cell platform
Benjamin Krill
4
-15
/
+174
2008-12-23
powerpc/cell: fix build breakage with CONFIG_SPUFS disabled
Arnd Bergmann
1
-2
/
+2
2008-12-21
powerpc/mpc5200: add rts/cts handling in PSC UART driver
Wolfram Sang
1
-1
/
+10
2008-12-21
powerpc/mpc5200: Add MDMA/UDMA support to MPC5200 ATA driver
Tim Yamin
1
-12
/
+5
2008-12-21
powerpc/mpc5200: Disable bestcomm prefetching when ATA DMA enabled
Grant Likely
3
-5
/
+21
2008-12-21
powerpc/mpc5200: Bestcomm fixes to ATA support
Tim Yamin
2
-3
/
+3
2008-12-21
powerpc/mpc5200: Bugfix on handling variable sized buffer descriptors
Grant Likely
1
-19
/
+42
[next]