<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/include/asm-ppc64/processor.h, branch linux-rolling-stable</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-rolling-stable</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-rolling-stable'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2005-10-10T04:19:43Z</updated>
<entry>
<title>powerpc: Merged processor.h.</title>
<updated>2005-10-10T04:19:43Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2005-10-10T04:19:43Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=9f04b9e327c495f8ddbf89c08da6cbe626e1b1b3'/>
<id>urn:sha1:9f04b9e327c495f8ddbf89c08da6cbe626e1b1b3</id>
<content type='text'>
This adds register definitions from the ppc64 processor.h to reg.h,
and makes a single merged processor.h.  I moved __is_processor from
the ppc64 system.h to the merged reg.h along with the PVR register
constants.

Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>Merge refs/heads/devtree from rsync://oak/kernels/iseries/work/.git </title>
<updated>2005-09-26T06:20:49Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2005-09-26T06:20:49Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=51a0885ed7f883758462926b35fbd6f09f9c717c'/>
<id>urn:sha1:51a0885ed7f883758462926b35fbd6f09f9c717c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] powerpc: merge atomic.h, memory.h</title>
<updated>2005-09-25T12:38:46Z</updated>
<author>
<name>Becky Bruce</name>
<email>bgill@freescale.com</email>
</author>
<published>2005-09-22T19:20:04Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=feaf7cf153335fe7100b65ed6f4585c3574fe69a'/>
<id>urn:sha1:feaf7cf153335fe7100b65ed6f4585c3574fe69a</id>
<content type='text'>
powerpc: Merge atomic.h and memory.h into powerpc

Merged atomic.h into include/powerpc.  Moved asm-style HMT_ defines from
memory.h into ppc_asm.h, where there were already HMT_defines; moved c-style
HMT_ defines to processor.h. Renamed memory.h to synch.h to better reflect
its contents.

Signed-off-by: Kumar Gala &lt;kumar.gala@freescale.com&gt;
Signed-off-by: Becky Bruce &lt;becky.bruce@freescale.com&gt;
Signed-off-by: Jon Loeliger &lt;linuxppc@jdl.com&gt;
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>ppc46 iSeries: Make some generic irq code compile for iSeries</title>
<updated>2005-09-23T04:43:22Z</updated>
<author>
<name>Michael Ellerman</name>
<email>michael@ellerman.id.au</email>
</author>
<published>2005-09-23T04:43:22Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=ba293fff085fde5b9f1b5a57c8abb1a8098d0c59'/>
<id>urn:sha1:ba293fff085fde5b9f1b5a57c8abb1a8098d0c59</id>
<content type='text'>
In order to call finish_device_tree() on iSeries we need to define
virt_irq_create_mapping(). We also need to set ppc64_interrupt_controller to
something other than zero. If we want to do interrupt setup via the device
tree on iSeries this code will need some serious work, but it's harmless to
have it there as long as the nodes in the iSeries device tree don't cause
it to be invoked.

Signed-off-by: Michael Ellerman &lt;michael@ellerman.id.au&gt;
Signed-off-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;
</content>
</entry>
<entry>
<title>[PATCH] ppc64: Add ptrace data breakpoint support</title>
<updated>2005-09-12T07:19:12Z</updated>
<author>
<name>Anton Blanchard</name>
<email>anton@samba.org</email>
</author>
<published>2005-09-10T06:01:11Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=fd9648dff6f9797ecc509bcd181706a274dc074d'/>
<id>urn:sha1:fd9648dff6f9797ecc509bcd181706a274dc074d</id>
<content type='text'>
Add hardware data breakpoint support.

Signed-off-by: Anton Blanchard &lt;anton@samba.org&gt;
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Kprobes: prevent possible race conditions ppc64 changes</title>
<updated>2005-09-07T23:58:00Z</updated>
<author>
<name>Prasanna S Panchamukhi</name>
<email>prasanna@in.ibm.com</email>
</author>
<published>2005-09-06T22:19:29Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=bb144a85c70a65730424ad1a9dc50fef66e5cafe'/>
<id>urn:sha1:bb144a85c70a65730424ad1a9dc50fef66e5cafe</id>
<content type='text'>
This patch contains the ppc64 architecture specific changes to prevent the
possible race conditions.

Signed-off-by: Prasanna S Panchamukhi &lt;prasanna@in.ibm.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] oprofile PVR 970MP</title>
<updated>2005-08-30T03:38:19Z</updated>
<author>
<name>Jake Moilanen</name>
<email>moilanen@austin.ibm.com</email>
</author>
<published>2005-08-24T20:22:12Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=04ed65190a5d1562220dd3a7fc9eac2402c7104c'/>
<id>urn:sha1:04ed65190a5d1562220dd3a7fc9eac2402c7104c</id>
<content type='text'>
Here's the 970MP's PVR (processor version register) entry for oprofile.

Signed-off-by: Jake Moilanen &lt;moilanen@austin.ibm.com&gt;
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Four level pagetables for ppc64</title>
<updated>2005-08-29T00:53:31Z</updated>
<author>
<name>David Gibson</name>
<email>david@gibson.dropbear.id.au</email>
</author>
<published>2005-08-05T09:39:06Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=e28f7faf05159f1cfd564596f5e6178edba6bd49'/>
<id>urn:sha1:e28f7faf05159f1cfd564596f5e6178edba6bd49</id>
<content type='text'>
Implement 4-level pagetables for ppc64

This patch implements full four-level page tables for ppc64, thereby
extending the usable user address range to 44 bits (16T).

The patch uses a full page for the tables at the bottom and top level,
and a quarter page for the intermediate levels.  It uses full 64-bit
pointers at every level, thus also increasing the addressable range of
physical memory.  This patch also tweaks the VSID allocation to allow
matching range for user addresses (this halves the number of available
contexts) and adds some #if and BUILD_BUG sanity checks.

Signed-off-by: David Gibson &lt;dwg@au1.ibm.com&gt;
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] ppc64: Turn runlatch on in exception entry</title>
<updated>2005-07-08T01:23:37Z</updated>
<author>
<name>Anton Blanchard</name>
<email>anton@samba.org</email>
</author>
<published>2005-07-08T00:56:12Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=8dc4fd87f229414fc38648508aad7def2275fe81'/>
<id>urn:sha1:8dc4fd87f229414fc38648508aad7def2275fe81</id>
<content type='text'>
Enable the runlatch at the start of each exception.  Unfortunately we are out
of space in the 0x300 handler, so I added it a bit later.

The SPR write is fairly expensive, perhaps we should cache the runlatch state
in the paca and avoid the write when possible.

We don't need to turn the runlatch off, we do that in the idle loop.  Better
to take the hit in the idle loop than for each exception exit.

Signed-off-by: Anton Blanchard &lt;anton@samba.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] ppc64: Fix runlatch code to work on pseries machines</title>
<updated>2005-07-08T01:23:37Z</updated>
<author>
<name>Anton Blanchard</name>
<email>anton@samba.org</email>
</author>
<published>2005-07-08T00:56:11Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a2f7a9ce2a5c3d21cc0eb37a03da603b44ba4b09'/>
<id>urn:sha1:a2f7a9ce2a5c3d21cc0eb37a03da603b44ba4b09</id>
<content type='text'>
Not all ppc64 CPUs have the CTRL SPR, so we need a cputable feature for it.

Signed-off-by: Anton Blanchard &lt;anton@samba.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
