summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Change build structure to automatically create object directories as needed.Patrick Williams2010-09-208-2/+5
* 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-0913-17/+488
* Add linker in preparation for modules.Patrick Williams2010-08-2017-43/+214
* Enable -Wall and fix warnings.Patrick Williams2010-08-198-25/+28
* Deleting unused qemu control file. Use simics for all simulation now.Patrick Williams2010-08-181-27/+0
* Change compiler to fakeroot compiler.Patrick Williams2010-08-183-3/+7
* MMIO mapping support and syscalls.Patrick Williams2010-07-0811-20/+354
* SMT support.Patrick Williams2010-07-0716-49/+151
* Fix bug in VFS register.Patrick Williams2010-07-071-0/+1
* Memory map and execution fixes for simics.Patrick Williams2010-07-025-12/+33
* Remove extra ptesyncPatrick Williams2010-07-022-9/+0
* Start virtual memory management.Patrick Williams2010-07-029-8/+202
* Move SPRG3 manipulation to common ppc-arch file.Patrick Williams2010-06-284-9/+40
* Change 0x17C to 'attn' instruction.Patrick Williams2010-06-281-1/+1
* Fix SPRs overwriting GPRs in restore.Patrick Williams2010-06-281-5/+5
* Move SPR restore to end of dispatch sequence.Patrick Williams2010-06-281-9/+10
* Place-holder for breakpoint attention / PHYP start address.Patrick Williams2010-06-281-0/+5
* Add shell of VFS for registering and resolving message queue names.Patrick Williams2010-06-259-13/+157
* Add messagingPatrick Williams2010-06-2411-2/+490
* Clean up map files on 'make clean'.Patrick Williams2010-06-231-1/+1
* Program exception handling and emulated instruction for mfsprg3.Patrick Williams2010-06-225-3/+82
* Turn interrupt vectors into macros.Patrick Williams2010-06-222-123/+50
* Add mutex userspace / syscalls.Patrick Williams2010-06-1111-17/+204
OpenPOWER on IntegriCloud