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
1184 6621 d 0 h jermar /kernel/trunk/ Move arch/thread.h to arch/proc/thread.h on all architectures.
Replace ARCH_THREAD_DATA with new thread_arch_t arch on all architectures.
Similarily, add task_arch_t arch on all architectures.
On amd64 and ia32, grow the TSS segment by 64K + 1B to support IO port
permission bitmap. For the same reason, define per task IO port permission bitmaps
on ia32 and amd64.
 
1171 6622 d 6 h jermar /kernel/trunk/ Initialize ARCH_THREAD_DATA on all architectures.
On ia32 and amd64 this fixes bug caused by uninitialized TLS pointer.
 
1170 6622 d 22 h vana /kernel/trunk/ Stack size definition macro definition fix  
1168 6624 d 19 h vana /kernel/trunk/ Thread RSE support completion (kernel)  
1138 6637 d 22 h jermar /kernel/trunk/ CPU stacks must have two frames on ia64.
Make sure both thread stack frames are mapped in before_thread_runs_arch().
Take STACK_FRAMES into account during kernel memory layout initialization in main_bsp().
 
1137 6638 d 1 h vana /kernel/trunk/arch/ia64/include/ context_set patch in kernel for changed allocation of ia64 RSE and stack  
1124 6641 d 3 h jermar /kernel/trunk/arch/ Small changes.
Make sparc64 and ppc32 compile again.
 
1121 6641 d 17 h jermar /kernel/trunk/ Small textual changes.  
1108 6642 d 16 h jermar /kernel/trunk/ Small PTE_* macros and SET_PTL0_ADDRESS macro changes.  
1107 6642 d 16 h jermar /kernel/trunk/ Small atomic #include and typedef changes.  
1106 6642 d 16 h jermar /kernel/trunk/arch/ Pass either -DCONFIG_PAGE_PT or -DCONFIG_PAGE_HT to the compiler.  
1104 6642 d 21 h jermar /kernel/trunk/ Define atomic_t only once in atomic.h
Change the encapsulated counter type to long so that it supports negative values as well.
 
1080 6647 d 20 h jermar /kernel/trunk/arch/ia64/src/mm/ Fix double page_table_unlock() in ia64 tlb.c.  
1078 6647 d 20 h jermar /kernel/trunk/ Improved uspace threads.
ia64 needs fixing.
 
1070 6648 d 4 h jermar /kernel/trunk/ More checks for address space area conflicts.  
1066 6648 d 13 h jermar /kernel/trunk/ Support for user space threads.  
1059 6648 d 19 h jermar /kernel/trunk/ Clear user address space when creating new page tables.
Fix mapping of l_apic and io_apic on amd64.
 
1056 6648 d 21 h jermar /kernel/trunk/arch/ia64/src/ Slightly optimized version of ivt.S.  
1053 6648 d 22 h vana /kernel/trunk/ Itanium FPU Lazy context switching... but not so much tested  
1044 6649 d 2 h jermar /kernel/trunk/ Page table locking.  

Show All