summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge of PowerHAL project up to commit:Patrick Williams2011-03-0561-494/+4742
| | | | dd45c30bd53d8e6c123165b83842d08117558a3c
* 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
| | | | | | | 1) Do SLBIA prior to creating initial SLB entry. 2) Do proper TLBIEs. 3) Set Ks/Kp in SLB properly. 4) Test data storage exception on code space.
* 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
|
* Enable -Wall and fix warnings.Patrick Williams2010-08-197-22/+24
|
* MMIO mapping support and syscalls.Patrick Williams2010-07-0811-20/+354
|
* SMT support.Patrick Williams2010-07-0715-47/+149
|
* 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
|
* Change scheduler to locked queue instead of stack-pair.Patrick Williams2010-06-094-14/+81
|
* Kernel spinlock support.Patrick Williams2010-06-095-1/+59
|
* Refactor task-manager tid counter to generic lockfree algorithm.Patrick Williams2010-06-093-9/+27
|
* Add task control syscalls.Patrick Williams2010-06-0710-8/+115
|
* Add syscall interfaces and task_yieldPatrick Williams2010-06-076-6/+105
|
* Create init process, fix scheduler bugs.Patrick Williams2010-06-0710-9/+59
|
* Give tasks a void-ptr parameter like pthreads.Patrick Williams2010-06-072-6/+10
|
* Add scheduler and calls from dispatch interrupt.Patrick Williams2010-06-077-3/+58
|
* Typo for XER save.Patrick Williams2010-06-041-1/+1
|
* Add stub for decrementer interrupt.Patrick Williams2010-06-034-5/+41
|
* Fix form of ori instruction.Patrick Williams2010-06-031-1/+1
|
* Add stub for syscall.Patrick Williams2010-06-034-2/+20
|
* Implement task saving and dispatching.Patrick Williams2010-06-036-2/+273
|
* Import register constants from KIS codebase, update start.S to use.Patrick Williams2010-06-032-31/+157
|
OpenPOWER on IntegriCloud