Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
3906 5612 d 11 h jermar /trunk/kernel/ IRQ handlers are using one superfluous argument and an unused elipsis.
On the other hand, IRQ claim functions would need to be passed the instance
argument.
 
3841 5627 d 17 h decky /trunk/kernel/arch/ppc32/src/ it is essential to setup the decrementer before potential rescheduling  
3071 5869 d 19 h decky /trunk/kernel/ reflect changes in generic code
proper formatting directives
coding style
 
2218 6292 d 11 h decky /trunk/kernel/ support the possibility to send EOI or Interrupt Acknowledgement
prior to processing the interrupt
(this is essential on some architectures to prevent preemption deadlock)
 
2071 6372 d 14 h jermar /trunk/ (c) versus (C)  
1928 6464 d 19 h decky /trunk/ ppc32: update for new IRQ subsystem (there is still a bug left)  
1926 6465 d 0 h decky /trunk/kernel/ cleanup for new IRQ subsystem  
1787 6562 d 16 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1780 6569 d 17 h jermar /kernel/trunk/ Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).  
1730 6586 d 10 h decky /kernel/trunk/arch/ppc32/ ppc32: BAT-less memory mapping (broken yet)
VSID support (broken yet)
boot API change
cleanup
 
1705 6589 d 23 h cejka /kernel/trunk/ Added file with modules definitions and descriptions.
We are able to change modules order and their description in one place.
 
1702 6590 d 20 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
1609 6597 d 21 h decky /kernel/trunk/arch/ppc32/ generalize ppc32 exception handling  
1595 6598 d 3 h palkovsky /kernel/trunk/ Added kernel circular buffer klog.
Added automatic killing of tasks raising inappropriate exceptions.
TODO: Fix vsnprintf return value(and behaviour according to specs) and remove workaround in klog.
 
1480 6603 d 0 h palkovsky /kernel/trunk/arch/ppc32/ Added ability to process external interrupts to ppc.  
1268 6633 d 19 h decky /kernel/trunk/arch/ppc32/ minor changes  
1267 6633 d 19 h decky /kernel/trunk/arch/ppc32/ ppc32: proper exception handling from user-space
code cleanup
 
1265 6633 d 21 h jermar /kernel/trunk/arch/ Add dummy IRQ_COUNT and irq_ipc_bind_arch() to ia64, ppc32 and sparc64 so that they compile again.  
1007 6680 d 22 h decky /kernel/trunk/ ppc32: preemptive scheduling works now
FPU context saving disabled for now
 
1004 6681 d 9 h decky /kernel/trunk/ ppc32: basic exception and interrupt handling