public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 00/38] CKRM e18:  Updated core patches to 2.6.12 and included e17 changes
@ 2005-06-23  6:15 Gerrit Huizenga
  2005-06-23  6:15 ` [patch 01/38] CKRM e18: Core CKRM Event Callbacks Gerrit Huizenga
                   ` (38 more replies)
  0 siblings, 39 replies; 59+ messages in thread
From: Gerrit Huizenga @ 2005-06-23  6:15 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel; +Cc: ckrm-tech

--

Here are the core patches for CKRM updated to 2.6.12, along with the most
basic classification engine and a slightly more advanced derivative,
several bug fixes to the core code, and all of the changes contained
in what the CKRM e17 base.  Thus this version in the CKRM world will be
referred to as e18.  It should be functionality equivalent to the e17
patch set in terms of overall capabilities - just cleaned and ported to
2.6.12.

All of these changes have been tested on IA32 and PPC64, with CONIG_CKRM
on and off, including both basic functionality tests and a variety of
stress/performance tests using the same harness as mjbligh's current
regression tests.

Upcoming patches (soon to be included) are the memory controller (parts of
which are being currently discussed on linux-mm), the listen accept
queue and an IO contoller (or maybe two).

Andrew, I believe at this point these are ready for additional testing and
review that your -mm tree brings.  Comments on the last major posting were
very minimal.  There are more changes pending on the ckrm-tech mailing list
which I'll bring forward soon as well.

Here is the current series file:

01-diff_ckrm_events
02-diff_delay_acct
03-diff_ckrm_core
04-diff_rcfs
05-diff_taskclass
06-diff_sockclass
07-diff_numtasks
10-diff_docs
03a-missing_unlock
06a-ckrm_net_cb
06b-ckrm_sockc
07a-numtasks_config
07c-numtasks_cleanup
07c2-numtasks-undo-delete
09-01-rbce_fs
09-02-rbce_fs-main
09-03-rbce_main-opt
09-04-rbce_opt-core
09-05-rbce_core-crbce
ckrm-printf-cleanup
compiler-warning-fix

# e17 patch set
ckrm-utils
rbce_modcount_incorrect
ckrm-numtasks_config
ckrm-numtasks_forkrate
ckrm-ce_modules
ckrm-rbce-rmclass
ckrm-inittask
ckrm-remove_target
use_sizeof_instead_of_define_for_the_array_size_in_taskclass
ckrm-rbce_class_del_crash
ckrm-inc-taskdelay
ckrm-jiffies_to_msec-modified
ckrm-fix_compile_warnings_del_dead_code-modified
ckrm-numtasks_lockfix
ckrm-ce-config

# rbce cleanups

use_sizeof_instead_of_define_for_the_array_size_in_rbce

# merge fix

target_fileops_fix

--
gerrit

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

end of thread, other threads:[~2005-06-28 14:24 UTC | newest]

