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
/
tracing
/
kernel
/
arch
/
ia32
/
include
/
barrier.h
@ 3759
– Rev 4377
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
4377
5652 d 14 h
svoboda
/branches/tracing/
Merge latest trunk changes to tracing. (i.e. revs 3684:4374, huge). This time hopefully the real thing.
3424
5890 d 12 h
svoboda
/branches/tracing/
Merge trunk changes up to r3180 into tracing
2787
6062 d 18 h
decky
/branches/tracing/
add dynamic linking, debugging and tracing branch
2082
6492 d 21 h
decky
/trunk/
__asm__ __volatile__ -> asm volatile
2071
6497 d 13 h
jermar
/trunk/
(c) versus (C)
1888
6622 d 17 h
jermar
/trunk/
C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
1787
6687 d 16 h
decky
/
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot
1702
6715 d 20 h
cejka
/kernel/trunk/
Kernel doxygen comments updated.
1434
6731 d 16 h
palkovsky
/kernel/trunk/
Added 'realtime' clock interface.
Added some asm macros as memory barriers.
Added drift computing for mips platform.
534
6906 d 14 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel again.
532
6906 d 15 h
jermar
/
Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.
501
6918 d 19 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel.
470
6932 d 9 h
jermar
/SPARTAN/trunk/
ia64 work.
Big cleanup of IA-64 interrupt processing.
Merge of interrupt.c and interrupt_handler.c.
Rewrite of ivt.S and interrupt.c.
Higher level interrupt handlers are now passed a vector number and a pointer to stack structure.
ia32 work.
ia32 has ordered writes. Until it deploys weaker memory ordering model, write_barrier() can be empty statement.
469
6932 d 16 h
jermar
/SPARTAN/trunk/arch/ia32/include/
Get the memory barriers on ia32 right.
468
6932 d 17 h
decky
/SPARTAN/trunk/
fix IA-32 fences (1/2)
457
6932 d 22 h
decky
/SPARTAN/trunk/
new build system almost finished
423
6944 d 18 h
decky
/SPARTAN/trunk/
Enable/disable CPU memory barriers at compile time
177
7003 d 22 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.
153
7025 d 11 h
jermar
/SPARTAN/trunk/
Add memory barriers into spinlock_*().
Implement CS_{ENTER|LEAVE}_BARRIER() for IA-32 (no-op).
Provide incomplete CS_{ENTER|LEAVE}_BARRIER() macros for IA-64 and MIPS as well.
Small changes here and there.