xenomai.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-27 14:32:18 to 2023-07-04 09:25:42 UTC [more...]

[PATCH v2] Make macb/gem RT driver to be built against linux >= 5.0 kernels
 2023-07-04  9:25 UTC  (2+ messages)

? page fault in xnthread_switch_fpu
 2023-07-03 17:46 UTC  (3+ messages)

Difference in dovetail 6.1 branches
 2023-07-03 13:26 UTC  (2+ messages)

[PATCH] Macb/gem network driver does not build anymore on recent xenomai/kernels
 2023-06-29 15:44 UTC  (4+ messages)

Reminder: Xenomai community call on Wednesday, Jun 28, 2023, UTC 7:00 AM
 2023-06-28  5:47 UTC  (3+ messages)

Meet-up around EOSS (Prague, end of June)
 2023-06-26  5:18 UTC  (6+ messages)

unsubscribe
 2023-06-20  6:46 UTC 

Massive variations of execution time on x86
 2023-06-15 20:09 UTC  (10+ messages)

Xenomai Community Call Minutes - Jun 15, 2023
 2023-06-15  0:41 UTC 

Reminder: Xenomai community call on Wednesday, Jun 14, 2023, UTC 7:00 AM
 2023-06-14  2:48 UTC 

Set irq affinity from a user mode task
 2023-06-13  2:41 UTC  (4+ messages)

Xenomai crash in timer IRQ
 2023-06-06 15:38 UTC  (11+ messages)

Secondary Mode backtraces
 2023-06-04 19:42 UTC  (2+ messages)

[PATCH 0/1] rwsem_down_write_slowpath check if oob() before skipping schedule()
 2023-05-31 21:48 UTC  (5+ messages)
      ` [External] - "

[PATCH [REPOST] 0/4] Fix build issues against kernel 6.4, modernize some API usage
 2023-05-31 11:11 UTC  (5+ messages)
` [PATCH [REPOST] 1/4] kernel: Account for signature change of class_create in 6.4
` [PATCH [REPOST] 2/4] cobalt/registry: Convert export_mutex to real mutex
` [PATCH [REPOST] 3/4] drivers/can: Convert rtcan_devices_nrt_lock "
` [PATCH [REPOST] 4/4] drivers/gpio: Ensure compatibility with kernel 6.4

[PATCH 1/4] kernel: Account for signature change of class_create in 6.4
 2023-05-31 11:03 UTC  (4+ messages)
` [PATCH 2/4] cobalt/registry: Convert export_mutex to real mutex
` [PATCH 3/4] drivers/can: Convert rtcan_devices_nrt_lock "
` [PATCH 4/4] drivers/gpio: Ensure compatibility with kernel 6.4

Xenomai Community Call Minutes - May 31, 2023
 2023-05-31  7:25 UTC 

[PATCH 1/1] rwsem_down_write_slowpath check if oob() before skipping schedule()
 2023-05-31  5:27 UTC  (2+ messages)

[PATCH v3 0/4] y2038: Part three - support for select()
 2023-05-31  5:23 UTC  (6+ messages)
` [PATCH v3 1/4] y2038: cobalt/posix/select: Refactor __cobalt_select()
` [PATCH v3 2/4] y2038: cobalt/posix/select: Adding pselect64
` [PATCH v3 3/4] y2038: testsuite/smokey/y2038: Adding tests for pselect64
` [PATCH v3 4/4] cobalt/posix/select: Fix timeout update in case of -EINTR

Reminder: Xenomai community call on Wednesday, May 31, 2023, UTC 7:00 AM
 2023-05-31  2:43 UTC 

[PATCH v2 0/4] y2038: Part three - support for select()
 2023-05-30  9:51 UTC  (13+ messages)
` [PATCH v2 1/4] y2038: cobalt/posix/select: Refactor __cobalt_select()
` [PATCH v2 2/4] y2038: cobalt/posix/select: Adding pselect64
` [PATCH v2 3/4] y2038: testsuite/smokey/y2038: Adding tests for pselect64
` [PATCH v2 4/4] cobalt/posix/select: Fix timeout update in case of -EINTR

[PATCH 0/3] y2038: Part three - support for select()
 2023-05-23  9:13 UTC  (7+ messages)
