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
4666 5398 d 5 h pillai /branches/arm/kernel/arch/arm32/ Ticket #93 fix:
Exceptin handling re-written in assembly.
 
4665 5398 d 22 h pillai /branches/arm/kernel/arch/arm32/src/ Change the exception handling logic:
Exception handler switches from exception mode to kernel mode(supervisor mode) before proceeding to
the exc_dispatch() C function. This assures that exception handling is re-entrant and
kernel would not get confused with different processor modes inside the kernel.

Also fixes a kernel panic during nested interrupts.
 
4652 5405 d 21 h pillai /branches/arm/kernel/arch/arm32/src/ Fixed a logical error in checking the processor mode before enabling interrupts  
4651 5405 d 23 h pillai /branches/arm/ Generic framework for arm architecture
Support for integratorcp
pl050 keyboard controller driver in kernel and userland.
 
4647 5407 d 20 h jermar /branches/arm/ Branch out a new arm branch.  
4641 5409 d 19 h jermar /trunk/kernel/arch/sparc64/src/ Adhere to the sparc64 ABI and provide stack space for procedure arguments.  
4640 5409 d 19 h jermar /trunk/kernel/generic/include/ Improve comment.  
4639 5409 d 19 h jermar /trunk/kernel/generic/src/main/ IRQ-safe switch to userspace.  
4637 5411 d 17 h svoboda /trunk/kernel/genarch/ Implement data transmission to CUDA, use to enable autopolling. Now the driver works both in PearPC and Qemu -M g3beige.  
4636 5411 d 18 h jermar /trunk/ sparc64's SP_DELTA needs more space.  
4635 5411 d 23 h jermar /trunk/ Things are much easier when the compiler knows that context_save() returns twice.  
4627 5415 d 3 h jermar /trunk/kernel/arch/mips32/include/ mips32's istate_t must respect the 8-byte stack alignment.  
4626 5415 d 17 h svoboda /trunk/kernel/genarch/ Modify CUDA driver to state machine format, with one interrupt per byte transferred.  
4625 5415 d 17 h jermar /trunk/kernel/arch/ia64/ The ia64 kernel needs to handle the Data Access Rights fault.  
4624 5415 d 17 h jermar /trunk/kernel/genarch/src/mm/ Initialize the Accessed and Dirty bits when the page hash table is used.  
4610 5420 d 19 h svoboda /trunk/ Kernel Mac ADB keyboard driver revived.  
4569 5426 d 23 h jermar /trunk/kernel/genarch/src/acpi/ A little bit of cstyle.  
4568 5426 d 23 h jermar /trunk/kernel/doc/ Mention arm32 in the document describing virtual address translation.  
4556 5435 d 6 h decky /trunk/ define endianess externally to be able to exactly specify whether we are using UTF-32LE or UTF-32BE
quit messing with BOM in UTF-32
 
4490 5449 d 19 h decky /trunk/kernel/ remove redundant index_t and count_t types (which were always quite ambiguous and not actually needed)  

Show All