nightmorph 10/09/06 05:03:32 Modified: gentoo-kernel.xml Log: Add pf-sources, clean up ck-sources location
Revision Changes Path 1.61 xml/htdocs/doc/en/gentoo-kernel.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.61&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.61&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml?r1=1.60&r2=1.61 Index: gentoo-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- gentoo-kernel.xml 18 Apr 2010 04:48:53 -0000 1.60 +++ gentoo-kernel.xml 6 Sep 2010 05:03:31 -0000 1.61 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.60 2010/04/18 04:48:53 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.61 2010/09/06 05:03:31 nightmorph Exp $ --> <guide> <title>Gentoo Linux Kernel Guide</title> @@ -42,8 +42,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.25</version> -<date>2010-04-17</date> +<version>2</version> +<date>2010-09-05</date> <chapter> <title>Introduction</title> @@ -181,6 +181,22 @@ </body> </section> <section> +<title>ck-sources</title> +<body> + +<p> +<c>ck-sources</c> is Con Kolivas's kernel patch set. This patchset is primarily +designed to improve system responsiveness and interactivity and is configurable +for varying workloads (from servers to desktops). The patchset includes a +different scheduler, BFS, designed to keep systems responsive and smooth even +when under heavy load. Support and information is available at +<uri>http://kernel.kolivas.org</uri> and in <c>#ck</c> on <c>irc.oftc.net</c>. +</p> + +</body> +</section> + +<section> <title>git-sources</title> <body> @@ -217,6 +233,22 @@ </body> </section> <section> +<title>pf-sources</title> +<body> + +<p> +The <c>pf-sources</c> kernel brings together parts of several different kernel +patches. It includes the BFS patchset from <c>ck-sources</c>, the +<c>tuxonice</c> patches, <uri link="http://www.linuximq.net">LinuxIMQ</uri>, and +the <uri +link="http://algo.ing.unimo.it/people/paolo/disk_sched/patches/">BFQ</uri> I/O +<uri +link="http://kerneltrap.org/Linux/Budget_Fair_Queuing_IO_Scheduler">scheduler</uri>. +</p> + +</body> +</section> +<section> <title>openvz-sources</title> <body> @@ -299,21 +331,6 @@ </body> </section> -<section> -<title>ck-sources</title> -<body> - -<p> -<c>ck-sources</c> is Con Kolivas's kernel patch set. This patchset is primarily -designed to improve system responsiveness and interactivity and is configurable -for varying workloads (from servers to desktops). The patchset includes a -different scheduler, BFS, designed to keep systems responsive and smooth even -when under heavy load. Support and information is available at -<uri>http://kernel.kolivas.org</uri> and in <c>#ck</c> on <c>irc.oftc.net</c>. -</p> - -</body> -</section> </chapter> <chapter>
