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
/
network
/
kernel
/
generic
/
include
/
mm
/
asid.h
@ 4745
– Rev 3386
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
3386
5902 d 13 h
decky
/branches/network/
add new network branch (copy of current trunk)
2093
6485 d 13 h
decky
/trunk/kernel/
spinlock extern declaration macro
2089
6486 d 17 h
decky
/trunk/
huge type system cleanup
remove cyclical type dependencies across multiple header files
many minor coding style fixes
2085
6492 d 15 h
decky
/trunk/kernel/
typedef elimination
2071
6497 d 9 h
jermar
/trunk/
(c) versus (C)
1941
6588 d 13 h
decky
/trunk/kernel/generic/include/
cleanup
1888
6622 d 13 h
jermar
/trunk/
C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
1787
6687 d 12 h
decky
/
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot
1702
6715 d 16 h
cejka
/kernel/trunk/
Kernel doxygen comments updated.
880
6822 d 20 h
jermar
/kernel/trunk/generic/include/mm/
Fix conflict between asid_get() macro and function definitions.
878
6823 d 16 h
vana
/kernel/trunk/
Active keyboard read for ia32
869
6826 d 6 h
vana
/kernel/trunk/
Uaaaaaaa ;-) Itanium Paging !!!!!! ;-)
823
6840 d 6 h
jermar
/kernel/trunk/
Reimplement ASID stealing logic.
This time, hopefully, with correct synchronization.
730
6858 d 12 h
jermar
/kernel/trunk/
Finalize ASID management for sparc64 and mips32 by making use of FIFO queue of ASIDs.
727
6860 d 8 h
jermar
/kernel/trunk/
New ASID management subsystem (initial work, more is required).
Some TLB invalidation changes.
687
6871 d 14 h
jermar
/kernel/trunk/
Memory management work.
Pass address space identifier to functions in page_operations to support single global page hash table.