zephyr/kernel
Nicolas Pitre c692136f21 mmu: introduce k_mem_update_flags()
It is sometimes necessary to modify/update memory permissions on some
pages, especially with LLEXT where some allocated segments have to be
executable.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2024-09-06 11:25:54 -04:00
..
include arch: add interface to get stack space of privileged stack 2024-08-28 06:50:30 -04:00
paging
atomic_c.c
banner.c
busy_wait.c
CMakeLists.txt
compiler_stack_protect.c
condvar.c
cpu_mask.c
device.c device_dt_metadata: handle dt_meta being NULL 2024-08-12 15:54:22 +02:00
dynamic_disabled.c
dynamic.c kernel: fix typo 2024-07-08 15:51:37 +02:00
errno.c
events.c
fatal.c kernel: fatal: Fix NO_OPTIMIZATIONS build 2024-08-07 19:03:40 -04:00
float.c
futex.c
idle.c
init_static.c
init.c kernel: add bootargs support 2024-09-05 12:30:39 -05:00
ipi.c
irq_offload.c
Kconfig zefi: add bootargs support 2024-09-05 12:30:39 -05:00
Kconfig.device libc: common: Fix init hang issue 2024-06-26 13:07:02 -04:00
Kconfig.mem_domain kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
Kconfig.obj_core
Kconfig.smp kernel: fix typo 2024-07-08 15:51:37 +02:00
Kconfig.vm kernel: mmu: support for on-demand mappings 2024-08-26 17:25:41 -04:00
kheap.c
mailbox.c
main_weak.c
mem_domain.c
mem_slab.c
mempool.c
mmu.c mmu: introduce k_mem_update_flags() 2024-09-06 11:25:54 -04:00
msg_q.c
mutex.c
nothread.c
obj_core.c kernel: reduce k_spin_unlock calls using if-else if-else structure 2024-07-27 20:48:07 +03:00
pipes.c
poll.c
priority_queues.c
queue.c
sched.c kernel: Remove k_thread_priority_set() restriction 2024-08-02 03:29:55 -04:00
sem.c
smp.c
spinlock_validate.c
stack.c
system_work_q.c
thread_monitor.c kernel: thread: Add k_thread_foreach_filter_by_cpu() and unlocked version 2024-07-30 18:25:40 +01:00
thread.c kernel: Define optional arch_thread_name_set() 2024-08-23 08:01:33 -04:00
timeout.c kernel: fix typo 2024-07-08 15:51:37 +02:00
timer.c
timeslicing.c
usage.c
userspace_handler.c
userspace.c kernel: userspace: Fix dynamic thread stack allocation for RISC-V 2024-09-04 21:28:36 +02:00
version.c
work.c
xip.c