summaryrefslogtreecommitdiffstats
path: root/src/kernel/kernel.C
Commit message (Expand)AuthorAgeFilesLines
* Add copyright headers to all source files.Patrick Williams2011-08-241-0/+22
* Additional weak-consistency fixes.Patrick Williams2011-04-211-0/+1
* Change kernel string to hostboot.Patrick Williams2011-04-141-1/+1
* VBU: Move dcbz code into PageManager.Patrick Williams2011-04-111-12/+0
* Fix dcbz to round up to nearest cache line.Patrick Williams2011-04-111-2/+5
* VBU: dcbz cache lines after code image to ensure they are in the L3.Patrick Williams2011-04-071-0/+10
* Remove invalid memory access in hbi init.Patrick Williams2011-03-051-1/+1
* Add skeleton of timebase manager.Patrick Williams2010-09-201-0/+2
* SMT support.Patrick Williams2010-07-071-1/+15
* Start virtual memory management.Patrick Williams2010-07-021-0/+2
* Create init process, fix scheduler bugs.Patrick Williams2010-06-071-1/+16
* Implement task saving and dispatching.Patrick Williams2010-06-031-0/+4
* Initial cpu / task structs.Patrick Williams2010-06-021-0/+8
* Add new/delete operators.Patrick Williams2010-05-211-1/+1
* malloc / free supportPatrick Williams2010-05-211-1/+4
* Add heap manager for allocations up to 2040 bytesPatrick Williams2010-05-211-1/+2
* Create page manager.Patrick Williams2010-05-201-5/+13
* Call default constructors.Patrick Williams2010-05-191-5/+28
* Full vargs printk.Patrick Williams2010-05-191-0/+4
* Add thread safe guard variable code.Patrick Williams2010-05-181-1/+1
* Create simple console.Patrick Williams2010-05-181-0/+4
* Improve make infrastructure.Patrick Williams2010-05-181-0/+6
OpenPOWER on IntegriCloud