Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
f9dd53624c578be51fbb91ddf2938df55a0c6966
/
kernel
/
mailbox.c
24d7143
all: Add 'U' suffix when using unsigned variables
by Patrik Flykt
· 6 years ago
4344e27
all: Update reserved function names
by Patrik Flykt
· 6 years ago
9eeb6b8
kernel/mbox: Spinlockify
by Andy Ross
· 6 years ago
ec554f4
kernel: Split reschdule & pend into irq/spin lock versions
by Andy Ross
· 6 years ago
76b3518
kernel: Make statements evaluate boolean expressions
by Flavio Ceolin
· 6 years ago
ac14685
kernel: Delimiting the scope of some variables
by Flavio Ceolin
· 6 years ago
3e97acc
kernel: Sanitize if else statement according with MISRA-C
by Flavio Ceolin
· 7 years ago
0a44784
kernel; Checking functions return
by Flavio Ceolin
· 7 years ago
6699423
kernel: Explicitly ignoring memcpy return
by Flavio Ceolin
· 7 years ago
ccf3bf7
kernel: Fix sloppy wait queue API
by Andy Ross
· 7 years ago
22642cf
kernel: Clean up _unpend_thread() API
by Andy Ross
· 7 years ago
15cb5d7
kernel: Further unify _reschedule APIs
by Andy Ross
· 7 years ago
0447a73
kernel: include cleanup
by Andy Ross
· 7 years ago
e0a572b
kernel: Refactor, unifying _pend_current_thread() + _Swap() idiom
by Andy Ross
· 7 years ago
8606fab
kernel: Scheduler refactoring: use _reschedule_*() always
by Andy Ross
· 7 years ago
b481d0a
kernel: Allow pending w/o wait_q for scheduler API cleanup
by Andy Ross
· 7 years ago
a1ae845
kernel: Name of static functions should not begin with an underscore
by Leandro Pereira
· 7 years ago
9c62cc6
kernel: Add kswap.h header to unbreak cycles
by Andy Ross
· 7 years ago
32a444c
kernel: Fix nano_internal.h inclusion
by Andy Ross
· 7 years ago
87aa621
kernel: Use SYS_DLIST_FOR_EACH_CONTAINER whenever possible
by Luiz Augusto von Dentz
· 8 years ago
397d29d
linker: move all linker headers to include/linker
by Anas Nashif
· 8 years ago
059544d
kernel: make sure that CONFIG_OBJECT_TRACING structs are properly ifdef'ed
by Maciek Borzecki
· 8 years ago
73cb958
k_mem_pool: Complete rework
by Andy Ross
· 8 years ago
cc334c7
Convert remaining code to using newly introduced integer sized types
by Kumar Gala
· 8 years ago
5e1f709
kernel: mailbox: remove legacy support
by Anas Nashif
· 8 years ago
a8978ab
kernel: rename thread states symbols
by Benjamin Walsh
· 8 years ago
ac74d8b
license: Replace Apache boilerplate with SPDX tag
by David B. Kinder
· 8 years ago
9bb3934
kernel: mailbox: legacy calls depend on CONFIG_LEGACY_KERNEL
by Anas Nashif
· 8 years ago
f955476
kernel/arch: optimize memory use of some thread fields
by Benjamin Walsh
· 8 years ago
2f203c2
tracing: rename CONFIG_DEBUG_TRACING_KERNEL_OBJECTS
by Anas Nashif
· 8 years ago
d687a95
kernel: move kernel code to kernel/ directly
by Anas Nashif
· 8 years ago
[Renamed from kernel/unified/mailbox.c]
569f0b4
debug: move debug features from misc to subsys/debug
by Anas Nashif
· 8 years ago
04c542d
kernel/mbox: add missing dummy thread timeout init
by Benjamin Walsh
· 8 years ago
ade6dc9
kernel: fix mailbox usage of SYS_DLIST_FOR_EACH_NODE()
by Benjamin Walsh
· 8 years ago
f6ca7de
kernel/arch: consolidate tTCS and TNANO definitions
by Benjamin Walsh
· 8 years ago
0b474ee
kernel: deprecate old init levels
by Andrew Boie
· 8 years ago
e7d2cc2
unified: Add object tracing support for kernel objects
by Allan Stephens
· 8 years ago
1209270
unified: Relocate mailbox doxygen style function headers
by Peter Mitsis
· 8 years ago
40680f6
unified: Tweak mailbox API parameters
by Peter Mitsis
· 8 years ago
b7ef0cb
unified: remove last instances of struct tcs
by Benjamin Walsh
· 8 years ago
7caef45
unified: streamline "timeout abort" internal interface
by Benjamin Walsh
· 8 years ago
0cb65c3
unified: Eliminate k_mem_pool_t typedef
by Peter Mitsis
· 8 years ago
284042d
unified: Invoke kernel object initialization with SYS_INIT macro
by Dmitriy Korovkin
· 9 years ago
0bee91d
unified: fix some leftover K_<obj>_DEFINE macros
by Benjamin Walsh
· 9 years ago
7f14618
unified: Enable memory pools in mailbox tests
by Dmitriy Korovkin
· 9 years ago
456c6da
unified: initial unified kernel implementation
by Benjamin Walsh
· 9 years ago