zephyr/kernel
Andrew Boie 6f654bbafd mempool: use k_malloc heap for ISR allocations
Fixes an issue where calling z_thread_malloc() would
borrow the resource pool of whatever thread happened
to be interrupted at the time.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-01-24 09:27:59 -08:00
..
include mempool: use k_malloc heap for ISR allocations 2020-01-24 09:27:59 -08:00
atomic_c.c
CMakeLists.txt
compiler_stack_protect.c
device.c kernel: device: Add const qualifier to device_config 2020-01-22 06:32:36 -06:00
errno.c
fatal.c
futex.c
idle.c
init.c
Kconfig kernel: kconfig: Make SCHED_IPI_SUPPORTED invisible 2020-01-20 18:38:10 -05:00
Kconfig.power_mgmt
mailbox.c
mem_domain.c
mem_slab.c kernel: mem_slab: error handling 2020-01-20 17:19:54 -05:00
mempool.c mempool: use k_malloc heap for ISR allocations 2020-01-24 09:27:59 -08:00
msg_q.c kernel: msgq: error handling 2020-01-20 17:19:54 -05:00
mutex.c
pipes.c kernel: pipe: runtime error checking 2020-01-20 17:19:54 -05:00
poll.c
queue.c kernel/queue: Fix SMP race 2020-01-21 14:47:52 -08:00
sched.c kernel/swap: Add SMP "wait for switch" synchronization 2020-01-21 14:47:52 -08:00
sem.c kernel: semaphore: optimize code 2020-01-20 17:19:54 -05:00
smp.c
stack.c kernel: stack: error handling 2020-01-20 17:19:54 -05:00
system_work_q.c
thread_abort.c
thread.c kernel/swap: Add SMP "wait for switch" synchronization 2020-01-21 14:47:52 -08:00
timeout.c
timer.c
userspace_handler.c
userspace.c
version.c
work_q.c kernel: work_q: error handling 2020-01-20 17:19:54 -05:00