` [PATCH 1/3] y2038: cobalt/posix/select: Refactor __cobalt_select()
` [PATCH 2/3] y2038: cobalt/posix/select: Adding pselect64
` [PATCH 3/3] y2038: testsuite/smokey/y2038: Adding tests for pselect64

[PATCH v2 0/9] Revive alchemy, pSOS and VxWorks tests
 2023-05-20 14:57 UTC  (6+ messages)
` [PATCH v3 0/11] "

Xenomai Community Call Minutes - May 17, 2023
 2023-05-18  0:24 UTC 

Reminder: Xenomai community call on Wednesday, May 17, 2023, UTC 7:00 AM
 2023-05-17  1:17 UTC 

[PATCH 1/3] [POC] test implementaion of rt-signals
 2023-05-16  6:52 UTC  (9+ messages)
` [PATCH 2/3] [POC] Add rt_signal test
` [PATCH 3/3] [POC] add a tool to measure rt_signal latency

[PATCH v2 00/14] y2038: Part two - timer and timerfd support
 2023-05-16  6:43 UTC  (16+ messages)
` [PATCH v2 01/14] y2038: cobalt: Introduce some itimerspec64 related helpers
` [PATCH v2 02/14] y2038: cobalt/posix/timer: Adding timer_settime64
` [PATCH v2 03/14] y2038: cobalt/posix/timer: Use timespec64_valid() for validation
` [PATCH v2 04/14] y2038: lib/cobalt: Dispatch timer_settime
` [PATCH v2 05/14] y2038: testsuite/smokey/y2038: Adding tests for timer_settime
` [PATCH v2 06/14] y2038: cobalt/posix/timer: Adding timer_gettime64
` [PATCH v2 07/14] y2038: lib/cobalt: Dispatch timer_gettime
` [PATCH v2 08/14] y2038: testsuite/smokey/y2038: Adding tests for timer_gettime
` [PATCH v2 09/14] y2038: cobalt/posix/timerfd: Adding timerfd_settime64
` [PATCH v2 10/14] y2038: lib/cobalt: Dispatch timerfd_settime
` [PATCH v2 11/14] y2038: testsuite/smokey/y2038: Adding tests for timerfd_settime
` [PATCH v2 12/14] y2038: cobalt/posix/timerfd: Adding timerfd_gettime64
` [PATCH v2 13/14] y2038: lib/cobalt: Dispatch timerfd_gettime
` [PATCH v2 14/14] y2038: testsuite/smokey/y2038: Adding tests for timerfd_gettime

[PATCH 00/13] y2038: Part two - timer and timerfd support
 2023-05-15  9:36 UTC  (22+ messages)
