summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Run linker inside mcp jail.Patrick Williams2011-01-111-1/+1
* Fix invalid linker include.Patrick Williams2011-01-112-2/+2
* More updates to build on pool machines.Patrick Williams2011-01-113-0/+502
* Makefile cleanups.Patrick Williams2011-01-1010-67/+1
* Importing trace header files from FSP trace and integrating into build.Patrick Williams2011-01-1011-6/+969
* 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-051-5/+7
* Add nanosleep syscall.Patrick Williams2010-10-049-9/+249
* Add skeleton of timebase manager.Patrick Williams2010-09-207-10/+49
* Change build structure to automatically create object directories as needed.Patrick Williams2010-09-204-1/+1
* Various VMM updates.Patrick Williams2010-09-143-3/+27
* Fix storage protection issue on R-only pages.Patrick Williams2010-09-131-2/+2
* Add task_exec system call.Patrick Williams2010-09-096-1/+70
* Update makefiles to reference ROOTPATH for makefile includes.Patrick Williams2010-09-098-8/+8
* Support modules.Patrick Williams2010-09-0911-16/+487
* Add linker in preparation for modules.Patrick Williams2010-08-2012-36/+199
OpenPOWER on IntegriCloud