All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] [PATCH 00/13] Generic fast xnsynch support & more
@ 2008-10-17 15:45 Jan Kiszka
  2008-10-17 15:46 ` [Xenomai-core] [PATCH 01/13] Generic thread registration Jan Kiszka
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Jan Kiszka @ 2008-10-17 15:45 UTC (permalink / raw)
  To: xenomai

Hopefully the last round, addressing remarks brought up on the last
posting. The changes are:

[Patches 7-9]
 - define xnsynch_owner_check as xnsynch-implementation-independent way
   to check provided and current synch owner match (reduces #ifdefs)

[Patches 6 and 9]
 - push lockcnt changes to native mutexes into separate patch (patch

[Patch 2]
 - switch creation of xeno_current_key etc. from pthread_once to a
   constructor
 - translate pthread_getspecific == NULL into XN_NO_HANDLE
   (funnily, this shrinks the code on x86-64)

[Patch 13]
 - detect SMP feature inconsistency between kernel and userland
   (but keep SMP off by default for now)

Note that this series (as well as the latter) depends on the VRTX fix of
Philippe which is not yet merged into SVN trunk.

Jan

PS: Hope this series is compatible with more mail clients /wrt
commenting on the inlined patches.

--
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux



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

end of thread, other threads:[~2008-10-18 18:47 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-17 15:45 [Xenomai-core] [PATCH 00/13] Generic fast xnsynch support & more Jan Kiszka
2008-10-17 15:46 ` [Xenomai-core] [PATCH 01/13] Generic thread registration Jan Kiszka
2008-10-17 15:46 ` [Xenomai-core] [PATCH 02/13] Handle-based xeno_get_current service Jan Kiszka
2008-10-17 15:46 ` [Xenomai-core] [PATCH 03/13] Remove xnarch_atomic_intptr Jan Kiszka
2008-10-17 15:46 ` [Xenomai-core] [PATCH 04/13] Spread xeno_set_current under all skins Jan Kiszka
2008-10-17 15:46 ` [Xenomai-core] [PATCH 05/13] Factor out xnsynch_acquire/release Jan Kiszka
2008-10-17 15:46 ` [Xenomai-core] [PATCH 06/13] Refactor mutex lockcnt tracking Jan Kiszka
2008-10-17 15:46 ` [Xenomai-core] [PATCH 07/13] Lockless fast path for xnsynch_acquire/release Jan Kiszka
2008-10-17 15:46 ` [Xenomai-core] [PATCH 08/13] Convert POSIX skin to fast xnsynch Jan Kiszka
2008-10-17 15:46 ` [Xenomai-core] [PATCH 09/13] Use fast xnsynch with native skin Jan Kiszka
2008-10-17 15:46 ` [Xenomai-core] [PATCH 10/13] Optionally replace pthread_getspecific with TLS variables Jan Kiszka
2008-10-17 15:46 ` [Xenomai-core] [PATCH 11/13] Report current shadow thread mode to user space Jan Kiszka
2008-10-17 15:46 ` [Xenomai-core] [PATCH 12/13] Ensure mode switch in mutex fast paths Jan Kiszka
2008-10-17 15:46 ` [Xenomai-core] [PATCH 13/13] Catch inconsistent SMP feature support Jan Kiszka
2008-10-17 16:11 ` [Xenomai-core] [PATCH 00/13] Generic fast xnsynch support & more Jan Kiszka
2008-10-17 16:41 ` Gilles Chanteperdrix
2008-10-18 18:47 ` Gilles Chanteperdrix

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.