summaryrefslogtreecommitdiffstats
path: root/src/include/util
Commit message (Expand)AuthorAgeFilesLines
* Secureboot memory layout support.Patrick Williams2013-06-141-22/+29
* Move sprintf closer to POSIX standardDean Sanner2013-06-111-34/+46
* Enhance heap corruption detection.Patrick Williams2013-05-011-25/+31
* Add 'SUPPRESS_UNUSED_VARIABLE' macro to avoid compiler warnings.Patrick Williams2013-04-181-0/+159
* Fixes for GCC 4.7Patrick Williams2013-04-171-26/+26
* Fix strict-aliasing violations.Patrick Williams2013-04-171-41/+32
* Changes to add support for dynamic VIDs on HB.ayma2012-12-181-24/+24
* Support code coverage in extended modules.Patrick Williams2012-10-091-53/+54
* Memory leak in splaytree and testcase.Patrick Williams2012-09-041-23/+32
* Reduce timeslice for idle task based on wake time of sleeping tasksDoug Gilbert2012-07-281-122/+161
* Support for core_activate via IPI.Patrick Williams2012-07-161-1/+1
* Attribute Support for proc_setup_bars and mss_setup_barsMark Wenning2012-07-121-10/+3
* Fix const-correctness bug in std::map splay tree implementationMike Jones2012-06-211-24/+24
* Enhanced STL capabilities.Patrick Williams2012-05-211-0/+189
* Fix includes for map.Patrick Williams2012-05-081-0/+1
* Fix broken map::operator[].Patrick Williams2012-04-051-1/+0
* Improve std::map by using a SplayTree container.Patrick Williams2012-03-294-0/+1482
* STL advance / distance.Patrick Williams2012-02-224-7/+237
* ThreadPoolPatrick Williams2012-02-222-0/+172
* collectTrace to allow partial trace buffer collectionMonte Copeland2011-11-211-6/+12
* new HEAP manager to reduce fragmentationDoug Gilbert2011-10-252-40/+57
* Remove dangling node pointer in pqueues.Patrick Williams2011-10-241-6/+9
* Support task_wait / task_wait_tid syscalls:Patrick Williams2011-10-241-0/+53
* Adding a basic interface and implementation to the Segment/BlockDan Crowell2011-09-061-0/+6
* Dynamic stack support.Patrick Williams2011-08-311-17/+17
* Ensure scratch operations happen on master core.Patrick Williams2011-08-311-0/+62
* Add copyright headers to all source files.Patrick Williams2011-08-2410-0/+220
* Virtual File System module load and unloaddgilbert2011-08-171-0/+3
* Add %s string formatting support to traceCamVan Nguyen2011-08-101-0/+6
* Optimization on queue size.Patrick Williams2011-03-281-11/+5
* Add size function to queue container.Patrick Williams2011-03-271-1/+22
* Merge of PowerHAL project up to commit:Patrick Williams2011-03-053-0/+424
* Add nanosleep syscall.Patrick Williams2010-10-041-0/+112
* Add messagingPatrick Williams2010-06-242-1/+154
* Add mutex userspace / syscalls.Patrick Williams2010-06-112-9/+44
* Change scheduler to locked queue instead of stack-pair.Patrick Williams2010-06-091-0/+73
* Kernel spinlock support.Patrick Williams2010-06-091-0/+20
* Refactor task-manager tid counter to generic lockfree algorithm.Patrick Williams2010-06-091-0/+23
* Add transaction counters to upper word of lockfree-stack head, to prevent ABA...Patrick Williams2010-05-211-7/+17
* Move pagemgr to generic lock free structure.Patrick Williams2010-05-211-0/+47
* Create simple console.Patrick Williams2010-05-181-0/+18
OpenPOWER on IntegriCloud