xenomai.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-10 06:40:32 to 2023-09-08 10:51:54 UTC [more...]

[PATCH 1/3] [POC] test implementaion of rt-signals
 2023-09-08 10:50 UTC  (2+ messages)
` [PATCH 2/3] [POC] Add rt_signal test

[PATCH] clock : avoid panic on xnclock_set_wallclock() call during COBALT_STATE_WARMUP
 2023-09-07 21:41 UTC 

[RFC][PATCH v2] x86: dovetail: add dovetail signal setup function
 2023-09-07 15:33 UTC 

[PATCH 1/3] [POC] test implementaion of rt-signals
 2023-09-07 13:58 UTC  (15+ messages)
` [PATCH 2/3] [POC] Add rt_signal test
` [PATCH 3/3] [POC] add a tool to measure rt_signal latency

[PATCH] pipeline: irq: ack the irq when it is postponed inband irq from outside of the pipeline entry path
 2023-09-07 13:25 UTC  (2+ messages)

[PATCH] pipeline: irq: ack the irq when it is postponed inband irq from outside of the pipeline entry path
 2023-09-07 12:56 UTC 

irq storm on sd/mmc card detect gpio interrupt alloced from pinctrl device
 2023-09-04 13:35 UTC  (21+ messages)

[PATCH][xenomai-images] ci: Add kernel 6.1 tests to xenomai stable 3.2.x branch
 2023-09-04 13:04 UTC 

Xenomai Wiki updates
 2023-09-04 12:35 UTC  (3+ messages)

[PATCH 1/2] pinctrl: intel: irq_pipeline: enable pipelined interrupt control for pintctrl-intel
 2023-09-04 10:25 UTC  (2+ messages)
` [PATCH 2/2] pinctrl: intel: irq_pipeline: enable pipelined interrupt control for pinctrl-baytrail

[PATCH] x86: ipipe: Protect ARCH_SET_GS and ARCH_SET_FS sections
 2023-09-04  8:36 UTC  (2+ messages)

[PATCH 00/20] I-pipe house cleaning
 2023-09-04  7:36 UTC  (25+ messages)
` [PATCH 01/20] cobalt: Drop self element from lostage_signal
` [PATCH 02/20] drivers/udd: Drop self element from irqswitch_work
` [PATCH 03/20] cobalt: Drop not longer supported CONFIG_XENO_OPT_STATS_IRQS
` [PATCH 04/20] testsuite/smokey/y2038: Activate minimal clock_settime64
` [PATCH 05/20] testsuite/clocktest: Drop obsolete CLOCK_HOST_REALTIME and wallclock offset bits
` [PATCH 06/20] testsuite/smokey: Remove VDSO test
` [PATCH 07/20] lib/cobalt: Drop legacy_tsc code for I-pipe
` [PATCH 08/20] lib/cobalt: Drop tsc.h
` [PATCH 09/20] cobalt/uapi: "
` [PATCH 10/20] lib/cobalt: Drop VDSO support
` [PATCH 11/20] kernel/cobalt: Remove archcall syscall stub
` [PATCH 12/20] kernel/cobalt: Retire clock_freq field in cobalt_featinfo
` [PATCH 13/20] kernel/cobalt: Remove VDSO support
` [PATCH 14/20] testsuite/smokey/rtdm: Remove dead code
` [PATCH 15/20] lib/cobalt: Refactor cobalt_read_tsc API to cobalt_read_ns
` [PATCH 16/20] lib/copperplate: Refactor clockobj_get_tsc API to clockobj_get_ns
` [PATCH 17/20] scripts/Kconfig.frag: Switch to I-pipe only
` [PATCH 18/20] include/cobalt: Fix inclusion guard names
` [PATCH 19/20] ci: Update comment
` [PATCH 20/20] cobalt/posix: "

[Dovetail] Intel GPIO pinctrl
 2023-09-04  0:42 UTC  (2+ messages)

[PATCH v2 00/17] Enable stable/v3.2.x branch to be buildable with 6.1 kernels
 2023-09-01 19:45 UTC  (18+ messages)
