zephyr/kernel
Peter Mitsis ee9c44fee6 linker: Round TLS sizes up in linker script
Instead of rounding up both __tdata_size and __tbss_size at runtime,
perform the calculation when the image is built.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2024-02-25 22:28:56 -05:00
..
include linker: Round TLS sizes up in linker script 2024-02-25 22:28:56 -05:00
paging
CMakeLists.txt
Kconfig
Kconfig.vm
atomic_c.c
banner.c
busy_wait.c
compiler_stack_protect.c
condvar.c
device.c
dynamic.c kernel: dynamic: reduce verbosity in degenerate case 2024-01-26 06:50:11 -05:00
dynamic_disabled.c
errno.c
events.c
fatal.c
futex.c
idle.c kernel: fix spelling errors 2024-02-25 20:53:37 -05:00
init.c
kheap.c
mailbox.c kernel: fix spelling errors 2024-02-25 20:53:37 -05:00
main_weak.c
mem_domain.c
mem_slab.c
mempool.c
mmu.c
msg_q.c
mutex.c kernel: fix spelling errors 2024-02-25 20:53:37 -05:00
obj_core.c
pipes.c
poll.c
queue.c
sched.c kernel: Update k_wakeup() 2024-02-25 20:50:03 -05:00
sem.c
smp.c smp: fix a race when starting / resuming multiple CPUs 2024-02-16 07:27:04 +01:00
stack.c
system_work_q.c
thread.c kernel: thread: Allow stack in coherent memory 2024-02-09 14:23:14 -05:00
timeout.c
timer.c
usage.c
userspace.c kernel: fix spelling errors 2024-02-25 20:53:37 -05:00
userspace_handler.c
version.c
work.c kernel: fix spelling errors 2024-02-25 20:53:37 -05:00
xip.c