summaryrefslogtreecommitdiffstats
path: root/src/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* Nap instruction sometimes executed with wrong permissions.Patrick Williams2012-09-061-57/+44
* Allow processors on logical nodes != 0.Patrick Williams2012-09-066-155/+165
* Set "high" thread priority as 2 rather than 3.Patrick Williams2012-09-052-9/+7
* Write scratch register in start_payload / shutdown.Patrick Williams2012-09-042-4/+32
* Ensure PHYP thread order is correct.Patrick Williams2012-08-224-66/+187
* Disable EE when calling nap.Patrick Williams2012-08-151-2/+2
* Support for master winkle.Patrick Williams2012-08-108-152/+618
* Execute 'doze' in idle loop.Patrick Williams2012-07-284-70/+178
* Reduce timeslice for idle task based on wake time of sleeping tasksDoug Gilbert2012-07-282-51/+100
* cpu_spr_value syscall for SLW image build.Patrick Williams2012-07-183-22/+68
* Support for core_activate via IPI.Patrick Williams2012-07-166-53/+116
* Improve user-space page allocator.Patrick Williams2012-07-163-29/+62
* Live-lock issues in memory allocator.Patrick Williams2012-07-113-99/+120
* Improve memory page manager for low memory situationsDoug Gilbert2012-07-112-49/+187
* Fix gerrit/master failures.Patrick Williams2012-07-031-22/+26
* Fix task deadlock in VMM flush operation.Patrick Williams2012-06-183-94/+105
* 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
OpenPOWER on IntegriCloud