Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4490 5459 d 8 h decky /trunk/kernel/ remove redundant index_t and count_t types (which were always quite ambiguous and not actually needed)  
4397 5476 d 8 h rimsky /trunk/kernel/arch/sparc64/src/mm/ TLB demap optimalization for US3.  
4282 5508 d 17 h decky /trunk/kernel/arch/sparc64/ repair two glitches in memory management
(no beer today :))
 
4277 5509 d 12 h jermar /trunk/kernel/arch/sparc64/ On sparc64, do fast indentity mapping only for physical memory.
For addresses above physical memory, such as I/O devices,
fall through to the C miss handler and map the memory noncacheably.
Replace deprecated Bicc instructions with proper Bcc instructions.
 
4223 5520 d 12 h decky /trunk/kernel/ represent special keystrokes (cursor arrows, page up/down, delete, etc.) as appropriate Unicode characters
do not parse ANSI control sequences in kconsole, but in serial line driver
 
4220 5520 d 19 h decky /trunk/kernel/ update for string changes  
4140 5537 d 6 h jermar /trunk/kernel/arch/sparc64/src/mm/ Update comments for the new hw_map(), which was committed in r4138.  
4138 5537 d 7 h jermar /trunk/ Revert the previous commit.  
3973 5555 d 16 h decky /trunk/kernel/ kernel memory management revisited (phase 2): map physical memory according to zones
- ia32: register reserved and ACPI zones
- pareas are now used only for mapping of present physical memory (hw_area() is gone)
- firmware zones and physical addresses outside any zones are allowed to be mapped generally
- fix nasty antient bug in zones_insert_zone()
 
3940 5562 d 10 h decky /trunk/kernel/ make hw_area API more generic
this allows mapping of EGA VRAM on ia32/amd64
 
3908 5566 d 9 h decky /trunk/ overhaul pareas: use one single physical area for the physical address space not belonging to physical memory  
3790 5605 d 15 h svoboda /trunk/kernel/ Make newlines in panic messages consistent. Add periods at end of messages so that it is obvious whether they are printed entirely.  
3788 5606 d 4 h svoboda /trunk/kernel/ Unify newlines in fault_if_from_uspace() format strings. (Remove them and print newline automatically). Also start messages with caps.  
3672 5639 d 7 h jermar /trunk/ Merge sparc branch to trunk.  
3133 5814 d 7 h jermar /trunk/kernel/arch/ Add smc_coherence() macro to all architectures.
So far, only amd64, ia32, ia64 and sparc64 are implemented.
 
3104 5821 d 20 h svoboda /trunk/kernel/ Declare arguments for memstr.h operations as pointers instead of uintptr_t.  
2745 5921 d 16 h decky /trunk/ code cleanup (mostly signed/unsigned)
allow extra compiler warnings
 
2725 5942 d 13 h decky /trunk/kernel/ remove config.memory_size, get_memory_size() and memory_init.{c|d}
the amount of available memory can be calculated from the sizes of the zones
add FRAMES2SIZE, SIZE2KB and SIZE2MB functions/macros (code readability)
 
2462 6187 d 7 h jermar /trunk/kernel/ Replace gcc-specific __FUNCTION__ with C99 __func__.
suncc's xregs=no%float can be used only on sparc64.
 
2272 6235 d 9 h jermar /trunk/kernel/ Indentation and formatting fixes.  

Show All