summaryrefslogtreecommitdiffstats
path: root/src/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update scratch SPR #s for P8.Patrick Williams2011-08-103-15/+46
* Upgrade Salerno memory size to 4MB.Patrick Williams2011-08-091-1/+1
* Clean up mutex issues.Patrick Williams2011-08-092-2/+9
* Device segment MMIO map & unmap system callsMatthew Barth2011-08-085-20/+188
* More PNOR RP work - Task 3440 (Story 3330)Dan Crowell2011-08-081-19/+19
* Add handling for HvEmu exception.Patrick Williams2011-08-012-2/+20
* Add userspace syscalls for PVR.Patrick Williams2011-07-294-25/+43
* Reduce memory footprint to 3MB.Patrick Williams2011-07-295-20/+82
* Add usage statistics to PageManager.Patrick Williams2011-07-291-1/+11
* Reduce working threads to first core.Patrick Williams2011-07-252-22/+64
* VMM Improvements.Patrick Williams2011-07-2011-209/+419
* Shutdown and post status on HostBoot completionMike Jones2011-07-192-1/+51
* Add user-space stub for task entry.Patrick Williams2011-07-182-6/+30
* Initial checkin of PageTableManager - RTC:3195Dan Crowell2011-07-143-34/+947
* Improve assert handling and options.Patrick Williams2011-07-061-1/+1
* Add device segment to SLB initMatthew Barth2011-06-241-0/+7
* Remove heap allocation of xscom mutex.Patrick Williams2011-06-241-1/+2
* Set up initial task link-register to point to 'task_end' function.Patrick Williams2011-06-201-0/+9
* Initial futex supportdgilbert2011-06-173-67/+127
OpenPOWER on IntegriCloud