Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add copyright headers to all source files. | Patrick Williams | 2011-08-24 | 1 | -0/+22 |
* | Additional weak-consistency fixes. | Patrick Williams | 2011-04-21 | 1 | -0/+1 |
* | Change kernel string to hostboot. | Patrick Williams | 2011-04-14 | 1 | -1/+1 |
* | VBU: Move dcbz code into PageManager. | Patrick Williams | 2011-04-11 | 1 | -12/+0 |
* | Fix dcbz to round up to nearest cache line. | Patrick Williams | 2011-04-11 | 1 | -2/+5 |
* | VBU: dcbz cache lines after code image to ensure they are in the L3. | Patrick Williams | 2011-04-07 | 1 | -0/+10 |
* | Remove invalid memory access in hbi init. | Patrick Williams | 2011-03-05 | 1 | -1/+1 |
* | Add skeleton of timebase manager. | Patrick Williams | 2010-09-20 | 1 | -0/+2 |
* | SMT support. | Patrick Williams | 2010-07-07 | 1 | -1/+15 |
* | Start virtual memory management. | Patrick Williams | 2010-07-02 | 1 | -0/+2 |
* | Create init process, fix scheduler bugs. | Patrick Williams | 2010-06-07 | 1 | -1/+16 |
* | Implement task saving and dispatching. | Patrick Williams | 2010-06-03 | 1 | -0/+4 |
* | Initial cpu / task structs. | Patrick Williams | 2010-06-02 | 1 | -0/+8 |
* | Add new/delete operators. | Patrick Williams | 2010-05-21 | 1 | -1/+1 |
* | malloc / free support | Patrick Williams | 2010-05-21 | 1 | -1/+4 |
* | Add heap manager for allocations up to 2040 bytes | Patrick Williams | 2010-05-21 | 1 | -1/+2 |
* | Create page manager. | Patrick Williams | 2010-05-20 | 1 | -5/+13 |
* | Call default constructors. | Patrick Williams | 2010-05-19 | 1 | -5/+28 |
* | Full vargs printk. | Patrick Williams | 2010-05-19 | 1 | -0/+4 |
* | Add thread safe guard variable code. | Patrick Williams | 2010-05-18 | 1 | -1/+1 |
* | Create simple console. | Patrick Williams | 2010-05-18 | 1 | -0/+4 |
* | Improve make infrastructure. | Patrick Williams | 2010-05-18 | 1 | -0/+6 |