Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change copyright prolog for all files to Apache. | Patrick Williams | 2014-05-21 | 1 | -10/+10 |
* | Use new scratch reg for hb_done and set early in IPL | Andrew Geissler | 2014-03-13 | 1 | -0/+4 |
* | Set hostboot_done scratch reg after all winkles and controlled shutdown | Andrew Geissler | 2014-02-19 | 1 | -3/+3 |
* | Memory Leak task_end | Bill Schwartz | 2012-10-12 | 1 | -24/+23 |
* | Support for master winkle. | Patrick Williams | 2012-08-10 | 1 | -22/+25 |
* | Interactive debug tool. | Patrick Williams | 2011-12-06 | 1 | -1/+1 |
* | Support task_wait / task_wait_tid syscalls: | Patrick Williams | 2011-10-24 | 1 | -5/+11 |
* | 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 |