Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
86bb2d06d74c31724fdb06f5f071faf1fcbe487f
/
include
/
kernel.h
86bb2d0
kernel: mutex: add error checking
by Anas Nashif
· 5 years ago
e04e4c2
kernel: panic: Option ASSERT_NO_FILE_INFO controls panic or oops print
by Joakim Andersson
· 5 years ago
74ef395
kernel: move test of kernel startup state to more visible location
by Peter Bigot
· 5 years ago
d76ae46
lib: os: make snprintk fns generally available
by Andrew Boie
· 5 years ago
4b38659
kernel: msgq: rename parameters q->msgq
by Anas Nashif
· 5 years ago
2c529ce
kernel: thread: k_thread_foreach_unlocked: Implement
by Radoslaw Koppel
· 5 years ago
528233e
kernel: use size_t for thread stack sizes
by Andrew Boie
· 5 years ago
b5c6810
kernel: don't use u32_t for data sizes
by Andrew Boie
· 5 years ago
22553a7
kernel: k_object key pointer should be void *
by Andrew Boie
· 5 years ago
e48ed6a
kernel: use uintptr_t for kobject data
by Andrew Boie
· 5 years ago
a824821
kernel: fix k_mem_partition data types
by Andrew Boie
· 5 years ago
e71293e
kernel: kernel.h doxygen cleanup
by Anas Nashif
· 5 years ago
7476a6e
kernel: remove duplicate definitions of k_thread stack and entry
by Daniel Leung
· 5 years ago
50d0942
kernel/thread: Cancel timeouts on k_thread_suspend(), make schedule point
by Andy Ross
· 5 years ago
09ac888
doc: remove old reference to nanokernel in API doc
by David B. Kinder
· 5 years ago
5ebceeb
object tracing: Fix the issue that objects lost from trace list
by Shih-Wei Teng
· 5 years ago
94f742e
kernel: Clarify timeout and sleep API regarding negative inputs
by Krzysztof Chruscinski
· 5 years ago
8892406
kernel/sys_clock.h: Deprecate and convert uses of old conversions
by Andy Ross
· 5 years ago
4f77c2a
kernel: rename z_arch_ to arch_
by Andrew Boie
· 5 years ago
2d74604
headers: Refactor kernel and arch headers.
by Stephanos Ioannidis
· 5 years ago
b4d5e67
kernel: use internal spelling of macro deprecation marker
by Peter A. Bigot
· 5 years ago
fe1ff2f
include: kernel readme misprint fix
by Maksim Masalski
· 5 years ago
73896c0
doc: fix misspelling in API doxygen comments
by David B. Kinder
· 5 years ago
df02923
kernel: fatal: use nested exception info in z_fatal_error
by Ioannis Glaropoulos
· 5 years ago
979b17f
kernel: activate arch interface headers
by Andrew Boie
· 5 years ago
8ffff14
kernel: add architecture interface headers
by Andrew Boie
· 5 years ago
be21d3f
kernel: improve C++ compatibility
by Markus Fuchs
· 5 years ago
19d8349
kernel: Introduce k_work_poll
by Piotr Zięcik
· 6 years ago
1c4177d
kernel: Separate k_poll() infrastructure and implementation
by Piotr Zięcik
· 6 years ago
e665410
kernel: rename boot time globals
by Andrew Boie
· 6 years ago
07525a3
kernel: add arch interface for idle functions
by Andrew Boie
· 6 years ago
b2a022b
K_MEM_POOL_DEFINE(): remove extra semicolon
by Nicolas Pitre
· 6 years ago
3036faf
tests/benchmarks: fix BOOT_TIME_MEASUREMENT
by Charles E. Youse
· 6 years ago
f628dcd
kernel: Fix _K_QUEUE_INITIALIZER portability issue.
by Stephanos Ioannidis
· 6 years ago
33fbe00
kernel: Explicitly include toolchain.h to check for endianness definitions.
by Stephanos Ioannidis
· 6 years ago
8076c80
subsystem: kernel_shell: extend thread info
by Pavlo Hamov
· 6 years ago
a6067a3
kernel: reimplement k_uptime_get_32()
by Peter Bigot
· 6 years ago
67db616
doc: fix doxygen briefs for k_object_xxx APIs
by Marti Bolivar
· 6 years ago
fddd550
userspace: clarify k_mem_partition_add()
by Andrew Boie
· 6 years ago
5623637
kernel: abolish _default_esf
by Andrew Boie
· 6 years ago
71ce8ce
kernel: consolidate error handling code
by Andrew Boie
· 6 years ago
7875707
userspace: add kobject flag for drivers
by Andrew Boie
· 6 years ago
223a2b9
mempool: move BUILD_ASSERT to the end of K_MEM_POOL_DEFINE
by Johann Fischer
· 6 years ago
669730f
kernel: Crank up default tick rate
by Andy Ross
· 6 years ago
ace11bb
mempool: make sure max block size isn't smaller than minimum allowed
by Nicolas Pitre
· 6 years ago
cf97437
mempool: make alignment/rounding 64-bit compatible
by Nicolas Pitre
· 6 years ago
38129ce
kernel: fix CONFIG_THREAD_NAME from user mode.
by Andrew Boie
· 6 years ago
8753bec
kernel: delete k_futex_init()
by Andrew Boie
· 6 years ago
c3d4e65
kernel: exclude stubs from code coverage
by Andrew Boie
· 6 years ago
1db9f18
kernel/timeout: Remove "clock_always_on", replace with "SLOPPY_IDLE"
by Andy Ross
· 6 years ago
10291a0
cleanup: include/: move tracing.h to debug/tracing.h
by Anas Nashif
· 6 years ago
659fa0d
lifo/fifo: first word is not always first 4 bytes
by Nicolas Pitre
· 6 years ago
8de9cc7
doc: use @rst/@endrst for ReST in headers
by David B. Kinder
· 6 years ago
5611e92
kernel: add futex support
by Wentong Wu
· 6 years ago
465b2cf
mempool: fix corruption of the free block bitmap and beyond
by Nicolas Pitre
· 6 years ago
46cd5a0
mem_slab: enforce minimum alignment on statically allocated slabs
by Nicolas Pitre
· 6 years ago
f2cb20c
docs: fix misspelling across the tree
by Anas Nashif
· 6 years ago
3d51f7c
k_stack: make it 64-bit compatible
by Nicolas Pitre
· 6 years ago
a6cb8b0
kernel: introduce k_float_disable system call
by Ioannis Glaropoulos
· 6 years ago
240c516
doc: generate documentation of ifdef`ed APIs
by Anas Nashif
· 6 years ago
00c41ea
doc: fix doxygen comments with embedded reST
by David B. Kinder
· 6 years ago
b1d3742
linker generated list: introduce Z_STRUCT_SECTION_ITERABLE()
by Nicolas Pitre
· 6 years ago
8bb1f2a
linker generated list: explicit alignment on data definitions
by Nicolas Pitre
· 6 years ago
58d839b
misc: memory address type conversions
by Nicolas Pitre
· 6 years ago
a04a2ca
k_fifo/K_lifo macros: avoid unnecessary casts
by Nicolas Pitre
· 6 years ago
92ce767
kernel/fatal: Clean up z_except_reason() fallback implementation
by Andy Ross
· 6 years ago
a567831
kernel/sched.c: add k_usleep() API function
by Charles E. Youse
· 6 years ago
773bd98
doc: clarify behavior of k_poll_signal_raise on error
by Peter A. Bigot
· 6 years ago
4f99a38
arch: all: Remove not used struct _caller_saved
by Flavio Ceolin
· 6 years ago
4e5c093
kernel: demote K_THREAD_STACK_BUFFER() to private
by Andrew Boie
· 6 years ago
7c0a245
arch: Rename reserved function names
by Patrik Flykt
· 6 years ago
97b3bd1
drivers: Rename reserved function names
by Patrik Flykt
· 6 years ago
ac3dcc1
doc: clarify k_queue_alloc_append and related APIs
by Andrew Boie
· 6 years ago
24d7143
all: Add 'U' suffix when using unsigned variables
by Patrik Flykt
· 6 years ago
575abc0
kernel: add K_THREAD_STACK_RESERVED
by Andrew Boie
· 6 years ago
6d01f67
kernel/msg_q: reorder _K_MSGQ_INITIALIZER() initializers
by Charles E. Youse
· 6 years ago
c0183fd
kernel/work_q: Fix locking across multiple queues
by Andy Ross
· 6 years ago
4344e27
all: Update reserved function names
by Patrik Flykt
· 6 years ago
d7ae2a8
kernel/work_q: Clarify docs for k_delayed_work_cancel()
by Andy Ross
· 6 years ago
2611e2d
include/kernel.h: Remove unsupported return values from k_work APIs
by Andy Ross
· 6 years ago
0ad4022
kernel/timeout: fix k_timer_remaining_get() when tickless
by Charles E. Youse
· 6 years ago
be06327
kernel: Reworking _K_TIMER_INITIALIZER and _K_PIPE_INITIALIZER for C++
by Krzysztof Chruscinski
· 6 years ago
f582b55
kernel/pipe: Spinlockify
by Andy Ross
· 6 years ago
be03dbd
kernel/msg_q: Spinlockify
by Andy Ross
· 6 years ago
f0933d0
kernel/stack: Spinlockify
by Andy Ross
· 6 years ago
9eeb6b8
kernel/mbox: Spinlockify
by Andy Ross
· 6 years ago
603ea42
kernel/queue: Spinlockify
by Andy Ross
· 6 years ago
a37a981
kernel/work_q: Spinlockify
by Andy Ross
· 6 years ago
41f6011
userspace: remove APPLICATION_MEMORY feature
by Andrew Boie
· 6 years ago
65d51fd
kernel: Document resolution of k_uptime_get*()
by Paul Sokolovsky
· 6 years ago
ab46b1b
kernel/sched: CPU mask affinity/pinning API
by Andy Ross
· 6 years ago
4bcb294
doc: move usermode API documentation
by Anas Nashif
· 6 years ago
29f37f0
doc: threads: merge into one document
by Anas Nashif
· 6 years ago
30c3cff
kernel: add cpu_idle functions to a doxy group
by Anas Nashif
· 6 years ago
b4ece0a
kernel: timeout: detect inactive timeouts using dnode linked state
by Peter A. Bigot
· 6 years ago
82ad0d2
kernel: thread: correct type of dlist node
by Peter A. Bigot
· 6 years ago
bfad972
kernel: remove k_alert API
by Peter A. Bigot
· 6 years ago
d1ed336
kernel: Do not use zero-length array
by Flavio Ceolin
· 6 years ago
6a4a86e
kernel: Change k_is_in_isr to return bool
by Flavio Ceolin
· 6 years ago
09e362e
kernel: Change _is_thread_essential to return bool
by Flavio Ceolin
· 6 years ago
Next »