please pull powerpc-merge.git
Paul Mackerras
paulus at samba.org
Wed Jan 11 20:46:00 EST 2006
Linus,
Please pull
git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge.git
There's a collection of various commits in there, the majority of
which are bug-fixes.
When do you think you will close the merge window? The glibc guys
want us to set AT_PLATFORM to something useful on powerpc, so I'd like
to get that in. I have a patch to do that, but it will take a couple
of days to get consensus that we have the right set of strings
exported.
Thanks,
Paul.
arch/powerpc/Kconfig | 83 +++++++++++++++++-----------
arch/powerpc/Kconfig.debug | 42 ++++++++++++++
arch/powerpc/boot/.gitignore | 20 +++++++
arch/powerpc/boot/Makefile | 2 -
arch/powerpc/configs/ppc64_defconfig | 2 -
arch/powerpc/kernel/Makefile | 4 +
arch/powerpc/kernel/crash.c | 2 -
arch/powerpc/kernel/crash_dump.c | 2 +
arch/powerpc/kernel/machine_kexec.c | 6 --
arch/powerpc/kernel/pci_64.c | 3 +
arch/powerpc/kernel/rtas.c | 12 +++-
arch/powerpc/kernel/setup_64.c | 60 +++++++++-----------
arch/powerpc/kernel/udbg.c | 25 ++++++++
arch/powerpc/kernel/udbg_16550.c | 2 -
arch/powerpc/kernel/vdso32/.gitignore | 1
arch/powerpc/kernel/vdso64/.gitignore | 1
arch/powerpc/platforms/83xx/Kconfig | 26 +++++++++
arch/powerpc/platforms/83xx/Makefile | 4 +
arch/powerpc/platforms/Makefile | 1
arch/powerpc/platforms/cell/spufs/switch.c | 32 +++++++++--
arch/powerpc/platforms/embedded6xx/Kconfig | 18 ------
arch/powerpc/platforms/iseries/setup.c | 37 +++++++++---
arch/powerpc/platforms/powermac/udbg_scc.c | 2 -
arch/powerpc/sysdev/Makefile | 2 -
arch/ppc/Kconfig | 4 +
drivers/char/viocons.c | 11 ++--
include/asm-powerpc/paca.h | 1
include/asm-powerpc/page.h | 2 -
include/asm-powerpc/parport.h | 28 +++++++++
include/asm-powerpc/percpu.h | 56 +++++++++++++++++++
include/asm-powerpc/rtas.h | 1
include/asm-powerpc/udbg.h | 9 +++
32 files changed, 375 insertions(+), 126 deletions(-)
create mode 100644 arch/powerpc/boot/.gitignore
create mode 100644 arch/powerpc/kernel/vdso32/.gitignore
create mode 100644 arch/powerpc/kernel/vdso64/.gitignore
create mode 100644 arch/powerpc/platforms/83xx/Kconfig
create mode 100644 arch/powerpc/platforms/83xx/Makefile
Anton Blanchard:
powerpc/64: per cpu data optimisations
Geoff Levand:
spufs: Suspend/restore MFC DMA operations at SPU context switch.
Haren Myneni:
powerpc: fix for compile problem in kdump code when SMP disabled
Kumar Gala:
powerpc: Updated Kconfig and Makefiles for 83xx support
powerpc: Add some missing .gitignore's
powerpc: Fix clean_files in arch/powerpc/boot Makefile
linas:
PCI Hotplug/powerpc: module build break
Michael Ellerman:
powerpc: Early debugging support for iSeries
powerpc: Make early debugging configurable via Kconfig
powerpc: Add ibm,pft-size to iSeries device tree
powerpc: Remove redundant setting of htab_address
powerpc: Don't build crash.c for PPC32
Michael Neuling:
powerpc: parallel port init fix
Olaf Hering:
enable the RTC driver in ppc64_defconfig
powerpc: remove remaining crash_notes variable from machine_kexec.c
Paul Mackerras:
powerpc: Fix compile error when CONFIG_PROC_VMCORE is not defined
powerpc/32: Fix compile error caused by pud_t/pgt_t confusion
Stephen Rothwell:
powerpc: fix up iSeries console after TTY layer buffering revamp
More information about the Linuxppc64-dev
mailing list