public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.10-ck1
@ 2004-12-25  6:30 Con Kolivas
  0 siblings, 0 replies; 5+ messages in thread
From: Con Kolivas @ 2004-12-25  6:30 UTC (permalink / raw)
  To: linux, CK Kernel

[-- Attachment #1: Type: text/plain, Size: 1990 bytes --]

These are patches designed to improve system responsiveness. It is 
configurable to any workload but the default ck1 patch is aimed at the 
desktop and ck1-server is available with more emphasis on serverspace.

http://ck.kolivas.org/patches/2.6/2.6.10/2.6.10-ck1/

web:
http://kernel.kolivas.org
all patches:
http://ck.kolivas.org/patches/


Full patchlist and descriptions:
.2.6.10_to_staircase9.2.diff
This is the latest version of the staircase cpu scheduler.

.schedrange.diff
.schedbatch2.6.diff
.schediso2.8.diff
Add batch scheduling (idle only scheduling) and low latency non 
privileged (isochronous) scheduling

.mwII.diff
(mapped watermark v2). Modify the virtual memory system to start 
clearing ram at a less full state and do so only lightly. This causes 
less system load while loading applications and ends up using swap much 
less.
	
.1g_lowmem1_i386.diff
Allow 1Gb of ram to be used without the overhead of enabling highmem 
support.

.defaultcfq.diff
Use the complete fair queueing I/O scheduler by default

.2.6.10-mingoll.diff
The low latency modifications currently in the -mm tree by Ingo Molnar

.cddvd-cmdfilter-drop.patch
Allow unprivileged users to burn cds/dvds until userspace applications 
catch up. Note your cd burning software must not be suid root for this 
to work.

.2.6.10-nvidia-fix.diff
A small compatibility change to allow the current version of the nvidia 
graphics card driver (6629) to work

.vm-pageout-throttling.patch
.inc_total_scanned.diff
Decrease the system cpu usage of heavy memory usage conditions

.fix_noswap.diff
Build fix for config without swap

.2610ck1-version.diff
version

and available as an addon:
.supermount-ng208-10ck1.diff
simplest way to have automounting removable media.


For those following the ck development, the time sliced cfq patch is 
currently not included in the so-called "official" ck release but will 
be available in the ckdev version until it's development stabilises.


Merry Xmas Cheers,
Con Kolivas


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.6.10-ck1
@ 2004-12-25 12:57 Chuck Ebbert
  2004-12-25 13:49 ` 2.6.10-ck1 Sean Neakums
  2004-12-25 14:52 ` 2.6.10-ck1 Daniel Drake
  0 siblings, 2 replies; 5+ messages in thread
From: Chuck Ebbert @ 2004-12-25 12:57 UTC (permalink / raw)
  To: Con Kolivas; +Cc: linux-kernel, Linus Torvalds

Con Kolivas wrote:

> .fix_noswap.diff
> Build fix for config without swap

  So 2.6.10 won't build without swap enabled?

  This was a known problem; how did it get out the door without that fix?

--
Please take it as a sign of my infinite respect for you,
that I insist on you doing all the work.
                                        -- Rusty Russell

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.6.10-ck1
  2004-12-25 12:57 2.6.10-ck1 Chuck Ebbert
@ 2004-12-25 13:49 ` Sean Neakums
  2004-12-25 13:52   ` 2.6.10-ck1 Con Kolivas
  2004-12-25 14:52 ` 2.6.10-ck1 Daniel Drake
  1 sibling, 1 reply; 5+ messages in thread
From: Sean Neakums @ 2004-12-25 13:49 UTC (permalink / raw)
  To: Chuck Ebbert; +Cc: Con Kolivas, linux-kernel, Linus Torvalds

Chuck Ebbert <76306.1226@compuserve.com> writes:

> Con Kolivas wrote:
>
>> .fix_noswap.diff
>> Build fix for config without swap
>
>   So 2.6.10 won't build without swap enabled?

Built fine here.

>   This was a known problem; how did it get out the door without that fix?

It looks like a different (and cleaner) fix was applied:
#define swap_token_default_timeout 0 when CONFIG_SWAP=n.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.6.10-ck1
  2004-12-25 13:49 ` 2.6.10-ck1 Sean Neakums
@ 2004-12-25 13:52   ` Con Kolivas
  0 siblings, 0 replies; 5+ messages in thread
From: Con Kolivas @ 2004-12-25 13:52 UTC (permalink / raw)
  To: Sean Neakums; +Cc: Chuck Ebbert, linux-kernel, Linus Torvalds

[-- Attachment #1: Type: text/plain, Size: 666 bytes --]

Sean Neakums wrote:
> Chuck Ebbert <76306.1226@compuserve.com> writes:
> 
> 
>>Con Kolivas wrote:
>>
>>
>>>.fix_noswap.diff
>>>Build fix for config without swap
>>
>>  So 2.6.10 won't build without swap enabled?
> 
> 
> Built fine here.
> 
> 
>>  This was a known problem; how did it get out the door without that fix?
> 
> 
> It looks like a different (and cleaner) fix was applied:
> #define swap_token_default_timeout 0 when CONFIG_SWAP=n.

Ah thanks. I should have looked more carefully. I simply didn't see the 
fix Chuck posted. This should be better as Chuck's fix didn't disable 
the swap token (which still does stuff even with swap disabled).

Cheers,
Con

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.6.10-ck1
  2004-12-25 12:57 2.6.10-ck1 Chuck Ebbert
  2004-12-25 13:49 ` 2.6.10-ck1 Sean Neakums
@ 2004-12-25 14:52 ` Daniel Drake
  1 sibling, 0 replies; 5+ messages in thread
From: Daniel Drake @ 2004-12-25 14:52 UTC (permalink / raw)
  To: Chuck Ebbert; +Cc: Con Kolivas, linux-kernel, Linus Torvalds

Chuck Ebbert wrote:
>   So 2.6.10 won't build without swap enabled?
> 
>   This was a known problem; how did it get out the door without that fix?

I don't think Con's fix is needed. Andrew merged an alternative fix at the 
last minute:

http://linux.bkbits.net:8080/linux-2.6/cset@1.2181

Daniel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-12-25 13:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-25 12:57 2.6.10-ck1 Chuck Ebbert
2004-12-25 13:49 ` 2.6.10-ck1 Sean Neakums
2004-12-25 13:52   ` 2.6.10-ck1 Con Kolivas
2004-12-25 14:52 ` 2.6.10-ck1 Daniel Drake
  -- strict thread matches above, loose matches on Subject: below --
2004-12-25  6:30 2.6.10-ck1 Con Kolivas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox