summaryrefslogtreecommitdiffstats
path: root/src/include/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* Write scratch register in start_payload / shutdown.Patrick Williams2012-09-041-22/+24
* Support for master winkle.Patrick Williams2012-08-106-41/+316
* Task structure had wrong enum size.Patrick Williams2012-08-091-1/+1
* Execute 'doze' in idle loop.Patrick Williams2012-07-284-34/+40
* Reduce timeslice for idle task based on wake time of sleeping tasksDoug Gilbert2012-07-281-30/+55
* cpu_spr_value syscall for SLW image build.Patrick Williams2012-07-182-0/+17
* Support for core_activate via IPI.Patrick Williams2012-07-164-27/+49
* Improve user-space page allocator.Patrick Williams2012-07-161-0/+8
* Live-lock issues in memory allocator.Patrick Williams2012-07-114-59/+77
* Improve memory page manager for low memory situationsDoug Gilbert2012-07-113-68/+173
* Fix FSIDD mutex issue, misc memory tweaksAdam Muhle2012-06-071-24/+25
* Pick up Simics FSI fixes for multiple chipsDan Crowell2012-05-241-1/+1
* Support for POSIX clock_gettime function.Patrick Williams2012-05-211-2/+39
* Mailbox DMA buffer capabilitiesDoug Gilbert2012-05-162-1/+6
* INTR set IPCBAR scom reg on init and add INTR shutdown interfaceDoug Gilbert2012-05-111-0/+46
* Allow kernel to shutdown-to-payload.Patrick Williams2012-04-243-0/+11
* Update Periodics to avoid Out of Memory ErrorDan Crowell2012-04-231-2/+2
* Optimize PageTableManager and associated VMM.Patrick Williams2012-04-188-23/+46
* Support P8 mambo model and Murano proc.Patrick Williams2012-03-211-2/+2
* Handle hype_fac_unavail exception.Patrick Williams2012-02-201-0/+1
* GCOV supportPatrick Williams2012-02-071-0/+1
* Conditional Variable supportDoug Gilbert2012-01-252-23/+17
* Support additional device segments and MMIO blocksPatrick Williams2012-01-183-30/+50
* Tool to display memory statisticsDoug Gilbert2012-01-123-3/+9
* Interrupt presenter implementationDoug Gilbert2012-01-051-0/+99
* 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
OpenPOWER on IntegriCloud