summaryrefslogtreecommitdiffstats
path: root/src/kernel/block.C
Commit message (Expand)AuthorAgeFilesLines
* Reduce LRU RO constraint to allow RO page evictionsNick Bofferding2019-04-171-1/+3
* Tweak page eviction parameters to handle low mem betterDan Crowell2019-03-181-2/+2
* Modify debug framework to be build-independentDan Crowell2018-06-261-1/+14
* Change copyright prolog for all files to Apache.Patrick Williams2014-05-211-10/+10
* Clean up TODOs in Kernel.Patrick Williams2014-02-271-2/+2
* Incorrect castouts applied to base block.Patrick Williams2013-11-181-1/+1
* Race condition in trace leads to double-delete.Patrick Williams2013-11-151-2/+0
* Clean up some kernel TODOs.Patrick Williams2013-11-121-7/+10
* Clean up potential uninitialized object instances.Patrick Williams2013-05-011-1/+1
* ptmgr lacked support for physical mapped addrs.Patrick Williams2012-12-171-8/+33
* Extend VMM to 32MMissy Connell2012-10-091-4/+22
* Support for Non-zero HRMORDan Crowell2012-09-161-23/+24
* Optimize PageTableManager and associated VMM.Patrick Williams2012-04-181-14/+22
* Tool to display memory statisticsDoug Gilbert2012-01-121-0/+6
* Work-around race condition with heap management.Patrick Williams2012-01-121-103/+114
* Fix order of shadow page status and release of memory pageDoug Gilbert2011-12-161-14/+6
* permissions update.. heap (write, no execute), Error when page fault on no_ac...Missy Connell2011-11-171-76/+52
* Full permissions with no_access as defaultMissy Connell2011-10-271-152/+275
* Update kernel 'EVICT' pages path to cast out pages when low on memory.Matthew Barth2011-10-251-56/+16
* Flush/Release/Evict pages functionalityMatthew Barth2011-10-101-6/+83
* pge permission functionality..Missy Connell2011-10-061-0/+110
* Mechanism to detect low memory and cast out older pageDoug Gilbert2011-09-191-0/+99
* Adding a basic interface and implementation to the Segment/BlockDan Crowell2011-09-061-3/+40
* Dynamic stack support.Patrick Williams2011-08-311-3/+58
* Page align vaddr for page fault msgs.Patrick Williams2011-08-311-3/+6
* map virtual address to physical address in kernelDoug Gilbert2011-08-251-0/+22
* Allocate zero'd page in block.Patrick Williams2011-08-241-0/+9
* Add copyright headers to all source files.Patrick Williams2011-08-241-0/+22
* Handle response from messages registered to a block within the base segmentMatthew Barth2011-08-231-3/+24
* VMM Fixes:Patrick Williams2011-08-191-2/+2
* Support msgq and paging data for blocks in base segmentMatthew Barth2011-08-151-9/+34
* VMM Improvements.Patrick Williams2011-07-201-0/+109
OpenPOWER on IntegriCloud