zephyr/kernel
Gerard Marull-Paretas d31a9be27c pm: device: rename device_pm struct to pm_device
Prefix all PM related functions/structures with pm.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-05-05 18:35:49 -04:00
..
include tests: boot_time: remove all the code and instrumentation feeding into test 2021-05-05 10:41:15 -04:00
paging
atomic_c.c
banner.c
cache_handlers.c
CMakeLists.txt smp: move a preprocessor conditional from .c to cmake 2021-05-03 17:13:01 -04:00
compiler_stack_protect.c
condvar.c
device.c pm: device: rename device_pm struct to pm_device 2021-05-05 18:35:49 -04:00
errno.c
fatal.c kernel: fatal: Avoid thread api access when no multithreading 2021-04-29 14:50:35 +02:00
futex.c
idle.c kernel: replace power/power.h with pm/pm.h 2021-05-05 18:35:49 -04:00
init.c tests: boot_time: remove all the code and instrumentation feeding into test 2021-05-05 10:41:15 -04:00
Kconfig smp: add a Kconfig option to delay booting secondary CPUs 2021-05-03 17:13:01 -04:00
kheap.c kernel: heap: Add support for CONFIG_MULTITHREADING=n 2021-04-29 14:50:35 +02:00
mailbox.c
mem_domain.c
mem_slab.c kernel: mem_slab: Add support to no multithreading 2021-04-29 14:50:35 +02:00
mempool.c
mmu.c
msg_q.c
mutex.c
pipes.c
poll.c kernel: poll: fix missing final else 2021-04-27 17:31:59 -04:00
queue.c
sched.c doc: fix typos 2021-04-30 16:03:08 -04:00
sem.c
smp.c smp: move a preprocessor conditional from .c to cmake 2021-05-03 17:13:01 -04:00
stack.c
system_work_q.c
thread.c kernel: Move k_busy_wait from thread to timeout 2021-04-29 14:50:35 +02:00
timeout.c kernel: Move k_busy_wait from thread to timeout 2021-04-29 14:50:35 +02:00
timer.c kernel: timer: Adding support to CONFIG_MULTITHREADING=n 2021-04-29 14:50:35 +02:00
userspace_handler.c
userspace.c kernel: userspace: rename obj_list in struct dyn_obj 2021-04-29 07:16:11 -04:00
version.c
work.c kernel: work: handler null check is to NULL... 2021-04-29 07:16:37 -04:00
xip.c