Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add per CPU sleep queues. | Patrick Williams | 2011-04-14 | 1 | -4/+4 |
* | Make VMM more resilient to different image sizes. | Patrick Williams | 2011-03-27 | 1 | -3/+5 |
* | Support running a full system worth of threads. | Patrick Williams | 2011-03-07 | 3 | -3/+4 |
* | Merge of PowerHAL project up to commit: | Patrick Williams | 2011-03-05 | 5 | -93/+10 |
* | Support printk format warnings. | Patrick Williams | 2010-10-05 | 1 | -1/+1 |
* | Add nanosleep syscall. | Patrick Williams | 2010-10-04 | 3 | -5/+48 |
* | Add skeleton of timebase manager. | Patrick Williams | 2010-09-20 | 1 | -0/+26 |
* | Various VMM updates. | Patrick Williams | 2010-09-14 | 1 | -0/+18 |
* | Enable -Wall and fix warnings. | Patrick Williams | 2010-08-19 | 1 | -1/+1 |
* | MMIO mapping support and syscalls. | Patrick Williams | 2010-07-08 | 3 | -10/+51 |
* | SMT support. | Patrick Williams | 2010-07-07 | 6 | -11/+23 |
* | Memory map and execution fixes for simics. | Patrick Williams | 2010-07-02 | 1 | -0/+15 |
* | Remove extra ptesync | Patrick Williams | 2010-07-02 | 1 | -6/+0 |
* | Start virtual memory management. | Patrick Williams | 2010-07-02 | 4 | -4/+132 |
* | Move SPRG3 manipulation to common ppc-arch file. | Patrick Williams | 2010-06-28 | 1 | -0/+33 |
* | Add messaging | Patrick Williams | 2010-06-24 | 2 | -0/+38 |
* | Program exception handling and emulated instruction for mfsprg3. | Patrick Williams | 2010-06-22 | 1 | -0/+14 |
* | Add mutex userspace / syscalls. | Patrick Williams | 2010-06-11 | 2 | -0/+21 |
* | Change scheduler to locked queue instead of stack-pair. | Patrick Williams | 2010-06-09 | 2 | -3/+6 |
* | Kernel spinlock support. | Patrick Williams | 2010-06-09 | 1 | -0/+20 |
* | Refactor task-manager tid counter to generic lockfree algorithm. | Patrick Williams | 2010-06-09 | 1 | -3/+3 |
* | Add task control syscalls. | Patrick Williams | 2010-06-07 | 3 | -2/+6 |
* | Add syscall interfaces and task_yield | Patrick Williams | 2010-06-07 | 1 | -0/+13 |
* | Create init process, fix scheduler bugs. | Patrick Williams | 2010-06-07 | 2 | -3/+6 |
* | Give tasks a void-ptr parameter like pthreads. | Patrick Williams | 2010-06-07 | 1 | -2/+2 |
* | Add scheduler and calls from dispatch interrupt. | Patrick Williams | 2010-06-07 | 3 | -1/+7 |
* | Implement task saving and dispatching. | Patrick Williams | 2010-06-03 | 3 | -1/+47 |
* | Import register constants from KIS codebase, update start.S to use. | Patrick Williams | 2010-06-03 | 1 | -0/+124 |
* | Initial cpu / task structs. | Patrick Williams | 2010-06-02 | 6 | -0/+142 |
* | malloc / free support | Patrick Williams | 2010-05-21 | 2 | -0/+6 |
* | Add heap manager for allocations up to 2040 bytes | Patrick Williams | 2010-05-21 | 1 | -0/+39 |
* | Move pagemgr to generic lock free structure. | Patrick Williams | 2010-05-21 | 1 | -2/+3 |
* | Create page manager. | Patrick Williams | 2010-05-20 | 1 | -0/+42 |
* | Full vargs printk. | Patrick Williams | 2010-05-19 | 1 | -1/+1 |
* | Create simple console. | Patrick Williams | 2010-05-18 | 1 | -0/+25 |