` [PATCH 01/13] y2038: cobalt: Introduce some itimerspec64 related helpers
` [PATCH 02/13] y2038: cobalt/posix/timer: Adding timer_settime64
` [PATCH 03/13] y2038: lib/cobalt: Dispatch timer_settime
` [PATCH 04/13] y2038: testsuite/smokey/y2038: Adding tests for timer_settime
` [PATCH 05/13] y2038: cobalt/posix/timer: Adding timer_gettime64
` [PATCH 06/13] y2038: lib/cobalt: Dispatch timer_gettime
` [PATCH 07/13] y2038: testsuite/smokey/y2038: Adding tests for timer_gettime
` [PATCH 08/13] y2038: cobalt/posix/timerfd: Adding timerfd_settime64
` [PATCH 09/13] y2038: lib/cobalt: Dispatch timerfd_settime
` [PATCH 10/13] y2038: testsuite/smokey/y2038: Adding tests for timerfd_settime
` [PATCH 11/13] y2038: cobalt/posix/timerfd: Adding timerfd_gettime64
` [PATCH 12/13] y2038: lib/cobalt: Dispatch timerfd_gettime
` [PATCH 13/13] y2038: testsuite/smokey/y2038: Adding tests for timerfd_gettime

Question about a freeze under Xenomai 3.2.1
 2023-05-10  8:19 UTC  (12+ messages)

[PATCH] add dovtail signal setup function
 2023-05-09 13:11 UTC 

Some newbie questions
 2023-05-09 12:03 UTC  (2+ messages)

EVL Kernel Debugging
 2023-05-06 10:56 UTC  (4+ messages)

evl_wait_event returning EIDRM
 2023-05-06 10:08 UTC  (2+ messages)

[PATCH 00/17] y2038: Part one - Cleanup existing implementation + general preparation
 2023-05-05 21:20 UTC  (19+ messages)
` [PATCH 01/17] y2038: cobalt: posix/sem: Remove compat syscall for sem_timedwait64
` [PATCH 02/17] y2038: cobalt: posix/clock: Remove compat syscall for clock_gettime64
` [PATCH 03/17] y2038: cobalt: posix/clock: Remove compat syscall for clock_settime64
` [PATCH 04/17] y2038: cobalt: posix/clock: Remove compat syscall for clock_nanosleep64
` [PATCH 05/17] y2038: cobalt: posix/clock: Remove compat syscall for clock_getres64
` [PATCH 06/17] y2038: cobalt: posix/clock: Remove compat syscall for clock_adjtime64
` [PATCH 07/17] y2038: cobalt: posix/mutex: Remove compat syscall for mutex_timedlock64
` [PATCH 08/17] y2038: cobalt: posix/mqueue: Remove compat syscall for mq_timedsend64
` [PATCH 09/17] y2038: cobalt: posix/monitor: Remove compat syscall for monitor_wait64
` [PATCH 10/17] y2038: cobalt: posix/event: Remove compat syscall for event_wait64
` [PATCH 11/17] y2038: cobalt: posix/cond: Remove compat syscall for cond_wait_prologue64
` [PATCH 12/17] y2038: cobalt: Cleanup code style of time.{c,h}
` [PATCH 13/17] y2038: posix/mq: Fix mq_timedsend syscall routing
` [PATCH 14/17] y2038: posix/mq: Harmonize mq_receive and mq_timedreceive
` [PATCH 15/17] y2038: testsuite/smokey/y2038: Fix a very unlikely resource leak
` [PATCH 16/17] y2038: cobalt/posix/clock: Use timespec64_valid() for validation
` [PATCH 17/17] y2038: Prepare code base for 64bit time_t

[PATCH 0/3] prove of concept
 2023-05-04 13:06 UTC  (11+ messages)
` [PATCH 1/3] rtsignals: part one, core code plus x86

[PATCH xenomai-images v2 0/4] Lift the base distribution to Debian bookworm
 2023-05-04  8:19 UTC  (6+ messages)
` [PATCH xenomai-images v2 1/4] ci: Update kas to 3.2.3
` [PATCH xenomai-images v2 2/4] customizations: Mask systemd-network-generator service
` [PATCH xenomai-images v2 3/4] xenomai-demo: Switch base distribution to Debian bookworm
` [PATCH xenomai-images v2 4/4] customizations: Migrate from ifup to systemd-networkd

[PATCH xenomai-images 0/4] Lift the base distribution to Debian bookworm
 2023-05-03 14:17 UTC  (8+ messages)
` [PATCH xenomai-images 1/4] ci: Update kas to 3.2.3
` [PATCH xenomai-images 2/4] xenomai-demo: Switch base distribution to Debian bookworm
` [PATCH xenomai-images 3/4] customizations: Mask systemd-network-generator service
` [PATCH xenomai-images 4/4] customizations: Migrate from ifup to systemd-networkd

[ANNOUNCE] Xenomai 3.0.14 released
 2023-05-01 12:04 UTC 

[ANNOUNCE] Xenomai 3.1.4 released
 2023-05-01 12:03 UTC 

[ANNOUNCE] Xenomai 3.2.3 released
 2023-05-01 12:03 UTC 

[PATCH xenomai-images 0/2] Update demo-image to deal with the new testsuite package
 2023-04-30  9:22 UTC  (2+ messages)

[PATCH 0/2] debian: Move testsuite (smokey) into a separate package
 2023-04-30  9:22 UTC  (4+ messages)
` [PATCH 1/2] lib/boilerplate: Do not remove $(DESTDIR)$(libdir)/xenomai on uninstall
` [PATCH 2/2] debian: Extract xenomai tests into separate package (xenomai-testsuite)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).