public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.7-ck1
@ 2004-06-25 13:48 Con Kolivas
  2004-06-25 13:50 ` 2.6.7-ck2 (was Re: 2.6.7-ck1) Con Kolivas
  0 siblings, 1 reply; 4+ messages in thread
From: Con Kolivas @ 2004-06-25 13:48 UTC (permalink / raw)
  To: linux kernel mailing list

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Updated patchset.
These are patches designed to improve system responsiveness with
specific emphasis on the desktop, but has scheduler changes
suitable/configurable to any workload

http://kernel.kolivas.org


Summary of features:
- - staircase7.4 scheduler

- - batch scheduling

- - isochronous scheduling

- - autoregulated swappiness

- - autotuned vm page inactivation

- - supermount-ng

- - default cfq I/O scheduler

- - config hz

- - bootsplash v3.14


Changed:
- - Updated staircase scheduler. Significant bugfixes and improvements
have been made to the staircase scheduler since v7 that was in 2.6.7-ck1
and updating is highly recommended. See separate announcement on lkml.

Added:
- - autotuned vm page inactivation
This extends the functionality of the autoregulated swappiness to now
bias the active/inactive ratio according to the percentage of physical
ram used by application pages. It has the effect of avoiding swap much
more effectively, and drastically reducing the time spent in swap-thrash
scenarios over and above the effectiveness of the autoregulated
swappiness. The 2 are rolled into one sysctl which allows them to be
disabled together (on by default) at /proc/sys/vm/autoregulate

- - default cfq i/o scheduler
Self explanatory

- - config hz
Self explanatory

- - bootsplash
See www.bootsplash.org



A full set of split-out patches are available with a series that can be
used with the quilt application.


The FAQ on my web page have also been updated.

Comments, questions, suggestions welcome.


Cheers,
Con
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFA3C0oZUg7+tp6mRURAth4AJ4kTxc2S7lRDGG8ifWIhRW9RfExoQCdFWFC
huRhcF0ZyfWUP3GyVDQ5n5g=
=Pwdl
-----END PGP SIGNATURE-----

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

* 2.6.7-ck2 (was Re: 2.6.7-ck1)
  2004-06-25 13:48 2.6.7-ck1 Con Kolivas
@ 2004-06-25 13:50 ` Con Kolivas
  2004-06-25 22:10   ` Prakash K. Cheemplavam
  0 siblings, 1 reply; 4+ messages in thread
From: Con Kolivas @ 2004-06-25 13:50 UTC (permalink / raw)
  To: linux kernel mailing list

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Of course that should have been ck2 :P

Con Kolivas wrote:
| Updated patchset.
| These are patches designed to improve system responsiveness with
| specific emphasis on the desktop, but has scheduler changes
| suitable/configurable to any workload
|
| http://kernel.kolivas.org
|
|
| Summary of features:
| - staircase7.4 scheduler
|
| - batch scheduling
|
| - isochronous scheduling
|
| - autoregulated swappiness
|
| - autotuned vm page inactivation
|
| - supermount-ng
|
| - default cfq I/O scheduler
|
| - config hz
|
| - bootsplash v3.14
|
|
| Changed:
| - Updated staircase scheduler. Significant bugfixes and improvements
| have been made to the staircase scheduler since v7 that was in 2.6.7-ck1
| and updating is highly recommended. See separate announcement on lkml.
|
| Added:
| - autotuned vm page inactivation
| This extends the functionality of the autoregulated swappiness to now
| bias the active/inactive ratio according to the percentage of physical
| ram used by application pages. It has the effect of avoiding swap much
| more effectively, and drastically reducing the time spent in swap-thrash
| scenarios over and above the effectiveness of the autoregulated
| swappiness. The 2 are rolled into one sysctl which allows them to be
| disabled together (on by default) at /proc/sys/vm/autoregulate
|
| - default cfq i/o scheduler
| Self explanatory
|
| - config hz
| Self explanatory
|
| - bootsplash
| See www.bootsplash.org
|
|
|
| A full set of split-out patches are available with a series that can be
| used with the quilt application.
|
|
| The FAQ on my web page have also been updated.
|
| Comments, questions, suggestions welcome.
|
|
| Cheers,
| Con
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFA3C2vZUg7+tp6mRURAm7fAJ91/MGIGj8YGv/wBd6Fy1cCqTDuVACdHeXh
9tebXviDlKJsRU4aqzpLg6Y=
=/sXG
-----END PGP SIGNATURE-----

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

* Re: 2.6.7-ck2 (was Re: 2.6.7-ck1)
  2004-06-25 13:50 ` 2.6.7-ck2 (was Re: 2.6.7-ck1) Con Kolivas
@ 2004-06-25 22:10   ` Prakash K. Cheemplavam
  2004-06-25 22:19     ` Prakash K. Cheemplavam
  0 siblings, 1 reply; 4+ messages in thread
From: Prakash K. Cheemplavam @ 2004-06-25 22:10 UTC (permalink / raw)
  To: Con Kolivas; +Cc: linux kernel mailing list

Hi,

like in the other thread, I also think there is something fishy about 
staircase 7.4.

Now when I compile something int the backgorund (eg. xine-lib, without 
setting higher nice value) and work in kdevelop at the same time, here 
compiling takes "endless" (it finishes, but takes minutes for what 
should be done in seconds) time.

Revertung to staircase 7.3 (on ck1) it seems to be ok.

Hth

Prakash

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

* Re: 2.6.7-ck2 (was Re: 2.6.7-ck1)
  2004-06-25 22:10   ` Prakash K. Cheemplavam
@ 2004-06-25 22:19     ` Prakash K. Cheemplavam
  0 siblings, 0 replies; 4+ messages in thread
From: Prakash K. Cheemplavam @ 2004-06-25 22:19 UTC (permalink / raw)
  Cc: Con Kolivas, linux kernel mailing list

Prakash K. Cheemplavam wrote:
> Hi,
> 
> like in the other thread, I also think there is something fishy about 
> staircase 7.4.

[snip]
> Revertung to staircase 7.3 (on ck1) it seems to be ok.

After some further tests I am not sure anymore about this. I did a 
recompile of xine-lib using staircase 7.3. At first everything seems to 
be normal, but nearly at the end of the compile, the system started to 
get into this blocking state:

I wnated to start a kedit and a konsole, but it took forever. Only afer 
the compile was done and the package actually gets emerge, both windows 
showed up. Hmmm, so I revert to staircase 7.1 and check it out...

Prakash

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

end of thread, other threads:[~2004-06-25 22:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-25 13:48 2.6.7-ck1 Con Kolivas
2004-06-25 13:50 ` 2.6.7-ck2 (was Re: 2.6.7-ck1) Con Kolivas
2004-06-25 22:10   ` Prakash K. Cheemplavam
2004-06-25 22:19     ` Prakash K. Cheemplavam

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