summaryrefslogtreecommitdiffstats
path: root/src/include/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix race condition between stackmanager and vmmmanager.Patrick Williams2012-01-053-0/+6
* Interactive debug tool.Patrick Williams2011-12-063-5/+96
* remove mmioMap and mmioUnmap deprecated functions.Missy Connell2011-11-293-27/+0
* permissions update.. heap (write, no execute), Error when page fault on no_ac...Missy Connell2011-11-171-9/+6
* Full permissions with no_access as defaultMissy Connell2011-10-274-45/+63
* BEAM warning fixes.Patrick Williams2011-10-272-7/+7
* Update kernel 'EVICT' pages path to cast out pages when low on memory.Matthew Barth2011-10-252-34/+37
* new HEAP manager to reduce fragmentationDoug Gilbert2011-10-255-73/+339
* Support task_wait / task_wait_tid syscalls:Patrick Williams2011-10-243-6/+168
* Fix race condition in stack-segment.Patrick Williams2011-10-191-1/+3
* Flush/Release/Evict pages functionalityMatthew Barth2011-10-104-33/+198
* pge permission functionality..Missy Connell2011-10-064-9/+27
* Mechanism to detect low memory and cast out older pageDoug Gilbert2011-09-199-2/+100
* Fix typo in types.hDan Crowell2011-09-191-1/+1
* Adding new interface to update page permissions.. Interface only.Missy Connell2011-09-153-1/+48
* Centralizing a few of the memory-related constants to avoid someDan Crowell2011-09-145-18/+7
* Remove page by given TYPE system callMatthew Barth2011-09-142-0/+16
* Floating point support.Patrick Williams2011-09-122-9/+90
* Adding a basic interface and implementation to the Segment/BlockDan Crowell2011-09-066-17/+131
* Dynamic stack support.Patrick Williams2011-08-313-0/+166
* Ensure scratch operations happen on master core.Patrick Williams2011-08-315-31/+52
* 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
OpenPOWER on IntegriCloud