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
> .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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
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/cs...@1.2181
Daniel
> 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