From: Paul Mackerras <paulus@samba.org>
To: torvalds@linux-foundation.org
Cc: linuxppc-dev@ozlabs.org
Subject: Please pull powerpc.git master branch
Date: Thu, 10 May 2007 22:29:05 +1000 [thread overview]
Message-ID: <17987.4113.974182.825950@cargo.ozlabs.ibm.com> (raw)
Linus,
Please do:
git pull \
git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git master
to get some more powerpc patches for 2.6.22. There are various bug
fixes and a few minor cleanups there, plus a 3-liner to wire up
sys_utimensat.
Thanks,
Paul.
arch/powerpc/boot/dts/mpc832x_mds.dts | 2
arch/powerpc/boot/dts/mpc834x_mds.dts | 4
arch/powerpc/configs/celleb_defconfig | 129 +++--
arch/powerpc/kernel/pci_64.c | 37 +
arch/powerpc/kernel/prom.c | 47 +-
arch/powerpc/lib/Makefile | 2
arch/powerpc/lib/rheap.c | 117 +++--
arch/powerpc/mm/hash_native_64.c | 37 +
arch/powerpc/platforms/83xx/mpc8313_rdb.c | 2
arch/powerpc/platforms/83xx/mpc832x_rdb.c | 2
arch/powerpc/platforms/83xx/mpc834x_itx.c | 2
arch/powerpc/platforms/83xx/mpc834x_mds.c | 2
arch/powerpc/platforms/86xx/mpc86xx_hpcn.c | 7
arch/powerpc/platforms/celleb/pci.c | 1
arch/powerpc/platforms/celleb/scc_epci.c | 8
arch/powerpc/platforms/celleb/setup.c | 2
arch/powerpc/platforms/pseries/eeh.c | 13 -
arch/powerpc/platforms/pseries/eeh_driver.c | 7
arch/powerpc/platforms/pseries/iommu.c | 3
arch/powerpc/platforms/pseries/kexec.c | 1
arch/powerpc/sysdev/commproc.c | 20 -
arch/powerpc/sysdev/cpm2_common.c | 21 -
arch/powerpc/sysdev/qe_lib/qe.c | 29 +
arch/powerpc/sysdev/qe_lib/ucc_fast.c | 5
arch/powerpc/sysdev/qe_lib/ucc_slow.c | 7
arch/ppc/8xx_io/commproc.c | 22 -
arch/ppc/lib/Makefile | 3
arch/ppc/lib/rheap.c | 692 ---------------------------
arch/ppc/syslib/cpm2_common.c | 23 -
drivers/net/fs_enet/mac-scc.c | 2
drivers/net/ucc_geth.c | 30 +
drivers/serial/cpm_uart/cpm_uart.h | 2
drivers/serial/cpm_uart/cpm_uart_core.c | 3
drivers/serial/cpm_uart/cpm_uart_cpm1.c | 6
drivers/serial/cpm_uart/cpm_uart_cpm2.c | 6
include/asm-powerpc/mmu-hash64.h | 12
include/asm-powerpc/mmzone.h | 4
include/asm-powerpc/ppc-pci.h | 18 +
include/asm-powerpc/ps3.h | 5
include/asm-powerpc/qe.h | 13 -
include/asm-powerpc/reg_booke.h | 469 ++++++++++++++++++
include/asm-powerpc/rheap.h | 20 -
include/asm-powerpc/systbl.h | 1
include/asm-powerpc/unistd.h | 3
include/asm-ppc/commproc.h | 13 -
include/asm-ppc/cpm2.h | 13 -
include/linux/pmu.h | 2
47 files changed, 867 insertions(+), 1002 deletions(-)
delete mode 100644 arch/ppc/lib/rheap.c
create mode 100644 include/asm-powerpc/reg_booke.h
rename include/{asm-ppc/rheap.h => asm-powerpc/rheap.h} (75%)
Becky Bruce (1):
[POWERPC] Move reg_booke.h to include/asm-powerpc
Geoff Levand (1):
[POWERPC] PS3: Fix sys manager build error
Ishizaki Kou (4):
[POWERPC] celleb: Fix support for multiple PCI domains
[POWERPC] celleb: Fix PCI config space accesses to subordinate buses
[POWERPC] celleb: Fix parsing of machine type hack command line option
[POWERPC] celleb: Update celleb_defconfig
Jason Jin (1):
[POWERPC] 86xx: Enable the AC97 interface on 8641D board.
Kumar Gala (3):
[POWERPC] 83xx: Suppress warning when CONFIG_ options aren't defined
[POWERPC] User rheap from arch/powerpc/lib
[POWERPC] CPM_UART: Removed __init from cpm_uart_init_portdesc to fix warning
Li Yang (1):
[POWERPC] 83xx: Suppress warning when CONFIG_PCI is not defined
Linas Vepstas (1):
[POWERPC] Assorted janitorial EEH cleanups
Michael Ellerman (1):
[POWERPC] Split initrd logic out of early_init_dt_scan_chosen() to fix warning
Michael Neuling (1):
[POWERPC] Minor pSeries IOMMU debug cleanup
Paul Mackerras (3):
[POWERPC] Fix incorrect calculation of I/O window addresses
[POWERPC] Fix warning in hpte_decode(), and generalize it
[POWERPC] Fix compile error with kexec and CONFIG_SMP=n
Scott Wood (3):
[POWERPC] CPM_UART: cpm_uart_set_termios should take ktermios, not termios
[POWERPC] 83xx: Fix the PCI ranges in the MPC832x_MDS device tree.
[POWERPC] 83xx: Fix the PCI ranges in the MPC834x_MDS device tree.
Stephen Rothwell (3):
[POWERPC] Wire up sys_utimensat
[POWERPC] pmu_sys_suspended is only defined for PPC32
[POWERPC] We don't define CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID
Timur Tabi (1):
[POWERPC] Change rheap functions to use ulongs instead of pointers
next reply other threads:[~2007-05-10 12:29 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-10 12:29 Paul Mackerras [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-04-20 11:03 Please pull powerpc.git master branch Paul Mackerras
2007-10-23 0:08 Paul Mackerras
2007-10-12 4:28 Paul Mackerras
2007-10-12 5:38 ` Linus Torvalds
2007-06-07 12:51 Paul Mackerras
2007-06-03 1:15 Paul Mackerras
2007-06-03 10:54 ` Michael Neuling
2007-05-22 23:18 Paul Mackerras
2007-05-18 12:55 Paul Mackerras
2007-05-12 2:58 Paul Mackerras
2007-05-09 9:53 Paul Mackerras
2007-05-08 5:16 Paul Mackerras
2007-02-17 12:15 Paul Mackerras
2007-02-18 22:54 ` Paul Mackerras
2007-02-14 1:07 Paul Mackerras
2007-02-08 5:29 Paul Mackerras
2006-12-11 21:37 Please pull powerpc.git 'master' branch Paul Mackerras
2006-12-05 1:28 Paul Mackerras
2006-10-04 23:36 Paul Mackerras
2006-10-04 13:01 Paul Mackerras
2006-10-02 12:19 Paul Mackerras
2006-09-22 6:39 Paul Mackerras
2006-07-03 12:04 please " Paul Mackerras
2006-07-03 21:37 ` Paul Mackerras
2006-06-29 11:35 Paul Mackerras
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=17987.4113.974182.825950@cargo.ozlabs.ibm.com \
--to=paulus@samba.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).