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 5448 d 14 h pillai /branches/arm/kernel/arch/arm32/ Ticket #93 fix:
Exceptin handling re-written in assembly.
 
4665 5449 d 8 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 5456 d 6 h pillai /branches/arm/kernel/arch/arm32/src/ Fixed a logical error in checking the processor mode before enabling interrupts  
4651 5456 d 8 h pillai /branches/arm/ Generic framework for arm architecture
Support for integratorcp
pl050 keyboard controller driver in kernel and userland.
 
4647 5458 d 6 h jermar /branches/arm/ Branch out a new arm branch.  
4641 5460 d 5 h jermar /trunk/kernel/arch/sparc64/src/ Adhere to the sparc64 ABI and provide stack space for procedure arguments.  
4636 5462 d 3 h jermar /trunk/ sparc64's SP_DELTA needs more space.  
4627 5465 d 13 h jermar /trunk/kernel/arch/mips32/include/ mips32's istate_t must respect the 8-byte stack alignment.  
4625 5466 d 3 h jermar /trunk/kernel/arch/ia64/ The ia64 kernel needs to handle the Data Access Rights fault.  
4610 5471 d 5 h svoboda /trunk/ Kernel Mac ADB keyboard driver revived.  
4556 5485 d 16 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 5500 d 5 h decky /trunk/kernel/ remove redundant index_t and count_t types (which were always quite ambiguous and not actually needed)  
4402 5516 d 3 h decky /trunk/ remove the confusing "Improved support for hyperthreading" configuration option  
4397 5517 d 5 h rimsky /trunk/kernel/arch/sparc64/src/mm/ TLB demap optimalization for US3.  
4363 5527 d 4 h svoboda /trunk/kernel/arch/ia64/src/drivers/ Kernel Ski driver should pull more keys at a time, similarly to the user-space driver.  
4335 5537 d 9 h decky /trunk/kernel/arch/sparc64/src/drivers/ make sgcnin_init() consistent with similar driver functions  
4333 5539 d 2 h svoboda /trunk/kernel/ Fix ELF loading issue on mips32eb.  
4329 5539 d 12 h svoboda /trunk/ Stop userspace kbd driver from polling when switching to kcon. Also, fix swapped reversed enabling/disabling of polling in kernel sgcn and ski drivers.  
4315 5543 d 4 h jermar /trunk/ Replace non-canonical B instructions with BA %xcc.
Fix one occurrence of deprecated Bicc instruction.
 
4314 5543 d 4 h jermar /trunk/kernel/arch/sparc64/ Replace all deprecated BA (Bicc) instructions with BA %xcc instructions.  

Show All