summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Userspace interfaces for processor affinity.Patrick Williams2011-05-262-4/+103
* Kernel support for processor affinity.Patrick Williams2011-05-266-8/+82
* Improve assert debugability.Patrick Williams2011-05-251-1/+3
* Fix deadlock in mutex due to uninitialized values.Patrick Williams2011-05-251-0/+2
* Hide trace singleton within trace module.Patrick Williams2011-05-243-5/+17
* Initial Error Log code deliveryThi Tran2011-05-2421-3/+1569
* Add container find to algorithm.Patrick Williams2011-05-231-0/+28
* Simple realloc implementation.Patrick Williams2011-05-202-0/+29
* Fix #include directive for trace/interfacePatrick Williams2011-05-201-1/+1
* Fixed doxygen tags within trace header file.Andrew Geissler2011-05-191-26/+26
* Change doxygen project name to Hostboot.Patrick Williams2011-05-181-1/+1
* Initial script to extract and display formatted trace in SimicsCamVan Nguyen2011-05-181-0/+105
* Initial STL code delivery with code review changes.dgilbert2011-05-183-0/+1957
* Updated per trace code review comments.Andrew Geissler2011-05-1812-422/+631
* Execute all libtest* modules when hbicore_test image starts.Patrick Williams2011-05-183-1/+29
* Fix weak consistency bug in guard-aquire/guard-releasePatrick Williams2011-05-171-31/+16
* Automatically generate cxxtest driver.Mark Wenning2011-05-165-36/+738
* Base cxxtest class and some examples.Andrew Geissler2011-05-1611-2/+199
* Initial trace support for host bootAndrew Geissler2011-05-168-602/+2060
* Fix weak-consistency bug in spinlocks.Patrick Williams2011-04-211-0/+1
* Fix race conditions in syscall interfaces.Patrick Williams2011-04-211-2/+2
* Additional weak-consistency fixes.Patrick Williams2011-04-212-0/+2
* Move inline mtdec into arch/ppc.HPatrick Williams2011-04-213-10/+11
* Remove unused isCPU0 function.Patrick Williams2011-04-141-5/+0
* Change kernel string to hostboot.Patrick Williams2011-04-141-1/+1
* Add per CPU sleep queues.Patrick Williams2011-04-142-6/+6
* VBU: Move dcbz code into PageManager.Patrick Williams2011-04-112-12/+10
* Fix dcbz to round up to nearest cache line.Patrick Williams2011-04-112-3/+6
* Rename trace buffer to match coding conventions.Patrick Williams2011-04-084-3/+3
* Fix init task to yield while waiting for VFS to come up.Patrick Williams2011-04-081-1/+1
* VBU: dcbz cache lines after code image to ensure they are in the L3.Patrick Williams2011-04-072-0/+17
* Revert "Temporary dcbf on printk for VBU."Patrick Williams2011-04-061-5/+1
* Temporary dcbf on printk for VBU.Patrick Williams2011-04-061-1/+5
* Fix size mismatch on store of 'kernel_other_thread_spinlock.Patrick Williams2011-04-061-2/+2
* Add trace parsing script.Patrick Williams2011-04-011-0/+101
* Save the trace component string properly.Patrick Williams2011-04-012-3/+3
* Initial code for trace api.Patrick Williams2011-03-318-3/+178
* Eliminate race condition in updating task->cpu pointer.Patrick Williams2011-03-312-3/+3
* Infinite loop in VFS module-exec code.Patrick Williams2011-03-311-0/+1
* Optimization on queue size.Patrick Williams2011-03-281-11/+5
* Read task_create function pointer from user space for memory protection valid...Patrick Williams2011-03-281-0/+5
* Make VMM more resilient to different image sizes.Patrick Williams2011-03-272-6/+8
* Add size function to queue container.Patrick Williams2011-03-271-1/+22
* Select new task in msg_sendrecv if receiver not waiting.Patrick Williams2011-03-271-0/+2
* Ensure decrementer is initialized for normal task execution.Patrick Williams2011-03-241-1/+6
* Support running a full system worth of threads.Patrick Williams2011-03-074-15/+26
* Fix sprintf to null terminate the string.Dave Larson2011-03-071-1/+1
* Thread priorities in idle and init spinlock.Patrick Williams2011-03-052-1/+10
* Remove invalid memory access in hbi init.Patrick Williams2011-03-052-5/+1
* Merge of PowerHAL project up to commit:Patrick Williams2011-03-0561-494/+4742
OpenPOWER on IntegriCloud