summaryrefslogtreecommitdiffstats
path: root/src/include/kernel
Commit message (Expand)AuthorAgeFilesLines
* Reduce working threads to first core.Patrick Williams2011-07-251-0/+74
* VMM Improvements.Patrick Williams2011-07-209-51/+533
* Shutdown and post status on HostBoot completionMike Jones2011-07-193-11/+41
* Initial checkin of PageTableManager - RTC:3195Dan Crowell2011-07-142-93/+409
* Remove heap allocation of xscom mutex.Patrick Williams2011-06-241-1/+1
* Initial futex supportdgilbert2011-06-174-29/+97
* Create per-CPU mutex for XSCOM usage.Patrick Williams2011-06-081-0/+4
* Add HMER access syscalls (as fastpath).Patrick Williams2011-06-022-4/+50
* Added HID0 back to ppcconsts.SSteven Royer2011-05-261-0/+1
* Update SPR list.Patrick Williams2011-05-261-31/+9
* Kernel support for processor affinity.Patrick Williams2011-05-263-4/+45
* Fix deadlock in mutex due to uninitialized values.Patrick Williams2011-05-251-0/+2
* Add per CPU sleep queues.Patrick Williams2011-04-141-4/+4
* Make VMM more resilient to different image sizes.Patrick Williams2011-03-271-3/+5
* Support running a full system worth of threads.Patrick Williams2011-03-073-3/+4
* Merge of PowerHAL project up to commit:Patrick Williams2011-03-055-93/+10
* Support printk format warnings.Patrick Williams2010-10-051-1/+1
* Add nanosleep syscall.Patrick Williams2010-10-043-5/+48
* Add skeleton of timebase manager.Patrick Williams2010-09-201-0/+26
* Various VMM updates.Patrick Williams2010-09-141-0/+18
* Enable -Wall and fix warnings.Patrick Williams2010-08-191-1/+1
* MMIO mapping support and syscalls.Patrick Williams2010-07-083-10/+51
* SMT support.Patrick Williams2010-07-076-11/+23
* Memory map and execution fixes for simics.Patrick Williams2010-07-021-0/+15
* Remove extra ptesyncPatrick Williams2010-07-021-6/+0
* Start virtual memory management.Patrick Williams2010-07-024-4/+132
* Move SPRG3 manipulation to common ppc-arch file.Patrick Williams2010-06-281-0/+33
* Add messagingPatrick Williams2010-06-242-0/+38
* Program exception handling and emulated instruction for mfsprg3.Patrick Williams2010-06-221-0/+14
* Add mutex userspace / syscalls.Patrick Williams2010-06-112-0/+21
* Change scheduler to locked queue instead of stack-pair.Patrick Williams2010-06-092-3/+6
* Kernel spinlock support.Patrick Williams2010-06-091-0/+20
* Refactor task-manager tid counter to generic lockfree algorithm.Patrick Williams2010-06-091-3/+3
* Add task control syscalls.Patrick Williams2010-06-073-2/+6
* Add syscall interfaces and task_yieldPatrick Williams2010-06-071-0/+13
* Create init process, fix scheduler bugs.Patrick Williams2010-06-072-3/+6
* Give tasks a void-ptr parameter like pthreads.Patrick Williams2010-06-071-2/+2
* Add scheduler and calls from dispatch interrupt.Patrick Williams2010-06-073-1/+7
* Implement task saving and dispatching.Patrick Williams2010-06-033-1/+47
* Import register constants from KIS codebase, update start.S to use.Patrick Williams2010-06-031-0/+124
* Initial cpu / task structs.Patrick Williams2010-06-026-0/+142
* malloc / free supportPatrick Williams2010-05-212-0/+6
* Add heap manager for allocations up to 2040 bytesPatrick Williams2010-05-211-0/+39
* Move pagemgr to generic lock free structure.Patrick Williams2010-05-211-2/+3
* Create page manager.Patrick Williams2010-05-201-0/+42
* Full vargs printk.Patrick Williams2010-05-191-1/+1
* Create simple console.Patrick Williams2010-05-181-0/+25
OpenPOWER on IntegriCloud