[Cbe-oss-dev] [PATCH 00/22]MARS: series

Yuji Mano yuji.mano at am.sony.com
Fri Mar 20 07:53:32 EST 2009


This is a series of patches to fix minor bugs and to further
cleanup the code base and to further optimize code for both
performance and code size.

This series also adds a host callback framework that will
allow workloads to call callback functions on the host-side.
The workloads will get scheduled out from the MPU while the
host callback is being processed. 

[PATCH 01/22]MARS/base: workload query api
[PATCH 02/22]MARS/base: context cleanup
[PATCH 03/22]MARS/base: workload context increase reserved area
[PATCH 04/22]MARS/base: workload queue header cleanup
[PATCH 05/22]MARS/base: add callback system
[PATCH 06/22]MARS/base: minor consistency cleanup
[PATCH 07/22]MARS/base: context system sanity check
[PATCH 08/22]MARS/base: waiting block search fix
[PATCH 09/22]MARS/base: add const qualifier
[PATCH 10/22]MARS/base: context negative num mpus segfault
[PATCH 11/22]MARS/base: kernel switch asm fix
[PATCH 12/22]MARS/base: module lib asm
[PATCH 13/22]MARS/task: workload query api compatibility
[PATCH 14/22]MARS/task: optimize elf loading
[PATCH 15/22]MARS/task: workload context increase reserved area compatibility
[PATCH 16/22]MARS/task: add callback system
[PATCH 17/22]MARS/task: add const qualifier
[PATCH 18/22]MARS/task: remove memmove usage
[PATCH 19/22]MARS/task: event flag try wait return bits
[PATCH 20/22]MARS/task: destroy check no waiting tasks
[PATCH 21/22]MARS/task: module switch asm fix
[PATCH 22/22]MARS/task: context switch reduce stack consumption

Regards,
Yuji Mano





More information about the cbe-oss-dev mailing list