Subversion Repositories HelenOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2307 6945 d 21 h hudecek /branches/rcu/ Updated branch to latest trunk revision  
2131 6989 d 1 h decky /branches/ add development branches  
2110 7036 d 21 h jermar /trunk/kernel/arch/ia64/ Minor cleanup in ia64.  
2107 7037 d 21 h jermar /trunk/ When clock() is called by an external interrupt dispatched by the IRQ dispatcher,
no spinlock can be held or the kernel will not be preemptive. This fixes Ticket #24.

Formating and indentation fixes.
 
2082 7050 d 5 h decky /trunk/ __asm__ __volatile__ -> asm volatile  
2071 7054 d 22 h jermar /trunk/ (c) versus (C)  
2064 7068 d 21 h vana /trunk/ SIMICS added as a simulator kernel runs on  
1945 7145 d 0 h jermar /trunk/kernel/arch/ia64/ ia64 work.
Move keyboard polling to a dedicated kernel thread.
Console initialization and console related sysinfo setup
can be now done in a single function.
 
1942 7145 d 22 h jermar /trunk/ Convert ia64 to the new IRQ and notification scheme.  
1901 7168 d 3 h jermar /trunk/kernel/ Make SMP related parts of main.c more generic.
Move initialization of local APIC to architecture specific code.
Add arch_post_cpu_init() to support the above.
 
1888 7180 d 1 h jermar /trunk/ C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
 
1787 7245 d 0 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1780 7252 d 1 h jermar /kernel/trunk/ Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).  
1705 7272 d 7 h cejka /kernel/trunk/ Added file with modules definitions and descriptions.
We are able to change modules order and their description in one place.
 
1704 7272 d 10 h cejka /kernel/trunk/ Fixed first letter size of subgroup name in Others.  
1702 7273 d 4 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
1601 7280 d 9 h jermar /kernel/trunk/ Support loading up to 8 userspace images on ia64.  
1548 7283 d 3 h vana /kernel/trunk/arch/ia64/src/ From/to kernel console switching on ia64  
1541 7283 d 10 h jermar /kernel/trunk/ Modify ia64 to load 6 userspace tasks.
Tetris however makes the kernel fault on unaligned memory access in copy_from_uspace.
 
1507 7284 d 4 h vana /kernel/trunk/ IA64 uspace keyboard kernel part  
1495 7284 d 17 h jermar /kernel/trunk/ Remove three infinite loops introduced yesterday :-)

Make ia64 ready to load 5 ELF images.
 
1474 7285 d 20 h palkovsky /kernel/trunk/ Added syscall that lets kernel regain access to keyboard.  
1223 7324 d 6 h jermar /kernel/trunk/ Make ia64 and sparc64 compile again.
Fix ia64 to set up inits in arch_pre_main().
 
1168 7337 d 23 h vana /kernel/trunk/ Thread RSE support completion (kernel)  
1121 7354 d 21 h jermar /kernel/trunk/ Small textual changes.  
1078 7361 d 0 h jermar /kernel/trunk/ Improved uspace threads.
ia64 needs fixing.
 
1066 7361 d 17 h jermar /kernel/trunk/ Support for user space threads.  
1059 7361 d 23 h jermar /kernel/trunk/ Clear user address space when creating new page tables.
Fix mapping of l_apic and io_apic on amd64.
 
1039 7362 d 6 h decky /kernel/trunk/arch/ update for the use of more init tasks  
993 7363 d 22 h jermar /kernel/trunk/arch/ia64/ Fix bug in switch to userspace on ia64: ensure start in bank 1.
Fix bug in tlb_invalidate_all() that cause interrupts to be unconditionally enabled.
Optimize context switching by discarding packed attribute of context structures.
 
962 7364 d 21 h jermar /kernel/trunk/arch/ia64/ ia64 work.
Support for __SYSCALL4.
Fix user stack initial address.
 
938 7366 d 0 h jermar /kernel/trunk/ Basic support for loading ELF object files.
ia64, amd64, ia32 working.
mips32 requires some attention.
 
919 7369 d 6 h jermar /kernel/trunk/ ia64 work.
Changes to make userspace work (kernel part).
Use ski.conf from contrib directory to run Ski.

There is actually no appropriate syscall handler yet.
 
577 7458 d 17 h palkovsky /kernel/trunk/ Some small fixes, basic changes to ia64 & ppc32 without testing.  
534 7463 d 23 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 7463 d 23 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
519 7470 d 21 h vana /kernel/trunk/arch/ia64/ Keyboard support for ski (ia64 emulator)  
503 7476 d 2 h jermar /kernel/trunk/ Rename arch_late_init() to arch_pre_smp_init().
Add arch_post_smp_init().
Enable IRQ_KBD on ia-32 (doesn't work on Bochs SMP, works on Bochs UP).
 
501 7476 d 3 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
470 7489 d 17 h jermar /SPARTAN/trunk/ ia64 work.
Big cleanup of IA-64 interrupt processing.
Merge of interrupt.c and interrupt_handler.c.
Rewrite of ivt.S and interrupt.c.
Higher level interrupt handlers are now passed a vector number and a pointer to stack structure.

ia32 work.
ia32 has ordered writes. Until it deploys weaker memory ordering model, write_barrier() can be empty statement.