summaryrefslogtreecommitdiffstats
path: root/src/include/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* map virtual address to physical address in kernelDoug Gilbert2011-08-255-1/+60
* Fix for printkd.Patrick Williams2011-08-251-1/+1
* Add environment var to remove debug messages.Patrick Williams2011-08-241-2/+8
* Allocate zero'd page in block.Patrick Williams2011-08-241-1/+3
* Add copyright headers to all source files.Patrick Williams2011-08-2427-0/+594
* Handle response from messages registered to a block within the base segmentMatthew Barth2011-08-232-2/+84
* Add initial scratch (sprc/sprd) support.Patrick Williams2011-08-221-0/+4
* Implement Kernel->User-space message bridge.Patrick Williams2011-08-164-3/+206
* Support msgq and paging data for blocks in base segmentMatthew Barth2011-08-152-4/+35
* Fix malloc to handle allocating range 2040 - 4088 bytesDoug Gilbert2011-08-101-1/+1
* Allocate block system call stubMatthew Barth2011-08-103-4/+29
* Update scratch SPR #s for P8.Patrick Williams2011-08-101-0/+17
* Upgrade Salerno memory size to 4MB.Patrick Williams2011-08-091-2/+2
* Device segment MMIO map & unmap system callsMatthew Barth2011-08-084-19/+123
* Add userspace syscalls for PVR.Patrick Williams2011-07-292-20/+8
* Reduce memory footprint to 3MB.Patrick Williams2011-07-293-73/+39
* Add usage statistics to PageManager.Patrick Williams2011-07-291-1/+4
* 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
OpenPOWER on IntegriCloud