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
/
sparc
/
kernel
/
arch
/
ppc32
/
include
/
barrier.h
@ 3685
– Rev 3343
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
3343
5917 d 19 h
decky
/branches/sparc/
add sparc branch
3143
5983 d 20 h
svoboda
/trunk/kernel/
Implement smc_coherence[_block]() for ppc32
3134
5984 d 2 h
jermar
/trunk/kernel/arch/
Add smc_coherence_block().
3133
5984 d 15 h
jermar
/trunk/kernel/arch/
Add smc_coherence() macro to all architectures.
So far, only amd64, ia32, ia64 and sparc64 are implemented.
2071
6497 d 15 h
jermar
/trunk/
(c) versus (C)
1888
6622 d 19 h
jermar
/trunk/
C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
1787
6687 d 18 h
decky
/
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot
1702
6715 d 22 h
cejka
/kernel/trunk/
Kernel doxygen comments updated.
1267
6758 d 21 h
decky
/kernel/trunk/arch/ppc32/
ppc32: proper exception handling from user-space
code cleanup
990
6806 d 17 h
decky
/kernel/trunk/
ppc32: initial stack, memory barriers, atomic operations, stack offset fix
534
6906 d 16 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel again.
532
6906 d 17 h
jermar
/
Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.
501
6918 d 21 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel.
342
6989 d 22 h
jermar
/SPARTAN/trunk/arch/
Rename ppc port to ppc32.
177
7004 d 0 h
jermar
/SPARTAN/trunk/
Add some comments to IA-32 src/boot/boot.S and src/smp.S.
Make the boot stack start on page boundary.
This is required by get_stack_base().
Define 'THE' macro.
Implement preemption_disable() and preemption_enable().
Add memory barrier macros.
IA-32 macros need support for older processors.
Non IA-32 macros are dummy.
Reduction of many #include paths.
156
7022 d 0 h
decky
/SPARTAN/trunk/
PPC work in progress