Commit graph

  • 1e68351a25 kernel: userspace: abort timer before freeing Nicolas Pitre 2026-05-27 23:50:33 -04:00
  • 016f135c9b kernel: timeout: remove the TIMEOUT_DTICKS_ABORTED sentinel Nicolas Pitre 2026-05-27 23:39:09 -04:00
  • 414c3cdeaf kernel: timeout: remove the dticks-based cancel mechanism Nicolas Pitre 2026-05-27 23:29:05 -04:00
  • 59cf34bf21 kernel: work: migrate to z_try_abort_timeout() Nicolas Pitre 2026-05-27 23:14:37 -04:00
  • c5b4762c36 kernel: poll: migrate to z_try_abort_timeout() Nicolas Pitre 2026-05-27 22:40:03 -04:00
  • f5dfc4ba3e kernel: timeslicing: migrate to z_try_abort_timeout() Nicolas Pitre 2026-05-27 22:13:18 -04:00
  • ce23f1d734 kernel: sched: switch z_thread_timeout() to the superseded check Nicolas Pitre 2026-05-27 18:29:25 -04:00
  • cf6d9d8fa8 kernel: wait_q: add z_unpend_first_thread_locked() and migrate callers Nicolas Pitre 2026-05-27 18:28:32 -04:00
  • 387b387479 kernel: sched: migrate scheduler-internal sites to z_try_abort_timeout() Nicolas Pitre 2026-05-27 18:27:44 -04:00
  • 6d83c1abd0 kernel: timer: migrate to z_try_abort_timeout() Nicolas Pitre 2026-05-27 15:02:39 -04:00
  • 61444b281e kernel: timeout: tag inflight_timeout with a superseded bit Nicolas Pitre 2026-05-28 19:39:37 -04:00
  • 805b2af18e kernel: timeout: introduce z_try_abort_timeout() with in-flight tracking Nicolas Pitre 2026-05-27 13:18:00 -04:00
  • 1ab9ae5c14 board: giga: dfsdm: added dmic example for Arduino Giga Daniele Aimo 2026-05-26 10:55:04 +02:00
  • da885a98cd board: giga: dfsdm: added driver related nodes in device tree Daniele Aimo 2026-05-26 10:55:03 +02:00
  • dd74e09411 drivers: audio: dmic_stm32_dfsdm: added DMA support to the driver Daniele Aimo 2026-05-26 10:55:03 +02:00
  • ded4252ae3 tests: lib: onoff: add missing finalize calls in sync tests Jinming Zhao 2026-06-05 13:48:57 +05:30
  • 84c00357f4 tests: kernel: spinlock: add test coverage for z_assert_can_swap() Jinming Zhao 2026-06-01 13:32:59 +05:30
  • e662d2b8a6 ztest: set spinlock abort sentinel on expected fault Jinming Zhao 2026-06-01 13:32:56 +05:30
  • d844a4a861 kernel: spinlock: add z_assert_can_swap() for context-switch validation Jinming Zhao 2026-06-01 13:32:54 +05:30
  • be58bcf5bf boards: arm: stm32: add usbcan(fd) adapters Oleksii Mamontov 2026-05-11 19:21:23 +00:00
  • 825edda757 MAINTAINERS.yml: add fido2 area Siratul Islam 2026-05-22 23:10:12 +06:00
  • 5d2933b4f0 doc: fido2: add FIDO2 subsystem docs Siratul Islam 2026-05-21 01:47:13 +06:00
  • 5eca9e8cab samples: fido2: implement sample for fido2 Siratul Islam 2026-05-20 05:35:40 +06:00
  • 66a2330a5f fido2: implement authenticatorGetAssertion(0x02) Siratul Islam 2026-05-19 05:42:50 +06:00
  • 8fcbb6b0a3 fido2: implement authenticatorSelection(0x0b) Siratul Islam 2026-05-18 02:12:56 +06:00
  • 11c8d3172f fido2: implement transport progess indicator Siratul Islam 2026-05-17 19:35:36 +06:00
  • 9ffc62590c fido2: implement runtime state Siratul Islam 2026-05-16 05:54:37 +06:00
  • 80f3935e1f fido2: Implement authenticatorMakeCredential Siratul Islam 2026-05-12 01:22:33 +06:00
  • b79780531b fido2: Move to authentication dir Siratul Islam 2026-05-09 15:14:23 +06:00
  • b75280ad80 fido2: Introduce Storage Siratul Islam 2026-05-08 20:06:07 +06:00
  • 5565837752 fido2: Introduce PSA API Siratul Islam 2026-05-08 03:41:24 +06:00
  • 0a39fcfdf9 fido2: implement makecredential cbor decoding Siratul Islam 2026-05-07 17:33:59 +06:00
  • 2ec27f8fed fido2: implement core and getInfo Siratul Islam 2026-05-03 04:05:36 +06:00
  • 05d87c0fb9 fido2: add FIDO2/CTAP2 authenticator subsystem Kconfig Siratul Islam 2026-03-21 22:38:54 +06:00
  • e26bb0da2d fido2: add FIDO2/CTAP2 authenticator subsystem headers Siratul Islam 2026-02-21 00:26:24 +06:00
  • c2d0717c46 tests: unit: crc: add ZTEST_P to table-driven test functions Anas Nashif 2026-05-23 10:36:34 -04:00
  • 69aacf7f6b tests: net: utils: add ZTEST_P to test_net_addr Anas Nashif 2026-05-23 09:29:02 -04:00
  • 504da0830a tests: kernel: semaphore: add ZTEST_P to test_sem_init_validity Anas Nashif 2026-05-23 09:13:20 -04:00
  • 392cf0f700 tests: kernel: mem_heap: add ZTEST_P to test_k_heap_alloc_size Anas Nashif 2026-05-23 09:13:11 -04:00
  • 47fed2cd42 tests: kernel: common: add ZTEST_P to test_bitarray_alloc_divisor Anas Nashif 2026-05-23 09:13:00 -04:00
  • 380f951c08 ztest: add ztest_param_inst linker section to unit_testing board Anas Nashif 2026-05-23 10:36:18 -04:00
  • cc212fbb0e ztest: treat pass+skip==run as PASS in suite summary Anas Nashif 2026-05-23 10:05:24 -04:00
  • 945fbc3205 ztest: support multiple ZTEST_INSTANTIATE_TEST_SUITE_P per test function Anas Nashif 2026-05-23 09:46:16 -04:00
  • d041ea4f9d ztest: add runtime-generated parameter support for ZTEST_P Anas Nashif 2026-05-23 08:11:35 -04:00
  • 835a752e2b ztest: add ZTEST_DEFINE_PARAM_RANGE for value-parameterized tests Anas Nashif 2026-05-23 08:02:00 -04:00
  • 7d936323da ztest: show parameter instance and index in test output Anas Nashif 2026-05-23 07:49:32 -04:00
  • 021ecb2538 doc: ztest: document value-parameterized tests Anas Nashif 2026-04-30 06:26:37 -04:00
  • 54ec1bbd31 tests: ztest: expand ztest_param to cover new ZTEST_P semantics Anas Nashif 2026-04-30 06:26:28 -04:00
  • dca09f5d7a ztest: add value-parameterized test infrastructure Anas Nashif 2026-04-30 06:25:57 -04:00
  • c3151bdca6 llext: apply workaround for cortex_r on exported symbols Anas Nashif 2026-06-15 09:13:29 -04:00
  • 33674b7de8 llext: export: arm mutually exclusive to arm64 Anas Nashif 2026-06-15 08:02:55 -04:00
  • f9d47a775f drivers: watchdog: siwx91x: Fix typo Jérôme Pouiller 2026-06-08 19:49:15 +02:00
  • fcb98ffa37 Revert "boards: nxp: drop CONFIG_TRUSTED_EXECUTION_SECURE" Andrej Butok 2026-06-15 09:22:57 +02:00
  • 5c50f0a646 twister: reports: split Reporting class by responsibility Lukasz Fundakowski 2026-02-03 10:31:41 +01:00
  • 49a7bac9b2 dts: nxp: mcxw70: add correct definition for ifr0 and hw_params Radu Alexe 2026-06-10 19:52:13 +03:00
  • 4ac96a5c83 samples: Bluetooth: BAP: BSNK: Don't clear do_plc in the middle of SDU Emil Gydesen 2026-06-12 12:31:22 +02:00
  • c962879dcf Bluetooth: BAP: Shell: Don't clear do_plc in the middle of SDU Emil Gydesen 2026-06-11 14:42:38 +02:00
  • 78cb20678a manifest: Update hal_silabs for SiWx91x Aksel Skauge Mellbye 2026-06-11 14:21:29 +02:00
  • acee9be7cc manifest: update percepio Erik Tamlin 2026-06-11 12:56:09 +02:00
  • 2198bd83c8 drivers: ethernet: lan865x allow internal reset pullup Thomas Lang 2026-06-11 01:52:23 -07:00
  • cb03ae6453 Bluetooth: BAP: Shell: Fix bug when updating USB streams Emil Gydesen 2026-06-11 11:09:30 +02:00
  • dbefc84380 Bluetooth: BAP: Shell: Print when codec_cfg was updated Emil Gydesen 2026-06-11 11:03:36 +02:00
  • be7e247123 tests: Bluetooth: Bump qualification materials to Core Spec 6.3 Szymon Janc 2026-06-11 10:18:21 +02:00
  • 0dbc1ecf25 drivers: clock_control: stm32: H7/H7RS PLL1 DIVP can be 1 or even Etienne Carriere 2026-06-10 13:22:34 +02:00
  • 25874ade6f drivers: gpio_rcar: Make driver usable with Gen5 Julien Panis 2026-06-09 14:33:25 +02:00
  • 073c293e3a dts: bindings: gpio: Add pinctrl support to the R-Car GPIO driver Adrien Ricciardi 2026-06-09 14:26:41 +02:00
  • 7d59a66eb3 drivers: gpio: Add pinctrl support to the R-Car GPIO driver Adrien Ricciardi 2026-06-09 14:23:17 +02:00
  • 31b577827f drivers: gpio: Add generic clock support to the R-Car GPIO driver Adrien Ricciardi 2026-06-09 11:42:29 +02:00
  • bc57403617 tests: drivers: counter: pic32cm_jh01_cpro: Adds test support files Muhammed Asif 2026-06-04 17:07:05 +05:30
  • 6ec18c211f samples: counter: pic32cm_jh01_cnano: Uses tc peripheral as counter Muhammed Asif 2026-06-04 17:00:56 +05:30
  • 3e3984adc5 samples: counter: pic32cm_jh01_cpro: Uses tc peripheral as counter Muhammed Asif 2026-06-04 16:56:42 +05:30
  • 9078ba6b9e boards: microchip: pic32cm_jh01_cnano: Adds tc0 node as counter Muhammed Asif 2026-06-04 15:32:58 +05:30
  • 7028dbd102 boards: microchip: pic32cm_jh01_cpro: Adds tc0 node as counter Muhammed Asif 2026-06-04 15:16:55 +05:30
  • 097d7bd9af tests: kernel: sched: use a 1 ms tick for the scheduler tests Nicolas Pitre 2026-06-06 14:18:31 -04:00
  • b157387039 drivers: i2c: stm32: Add PM in RTIO drivers controller mode Etienne Carriere 2026-06-11 14:12:08 +02:00
  • 46cc518300 drivers: i2c: stm32: Ensure RTIO sequence is processed in sync operation Etienne Carriere 2026-06-11 14:29:00 +02:00
  • f1b81c8629 drivers: i2c: stm32: Unused i2c_stm32_start() return code in RTIO drivers Etienne Carriere 2026-06-11 14:11:59 +02:00
  • b7855d806e drivers: i2c: stm32: Factorize RTIO sequence completion Etienne Carriere 2026-06-05 09:17:26 +02:00
  • 63d739b4e5 drivers: i2c: stm32: Test successful PM runtime get Etienne Carriere 2026-06-05 10:31:36 +02:00
  • b2d02fa29e drivers: i2c: stm32: Add PM runtime management in target modes Etienne Carriere 2026-06-05 10:19:39 +02:00
  • 0e5013ab9b drivers: i2c: stm32: Fix unbalanced PM runtime state in driver v2 Etienne Carriere 2026-06-11 09:05:26 +02:00
  • 4835256a55 drivers: i2c: stm32: Don't set target config upon failure Etienne Carriere 2026-06-05 09:24:24 +02:00
  • 1832ea0b75 drivers: i2c: stm32: don't leave I2C enable on config failure Etienne Carriere 2026-06-05 10:21:53 +02:00
  • 77aa26d8b9 logging: Validate z_log_msg_static_create() Peter Mitsis 2026-06-02 16:22:36 -07:00
  • 7bd78d61b0 boards: st: *n65*: Comment out nvmem properties in DTS file Julien Racki 2026-06-01 16:44:15 +02:00
  • a3f09b93bf samples: drivers: audio: dmic: add stm32l476g_disco Raphaël Gallais-Pou 2026-06-09 15:51:25 +02:00
  • 2bc0fe1b5b boards: st: stm32l476g_disco: enable dmic and audio_codec Raphaël Gallais-Pou 2026-06-09 15:51:25 +02:00
  • 462d402174 dts: arm: st: l4: add DFSDM peripheral support Raphaël Gallais-Pou 2026-05-28 14:58:01 +02:00
  • 92b25f7ea4 drivers: serial: nrfx_uarte: Fix instance initialization priority Krzysztof Chruściński 2026-05-19 14:24:59 +02:00
  • 8d201ae75a drivers: ethernet: remove logs for link up and down Fin Maaß 2026-05-28 11:23:11 +02:00
  • 06fa8fa438 input: bump thread stack size default on 64-bit Carlo Caione 2026-06-10 12:13:07 +02:00
  • 570589b2f7 cmake: qemu: keep host cursor visible with virtio input Carlo Caione 2026-06-10 11:35:17 +02:00
  • af0a637d18 doc: release-notes: mention virtio input driver Carlo Caione 2026-06-10 11:24:45 +02:00
  • bd612a97ee tests: drivers: build_all: virtio: add input device Carlo Caione 2026-06-10 11:24:45 +02:00
  • 04ec755ffa samples: modules: lvgl: demos: enable pointer input on QEMU Carlo Caione 2026-06-10 11:24:45 +02:00
  • 291761c47a boards: qemu: add virtio-tablet input device Carlo Caione 2026-06-10 11:24:45 +02:00
  • a5aa7f6ab2 modules: lvgl: treat BTN_LEFT as touch in pointer input Carlo Caione 2026-06-10 11:24:44 +02:00
  • eb092b0f40 drivers: input: add virtio input device driver Carlo Caione 2026-06-10 11:24:30 +02:00
  • f3e11cc51e Bluetooth: Audio: Shell: Rename CONTEXT and LOCATION with DEFAULT Emil Gydesen 2026-06-11 08:05:26 +02:00
  • aa31c8a69a llext: export ARM EABI mem helper functions Anas Nashif 2026-06-10 17:14:01 -04:00