zephyr/kernel
Nicolas Pitre 659fa0d57d lifo/fifo: first word is not always first 4 bytes
The first word is used as a pointer, meaning it is 64 bits on 64-bit
systems. To reserve it, it has to be either a pointer, a long, or an
intptr_t. Not an int nor an u32_t.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2019-06-26 09:08:42 -04:00
..
include kernel: offsets: exclude from coverage 2019-06-25 17:22:34 -07:00
atomic_c.c
CMakeLists.txt kernel: add futex support 2019-06-24 15:38:21 -07:00
compiler_stack_protect.c
device.c
errno.c
futex.c kernel: add futex support 2019-06-24 15:38:21 -07:00
idle.c include: move system timer headers to include/drivers/timer/ 2019-06-25 15:27:00 -04:00
init.c BOOT_BANNER: show KERNEL_VERSION and BUILD_VERSION differently 2019-06-19 15:48:08 -04:00
Kconfig
Kconfig.power_mgmt
mailbox.c k_stack: make it 64-bit compatible 2019-06-14 05:46:29 -04:00
mem_domain.c kernel: mem_domain: fix warning in ASSERT expression 2019-06-26 09:06:38 -04:00
mem_slab.c mem_slab: rationalize block alignment assertion 2019-06-20 08:42:45 -04:00
mempool.c
msg_q.c
mutex.c
pipes.c docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
poll.c
queue.c lifo/fifo: first word is not always first 4 bytes 2019-06-26 09:08:42 -04:00
sched.c include: move system timer headers to include/drivers/timer/ 2019-06-25 15:27:00 -04:00
sem.c
smp.c
stack.c k_stack: make it 64-bit compatible 2019-06-14 05:46:29 -04:00
system_work_q.c
thread_abort.c
thread.c include: move system timer headers to include/drivers/timer/ 2019-06-25 15:27:00 -04:00
timeout.c include: move system timer headers to include/drivers/timer/ 2019-06-25 15:27:00 -04:00
timer.c
userspace_handler.c
userspace.c tests: userspace: cover missing/bad syscalls 2019-06-25 17:28:19 -07:00
version.c
work_q.c