summaryrefslogtreecommitdiffstats
path: root/src/kernel/pagemgr.C
Commit message (Expand)AuthorAgeFilesLines
* Fix page coalesce bug in coalescing end of cache memory rangeNick Bofferding2019-04-081-2/+12
* Tweak page eviction parameters to handle low mem betterDan Crowell2019-03-181-0/+4
* Add more agressive memory allocation callsDan Crowell2019-02-121-3/+26
* Modify debug framework to be build-independentDan Crowell2018-06-261-0/+19
* Debug improvements for exceptions and OOM hangsDan Crowell2018-06-151-4/+8
* Memory Management: Fix coalesce to track holes in the page managementNick Bofferding2018-06-041-3/+18
* Add Kernel Debug Trace for Out of Memory conditionBill Hoffa2018-02-231-1/+8
* Relocate bl to hb preserved data and page table in VMMStephen Cprek2017-07-201-41/+35
* Remove half cache init and do it in the page managerStephen Cprek2017-07-201-81/+30
* Fix PVR check for Nimbus DD1Dan Crowell2017-05-111-1/+1
* Relocate ROM code after HBBL has been verifiedStephen Cprek2017-03-101-6/+16
* Reduce memory fragementation in large allocationsNick Bofferding2015-03-011-7/+14
* Fix spelling mistakes using codespell.Patrick Williams2015-01-151-2/+4
* Change copyright prolog for all files to Apache.Patrick Williams2014-05-211-10/+10
* Resolve OOM due to Stampeding Herd issue in PageMgr.Patrick Williams2014-03-021-2/+18
* Move mbox DMA buffer to unsecure memory.Patrick Williams2013-06-141-9/+21
* Secureboot memory layout support.Patrick Williams2013-06-141-30/+83
* Update Core Scratch Reg 6 with L3 vs Mainstore for FSP to queryMissy Connell2013-03-261-1/+6
* Expand memory footprint to full 8MB cache.Patrick Williams2012-11-141-6/+3
* Extend VMM to 32MMissy Connell2012-10-091-0/+19
* Fix incorrect page count in PageManagerDan Crowell2012-10-031-27/+29
* Live-lock issues in memory allocator.Patrick Williams2012-07-111-87/+92
* Improve memory page manager for low memory situationsDoug Gilbert2012-07-111-49/+174
* Fix gerrit/master failures.Patrick Williams2012-07-031-22/+26
* getCurrentTask() can't be called from user spaceDoug Gilbert2012-06-061-2/+3
* Mailbox service provider - addtional error handlingDoug Gilbert2012-04-241-2/+3
* Code optimizations.Patrick Williams2012-04-161-3/+3
* Make MURANO config work in SimicsDan Crowell2012-03-281-1/+4
* Tool to display memory statisticsDoug Gilbert2012-01-121-0/+7
* Update kernel 'EVICT' pages path to cast out pages when low on memory.Matthew Barth2011-10-251-0/+5
* new HEAP manager to reduce fragmentationDoug Gilbert2011-10-251-9/+81
* Mechanism to detect low memory and cast out older pageDoug Gilbert2011-09-191-1/+8
* Add copyright headers to all source files.Patrick Williams2011-08-241-0/+22
* Reduce memory footprint to 3MB.Patrick Williams2011-07-291-6/+9
* Add usage statistics to PageManager.Patrick Williams2011-07-291-1/+11
* VMM Improvements.Patrick Williams2011-07-201-0/+1
* VBU: Move dcbz code into PageManager.Patrick Williams2011-04-111-0/+10
* Support printk format warnings.Patrick Williams2010-10-051-1/+1
* Support modules.Patrick Williams2010-09-091-4/+2
* Enable -Wall and fix warnings.Patrick Williams2010-08-191-5/+5
* malloc / free supportPatrick Williams2010-05-211-0/+5
* Fix missing NULL check in pagemgr.CPatrick Williams2010-05-211-2/+5
* Move pagemgr to generic lock free structure.Patrick Williams2010-05-211-21/+3
* Create page manager.Patrick Williams2010-05-201-0/+124
OpenPOWER on IntegriCloud