Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4679 5392 d 1 h rimsky /branches/sparc/kernel/ Enhancing the way how even distribution of threads over processor cores is achieved.  
4663 5400 d 4 h rimsky /branches/sparc/kernel/ Implemented detection of execution units, used in a heuristics which prevents the ready threads be unevenly distributed among physical cores by changing the order in which APs are woken up (and hence the order in which the CPUs will be running their kcpulb thread). Cleanup.  
4369 5475 d 22 h rimsky /branches/sparc/kernel/arch/sparc64/ Kernel stack and userspace window buffer pointers are stored in scratchpad registers instead of memory.  
3993 5544 d 19 h rimsky /branches/sparc/kernel/ Implemented preemptible trap handler for userspace (including syscalls - did not forget enabling interrupts for them) and the ralated stuff. Implemented handlers of instruction/data MMU miss/protection. Now some userspace tasks are run; there are, however, still some bugs causing unexpected data MMU misses.  
3862 5569 d 19 h rimsky /branches/sparc/kernel/ Changed the structure of header files, which have sun4u and sun4v versions. Implemented some sun4v TSB functions.  
3771 5602 d 20 h rimsky /branches/sparc/kernel/arch/sparc64/ Forgotten files comitted to repository.