zephyr/kernel
Nicolas Pitre c9e3e0d956 sched: formalize the passing of NULL to z_get_next_switch_handle()
This is an attempt at formally distinguishing and supporting the case
described in 40795 where an architecture doesn't preserve/restore the
complete thread state upon entering/exiting interrupt exception state.

This is mainly about promoting the current behavior from the accepted
workaround to a formal API specification. This workaround is currently
used on ARM64 but RISC-V requires it too.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2022-03-18 13:32:49 -04:00
..
include everywhere: fix typos 2022-03-18 13:24:08 -04:00
paging
CMakeLists.txt
Kconfig kernel: SMP is Symmetric multiprocessing 2022-03-15 11:07:29 -04:00
Kconfig.vm everywhere: fix typos 2022-03-18 13:24:08 -04:00
atomic_c.c
banner.c
cache_handlers.c
compiler_stack_protect.c
condvar.c
device.c
errno.c
events.c
fatal.c
futex.c
idle.c
init.c everywhere: fix typos 2022-03-14 20:22:24 -04:00
kheap.c
mailbox.c
main_weak.c
mem_domain.c
mem_slab.c
mempool.c
mmu.c kernel: mmu: add a log line for z_phys_unmap 2022-02-24 08:38:38 -06:00
msg_q.c
mutex.c everywhere: fix typos 2022-03-18 13:24:08 -04:00
pipes.c
poll.c everywhere: fix typos 2022-03-14 20:22:24 -04:00
queue.c
sched.c sched: formalize the passing of NULL to z_get_next_switch_handle() 2022-03-18 13:32:49 -04:00
sem.c
smp.c kernel: Refactor SMP cpu initialization a bit 2022-03-01 09:59:15 -05:00
stack.c
system_work_q.c
thread.c kernel: Reduce strncpy in z_impl_k_thread_name_set by null char 2022-03-10 10:12:48 +01:00
timeout.c
timer.c
usage.c
userspace.c userspace: plug thread index leak in k_object_alloc() 2022-03-14 19:18:34 -04:00
userspace_handler.c
version.c
work.c
xip.c