` [PATCH stable/v3.2.x v2 01/17] Account for switch to pde_data in 5.17
` [PATCH stable/v3.2.x v2 02/17] Use linux/stddef.h instead of toolchain header
` [PATCH stable/v3.2.x v2 03/17] drivers/serial/16550A: Account for privatized defines in 5.17
` [PATCH stable/v3.2.x v2 04/17] drivers/net: Switch to dev_addr_set and eth_hw_addr_set
` [PATCH stable/v3.2.x v2 05/17] drivers: Convert pci_set_*dma_mask to DMA API
` [PATCH stable/v3.2.x v2 06/17] drivers: Convert pci_alloc/free_consistent "
` [PATCH stable/v3.2.x v2 07/17] drivers: Convert pci_map/unmap_single/page "
` [PATCH stable/v3.2.x v2 08/17] drivers: Convert pci_dma_sync_single_for_cpu/device "
` [PATCH stable/v3.2.x v2 09/17] cobalt: Resolve cast-function-type warnings
` [PATCH stable/v3.2.x v2 10/17] drivers/net/experimental/e1000: Use fallthrough
` [PATCH stable/v3.2.x v2 11/17] drivers/spi: Convert to GPIO descriptor API
` [PATCH stable/v3.2.x v2 12/17] drivers/spi: Switch to spi_controller API
` [PATCH stable/v3.2.x v2 13/17] drivers/spi: Account for dropped return value of spi_driver.remove
` [PATCH stable/v3.2.x v2 14/17] drivers/testing/heapcheck: Replace prandom_u32 with custom implementation
` [PATCH stable/v3.2.x v2 15/17] drivers/net/pcnet32: Adjust for kernel 6.1
` [PATCH stable/v3.2.x v2 16/17] cobalt/pipe: Allow building with kernels up to 6.1
` [PATCH stable/v3.2.x v2 17/17] cobalt/x86: "

Status of Xenomai-images
 2023-09-01 13:50 UTC  (5+ messages)

[PATCH] arm64: dovetail: Fix undefinstr/break trap handling
 2023-09-01 13:29 UTC  (7+ messages)

[EVL] GPIO driver error
 2023-09-01 13:11 UTC  (2+ messages)

[PATCH 00/19] Enable stable/v3.2.x branch to be buildable with 6.1 kernels
 2023-09-01  8:25 UTC  (23+ messages)
` [PATCH stable/v3.2.x 01/19] Account for switch to pde_data in 5.17
` [PATCH stable/v3.2.x 02/19] Use linux/stddef.h instead of toolchain header
` [PATCH stable/v3.2.x 03/19] drivers/serial/16550A: Account for privatized defines in 5.17
` [PATCH stable/v3.2.x 04/19] drivers/net: Switch to dev_addr_set and eth_hw_addr_set
` [PATCH stable/v3.2.x 05/19] drivers: Convert pci_set_*dma_mask to DMA API
` [PATCH stable/v3.2.x 06/19] drivers: Convert pci_alloc/free_consistent "
` [PATCH stable/v3.2.x 07/19] drivers: Convert pci_map/unmap_single/page "
` [PATCH stable/v3.2.x 08/19] drivers: Convert pci_dma_sync_single_for_cpu/device "
` [PATCH stable/v3.2.x 09/19] cobalt: Resolve cast-function-type warnings
` [PATCH stable/v3.2.x 10/19] drivers/net/experimental/e1000: Use fallthrough
` [PATCH stable/v3.2.x 11/19] drivers/spi: Convert to GPIO descriptor API
` [PATCH stable/v3.2.x 12/19] drivers/spi: Switch to spi_controller API
` [PATCH stable/v3.2.x 13/19] drivers/spi: Account for dropped return value of spi_driver.remove
` [PATCH stable/v3.2.x 14/19] drivers/testing/heapcheck: Replace prandom_u32 with custom implementation
` [PATCH stable/v3.2.x 15/19] drivers/net/pcnet32: Adjust for kernel 6.1
` [PATCH stable/v3.2.x 16/19] cobalt: Adjust dev_addr_set wrapper to 5.10, 5.1 and 4.19 backports
` [PATCH stable/v3.2.x 17/19] cobalt/pipe: Allow building with kernels up to 6.1
` [PATCH stable/v3.2.x 18/19] cobalt/x86: "
` [PATCH stable/v3.2.x 19/19] drivers/spi: Add support for kernels < 5.1

Sporadic segfault upon start of Linux app while Xenomai app is running
 2023-08-31  8:01 UTC  (4+ messages)

[PATCH v4] cobalt: Adjust dev_addr_set wrapper to 5.10 backport
 2023-08-29 15:37 UTC 

[PATCH v3] cobalt: Adjust dev_addr_set wrapper to 5.10, 5.1 and 4.19 backports
 2023-08-29 13:56 UTC  (6+ messages)

[PATCH v2] cobalt: Adjust dev_addr_set wrapper to 5.10, 5.1 and 4.19 backports
 2023-08-29  9:08 UTC  (2+ messages)

xenomai Electrical decision makers
 2023-08-28 12:53 UTC 

CPU Stuck Error When Using Xbufs
 2023-08-23 21:42 UTC  (4+ messages)
      ` [External] - "

v6.1.y-dovetail-rebase
 2023-08-22 11:30 UTC  (15+ messages)

Task exit via rt_task_suspend()?
 2023-08-21  5:49 UTC  (3+ messages)

[PATCH v4 00/10] Revive alchemy, pSOS and VxWorks tests
 2023-08-16 14:19 UTC  (8+ messages)
` [PATCH v5 "
  ` [PATCH 01/10] testsuite: Fully integrate alchemytests into smokey

[PATCH 08/10] alchemytests: Fix task-2
 2023-08-16 12:37 UTC  (5+ messages)
` [PATCH v6 00/10] Revive alchemy, pSOS and VxWorks tests

[PATCH] add dovtail signal setup function
 2023-08-16 10:39 UTC  (4+ messages)

[PATCH 0/7] y2038: Finalize and enable y2038 support
 2023-08-15  9:19 UTC  (14+ messages)
` [PATCH 1/7] y2038: kernel/drivers: Implement SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW
` [PATCH 2/7] y2038: lib/cobalt: Switch vdso to gettime64
` [PATCH 3/7] y2038: testsuite/clocktest: Fix reading of reference clock
` [PATCH 4/7] y2038: build: Introduce new build parameter --disable-y2038
` [PATCH 5/7] y2038: lib/cobalt: Add additional time64_t related function wrappers
` [PATCH 6/7] y2038: Route explicitly requested stdlib calls to time64 equivalents
` [PATCH 7/7] y2038: lib/cobalt/select: Fix __RT(select()) routing

Issues with evl_mutex_trylock()
 2023-08-15  6:07 UTC  (13+ messages)

[I-PIPE] ipipe-core-4.19.288-cip101-x86-27 released
 2023-08-14 19:34 UTC 

[I-PIPE] ipipe-core-5.4.253-x86-14 released
 2023-08-14 19:34 UTC 

[PATCH] add dovtail signal setup function
 2023-08-14 17:33 UTC  (2+ messages)

[PATCH] vxworkstests: Fix shutdown race in task-2
 2023-08-11 17:33 UTC 

XENO_ARCH_FPU
 2023-08-11 17:04 UTC  (3+ messages)

[PATCH] evl: increase default number of xbuffers
 2023-08-10  8:06 UTC  (2+ messages)


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).