summaryrefslogtreecommitdiffstats
path: root/src/kernel
Commit message (Expand)AuthorAgeFilesLines
* Add non-blocking sync msg interface.Patrick Williams2012-03-031-5/+56
* Handle hype_fac_unavail exception.Patrick Williams2012-02-201-0/+16
* GCOV supportPatrick Williams2012-02-072-12/+15
* Conditional Variable supportDoug Gilbert2012-01-252-54/+105
* Support additional device segments and MMIO blocksPatrick Williams2012-01-183-53/+87
* Tool to display memory statisticsDoug Gilbert2012-01-123-28/+40
* Work-around race condition with heap management.Patrick Williams2012-01-121-103/+114
* Simics continuous traceMonte Copeland2012-01-111-0/+8
* Interrupt presenter implementationDoug Gilbert2012-01-055-8/+177
* Fix race condition between stackmanager and vmmmanager.Patrick Williams2012-01-052-1/+16
* HWPF: Create good HWP test case stress-test HWP, taskmgr, and mallocVan Lee2012-01-041-0/+1
* Fix order of shadow page status and release of memory pageDoug Gilbert2011-12-161-14/+6
* Interactive debug tool.Patrick Williams2011-12-066-9/+108
* remove mmioMap and mmioUnmap deprecated functions.Missy Connell2011-11-293-91/+0
* permissions update.. heap (write, no execute), Error when page fault on no_ac...Missy Connell2011-11-172-86/+56
* Assert on crash of a parent-less task.Patrick Williams2011-11-011-3/+37
* Full permissions with no_access as defaultMissy Connell2011-10-276-260/+399
* BEAM warning fixes.Patrick Williams2011-10-276-23/+23
* HWPF Attribute Support: ATTR_MSS_EFF_PRIMARY_RANKAndrew Geissler2011-10-251-1/+1
* Update kernel 'EVICT' pages path to cast out pages when low on memory.Matthew Barth2011-10-254-61/+23
* new HEAP manager to reduce fragmentationDoug Gilbert2011-10-257-49/+633
* Support task_wait / task_wait_tid syscalls:Patrick Williams2011-10-2410-42/+317
* Flush/Release/Evict pages functionalityMatthew Barth2011-10-105-14/+202
* pge permission functionality..Missy Connell2011-10-063-4/+156
* Fix TLBie bugMatthew Barth2011-10-031-2/+6
* Mechanism to detect low memory and cast out older pageDoug Gilbert2011-09-198-2/+217
* Add debug message for MC exception.Patrick Williams2011-09-162-1/+19
* Adding new interface to update page permissions.. Interface only.Missy Connell2011-09-153-2/+46
* Centralizing a few of the memory-related constants to avoid someDan Crowell2011-09-145-14/+9
* Remove page by given TYPE system callMatthew Barth2011-09-142-34/+52
* Return code cleanups.Patrick Williams2011-09-133-7/+16
* Additional good/error path checks for creating blockMatthew Barth2011-09-122-7/+5
* FP Denormalization support.Patrick Williams2011-09-124-0/+204
* Floating point support.Patrick Williams2011-09-124-1/+136
* Adding a basic interface and implementation to the Segment/BlockDan Crowell2011-09-064-22/+223
* Dynamic stack support.Patrick Williams2011-08-316-14/+234
* Ensure scratch operations happen on master core.Patrick Williams2011-08-314-161/+229
* Page align vaddr for page fault msgs.Patrick Williams2011-08-311-3/+6
* map virtual address to physical address in kernelDoug Gilbert2011-08-255-23/+107
* Add environment var to remove debug messages.Patrick Williams2011-08-243-23/+24
* Allocate zero'd page in block.Patrick Williams2011-08-241-0/+9
* Add copyright headers to all source files.Patrick Williams2011-08-2425-0/+550
* Handle response from messages registered to a block within the base segmentMatthew Barth2011-08-234-5/+49
* Add initial scratch (sprc/sprd) support.Patrick Williams2011-08-222-2/+22
* Create initial stack-frame from userspace.Patrick Williams2011-08-222-9/+19
* VMM Fixes:Patrick Williams2011-08-192-17/+22
* Finishing up PNOR RP code (RTC Task 3440)Dan Crowell2011-08-172-0/+3
* Implement Kernel->User-space message bridge.Patrick Williams2011-08-164-21/+185
* Support msgq and paging data for blocks in base segmentMatthew Barth2011-08-152-9/+59
* Allocate block system call stubMatthew Barth2011-08-103-7/+36
OpenPOWER on IntegriCloud