Size: 831
Comment: Edit Compressed Cache link
|
Size: 902
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 8: | Line 8: |
* HugePages - Improving the availability and usability of huge pages |
AdvancedPageReplacement - brainstorming on how to implement advanced page replacement algorithms in Linux.
NetworkStorageDeadlock - storage over network has a deadlock problem on most operating systems, we should implement a fix.
SwapTokenTuning - the current implementation of the swap token logic is essentially a proof of concept; there is a lot of room for improvement.
CompressedCaching ([http://linuxcompressed.sourceforge.net Project Home Page]) reducing the amount of disk IO that Linux has to do, by compressing currently inactive pages in the page cache. This project has kernel patches available and interesting performance numbers...
PageTrace - a kernel patch and tool to analyze memory access patterns.
- ["MMResearch"] - links to MM related research topics
SwapPrefetch - Swap Prefetching
HugePages - Improving the availability and usability of huge pages