HelenOS
HelenOS-doc
HelenOS-historic
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS
(root)
/
branches
/
rcu
/
kernel
/
arch
/
sparc64
/
include
/
arch.h
@ 2421
– Rev 2131
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
2131
6431 d 15 h
decky
/branches/
add development branches
2071
6497 d 11 h
jermar
/trunk/
(c) versus (C)
2008
6543 d 12 h
jermar
/trunk/kernel/arch/sparc64/
Add dcache_flush() function that flushes D-Cache on sparc64.
1917
6597 d 12 h
jermar
/trunk/
sparc64 work:
- hw_map() can now support up to 8M requests
- CPU stacks are now locked in DTLB of the respective processor
- kernel in the boot phase no longer relies on the stack provided by OpenFirmware
- instead of of doing FLUSHW during kernel startup, simply set the
window state registers to the wanted state
- NWINDOW -> NWINDOWS
- Add/fix some comments and copyrights.
1899
6610 d 19 h
jermar
/trunk/
sparc64 work:
- Loader now starts all processors.
- Kernel halts all but the bootstrup processor for now.
- Read clock-frequency from the respective processor node in the device tree
1891
6618 d 10 h
jermar
/trunk/kernel/
sparc64 work:
- Experimental support for TSB (Translation Storage Buffer).
1860
6636 d 13 h
jermar
/trunk/kernel/
A lot of untested sparc64 stuff:
- Write ASID to hardware when a thread is about to run in userspace.
- Add userspace() and switch_to_userspace() functions.
- Handle special cases when the userspace spill/fill handler causes MMU trap.
- Resolve some TODOs in the existing sparc64 code.
- sparc64 has now C99 compliant header guards.
- Formatting and indentation fixes.
1854
6638 d 21 h
jermar
/trunk/kernel/
Define architecture-specific thread sub-constructors and sub-destructors on all architectures.
Define the THREAD_FLAG_USPACE which means that the thread runs in user space.
The forementioned changes allow for allocating of user window buffer on sparc64
threads that execute in userspace.
A lot of formatting and indentation fixes.
1852
6641 d 13 h
jermar
/trunk/kernel/
sparc64 work.
Bunch of changes in preparation for sparc64 mm and userspace support.
Fix alignment of hardcoded_* variables in linker script.
1823
6666 d 16 h
jermar
/trunk/kernel/arch/sparc64/
sparc64 work.
Dump take_over_tlb_and_tt() and add its assembly language replacement.
1792
6685 d 10 h
jermar
/trunk/
Move functionality of tlb_arch_init() to take_over_tlb_and_tt().
Call take_over_tlb_and_tt() very early after the kernel starts
executing.
1787
6687 d 14 h
decky
/
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot
1702
6715 d 18 h
cejka
/kernel/trunk/
Kernel doxygen comments updated.
534
6906 d 12 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel again.
532
6906 d 12 h
jermar
/
Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.
501
6918 d 17 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel.
418
6949 d 11 h
jermar
/SPARTAN/trunk/
sparc64 infrastructure.