2804
Comment:
|
1793
wiki syntax
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
I never had time to keep the old Linux-MM website updated, so I have converted it all to a wiki. That includes links to current projects, workarounds for common memory management related problems and links to memory management information. | Linux-mm.org is a wiki for documenting how memory management works and for coordinating new memory management development projects. Please help editing this wiki. Thank you. |
Line 7: | Line 7: |
If you want to edit anything on this site, go ahead. Just create yourself an account (using the UserPreferences page) and you can start editing pages. If you are new to wikis, please practice in the WikiSandBox before editing pages with content. This site depends on contributions by you - yes, you! ;) | == Documentation == |
Line 9: | Line 9: |
RikvanRiel | Information on how to tweak the Linux kernel memory management subsystem can be found on the ["LinuxMMDocumentation"] page. If you want to know how things work on the inside, please see ["LinuxMMInternals"]. |
Line 11: | Line 11: |
== Linux-MM contents == * ["LinuxMMDocumentation"] * ["LinuxMMInternals"] * MemoryManagementLinks * LinuxKernelMailingLists |
== Projects == |
Line 17: | Line 13: |
== Linux-MM projects == | Some of the more active current Linux memory management projects are: * CompressedCaching and compressed swap. Reduce I/O by keeping more data in memory. * AdvancedPageReplacement The time needed to swap a single program into memory is ever increasing, so page replacement is becoming more and more important. * NetworkStorageDeadlock - storage over network has a deadlock problem, where it can take memory to free memory. * PageTrace - a kernel patch and tool to analyze memory access patterns. * HugePages - Improving the availability and usability of huge pages |
Line 19: | Line 20: |
* AdvancedPageReplacement - brainstorming on how to implement advanced page replacement algorithms in Linux. * SwapTokenTuning - the current implementation of the swap token logic is essentially a proof of concept; there is a lot of room for improvement. * [http://linuxcompressed.sourceforge.net/ Compressed Caching] 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... * VmTrace - a kernel patch and tool to analyze memory access patterns. == Links == * [http://lkml.org/ Linux-kernel] mailing list * [http://bugzilla.kernel.org/buglist.cgi?short_desc_type=allwordssubstr&product=Memory+Management&bug_status=NEW&bug_status=ASSIGNED Linux MM bugs] in the kernel.org bugzilla * KernelNewbies:KernelNewbies a community dedicated to studying the Linux kernel, also see the [http://kernelnewbies.org/ Kernelnewbies web site] * [http://linux-net.osdl.org/ LinuxNet], a wiki on the Linux network subsystem == News == * See MemoryManagementNews * 2005-04-22, over the last few days, I wrote down everything I knew about AdvancedPageReplacement - I'll use this wiki to keep notes while implementing code (RikvanRiel) * 2004-12-19, created this wiki, started moving some content across from the old site. Boy, is it empty without the outdated content... (RikvanRiel) |
== Site News == * 2006-04-09, thanks to [http://people.redhat.com/duffy/ Maureen Duffy], Linux-MM now has a cute logo. Thank you, Maureen. |
Linux-mm.org is a wiki for documenting how memory management works and for coordinating new memory management development projects. Please help editing this wiki. Thank you.
Documentation
Information on how to tweak the Linux kernel memory management subsystem can be found on the ["LinuxMMDocumentation"] page. If you want to know how things work on the inside, please see ["LinuxMMInternals"].
Projects
Some of the more active current Linux memory management projects are:
CompressedCaching and compressed swap. Reduce I/O by keeping more data in memory.
AdvancedPageReplacement The time needed to swap a single program into memory is ever increasing, so page replacement is becoming more and more important.
NetworkStorageDeadlock - storage over network has a deadlock problem, where it can take memory to free memory.
PageTrace - a kernel patch and tool to analyze memory access patterns.
HugePages - Improving the availability and usability of huge pages
Site News
2006-04-09, thanks to [http://people.redhat.com/duffy/ Maureen Duffy], Linux-MM now has a cute logo. Thank you, Maureen.
A Wiki is a collaborative site, anyone can contribute and share:
Edit any page by pressing GetText(Edit) at the top or the bottom of the page.
Create a link to another page with joined capitalized words (like WikiSandBox) or with ["quoted words in brackets"].
Search for page titles or text within pages using FindPage or the search box at the top of any page.
See HelpForBeginners to get you going, HelpContents for all help pages.
WikiSandBox: feel free to change this page and experiment with editing.