<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>HelenOS &#x2013; /branches/sparc/kernel/arch/sparc64/src/proc/sun4v/</title><description>WebSVN RSS feed &#x2013; HelenOS</description><lastBuildDate>Tue, 07 Apr 2026 07:42:27 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Farch%2Fsparc64%2Fsrc%2Fproc%2Fsun4v%2F&amp;max=40&amp;</link><atom:link href="https://historic.helenos.org/rss.php?path=%2Fbranches%2Fsparc%2Fkernel%2Farch%2Fsparc64%2Fsrc%2Fproc%2Fsun4v%2F&amp;repname=HelenOS" rel="self" type="application/rss+xml" />
<item><pubDate>Fri, 24 Jul 2009 15:28:32 +0200</pubDate><dc:creator>rimsky</dc:creator><title>Rev 4663 – Implemented detection of execution units, used in a heuristics which ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Implemented detection of execution units, used in a heuristics which prevents the ready threads be unevenly distributed among physical cores by changing the order in which APs are woken up (and hence the order in which the CPUs will be running their kcpulb thread). Cleanup.&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/include/sun4v/cpu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/proc/sun4v/scheduler.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/smp/sun4v/smp.c&lt;br /&gt;~ /branches/sparc/kernel/kernel.config&lt;br /&gt;~ /branches/sparc/kernel/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Farch%2Fsparc64%2Fsrc%2Fproc%2Fsun4v%2F&amp;rev=4663</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Farch%2Fsparc64%2Fsrc%2Fproc%2Fsun4v%2F&amp;rev=4663</guid></item>
<item><pubDate>Sat, 09 May 2009 21:41:33 +0200</pubDate><dc:creator>rimsky</dc:creator><title>Rev 4369 – Kernel stack and userspace window buffer pointers are stored in ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Kernel stack and userspace window buffer pointers are stored in scratchpad registers instead of memory.&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/include/sun4v/arch.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/sun4v/cpu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/trap/sun4v/regwin.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/proc/sun4v/scheduler.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4v/start.S&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/trap/sun4v/trap_table.S&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Farch%2Fsparc64%2Fsrc%2Fproc%2Fsun4v%2F&amp;rev=4369</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Farch%2Fsparc64%2Fsrc%2Fproc%2Fsun4v%2F&amp;rev=4369</guid></item>
<item><pubDate>Sun, 01 Mar 2009 23:57:12 +0100</pubDate><dc:creator>rimsky</dc:creator><title>Rev 3993 – Implemented preemptible trap handler for userspace (including syscalls - did ...</title><description>&lt;div&gt;&lt;strong&gt;rimsky – 22 file(s) modified&lt;/strong&gt;&lt;br/&gt;Implemented preemptible trap handler for userspace (including syscalls - did not forget enabling interrupts for them) and the ralated stuff. Implemented handlers of instruction/data MMU miss/protection. Now some userspace tasks are run; there are, however, still some bugs causing unexpected data MMU misses.&lt;/div&gt;~ /branches/sparc/kernel/arch/sparc64/include/asm.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/mm/sun4v/tlb.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/sun4u/asm.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/sun4v/asm.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/sun4v/cpu.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/trap/regwin.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/trap/sun4u/regwin.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/include/trap/sun4v/mmu.h&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/include/trap/sun4v/regwin.h&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/Makefile.inc&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/mm/sun4v/tlb.c&lt;br /&gt;x /branches/sparc/kernel/arch/sparc64/src/proc/scheduler.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/proc/sun4u&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/proc/sun4u/scheduler.c&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/proc/sun4v&lt;br /&gt;+ /branches/sparc/kernel/arch/sparc64/src/proc/sun4v/scheduler.c&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4u/start.S&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4v/asm.S&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/sun4v/start.S&lt;br /&gt;~ /branches/sparc/kernel/arch/sparc64/src/trap/sun4v/trap_table.S&lt;br /&gt;~ /branches/sparc/kernel/generic/src/main/kinit.c&lt;br /&gt;~ /branches/sparc/kernel/generic/src/mm/as.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Farch%2Fsparc64%2Fsrc%2Fproc%2Fsun4v%2F&amp;rev=3993</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS&amp;path=%2Fbranches%2Fsparc%2Fkernel%2Farch%2Fsparc64%2Fsrc%2Fproc%2Fsun4v%2F&amp;rev=3993</guid></item>
</channel></rss>