Thread overview: 59+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-23  6:15 [patch 00/38] CKRM e18: Updated core patches to 2.6.12 and included e17 changes Gerrit Huizenga
2005-06-23  6:15 ` [patch 01/38] CKRM e18: Core CKRM Event Callbacks Gerrit Huizenga
2005-06-23  6:15 ` [patch 02/38] CKRM e18: Processor Delay Accounting Gerrit Huizenga
2005-06-23  9:16   ` Ingo Molnar
2005-06-23  9:37     ` Ingo Molnar
2005-06-23 17:55       ` [ckrm-tech] " Shailabh Nagar
2005-06-24  7:20         ` Ingo Molnar
2005-06-24  7:32           ` Gerrit Huizenga
2005-06-23 20:44       ` Gerrit Huizenga
2005-06-23  6:15 ` [patch 03/38] CKRM e18: Core infrastructure Gerrit Huizenga
2005-06-23  6:15 ` [patch 04/38] CKRM e18: Resource Control File System (rcfs) Gerrit Huizenga
2005-06-27  7:56   ` [ckrm-tech] " KUROSAWA Takahiro
2005-06-23  6:15 ` [patch 05/38] CKRM e18: Classtype definitions for task class Gerrit Huizenga
2005-06-23  6:15 ` [patch 06/38] CKRM e18: Classtype definitions for socket class Gerrit Huizenga
2005-06-23  6:15 ` [patch 07/38] CKRM e18: Numtasks Controller Gerrit Huizenga
2005-06-28  5:54   ` [ckrm-tech] " Naoaki Maeda
2005-06-23  6:16 ` [patch 08/38] CKRM e18: Documentation Gerrit Huizenga
2005-06-26 21:24   ` Pavel Machek
2005-06-27 18:45     ` Gerrit Huizenga
2005-06-27 20:56       ` Pavel Machek
2005-06-23  6:16 ` [patch 09/38] CKRM e18: Add missing read_unlock Gerrit Huizenga
2005-06-23  6:16 ` [patch 10/38] CKRM e18: Move Callbacks from listenaq to socketclass Gerrit Huizenga
2005-06-23  6:16 ` [patch 11/38] CKRM e18: Change ipaddr_port syntax Gerrit Huizenga
2005-06-23  6:16 ` [patch 12/38] CKRM e18: Check to see if my guarantee is set to DONTCARE Gerrit Huizenga
2005-06-23  6:16 ` [patch 13/38] CKRM e18: Minor cosmetic cleanups in numtasks controller Gerrit Huizenga
2005-06-23  6:16 ` [patch 14/38] CKRM e18: undo removal of check in numtasks_put_ref_local Gerrit Huizenga
2005-06-23  6:16 ` [patch 15/38] CKRM e18: Rule Based Classification Engine, stub rcfs support Gerrit Huizenga
2005-06-23  6:16 ` [patch 16/38] CKRM e18: Rule Based Classification Engine, basic " Gerrit Huizenga
2005-06-23  6:16 ` [patch 17/38] CKRM e18: Rule Based Classification Engine, bitvector support for classification info Gerrit Huizenga
2005-06-23  6:16 ` [patch 18/38] CKRM e18: Rule Based Classification Engine, full CE Gerrit Huizenga
2005-06-23  6:16 ` [patch 19/38] CKRM e18: Rule Based Classification Engine, more advanced classification engine Gerrit Huizenga
2005-06-23  6:16 ` [patch 20/38] CKRM e18: Clean up typo in printk message Gerrit Huizenga
2005-06-23  6:16 ` [patch 21/38] CKRM e18: Fix for compiler warnings Gerrit Huizenga
2005-06-23  6:16 ` [patch 22/38] CKRM e18: Fix share calculation Gerrit Huizenga
2005-06-23  6:16 ` [patch 23/38] CKRM e18: Fix edge cases with empty lists and rule deletion Gerrit Huizenga
2005-06-23  6:16 ` [patch 24/38] CKRM e18: Add numtasks controller config file write support Gerrit Huizenga
2005-06-23  6:16 ` [patch 25/38] CKRM e18: Add fork rate control to the numtasks controller Gerrit Huizenga
2005-06-27  7:07   ` [ckrm-tech] " Naoaki Maeda
2005-06-27 13:27     ` Rogier Wolff
2005-06-28 14:11       ` Naoaki Maeda
2005-06-27 18:08     ` Gerrit Huizenga
2005-06-28 14:21       ` Naoaki Maeda
2005-06-27 19:05     ` Chandra Seetharaman
2005-06-28 14:11       ` Naoaki Maeda
2005-06-23  6:16 ` [patch 26/38] CKRM e18: Classification Engines - RBCE and CRBCE are mutually exclusive Gerrit Huizenga
2005-06-23  6:16 ` [patch 27/38] CKRM e18: make get_class global Gerrit Huizenga
2005-06-23  6:16 ` [patch 28/38] CKRM e18: Cleanups to CKRM initialization Gerrit Huizenga
2005-06-23  6:16 ` [patch 29/38] CKRM e18: Replace target file interface with a writable members file Gerrit Huizenga
2005-06-23  6:16 ` [patch 30/38] CKRM e18: use sizeof instead of #define for the array size in taskclass Gerrit Huizenga
2005-06-23  6:16 ` [patch 31/38] CKRM e18: Fix a bug in the use of classtype Gerrit Huizenga
2005-06-23  6:16 ` [patch 32/38] CKRM e18: Include taskdelays.h in crbce.h Gerrit Huizenga
2005-06-23  6:16 ` [patch 33/38] CKRM e18: Send timestamps to userspace in msecs instead of jiffies Gerrit Huizenga
2005-06-23  6:16 ` [patch 34/38] CKRM e18: Fix compile warnings and delete dead code Gerrit Huizenga
2005-06-23  6:16 ` [patch 35/38] CKRM e18: Fix a NULL dereference bug Gerrit Huizenga
2005-06-23  6:16 ` [patch 36/38] CKRM e18: Classification Engine Configuration Support cleanup Gerrit Huizenga
2005-06-23  6:16 ` [patch 37/38] CKRM e18: Use sizeof instead of define for the array size in RBCE Gerrit Huizenga
2005-06-23  6:16 ` [patch 38/38] CKRM e18: Delete target file from tc_magic.c Gerrit Huizenga
2005-06-23  6:36 ` [ckrm-tech] [patch 00/38] CKRM e18: Updated core patches to 2.6.12 and included e17 changes Jean-Pierre Dion
2005-06-23  6:43   ` Gerrit Huizenga

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