* Commits pushed to powerpc.git next branch
@ 2008-11-06 2:33 Paul Mackerras
2008-11-06 3:45 ` Benjamin Herrenschmidt
0 siblings, 1 reply; 2+ messages in thread
From: Paul Mackerras @ 2008-11-06 2:33 UTC (permalink / raw)
To: linuxppc-dev; +Cc: sfr
I have just pushed the following commits to the "next" branch of my
powerpc.git repository. The "next" branch is what I'll push to Linus
when the 2.6.29 merge window opens.
I'm now using a new "next" branch rather than the "powerpc-next"
branch at Stephen Rothwell's request, since the "powerpc-" part was
redundant. (Stephen, please include the "next" branch in linux-next
rather than "powerpc-next".)
The "master" branch in powerpc.git is currently following "next".
Paul.
Anton Vorontsov (1):
powerpc: Remove device_type = "rtc" properties in .dts files
Benjamin Herrenschmidt (10):
powerpc: Fix domain numbers in /proc on 64-bit
powerpc: Silence software timebase sync
powerpc/pci: Cleanup debug printk's
powerpc/pci: Use common PHB resource hookup
powerpc/pci: Remove pcibios_do_bus_setup()
powerpc/pci: Split pcibios_fixup_bus() into bus setup and device setup
powerpc/eeh: Make EEH device add/remove more robust
powerpc/pci: Make pcibios_allocate_bus_resources more robust
powerpc/pci: Fix various pseries PCI hotplug issues
powerpc/pci: Cosmetic cleanups of pci-common.c
Brian King (1):
powerpc: Update page-in counter for CMM
Harvey Harrison (1):
powerpc: Use the new byteorder headers
Jon Tollefson (1):
powerpc: Hugetlb pgtable cache access cleanup
Mark Nelson (3):
powerpc: Add new CPU feature: CPU_FTR_UNALIGNED_LD_STD
powerpc: Update 64bit memcpy() using CPU_FTR_UNALIGNED_LD_STD
powerpc: Remove map_/unmap_single() from dma_mapping_ops
Masakazu Mokuno (1):
powerpc/ps3: Fix memory leak in device init
Paul Mackerras (2):
powerpc: Improve resolution of VDSO clock_gettime
powerpc: Eliminate unused do_gtod variable
Sebastian Siewior (1):
powerpc/boot: Allocate more memory for dtb
Sebastien Dugue (1):
powerpc/pseries: Fix getting the server number size
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Commits pushed to powerpc.git next branch
2008-11-06 2:33 Commits pushed to powerpc.git next branch Paul Mackerras
@ 2008-11-06 3:45 ` Benjamin Herrenschmidt
0 siblings, 0 replies; 2+ messages in thread
From: Benjamin Herrenschmidt @ 2008-11-06 3:45 UTC (permalink / raw)
To: Paul Mackerras; +Cc: linuxppc-dev, sfr
On Thu, 2008-11-06 at 13:33 +1100, Paul Mackerras wrote:
> powerpc: Fix domain numbers in /proc on 64-bit
This can cause problems apparently on some POWER3's which is why
I didn't include it in the previous merge window, though it's not
a huge deal. Basically, POWER3 used to have unique bus numbers and
thus didn't need domain numbers, and the old code that used buid would
basically do that.
With the patch, all pSeries will get domain numbers for all busses
except domain 0 (which is pretty arbitrary, whichever is found first in
the device-tree basically).
So that means X -might- break on some POWER3's.
Now, rather than backing that one out, I think we can fix on top of it,
though I yet have to convince myself of what the right solution here is,
and that is provided we care about those old pre-libpciaccess X servers
on POWER3.
Ben.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-06 3:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-06 2:33 Commits pushed to powerpc.git next branch Paul Mackerras
2008-11-06 3:45 ` Benjamin Herrenschmidt
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).