3207
Comment: link the LinuxNet wiki
|
3271
|
Deletions are marked like this. | Additions are marked like this. |
Line 9: | Line 9: |
RikvanRiel, dec 12 2004 | The topics on this site are often discussed on the linux-mm mailing list (email majordomo@kvack.org to get subscribed), and on the #mm IRC channel on irc.oftc.net. RikvanRiel |
Line 20: | Line 22: |
* NetworkStorageDeadlock - storage over network has a deadlock problem on most operating systems, we should implement a fix. | |
Line 22: | Line 24: |
Line 24: | Line 25: |
* PageTrace - a kernel patch and tool to analyze memory access patterns. * ["MMResearch"] - links to MM related research topics * ["SwapPrefetch"] - Swap Prefetching |
|
Line 28: | Line 32: |
* [http://kernelnewbies.org/ Kernelnewbies] a community dedicated to studying the Linux kernel, also see the [http://wiki.kernelnewbies.org/ Kernelnewbies wiki] | * KernelNewbies:KernelNewbies a community dedicated to studying the Linux kernel, also see the [http://kernelnewbies.org/ Kernelnewbies web site] |
Line 30: | Line 34: |
* [http://www.linuxtroubleshooting.com/ Linux Troubleshooting] wiki | |
Line 32: | Line 37: |
* See MemoryManagementNews | |
Line 37: | Line 43: |
Interesting starting points: * RecentChanges: see where people are currently working * WikiSandBox: feel free to change this page and experiment with editing * FindPage: search or browse the database in various ways * SyntaxReference: quick access to wiki syntax * SiteNavigation: get an overview over this site and what it contains == How to use this site == |
|
Line 48: | Line 44: |
* 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 the search box at the top of any page |
* 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. |
Line 52: | Line 48: |
To learn more about what a WikiWikiWeb is, read about MoinMoin:WhyWikiWorks and the MoinMoin:WikiNature. Also, consult the MoinMoin:WikiWikiWebFaq. This wiki is powered by MoinMoin. |
* WikiSandBox: feel free to change this page and experiment with editing. |
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.
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!
The topics on this site are often discussed on the linux-mm mailing list (email majordomo@kvack.org to get subscribed), and on the #mm IRC channel on irc.oftc.net.
Linux-MM contents
- ["LinuxMMDocumentation"]
- ["LinuxMMInternals"]
Linux-MM projects
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.
[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...
PageTrace - a kernel patch and tool to analyze memory access patterns.
- ["MMResearch"] - links to MM related research topics
["SwapPrefetch"] - Swap Prefetching
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 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
[http://www.linuxtroubleshooting.com/ Linux Troubleshooting] wiki
News
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)
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.