external_zblue/kernel
Zihao Gao 7be482de60 atomic: correct dependencies on atomic
Signed-off-by: Zihao Gao <gaozihao@xiaomi.com>
2026-04-20 17:59:34 +08:00
..
include opt ram 2026-04-20 17:58:46 +08:00
paging kernel: mm: rename z_num_pagefaults_get to k_mem_num_* 2026-04-20 17:25:02 +08:00
CMakeLists.txt lib c/cpp: Move .ctor .init_array handling from C++ to kernel 2026-04-20 17:28:25 +08:00
Kconfig Revert "kernel: banner: Expose tainted builds" 2026-04-20 17:54:50 +08:00
Kconfig.device libc: common: Fix init hang issue 2026-04-20 17:28:35 +08:00
Kconfig.init init: support per-core init hook 2026-04-20 17:56:58 +08:00
Kconfig.mem_domain kconfig: replace known integer constants with variables 2026-04-20 17:32:07 +08:00
Kconfig.obj_core kernel: reorg Kconfigs and split them 2026-04-20 17:04:56 +08:00
Kconfig.smp kernel: remove `CONFIG_MP_NUM_CPUS` 2026-04-20 17:44:11 +08:00
Kconfig.vm kernel: mmu: support for on-demand mappings 2026-04-20 17:38:26 +08:00
banner.c kernel: banner: Add option to clear screen on boot 2026-04-20 17:25:56 +08:00
busy_wait.c build: namespace the generated headers with `zephyr/` 2026-04-20 17:20:37 +08:00
compiler_stack_protect.c arch: kernel: lib: toolchain: Standardize TLS keyword 2026-04-20 17:44:50 +08:00
condvar.c kernel: Apply 'unlikely' attribute 2026-04-20 17:49:39 +08:00
cpu_mask.c kernel: Simplify k_thread_cpu_pin() 2026-04-20 17:44:13 +08:00
device.c device_dt_metadata: handle dt_meta being NULL 2026-04-20 17:35:10 +08:00
dynamic.c kernel: fix typo 2026-04-20 17:30:07 +08:00
dynamic_disabled.c kernel: dynamic: declare dynamic stubs when disabled 2026-04-20 16:31:54 +08:00
errno.c arch: kernel: lib: toolchain: Standardize TLS keyword 2026-04-20 17:44:50 +08:00
events.c build: namespace the generated headers with `zephyr/` 2026-04-20 17:20:37 +08:00
fatal.c kernel: fatal: Fix NO_OPTIMIZATIONS build 2026-04-20 17:34:26 +08:00
float.c build: namespace the generated headers with `zephyr/` 2026-04-20 17:20:37 +08:00
futex.c build: namespace the generated headers with `zephyr/` 2026-04-20 17:20:37 +08:00
idle.c pm: Move z_pm_save_idle_exit to pm subsys 2026-04-20 17:19:46 +08:00
init.c zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2026-04-20 17:47:31 +08:00
init_static.c lib c/cpp: Move .ctor .init_array handling from C++ to kernel 2026-04-20 17:28:25 +08:00
ipi.c kernel: Add CONFIG_ARCH_HAS_DIRECTED_IPIS 2026-04-20 17:22:35 +08:00
irq_offload.c kernel: add closing comments to config endifs 2026-04-20 17:08:35 +08:00
kheap.c tracing: add k_realloc trace 2026-04-20 17:20:33 +08:00
mailbox.c kernel: Clean up mailbox async msg configuration 2026-04-20 17:11:16 +08:00
main_weak.c kernel: Switch main return type from void to int 2026-04-20 16:20:05 +08:00
mem_domain.c coding guidelines: comply with MISRA Rule 12.1. 2026-04-20 17:16:15 +08:00
mem_slab.c kernel: mem_slab: always validate memory address on free 2026-04-20 17:57:45 +08:00
mempool.c kernel: avoided increments/decrements with side effects 2026-04-20 17:26:13 +08:00
mmu.c demand_paging: eviction: add kconfig CONFIG_EVICTION_TRACKING 2026-04-20 17:57:57 +08:00
msg_q.c kernel: Apply 'unlikely' attribute 2026-04-20 17:49:39 +08:00
mutex.c kernel: Apply 'unlikely' attribute 2026-04-20 17:49:39 +08:00
nothread.c kernel: fix k_sleep in no multi-threading mode 2026-04-20 17:57:18 +08:00
obj_core.c kernel: reduce `k_spin_unlock` calls using `if-else if-else` structure 2026-04-20 17:32:06 +08:00
pipes.c build: namespace the generated headers with `zephyr/` 2026-04-20 17:20:37 +08:00
poll.c build: namespace the generated headers with `zephyr/` 2026-04-20 17:20:37 +08:00
priority_queues.c kernel: priority queues: declare as static inlines 2026-04-20 17:12:57 +08:00
queue.c kernel: Apply 'unlikely' attribute 2026-04-20 17:49:39 +08:00
sched.c kernel: Move run queue initialization 2026-04-20 17:57:36 +08:00
sem.c kernel: Apply 'unlikely' attribute 2026-04-20 17:49:39 +08:00
smp.c kernel: Relax loop in z_smp_global_lock() 2026-04-20 17:19:14 +08:00
spinlock_validate.c kernel/spinlock: Fix SPIN_VALIDATE in ISRs 2026-04-20 17:14:44 +08:00
stack.c kernel: Apply 'unlikely' attribute 2026-04-20 17:49:39 +08:00
system_work_q.c kernel: system_work_q: Mark queue thread as essential 2026-04-20 17:13:47 +08:00
thread.c style: kernel: remove unnecessary `return` statements 2026-04-20 17:44:15 +08:00
thread_monitor.c style: kernel: comply with MISRA C:2012 Rule 15.6 2026-04-20 17:41:58 +08:00
timeout.c kernel: fix typo 2026-04-20 17:30:07 +08:00
timer.c build: namespace the generated headers with `zephyr/` 2026-04-20 17:20:37 +08:00
timeslicing.c kernel: Add CONFIG_IPI_OPTIMIZE 2026-04-20 17:22:35 +08:00
usage.c kernel: Remove duplicate execution_cycles write and improve docstring 2026-04-20 17:14:06 +08:00
userspace.c sys: util: use BITS_PER_BYTE macro instead of the magic number 8 2026-04-20 17:57:38 +08:00
userspace_handler.c build: namespace the generated headers with `zephyr/` 2026-04-20 17:20:37 +08:00
version.c build: namespace the generated headers with `zephyr/` 2026-04-20 17:20:37 +08:00
work.c coding guidelines: comply with MISRA Rule 2.2 2026-04-20 17:14:36 +08:00
xip.c arch: common: fix copy for ramfunc region during XIP init 2026-04-20 17:55:31 +08:00