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)
/
trunk
/
kernel/
– Rev 2054
Rev
Go to most recent revision
|
Show changed files
|
Directory listing
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
2054
6525 d 1 h
jermar
/trunk/kernel/
Fix important comment in kernel/arch/sparc64/src/proc/scheduler.c.
Improve framebuffer code.
Formatting and indentation fixes.
2053
6526 d 5 h
decky
/trunk/kernel/test/
quiet variants of tests
2052
6526 d 6 h
decky
/trunk/kernel/generic/src/mm/
pretty-print slabs
2051
6526 d 12 h
decky
/trunk/kernel/
quiet mode
2050
6526 d 13 h
decky
/trunk/kernel/
benchmarking with statistics (initial)
2049
6528 d 11 h
jermar
/trunk/kernel/arch/sparc64/src/
More formatting and indentation changes.
2048
6529 d 4 h
jermar
/trunk/
Formatting and indentation changes.
2047
6531 d 2 h
jermar
/trunk/kernel/arch/sparc64/include/
Convert sparc64 critical section barriers to RMO memory model.
More portable, no confusion from documentation.
2046
6531 d 4 h
jermar
/trunk/kernel/arch/sparc64/include/
Another comment fix.
2045
6531 d 4 h
jermar
/trunk/kernel/arch/sparc64/include/
Fix comment.
2044
6531 d 5 h
jermar
/trunk/kernel/arch/sparc64/
On sparc64's tick interrupt, adjust the TICK_COMPARE register instead of the TICK
register. The TICK register now increments linearily and can be used by the get_cycle()
function.
2043
6531 d 5 h
jermar
/trunk/kernel/arch/sparc64/src/
Make the sparc64 kernel compile again.
2042
6531 d 6 h
decky
/trunk/kernel/
introduce uncounted threads, whose accounting doesn't affect accumulated task accounting
run tests in kconsole thread again
2041
6531 d 7 h
decky
/trunk/kernel/generic/src/proc/
revert 2040
2040
6531 d 9 h
decky
/trunk/kernel/generic/src/proc/
add forgotten btree_remove()
2039
6531 d 10 h
decky
/trunk/kernel/generic/
accumulate task accounting, run tests as separate kernel task
2038
6532 d 0 h
jermar
/trunk/kernel/arch/sparc64/
Remove old stuff.
2037
6532 d 1 h
jermar
/trunk/kernel/arch/sparc64/include/
Backout change from revision 2034.
sparc64 is not yet ready for get_cycle().
2036
6532 d 4 h
decky
/trunk/kernel/test/mm/
fix test function name
2035
6532 d 8 h
decky
/trunk/kernel/generic/src/
more fancy kconsole output
2034
6532 d 9 h
jermar
/trunk/kernel/arch/sparc64/include/
get_cycle() for sparc64.
2033
6532 d 9 h
decky
/trunk/kernel/arch/ppc32/include/
get_cycle() for PPC32
2032
6532 d 9 h
decky
/trunk/kernel/generic/src/proc/
proper initialization of last_cycle
2031
6532 d 11 h
decky
/trunk/kernel/generic/include/proc/
fix comment
2030
6532 d 11 h
decky
/trunk/kernel/
thread CPU cycles accounting
2029
6533 d 4 h
decky
/trunk/kernel/test/
remove asserts and panics from tests
2028
6533 d 6 h
decky
/trunk/kernel/test/
cleanup tests
2027
6533 d 10 h
decky
/trunk/kernel/
cleanup kernel tests infrastructure
2026
6534 d 0 h
jermar
/trunk/kernel/generic/include/ipc/
Improve comment.
2025
6534 d 0 h
jermar
/trunk/
Coding style fixes.
2024
6534 d 3 h
decky
/trunk/kernel/test/synch/
remove static keyword
2023
6534 d 3 h
decky
/trunk/kernel/arch/
add dummy cycle.h
2022
6534 d 3 h
decky
/trunk/kernel/
integrate rest of the tests
2021
6534 d 4 h
decky
/trunk/kernel/
integrate more tests
2020
6534 d 4 h
decky
/trunk/kernel/
integrate more tests
2019
6534 d 4 h
decky
/trunk/kernel/
prepare for new test infrastructure
2018
6534 d 5 h
decky
/trunk/kernel/
rename rdtsc() to get_cycle()
2017
6534 d 9 h
decky
/trunk/kernel/arch/ia32xen/
update for Xen
2016
6534 d 10 h
jermar
/trunk/kernel/arch/sparc64/src/mm/
The D-cache line size is actually 32 bytes on UltraSPARC II, IIi (and also IIe).
2015
6536 d 3 h
jermar
/trunk/
Rework support for virtually indexed cache.
Instead of repeatedly flushing the data cache, which was a huge overkill, refuse to create an illegal address alias
in the kernel (again) and allocate appropriate page color in userspace instead. Extend the detection also to
SYS_PHYSMEM_MAP syscall.
Add support for tracking physical memory areas mappable by SYS_PHYSMEM_MAP.
Lots of coding style changes.