- f100566 tests: mheap_api_concept: fix non-reentrant thread_id by Watson Zeng · 3 years, 11 months ago
- fb88c77 tests: mem_protect/mem_map: remove unused assignment to cnt by Daniel Leung · 3 years, 11 months ago
- 77a751e tests/kernel/common: Fix test test_nop for ARMV7_M_ARMV8_M_MAINLINE by Erwan Gouriou · 3 years, 11 months ago
- 0622bde tests: condvar: fix one testcase failure on qemu_cortex_a53_smp by Enjia Mai · 3 years, 11 months ago
- a7d8ff4 tests: common: fix newly added test_nop failing the CI by Enjia Mai · 3 years, 11 months ago
- 76f59b2 test: kernel: skip new failing test by Anas Nashif · 3 years, 11 months ago
- c9c8cec tests: interrupt: add test cases of direct interrupt for arch x86 and posix by Enjia Mai · 3 years, 11 months ago
- f702258 tests: interrupt: add test cases of regular interrupt for arch x86 by Enjia Mai · 3 years, 11 months ago
- e92ca60 tests: arch: add a test case for testing arch_nop() interface by Enjia Mai · 3 years, 11 months ago
- 4d994af kernel: remove object tracing by Anas Nashif · 3 years, 11 months ago
- 353aa87 tests: kernel: workq: inhibit warnings on tests of deprecated API by Peter Bigot · 3 years, 11 months ago
- 0c607ad pm: device: Align state names with system states by Flavio Ceolin · 3 years, 11 months ago
- 70f8f33 tests: interrupt: add test cases of offloading job from isr by Enjia Mai · 3 years, 11 months ago
- 8a91bbf test: atomic: multiple equal priority threads access atomic variable by Ying ming · 3 years, 11 months ago
- 5d872f6 test: thread : test run k_thread_resume on unsuspend thread by Ying ming · 3 years, 11 months ago
- 4898e2c tests/kernel/common: Skip boot delay tests on systems that are too fast by Andy Ross · 3 years, 11 months ago
- 7d5e238 tests/kernel/context: Support APIC_TSC_DEADLINE timer by Andy Ross · 3 years, 11 months ago
- 0a5137f ARC: ARCv3: add qemu HS6x board by Evgeniy Paltsev · 3 years, 11 months ago
- 452a061 tests: mem_protect/mem_map: add testing for k_mem_unmap() by Daniel Leung · 3 years, 11 months ago
- 7741e9f tests: mem_protect/mem_map: test k_mem_map guard pages by Daniel Leung · 3 years, 11 months ago
- cb0e3ed tests: mem_protect/mem_map: add test for z_phys_unmap by Daniel Leung · 3 years, 11 months ago
- bf287c6 tests: mem_protect/demand_paging: wait a bit for NRU to work by Daniel Leung · 3 years, 11 months ago
- c9c5221 tests: mem_protect/demand_paging: add config for qemu_x86_tiny by Daniel Leung · 3 years, 11 months ago
- 771a643 tests: kernel/common: add tests for bit array by Lauren Murphy · 3 years, 11 months ago
- 4a382ae tests: kernel: threads: no-multithreading: Add more platforms by Krzysztof Chruscinski · 3 years, 11 months ago
- b2aab9f board: qemu_arc: disable test: tests/kernel/mem_protect/mem_protect by Watson Zeng · 3 years, 11 months ago
- f397f17 tests: msgq: add new test case for msgq by Meng xianglin · 3 years, 11 months ago
- a9edb1f tests: smp: add some module and integration test cases by Enjia Mai · 3 years, 11 months ago
- 7988ab4 pm: rename device_set/get_power_state to pm_device_set/get by Gerard Marull-Paretas · 3 years, 11 months ago
- 2c7b763 pm: replace DEVICE_PM_* states with PM_DEVICE_* by Gerard Marull-Paretas · 3 years, 11 months ago
- 5a4cdd2 tests: replace power/power.h with pm/pm.h by Gerard Marull-Paretas · 3 years, 11 months ago
- c524075 pm: runtime: rename API with pm_device prefix by Gerard Marull-Paretas · 3 years, 11 months ago
- 3a7e0f8 tests: semaphore: add k_thread_join to test_sem_take_timeout_isr by Daniel Leung · 4 years ago
- 8b7252c tests: condvar_api: fix permissions to multiple condvar by Daniel Leung · 4 years ago
- f1f63dd arm64: FPU context switching support by Nicolas Pitre · 4 years ago
- acd8d8e tests: kernel: fatal: Add no multithreading test by Krzysztof Chruscinski · 4 years ago
- 4f949a2 tests: kernel: mem_heap: Add CONFIG_MULTITHREADING=n configuration by Krzysztof Chruscinski · 4 years ago
- 693c3fb tests: kernel: mem_slab: Add no multithreading support by Krzysztof Chruscinski · 4 years ago
- e99a015 tests: kernel: threads: no-multithreading: Extend test by Krzysztof Chruscinski · 4 years ago
- 2e085a5 tests: kernel: timer: timer_api: Extend with CONFIG_MULTITHREADING=n case by Krzysztof Chruscinski · 4 years ago
- e53d549 tests: mem_protect: add a test case of adding memory partition by Enjia Mai · 4 years ago
- bb77186 tests: kernel: no-multithreading: Use tc_util.h by Paul Sokolovsky · 4 years ago
- 2c138fb tests: add new kernel objects tests by Maksim Masalski · 4 years ago
- 1eabc24 tests: kernel: remove usage of device_pm_control_nop by Gerard Marull-Paretas · 4 years ago
- e25dc6f tests: kernel: device: adjust for device pm changes by Gerard Marull-Paretas · 4 years ago
- d3747db tests: kernel: fix two test cases of condvar hang up in SMP by Enjia Mai · 4 years ago
- 2e1ac6b tests: smp: cancel CONFIG_MP_NUM_CPUS limit of some testcases by Enjia Mai · 4 years ago
- 707dc22 kernel: fix error in synchronous work cancellation return value by Peter Bigot · 4 years ago
- 32fe8a2 tests: gen_isr_table: nucleo_g071rb: decr. NUM_IRQS to avoid conflicts by Thomas Stranger · 4 years ago
- a09b5ad tests: kernel: remove debug message for LLVM by Anas Nashif · 4 years ago
- 68c54bf test: kernel: context: Add Renesas RCar CMT timer by Julien Massot · 4 years ago
- 2cff32b tests: kernel: pending: replace to-be-deprecated k_work API use by Peter Bigot · 4 years ago
- facd0f5 test: schedule_api : test some negative test by Ying ming · 4 years ago
- f69a381 kernel: atomic: consistently use named type for atomic pointer values by Peter Bigot · 4 years ago
- 56b9a42 tests/kernel: Add k_poll test for polling on message queues by Nick Graves · 4 years ago
- 05e5f48 tests: mutex: fixed a testcase assert failure by Ningx Zhao · 4 years ago
- bf45af5 tests: kernel: workq: critical: replace to-be-deprecated k_work API use by Peter Bigot · 4 years ago
- b6fd177 test: mem_protect/demand_paging: support using timing funcs by Daniel Leung · 4 years ago
- dd239be tests: mem_protect/demand_paging: add paging stats tests by Daniel Leung · 4 years ago
- ae86519 kernel: mmu: collect more demand paging statistics by Daniel Leung · 4 years ago
- a7ea624 tests: kernel: key has wrong type in test_prevent_interruption by Jennifer Williams · 4 years ago
- 7e91223 tests: mutex: verify mutil-threads take a mutex by Ningx Zhao · 4 years ago
- 8af2e07 tests: pipe: test some error conditions by Ningx Zhao · 4 years ago
- a1db16d tests: kernel: Add a new testcases for mailbox by Jian Kang · 4 years ago
- 0124e08 kernel: semaphore: Add two testcases of semaphore by Jian Kang · 4 years ago
- fa2724b test: smp :add testcase by Ying ming · 4 years ago
- fa8bc74 Test: queue: Add a testcase to test queue by Ningx Zhao · 4 years ago
- ec61259 kernel: pipe: add a return value check. by Ningx Zhao · 4 years ago
- 8505e5e tests/workq/work: KERNEL_COHERENCE fixups by Andy Ross · 4 years ago
- 0ec3774 userspace: rename _is_user_context -> k_is_user_context by Anas Nashif · 4 years ago
- 3539c2f arm/arm64: Make ARM64 a standalone architecture by Carlo Caione · 4 years ago
- 95cddd4 testsuite: utils: move the interrupt_util.h into testsuite by Enjia Mai · 4 years ago
- b7bd2e5 tests: stack: add a testcase by Ningx Zhao · 4 years ago
- fed0352 kernel: work: fix schedule from running work by Peter Bigot · 4 years ago
- 658151d tests: device: tweak test to test linker sorting by Kumar Gala · 4 years ago
- 9fd4ea9 coccinelle: Remove extra semicolon by Flavio Ceolin · 4 years ago
- 19db485 kernel: arch: use ENOTSUP instead of ENOSYS in k_float_disable() by Katsuhiro Suzuki · 4 years ago
- 807991e AArch64: Do not use CONFIG_GEN_PRIV_STACKS by Carlo Caione · 4 years ago
- 1b41da2 ARC: Kconfig: rename CPU_ARCV2 option to ISA_ARCV2 by Eugeniy Paltsev · 4 years ago
- 106528e tests: interrupts: generalize ARC-specific part for all ARC CPUs by Eugeniy Paltsev · 4 years ago
- 5d6c219 drivers: device: do not reuse tag name 'device' by Anas Nashif · 4 years ago
- a56bdc4 device: remove deprecated device_list_get by Kumar Gala · 4 years ago
- 3a500df tests: mem_protect: add error test case of userspace by Enjia Mai · 4 years ago
- c076d94 kernel: remove tickless idle by Anas Nashif · 4 years ago
- a518f48 clock: renmae z_timeout_end_calc -> sys_clock_timeout_end_calc by Anas Nashif · 4 years ago
- fe0872c clocks: rename z_tick_get -> sys_clock_tick_get by Anas Nashif · 4 years ago
- 5c90ceb clock: rename z_tick_get_32 -> sys_clock_tick_get_32 by Anas Nashif · 4 years ago
- 9c1efe6 clock: remove z_ from semi-public APIs by Anas Nashif · 4 years ago
- ff14bb5 tests: userspace: Increase mem pool size for AArch64 by Carlo Caione · 4 years ago
- 6fb42bb tests: userspace: Fix test for AArch64 by Carlo Caione · 4 years ago
- 5941713 tests: userspace: Add AArch64 case by Carlo Caione · 4 years ago
- 477f4d4 tests: kernel: pipe: second part of testcases to improve pipes coverage by Shihao Shen · 4 years ago
- 14f5413 tests: kernel: mem_protect: add Ronoth Lodev to supported boards by Dean Weiten · 4 years ago
- 0849895 tests: kernel: pipe: testcases to improve code coverage for pipes by Shihao Shen · 4 years ago
- c0b240f test: mheap: add testcase by Ying ming · 4 years ago
- ba51bbd tests: kernel: Change a mbox testcase that condition unsuitable by Jian Kang · 4 years ago
- a120799 tests: mem_protect/mem_map: no need to skip test if link in virt by Daniel Leung · 4 years ago
- 2b48f59 tests: mem_map: use physical address of test page by Andrew Boie · 4 years ago
- a3e0f8c doc: Replace *_thread_resource_pool_assign with k_thread_heap_assign by Yasushi SHOJI · 4 years, 1 month ago
- 6f5a152 test: mem_map: Fix compilation by removing __test_mem_map_size by Carlo Caione · 4 years, 1 month ago