summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Automatically generate cxxtest driver.Mark Wenning2011-05-167-44/+771
* Base cxxtest class and some examples.Andrew Geissler2011-05-1611-2/+199
* Build trace string file.Patrick Williams2011-05-162-2/+7
* Initial trace support for host bootAndrew Geissler2011-05-169-603/+2061
* Allow additional include paths through EXTRAINCDIRS variablePatrick Williams2011-04-291-6/+10
* 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
* Fix dep generation for headers.Patrick Williams2011-03-271-6/+8
* 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-0571-526/+4906
* Update fakeroot path to reflect HAL change.Patrick Williams2011-01-122-2/+2
* Run linker inside mcp jail.Patrick Williams2011-01-112-2/+2
* Fix invalid linker include.Patrick Williams2011-01-112-2/+2
* More updates to build on pool machines.Patrick Williams2011-01-115-2/+504
* Use mdchroot build environment.Patrick Williams2011-01-113-7/+17
* Missed updating bash environment script.Patrick Williams2011-01-101-1/+1
* Makefile cleanups.Patrick Williams2011-01-1012-70/+25
* Importing trace header files from FSP trace and integrating into build.Patrick Williams2011-01-1014-10/+977
* Missed deleting original linker when moving.Patrick Williams2010-10-051-495/+0
* Support printk format warnings.Patrick Williams2010-10-057-14/+14
* Move linker to make room for trace preprocessor.Patrick Williams2010-10-052-6/+8
* Add nanosleep syscall.Patrick Williams2010-10-049-9/+249
* Add skeleton of timebase manager.Patrick Williams2010-09-207-10/+49
OpenPOWER on IntegriCloud