* patches pushed to powerpc.git for-2.6.22 branch
@ 2007-03-09 5:04 Paul Mackerras
2007-03-09 6:02 ` Kumar Gala
0 siblings, 1 reply; 2+ messages in thread
From: Paul Mackerras @ 2007-03-09 5:04 UTC (permalink / raw)
To: linuxppc-dev
I have committed the patches listed below and pushed them to the
for-2.6.22 branch of the powerpc.git repository.
If your patch isn't there and you think it should be, let me know. I
am aware of Sylvain's uevent patches, but I haven't had time to review
them properly yet and neither has Ben H or anyone else, so I haven't
put them in. There are some other patches that depend on those
(e.g. the ibmebus patches) so they haven't gone in yet either.
Paul.
Documentation/powerpc/booting-without-of.txt | 134 ++++++++++++++-------
arch/powerpc/Kconfig | 5 -
arch/powerpc/boot/dts/kuroboxHD.dts | 1
arch/powerpc/boot/dts/kuroboxHG.dts | 1
arch/powerpc/boot/dts/lite5200.dts | 1
arch/powerpc/boot/dts/lite5200b.dts | 1
arch/powerpc/boot/dts/mpc7448hpc2.dts | 1
arch/powerpc/boot/dts/mpc8272ads.dts | 1
arch/powerpc/boot/dts/mpc8313erdb.dts | 1
arch/powerpc/boot/dts/mpc832x_mds.dts | 1
arch/powerpc/boot/dts/mpc8349emitx.dts | 1
arch/powerpc/boot/dts/mpc8349emitxgp.dts | 1
arch/powerpc/boot/dts/mpc834x_mds.dts | 1
arch/powerpc/boot/dts/mpc836x_mds.dts | 1
arch/powerpc/boot/dts/mpc8540ads.dts | 1
arch/powerpc/boot/dts/mpc8541cds.dts | 1
arch/powerpc/boot/dts/mpc8548cds.dts | 1
arch/powerpc/boot/dts/mpc8555cds.dts | 1
arch/powerpc/boot/dts/mpc8560ads.dts | 1
arch/powerpc/boot/dts/mpc8568mds.dts | 1
arch/powerpc/boot/dts/mpc8641_hpcn.dts | 1
arch/powerpc/boot/dts/mpc866ads.dts | 1
arch/powerpc/boot/dts/mpc885ads.dts | 1
arch/powerpc/kernel/Makefile | 4 -
arch/powerpc/kernel/cputable.c | 12 ++
arch/powerpc/kernel/head_64.S | 2
arch/powerpc/kernel/iommu.c | 10 ++
arch/powerpc/kernel/pci_64.c | 14 ++
arch/powerpc/kernel/process.c | 43 +++++--
arch/powerpc/kernel/prom.c | 26 ++++
arch/powerpc/kernel/rtas_pci.c | 4 -
arch/powerpc/kernel/setup-common.c | 22 ---
arch/powerpc/lib/locks.c | 4 +
arch/powerpc/mm/lmb.c | 4 +
arch/powerpc/platforms/cell/iommu.c | 8 +
arch/powerpc/platforms/celleb/iommu.c | 4 -
arch/powerpc/platforms/embedded6xx/Kconfig | 1
arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c | 10 --
arch/powerpc/platforms/iseries/iommu.c | 2
arch/powerpc/platforms/iseries/irq.c | 3
arch/powerpc/platforms/pasemi/iommu.c | 4 -
arch/powerpc/platforms/ps3/mm.c | 2
arch/powerpc/platforms/ps3/system-bus.c | 2
arch/powerpc/platforms/pseries/Makefile | 5 -
arch/powerpc/platforms/pseries/iommu.c | 57 +++++----
arch/powerpc/platforms/pseries/setup.c | 5 +
arch/powerpc/sysdev/dart_iommu.c | 4 -
arch/powerpc/xmon/xmon.c | 4 +
drivers/macintosh/mac_hid.c | 2
drivers/ps3/ps3av.c | 9 +
drivers/ps3/sys-manager.c | 6 +
drivers/ps3/vuart.c | 2
drivers/video/Kconfig | 2
include/asm-powerpc/current.h | 1
include/asm-powerpc/edac.h | 40 ++++++
include/asm-powerpc/pci.h | 14 ++
include/asm-powerpc/ppc-pci.h | 9 +
include/asm-powerpc/prom.h | 1
include/asm-powerpc/unistd.h | 3
59 files changed, 334 insertions(+), 171 deletions(-)
create mode 100644 include/asm-powerpc/edac.h
Adrian Bunk (1):
[POWERPC] Unexport mac_hid_mouse_emulate_buttons
Andrew Morton (1):
[POWERPC] Fix compile error in prom.h
Dave Jiang (1):
[POWERPC] EDAC ECC software scrubber
David Gibson (2):
[POWERPC] Allow duplicate lmb_reserve() calls
[POWERPC] Automatically lmb_reserve() initrd
Geert Uytterhoeven (1):
[POWERPC] ps3: always make sure we're running on a PS3
Jake Moilanen (2):
[POWERPC] DMA 4GB boundary protection
[POWERPC] 750CL cputable entry
MOKUNO Masakazu (1):
[POWERPC] Remove some redundant isync instructions
Olaf Hering (1):
[POWERPC] Include stddef.h in asm-powerpc/current.h to get offsetof
Paul Mackerras (1):
[POWERPC] Harden validate_sp against stack corruption
Segher Boessenkool (1):
[POWERPC] PowerPC: select default image for Linkstation
Stephen Rothwell (8):
[POWERPC] Allocate syscall number for sys_getcpu
[POWERPC] Make ppc64_defconfig without CONFIG_PPC_PSERIES build
[POWERPC] Create and use set_pci_dma_ops
[POWERPC] Create and use get_pci_dma_ops()
[POWERPC] Make iSeries build without CONFIG_PCI
[POWERPC] Allow pSeries to build without CONFIG_PCI
[POWERPC] Allow xmon to build without CONFIG_DEBUG_BUGVERBOSE
[POWERPC] Make find_and_init_pbs() a void function
Stuart Yoder (3):
[POWERPC] Remove interrupt-controller as a property under /chosen
[POWERPC] Remove unused, undocumented #cpus property from cpus node
[POWERPC] Update interrupt info in booting-without-of.txt
Zang Roy-r61911 (1):
[POWERPC] Remove fixed setting of ROOT_DEV for 7448HPC2 platforms
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: patches pushed to powerpc.git for-2.6.22 branch
2007-03-09 5:04 patches pushed to powerpc.git for-2.6.22 branch Paul Mackerras
@ 2007-03-09 6:02 ` Kumar Gala
0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2007-03-09 6:02 UTC (permalink / raw)
To: Paul Mackerras; +Cc: linuxppc-dev
On Mar 8, 2007, at 11:04 PM, Paul Mackerras wrote:
> I have committed the patches listed below and pushed them to the
> for-2.6.22 branch of the powerpc.git repository.
>
> If your patch isn't there and you think it should be, let me know. I
> am aware of Sylvain's uevent patches, but I haven't had time to review
> them properly yet and neither has Ben H or anyone else, so I haven't
> put them in. There are some other patches that depend on those
> (e.g. the ibmebus patches) so they haven't gone in yet either.
>
> Paul.
[snip]
> Segher Boessenkool (1):
> [POWERPC] PowerPC: select default image for Linkstation
I pulled this into my 2.6.21 tree for you as it fixes a build issue.
> Stephen Rothwell (8):
> [POWERPC] Allocate syscall number for sys_getcpu
Should this go into 2.6.21 ?
> [POWERPC] Make ppc64_defconfig without CONFIG_PPC_PSERIES build
> [POWERPC] Create and use set_pci_dma_ops
> [POWERPC] Create and use get_pci_dma_ops()
> [POWERPC] Make iSeries build without CONFIG_PCI
> [POWERPC] Allow pSeries to build without CONFIG_PCI
> [POWERPC] Allow xmon to build without CONFIG_DEBUG_BUGVERBOSE
> [POWERPC] Make find_and_init_pbs() a void function
>
> Stuart Yoder (3):
> [POWERPC] Remove interrupt-controller as a property under /
> chosen
> [POWERPC] Remove unused, undocumented #cpus property from
> cpus node
> [POWERPC] Update interrupt info in booting-without-of.txt
>
> Zang Roy-r61911 (1):
> [POWERPC] Remove fixed setting of ROOT_DEV for 7448HPC2
> platforms
I'll drop this from my tree now.
- k
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-09 6:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-09 5:04 patches pushed to powerpc.git for-2.6.22 branch Paul Mackerras
2007-03-09 6:02 ` Kumar Gala
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).