summaryrefslogtreecommitdiffstats
path: root/src/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* getCurrentTask() can't be called from user spaceDoug Gilbert2012-06-061-2/+3
* Fix race condition in active cpu count.Patrick Williams2012-06-031-23/+24
* Support for POSIX clock_gettime function.Patrick Williams2012-05-211-0/+9
* Improve debug printks for segment exceptions.Patrick Williams2012-05-151-2/+3
* INTR set IPCBAR scom reg on init and add INTR shutdown interfaceDoug Gilbert2012-05-111-4/+11
* Mailbox service provider - addtional error handlingDoug Gilbert2012-04-241-2/+3
* Allow kernel to shutdown-to-payload.Patrick Williams2012-04-244-3/+106
* Fix weak consistency bug in cpumgr.Patrick Williams2012-04-201-3/+5
* Optimize PageTableManager and associated VMM.Patrick Williams2012-04-188-202/+286
* Code optimizations.Patrick Williams2012-04-162-4/+5
* Make MURANO config work in SimicsDan Crowell2012-03-281-1/+4
* Support P8 mambo model and Murano proc.Patrick Williams2012-03-215-12/+10
* Save current task in interrupt path.Patrick Williams2012-03-151-2/+26
* 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
OpenPOWER on IntegriCloud