Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
ab46b1b3c58beaf1c179fd139bbd6c1fcd986393
/
include
/
kernel.h
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
76b3518
kernel: Make statements evaluate boolean expressions
by Flavio Ceolin
· 6 years ago
392219e
kernel: Change the prototype of k_thread_access_grant.
by Adithya Baglody
· 6 years ago
06d7835
doc: regular misspelling scan
by David B. Kinder
· 6 years ago
f1e5303
kernel: Change function signature
by Flavio Ceolin
· 6 years ago
50e3acd
doc: kernel: fix obj param in doxygen comment
by Anas Nashif
· 6 years ago
4b35dd2
misra: Fixes for MISRA-C rule 8.2
by Flavio Ceolin
· 6 years ago
39bf24a
kernel: expose k_mem_partition_attr_t outside User mode
by Ioannis Glaropoulos
· 6 years ago
293247e
kernel: remove MEM_PARTITION_ENTRY macro
by Ioannis Glaropoulos
· 6 years ago
82ef4f8
kernel: Make boolean function return bool
by Flavio Ceolin
· 6 years ago
2b1d54e
kernel: add user mode work_q capability
by Andrew Boie
· 6 years ago
c2e01df
workqueues: don't put k_work in special section
by Andrew Boie
· 6 years ago
8acf899
workqueues: remove object init calls
by Andrew Boie
· 6 years ago
3efd8e1
kernel: Add k_msgq_peek() API
by Sathish Kuttan
· 6 years ago
42cfd4f
kernel: expose k_busy_wait() to user mode
by Andrew Boie
· 6 years ago
aecd4ec
kernel: Change k_poll_signal api
by Flavio Ceolin
· 6 years ago
61a1057
kernel: Remove redundant type name
by Flavio Ceolin
· 6 years ago
2a78b8d
kernel: queue: MISRA C compliance.
by Adithya Baglody
· 6 years ago
7700eb2
kernel: sched: Make k_sleep() similar to POSIX equivalent
by Piotr Zięcik
· 6 years ago
26e0f9a
Build: Improve C++ support
by Benoit Leforestier
· 6 years ago
4b06621
kernel: sem: Fix few MISRA C violations.
by Adithya Baglody
· 6 years ago
28080d3
kernel: MISRA C: Fixes a few MISRA C issues.
by Adithya Baglody
· 6 years ago
d591588
kernel: MISRA C guideline compliance for rule 11.6
by Adithya Baglody
· 6 years ago
cfe6203
kernel: Checkpatch fixups
by Andy Ross
· 6 years ago
987c0e5
kernel: New timeout implementation
by Andy Ross
· 6 years ago
52e444b
kernel: Move timeout_remaining API
by Andy Ross
· 6 years ago
d61b1f8
kernel/timeout: Remove timeout wait_q field
by Andy Ross
· 6 years ago
15d5208
kernel/timeout: Prepare unification of timeout/thread wait_q fields
by Andy Ross
· 6 years ago
b8ffd9a
sys_clock: Make clock_always_on true by default
by Andy Ross
· 6 years ago
0d1228a
kernel.h: Header hygine, move clock/timer handling
by Andy Ross
· 6 years ago
c77c043
kernel: remove deprecated k_thread_cancel
by Anas Nashif
· 6 years ago
24bfa40
kernel: k_queue: extend k_queue API to append unique element
by Dhananjay Gundapu Jayakrishnan
· 6 years ago
9960bd9
portability: Ensure no C99-illegal semicolons exists in structs
by Mark Ruvald Pedersen
· 7 years ago
02ed85b
kernel: sched: Change boolean APIs to return bool
by Flavio Ceolin
· 7 years ago
6fdc56d
kernel: Using boolean types for boolean constants
by Flavio Ceolin
· 7 years ago
12c0244
arch: arm: style fixes in documentation of MPU region types
by Ioannis Glaropoulos
· 7 years ago
5755405
kernel: add a new API for setting thread names
by Anas Nashif
· 7 years ago
3a117c2
kernel: remove unused macro parameter
by Anas Nashif
· 7 years ago
0a73ea0
kernel: remove deprecate k_call_stacks_analyze
by Anas Nashif
· 7 years ago
67ca176
headers: Fix headers across the project
by Flavio Ceolin
· 7 years ago
c7d2734
kernel: Improve precision of ticks and ms conversions
by Vinayak Kariappa Chettimada
· 7 years ago
45c0b20
kernel: k_poll: Introduce separate status for cancelled events
by Paul Sokolovsky
· 7 years ago
b6304e6
tracing: support generic tracing hooks
by Anas Nashif
· 7 years ago
fc18243
kernel: userspace: reserve stack space to store local data
by Daniel Leung
· 7 years ago
8aec087
kernel: Fix bitwise operators with unsigned operators
by Flavio Ceolin
· 7 years ago
f23a8cdd
kernel: Fix k_*_sys_clock_always_on macro
by Flavio Ceolin
· 7 years ago
3c7f990
kernel: Do not use sys_clock_ticks_per_sec in _ms_to_ticks()
by Piotr Zięcik
· 7 years ago
8777ff1
Fix compile errors related to errno.h
by Kumar Gala
· 7 years ago
96aa0d2
kernel: Use accurate tick/ms conversion if clock rate is set at runtime
by Piotr Zięcik
· 7 years ago
7f4d006
kernel: fix errno access for user mode
by Andrew Boie
· 7 years ago
77f42f8
kernel: Move _ms_to_ticks() and __ticks_to_ms() close to each other.
by Piotr Zięcik
· 7 years ago
91fe22e
kernel: Improve tick <-> ms conversion.
by Piotr Zięcik
· 7 years ago
e995c27
kernel: Do not use fixed list of "good" sys_clock_ticks_per_sec values.
by Piotr Zięcik
· 7 years ago
fe2ac39
kernel: Cleanup _ms_to_ticks().
by Piotr Zięcik
· 7 years ago
225c74b
kernel/Kconfig: Reorgnize wait_q and sched algorithm choices
by Andy Ross
· 7 years ago
d4dd928
kernel/stack: Introduce K_THREAD_STACK_LEN macro
by Rajavardhan Gundi
· 7 years ago
92b8a41
include: create kernel_includes.h header to hold kernel includes
by Ioannis Glaropoulos
· 7 years ago
55a7e46
kernel/poll: Remove POLLING thread state bit
by Andy Ross
· 7 years ago
2dd91ec
kernel: move thread monitor init to common code
by Andrew Boie
· 7 years ago
0e23ad8
kernel: k_work: k_work_init() should initialize all fields
by Leandro Pereira
· 7 years ago
b85ac3e
kernel: clarify thread->stack_info documentation
by Andrew Boie
· 7 years ago
e2d7791
kernel: update stack macro documentation
by Andrew Boie
· 7 years ago
47420d0
doc: add requirement IDs
by Anas Nashif
· 7 years ago
a541e93
doc: document thread options
by Anas Nashif
· 7 years ago
ce78d16
doc: document kernel APIs with doxygen
by Anas Nashif
· 7 years ago
df55524
userspace: align _k_object to 4 bytes
by Andrew Boie
· 7 years ago
c8e0d0c
kernel: add requirement Ids to implementation
by Anas Nashif
· 7 years ago
fcbd8fb
doc: fix misspellings in API doxygen comments
by David B. Kinder
· 7 years ago
4a2e50f
kernel: Earliest-deadline-first scheduling policy
by Andy Ross
· 7 years ago
1acd8c2
kernel: Scheduler rewrite
by Andy Ross
· 7 years ago
ccf3bf7
kernel: Fix sloppy wait queue API
by Andy Ross
· 7 years ago
3772f77
k_poll: expose to user mode
by Andrew Boie
· 7 years ago
2b9b4b2
k_queue: allow user mode access via allocators
by Andrew Boie
· 7 years ago
85699f7
kernel: Fix compile warning with _impl_k_object_alloc
by Kumar Gala
· 7 years ago
f3bee95
kernel: stacks: add k_stack_alloc() init
by Andrew Boie
· 7 years ago
0fe789f
kernel: add k_msgq_alloc_init()
by Andrew Boie
· 7 years ago
44fe812
kernel: pipes: add k_pipe_alloc_init()
by Andrew Boie
· 7 years ago
97bf001
userspace: get dynamic objs from thread rsrc pools
by Andrew Boie
· 7 years ago
92e5bd7
kernel: internal APIs for thread resource pools
by Andrew Boie
· 7 years ago
e9cfc54
kernel: remove k_object_access_revoke() as syscall
by Andrew Boie
· 7 years ago
a2480bd
mempool: add API for malloc semantics
by Andrew Boie
· 7 years ago
149a329
kernel: Deprecate k_call_stacks_analyze() API
by Ramakrishna Pallala
· 7 years ago
110b8e4
kernel: Add k_thread_foreach API
by Ramakrishna Pallala
· 7 years ago
15c4007
kernel: Rework SMP irq_lock() compatibility layer
by Andy Ross
· 7 years ago
68040c8
kernel: sem: Modify the way BUILD_ASSERT is used
by Rajavardhan Gundi
· 7 years ago
c200367
drivers: Perform a runtime check if a driver is capable of an operation
by Leandro Pereira
· 7 years ago
31bdfc0
userspace: add support for dynamic kernel objects
by Andrew Boie
· 7 years ago
f5f95ee
kernel: sem: Ensure that initial count is lesser or equal than limit
by Leandro Pereira
· 7 years ago
3f55daf
kernel: Deprecate k_thread_cancel() API
by Andy Ross
· 7 years ago
8606fab
kernel: Scheduler refactoring: use _reschedule_*() always
by Andy Ross
· 7 years ago
5f67a61
include: improve compatibility with C++ apps.
by Michael Hope
· 7 years ago
Next »