<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/arch/x86/include/asm/numaq, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/arch/x86/include/asm/numaq?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/arch/x86/include/asm/numaq?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2009-01-28T22:20:37Z</updated>
<entry>
<title>x86, numaq: consolidate code</title>
<updated>2009-01-28T22:20:37Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@elte.hu</email>
</author>
<published>2009-01-28T17:47:24Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=5a44632f77a9c867621f7bf80c233eac75fea672'/>
<id>urn:sha1:5a44632f77a9c867621f7bf80c233eac75fea672</id>
<content type='text'>
Move all the NUMAQ subarch definitions into numaq.c. With this it
ceases to depend on build-time subarch features.

Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;
</content>
</entry>
<entry>
<title>x86, smp: refactor -&gt;inquire_remote_apic() methods</title>
<updated>2009-01-28T22:20:34Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@elte.hu</email>
</author>
<published>2009-01-28T15:31:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=25dc004903a38f0b6f6626dbbab058c8709c5398'/>
<id>urn:sha1:25dc004903a38f0b6f6626dbbab058c8709c5398</id>
<content type='text'>
Nothing exciting - a few subarches dont want APIC remote reads to
be performed - the others are content with the default method.

 - extend the generic code to handle NULL methods

 - clear out dummy methods and replace them with NULL

 - clean up: remove wrapper macros, etc.

Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;
</content>
</entry>
<entry>
<title>x86, smp: remove -&gt;restore_NMI_vector()</title>
<updated>2009-01-28T22:20:34Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@elte.hu</email>
</author>
<published>2009-01-28T15:43:47Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=3d5f597e938c425554cb7668fd3c9d6a536a984a'/>
<id>urn:sha1:3d5f597e938c425554cb7668fd3c9d6a536a984a</id>
<content type='text'>
Nothing actually restores the NMI vector - so remove this
logic altogether.

Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;
</content>
</entry>
<entry>
<title>x86, smp: refactor -&gt;store/restore_NMI_vector() methods</title>
<updated>2009-01-28T22:20:33Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@elte.hu</email>
</author>
<published>2009-01-28T15:31:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=7bd06ec63a1204ca44b9f1dc487b8632016162d1'/>
<id>urn:sha1:7bd06ec63a1204ca44b9f1dc487b8632016162d1</id>
<content type='text'>
Only NUMAQ does something substantial here, because it initializes
via NMIs (not via INIT as standard SMP startup) - so it needs to
store and restore the NMI vector.

 - extend the generic code to handle NULL methods

 - clear out dummy methods and replace them with NULL

 - clean up: remove wrapper macros, etc.

Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;
</content>
</entry>
<entry>
<title>x86, smp: refactor -&gt;smp_callin_clear_local_apic() methods</title>
<updated>2009-01-28T22:20:33Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@elte.hu</email>
</author>
<published>2009-01-28T15:31:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=333344d94300500e401cffb4eea10a5ab6e5a41d'/>
<id>urn:sha1:333344d94300500e401cffb4eea10a5ab6e5a41d</id>
<content type='text'>
Only NUMAQ does something substantial here, because it initializes
via NMIs (not via INIT as standard SMP startup) - so it needs to
reset the APIC.

 - extend the generic code to handle NULL methods

 - clear out dummy methods and replace them with NULL

 - clean up: remove wrapper macros, etc.

Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;
</content>
</entry>
<entry>
<title>x86, smp: refactor -&gt;wait_for_init_deassert()</title>
<updated>2009-01-28T22:20:32Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@elte.hu</email>
</author>
<published>2009-01-28T15:21:32Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=a965936643e28af8152d9e960b966baa1a5588a2'/>
<id>urn:sha1:a965936643e28af8152d9e960b966baa1a5588a2</id>
<content type='text'>
- spread out the namespace on a per APIC driver basis

 - handle a NULL -&gt;wait_for_init_deassert() as a 'dont wait' default method

 - remove NUMAQ and Summit handlers

Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;
</content>
</entry>
<entry>
<title>x86, smp: clean up -&gt;trampoline_phys_low/high handling</title>
<updated>2009-01-28T22:20:31Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@elte.hu</email>
</author>
<published>2009-01-28T15:09:23Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=6f177c01db6b865181fbc6c948381b290ee09718'/>
<id>urn:sha1:6f177c01db6b865181fbc6c948381b290ee09718</id>
<content type='text'>
- spread out the namespace on a per apic driver basis

 - remove wrapper macros

Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;
</content>
</entry>
<entry>
<title>x86, apic: untangle the send_IPI_*() jungle</title>
<updated>2009-01-28T22:20:31Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@elte.hu</email>
</author>
<published>2009-01-28T14:42:24Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=dac5f4121df3c39fdb2ea57acd669a0ae19e46f8'/>
<id>urn:sha1:dac5f4121df3c39fdb2ea57acd669a0ae19e46f8</id>
<content type='text'>
Our send_IPI_*() methods and definitions are a twisted mess: the same
symbol is defined to different things depending on .config details,
in a non-transparent way.

 - spread out the quirks into separately named per apic driver methods

 - prefix the standard PC methods with default_

 - get rid of wrapper macro obfuscation

 - clean up various details

Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;
</content>
</entry>
<entry>
<title>x86, apic: refactor -&gt;cpu_mask_to_apicid*()</title>
<updated>2009-01-28T22:20:30Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@elte.hu</email>
</author>
<published>2009-01-28T14:20:18Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=debccb3e77be52cfc26c5a99e123c114c5c72aeb'/>
<id>urn:sha1:debccb3e77be52cfc26c5a99e123c114c5c72aeb</id>
<content type='text'>
- spread out the namespace on a per driver basis

 - clean up the functions

 - get rid of macros

Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;
</content>
</entry>
<entry>
<title>x86, apic: get rid of *_APIC_ID_MASK definitions</title>
<updated>2009-01-28T22:20:30Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@elte.hu</email>
</author>
<published>2009-01-28T14:08:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=94af18755266edf46803564414d74f9621aaded8'/>
<id>urn:sha1:94af18755266edf46803564414d74f9621aaded8</id>
<content type='text'>
Impact: cleanup

Remove the *_APIC_ID_MASK subarch definitions and move them straight
to the genapic driver initialization code.

Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;
</content>
</entry>
</feed>
