* power-next
@ 2011-09-20 6:46 Benjamin Herrenschmidt
2011-09-20 6:48 ` power-next Benjamin Herrenschmidt
2011-09-20 10:30 ` power-next Stephen Rothwell
0 siblings, 2 replies; 4+ messages in thread
From: Benjamin Herrenschmidt @ 2011-09-20 6:46 UTC (permalink / raw)
To: linuxppc-dev
Hi folks !
So I've finally got to setup a branch on github for powerpc next.
I've also committed a bunch of stuff to it, so here it is. I'll go back
to kernel.org as soon as it's been fixed.
https://github.com/ozbenh/linux/commits/next
Cheers,
Ben.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: power-next
2011-09-20 6:46 power-next Benjamin Herrenschmidt
@ 2011-09-20 6:48 ` Benjamin Herrenschmidt
2011-09-20 10:30 ` power-next Stephen Rothwell
1 sibling, 0 replies; 4+ messages in thread
From: Benjamin Herrenschmidt @ 2011-09-20 6:48 UTC (permalink / raw)
To: linuxppc-dev
On Tue, 2011-09-20 at 16:46 +1000, Benjamin Herrenschmidt wrote:
> Hi folks !
>
> So I've finally got to setup a branch on github for powerpc next.
>
> I've also committed a bunch of stuff to it, so here it is. I'll go back
> to kernel.org as soon as it's been fixed.
>
> https://github.com/ozbenh/linux/commits/next
BTW. Current log is:
Anshuman Khandual (1):
perf events, powerpc: Add POWER7 stalled-cycles-frontend/backend events
Anton Blanchard (11):
powerpc/pseries: Avoid spurious error during hotplug CPU add
powerpc/numa: Enable SD_WAKE_AFFINE in node definition
sched: Allow SD_NODES_PER_DOMAIN to be overridden
powerpc/numa: Increase SD_NODES_PER_DOMAIN to 32.
powerpc/numa: Disable NEWIDLE balancing at node level
powerpc/numa: Remove duplicate RECLAIM_DISTANCE definition
powerpc/numa: Remove double of_node_put in hot_add_node_scn_to_nid
powerpc: Use for_each_node_by_type instead of open coding it
powerpc: Coding style cleanups
powerpc: Fix oops when echoing bad values to /sys/devices/system/memory/probe
powerpc: Fix deadlock in icswx code
Arnaud Lacombe (1):
powerpc/xics: Add __init to marker icp_native_init()
Arnd Bergmann (1):
serial/8250: Move UPIO_TSI to powerpc
Ayman El-Khashab (1):
powerpc/4xx: enable and fix pcie gen1/gen2 on the 460sx
Becky Bruce (1):
powerpc: Hugetlb for BookE
Benjamin Herrenschmidt (24):
Merge remote-tracking branch 'jwb/next' into next
Merge remote-tracking branch 'origin/master' into next
powerpc/wsp: Add PCIe Root support to PowerEN/WSP
Merge remote-tracking branch 'origin/master' into next
powerpc/udbg: Fix Kconfig entry for avoiding 44x early debug with KVM
powerpc/smp: More generic support for "soft hotplug"
powerpc/pci: Call pcie_bus_configure_settings()
powerpc/powernv: Don't clobber r9 in relative_toc()
powerpc: Add skeleton PowerNV platform
of: Change logic to overwrite cmd_line with CONFIG_CMDLINE
powerpc/powernv: Add CPU hotplug support
powerpc/powernv: Add OPAL takeover from PowerVM
powerpc/powernv: Get kernel command line accross OPAL takeover
powerpc/powernv: Basic support for OPAL
powerpc/powernv: Add support for instanciating OPAL v2 from Open Firmware
powerpc/powernv: Support for OPAL console
powerpc/powernv: Hookup reboot and poweroff functions
powerpc/powernv: Add RTC and NVRAM support plus RTAS fallbacks
powerpc/powernv: Add OPAL ICS backend
powerpc/powernv: Register and handle OPAL interrupts
powerpc/powernv: Machine check and other system interrupts
powerpc/powernv: Add support for p5ioc2 PCI-X and PCIe
powerpc/powernv: Implement MSI support for p5ioc2 PCIe
powerpc/powernv: Handle PCI-X/PCIe reset delay
Brian King (1):
hvcs: Ensure page aligned partner info buffer
Dmitry Eremin-Solenikov (1):
cpc925_edac: Support single-processor configurations
Hector Martin (1):
powerpc/ps3: Add gelic udbg driver
Jim Keniston (1):
powerpc/nvram: Add compression to fit more oops output into NVRAM
Jimi Xenidis (1):
powerpc/wsp: Fix Wire Speed Processor platform configs
Josh Boyer (1):
powerpc/40x: Remove obsolete HCU4 board
Julia Lawall (1):
pseries/iommu: Add missing kfree
Matthew McClintock (1):
powerpc: Fix build dependencies for epapr.c which needs libfdt.h
Michael Ellerman (1):
powerpc/wsp: Add MSI support for PCI on PowerEN
Mike Williams (1):
powerpc/4xx: edac: Add comma to fix build error
Milton Miller (4):
powerpc: Override dma_get_required_mask by platform hook and ops
dma-mapping: Add get_required_mask if arch overrides default
powerpc: Use the newly added get_required_mask dma_map_ops hook
powerpc: Tidy up dma_map_ops after adding new hook
Scott Wood (1):
powerpc/32: Pass device tree address as u64 to machine_init
Stefan Roese (1):
powerpc/44x: Add NOR flash device to Yosemite dts
Suzuki Poulose (1):
powerpc/44x: Kexec support for PPC440X chipsets
Tang Yuantian (1):
powerpc/mm: Fix the call trace when resumed from hibernation
Thadeu Lima de Souza Cascardo (1):
powerpc/eeh: Fix /proc/ppc64/eeh creation
Timur Tabi (1):
powerpc/mpic: Add support for discontiguous cores
Tony Breeds (1):
powerpc/4xx/pci: Add __init annotations for *init_port_hw() functions.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: power-next
2011-09-20 6:46 power-next Benjamin Herrenschmidt
2011-09-20 6:48 ` power-next Benjamin Herrenschmidt
@ 2011-09-20 10:30 ` Stephen Rothwell
2011-09-20 18:45 ` power-next Benjamin Herrenschmidt
1 sibling, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2011-09-20 10:30 UTC (permalink / raw)
To: Benjamin Herrenschmidt; +Cc: linuxppc-dev
[-- Attachment #1: Type: text/plain, Size: 620 bytes --]
Hi Ben,
On Tue, 20 Sep 2011 16:46:14 +1000 Benjamin Herrenschmidt <benh@kernel.crashing.org> wrote:
>
> Hi folks !
>
> So I've finally got to setup a branch on github for powerpc next.
>
> I've also committed a bunch of stuff to it, so here it is. I'll go back
> to kernel.org as soon as it's been fixed.
>
> https://github.com/ozbenh/linux/commits/next
OK, tomorrow I will switch to the "next" branch of
git://github.com/ozbenh/linux.git ... are you also going to create a
"merge" branch?
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: power-next
2011-09-20 10:30 ` power-next Stephen Rothwell
@ 2011-09-20 18:45 ` Benjamin Herrenschmidt
0 siblings, 0 replies; 4+ messages in thread
From: Benjamin Herrenschmidt @ 2011-09-20 18:45 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linuxppc-dev
On Tue, 2011-09-20 at 20:30 +1000, Stephen Rothwell wrote:
> Hi Ben,
>
> On Tue, 20 Sep 2011 16:46:14 +1000 Benjamin Herrenschmidt <benh@kernel.crashing.org> wrote:
> >
> > Hi folks !
> >
> > So I've finally got to setup a branch on github for powerpc next.
> >
> > I've also committed a bunch of stuff to it, so here it is. I'll go back
> > to kernel.org as soon as it's been fixed.
> >
> > https://github.com/ozbenh/linux/commits/next
>
> OK, tomorrow I will switch to the "next" branch of
> git://github.com/ozbenh/linux.git ... are you also going to create a
> "merge" branch?
Only if/when I need it.
Cheers,
Ben.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-09-20 18:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-20 6:46 power-next Benjamin Herrenschmidt
2011-09-20 6:48 ` power-next Benjamin Herrenschmidt
2011-09-20 10:30 ` power-next Stephen Rothwell
2011-09-20 18:45 ` power-next 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).