2215
Comment: import from old wiki
|
1644
power saving
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Want to do a project on the kernel ? Need to do a university project on the kernel ? Have a project which can use some help ? Put your kernel project stuff here and help each other... |
There are many ways for people to start out in Linux kernel development. One good place to start is the [http://www.kerneljanitors.org/ Kernel Janitors] project, where you can become familiar with the Linux kernel source tree and development style by making small cleanups and bug fixes all over the tree, together with the other kernel janitors. == Small Linux features == A good next step is to implement small, relatively self contained, features that the Linux kernel needs but have not been implemented yet. When you "take" such a feature, please add your name in the "Developer" column and the date you decided to take the project in the "Date taken" column. || Project || Summary || Contact || Difficulty (1-10) || Developer || Date taken || Merged in || ||<-7>|| || [:/rlimit64:setrlimit64/getrlimit64] || 64 bit versions of set/getrlimit, see [http://bugzilla.kernel.org/show_bug.cgi?id=5042 bug 5042] || Andrew Morton - akpm (at) linux-foundation.org || 6 || || || || || /PowerSaving || power saving tweaks || Rik van Riel || 3 || various || || || == Projects that could use more help == Another possibility is to get involved with an existing kernel project that needs some help. Since these projects need multiple people, there is no need to claim these. || Project || Summary || ||<-2>|| || [http://linuxcompressed.sourceforge.net/ Compressed Caching] || Compressed Caching is a new level in the virtual memory hierarchy, where pages are stored in some compressed format, decreasing the number of page faults that are serviced by slow hard disks. || |
Line 8: | Line 20: |
[Anonymous Coward] Can someone do an audiocdfs, with all traks being accessible via .au files? [davej] This has been done at least once. Google for 'audiofs'. ---- KernelJanitors is a great place to start for small projects: http://janitor.kernelnewbies.org/ ---- CurrentNetfilterProjects is a list of projects for the Linux 2.4 packet filtering framework. It is maintained by Brad Chapman. ---- "Compressed Caching" is a new level in the virtual memory hierarchy, where pages are stored in some compressed format, decreasing the number of page faults that are serviced by slow hard disks. We aim to implement this idea in the Linux Kernel. It is mainly developed by Rodrigo S. de Castro. http://linuxcompressed.sourceforge.net/ http://sourceforge.net/projects/linuxcompressed ---- http://www.Freshsource.org/ allows registering your interest in portions of a source tree. Initially supporting FreeBSD source, then other projects later. |
CategoryKernelHacking CategoryKernelProjects |
There are many ways for people to start out in Linux kernel development. One good place to start is the [http://www.kerneljanitors.org/ Kernel Janitors] project, where you can become familiar with the Linux kernel source tree and development style by making small cleanups and bug fixes all over the tree, together with the other kernel janitors.
Small Linux features
A good next step is to implement small, relatively self contained, features that the Linux kernel needs but have not been implemented yet. When you "take" such a feature, please add your name in the "Developer" column and the date you decided to take the project in the "Date taken" column.
Project |
Summary |
Contact |
Difficulty (1-10) |
Developer |
Date taken |
Merged in |
[:/rlimit64:setrlimit64/getrlimit64] |
64 bit versions of set/getrlimit, see [http://bugzilla.kernel.org/show_bug.cgi?id=5042 bug 5042] |
Andrew Morton - akpm (at) linux-foundation.org |
6 |
|
|
|
power saving tweaks |
Rik van Riel |
3 |
various |
|
|
Projects that could use more help
Another possibility is to get involved with an existing kernel project that needs some help. Since these projects need multiple people, there is no need to claim these.
Project |
Summary |
[http://linuxcompressed.sourceforge.net/ Compressed Caching] |
Compressed Caching is a new level in the virtual memory hierarchy, where pages are stored in some compressed format, decreasing the number of page faults that are serviced by slow hard disks. |