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
/
sparc64
/
src
/
smp
/
sun4v
/
smp.c
@ 4498
– Rev 4679
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
4679
5570 d 22 h
rimsky
/branches/sparc/kernel/
Enhancing the way how even distribution of threads over processor cores is achieved.
4663
5579 d 1 h
rimsky
/branches/sparc/kernel/
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.
4638
5590 d 23 h
rimsky
/branches/sparc/kernel/
SMP on Niagara made working: debugged the problem with the 'non-deterministic' symptoms, implemented the IPI mechanism.
4614
5597 d 20 h
rimsky
/branches/sparc/kernel/arch/sparc64/
Waking CPUs up on sun4v. Weird errors occur when accessing the THE structure.
4130
5710 d 19 h
rimsky
/branches/sparc/
Cleanup of the Niagara port. The main purpose of these changes is to make it easy to find out which code is generic, which is sun4u-specific and which is sun4v-specific.
3862
5748 d 16 h
rimsky
/branches/sparc/kernel/
Changed the structure of header files, which have sun4u and sun4v versions. Implemented some sun4v TSB functions.
3771
5781 d 17 h
rimsky
/branches/sparc/kernel/arch/sparc64/
Forgotten files comitted to repository.