* [PATCH 0/20] powerpc: base 64-bit Book3E processor support
@ 2009-07-23 6:02 Benjamin Herrenschmidt
2009-07-23 14:42 ` Kumar Gala
0 siblings, 1 reply; 3+ messages in thread
From: Benjamin Herrenschmidt @ 2009-07-23 6:02 UTC (permalink / raw)
To: linuxppc-dev list
Here is a series of patches that implement some basic support
for 64-bit Book3E processors that comply to architecture 2.06.
There is no specific processor announced yet. The patches make
some shortcut which means they currently rely on an implementation
that supports MMU v2 with support for the "HES" feature (HW entry
select) and with support for the "TLB reservation" feature. They
also assume a single unified TLB array. I shouldn't be very hard
to implement support for other variants of the architecture on
top of this though.
The current set of patch has no proper support yet for hugetlb,
nor for "special" interrupt levels (debug, critical and machine
check). Some minimal support for debug/critical levels is provided
specifically for the "Debug" interrupt (single step etc...) only
when it occurs from within user space code.
The intend is to merge these in 2.6.32. They rely on pretty much
all the other patches I've been posting lately including the
generic changes to add the virtual address argument to pte_free_tlb.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 0/20] powerpc: base 64-bit Book3E processor support
2009-07-23 6:02 [PATCH 0/20] powerpc: base 64-bit Book3E processor support Benjamin Herrenschmidt
@ 2009-07-23 14:42 ` Kumar Gala
2009-07-23 22:10 ` Benjamin Herrenschmidt
0 siblings, 1 reply; 3+ messages in thread
From: Kumar Gala @ 2009-07-23 14:42 UTC (permalink / raw)
To: Benjamin Herrenschmidt; +Cc: linuxppc-dev list
On Jul 23, 2009, at 1:02 AM, Benjamin Herrenschmidt wrote:
> Here is a series of patches that implement some basic support
> for 64-bit Book3E processors that comply to architecture 2.06.
>
> There is no specific processor announced yet. The patches make
> some shortcut which means they currently rely on an implementation
> that supports MMU v2 with support for the "HES" feature (HW entry
> select) and with support for the "TLB reservation" feature. They
> also assume a single unified TLB array. I shouldn't be very hard
> to implement support for other variants of the architecture on
> top of this though.
>
> The current set of patch has no proper support yet for hugetlb,
> nor for "special" interrupt levels (debug, critical and machine
> check). Some minimal support for debug/critical levels is provided
> specifically for the "Debug" interrupt (single step etc...) only
> when it occurs from within user space code.
>
> The intend is to merge these in 2.6.32. They rely on pretty much
> all the other patches I've been posting lately including the
> generic changes to add the virtual address argument to pte_free_tlb.
>
Are these in a git tree/branch. Makes it a bit easier to test out on
FSL booke-32 to make sure we didn't break anything.
- k
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 0/20] powerpc: base 64-bit Book3E processor support
2009-07-23 14:42 ` Kumar Gala
@ 2009-07-23 22:10 ` Benjamin Herrenschmidt
0 siblings, 0 replies; 3+ messages in thread
From: Benjamin Herrenschmidt @ 2009-07-23 22:10 UTC (permalink / raw)
To: Kumar Gala; +Cc: linuxppc-dev list
On Thu, 2009-07-23 at 09:42 -0500, Kumar Gala wrote:
> >
> > The intend is to merge these in 2.6.32. They rely on pretty much
> > all the other patches I've been posting lately including the
> > generic changes to add the virtual address argument to pte_free_tlb.
> >
>
> Are these in a git tree/branch. Makes it a bit easier to test out on
> FSL booke-32 to make sure we didn't break anything.
Plan is to stick them in my -test branch for a few days before they hit
-next, I just didn't have time to finish that yesterday, hopefully will
do today along with addressing a few comments already done about them.
Cheers,
Ben.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-07-23 22:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-23 6:02 [PATCH 0/20] powerpc: base 64-bit Book3E processor support Benjamin Herrenschmidt
2009-07-23 14:42 ` Kumar Gala
2009-07-23 22:10 ` 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).