Subversion Repositories HelenOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4687 5415 d 21 h jermar /tags/0.4.1/ Tag 0.4.1  
4490 5476 d 23 h decky /trunk/kernel/ remove redundant index_t and count_t types (which were always quite ambiguous and not actually needed)  
4397 5493 d 23 h rimsky /trunk/kernel/arch/sparc64/src/mm/ TLB demap optimalization for US3.  
4282 5526 d 8 h decky /trunk/kernel/arch/sparc64/ repair two glitches in memory management
(no beer today :))
 
4277 5527 d 2 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 5538 d 2 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 5538 d 10 h decky /trunk/kernel/ update for string changes  
4140 5554 d 21 h jermar /trunk/kernel/arch/sparc64/src/mm/ Update comments for the new hw_map(), which was committed in r4138.  
4138 5554 d 22 h jermar /trunk/ Revert the previous commit.  
3973 5573 d 7 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 5580 d 1 h decky /trunk/kernel/ make hw_area API more generic
this allows mapping of EGA VRAM on ia32/amd64
 
3908 5583 d 23 h decky /trunk/ overhaul pareas: use one single physical area for the physical address space not belonging to physical memory  
3790 5623 d 6 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 5623 d 19 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 5656 d 22 h jermar /trunk/ Merge sparc branch to trunk.  
3133 5831 d 22 h jermar /trunk/kernel/arch/ Add smc_coherence() macro to all architectures.
So far, only amd64, ia32, ia64 and sparc64 are implemented.
 
3104 5839 d 11 h svoboda /trunk/kernel/ Declare arguments for memstr.h operations as pointers instead of uintptr_t.  
2745 5939 d 7 h decky /trunk/ code cleanup (mostly signed/unsigned)
allow extra compiler warnings
 
2725 5960 d 4 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 6204 d 22 h jermar /trunk/kernel/ Replace gcc-specific __FUNCTION__ with C99 __func__.
suncc's xregs=no%float can be used only on sparc64.
 

Show All