2870 Commits (ee9c44fee63171ad6af94b6f2659c57a23fef892)

Author SHA1 Message Date
Peter Mitsis ee9c44fee6 linker: Round TLS sizes up in linker script 1 year ago
Nguyen Minh Thien 8188be57d3 kernel: fix spelling errors 1 year ago
Peter Mitsis 51ae993c12 kernel: Update k_wakeup() 1 year ago
Guennadi Liakhovetski 09cf3e0910 smp: fix a race when starting / resuming multiple CPUs 1 year ago
Flavio Ceolin d622533ca7 kernel: thread: Allow stack in coherent memory 1 year ago
Daniel Leung caacc27d37 kernel: smp: CPU start may result in null pointer access 1 year ago
Andy Ross 840db7858e kernel/thread: Detect in-kernel "reserved" stack overflow 1 year ago
Krzysztof Chruściński 25173f71cd pm: device_runtime: Extend with synchronous runtime PM 1 year ago
Christopher Friedt 9f3d7776ab kernel: dynamic: reduce verbosity in degenerate case 1 year ago
Daniel Leung 2cdd44801e kernel: move z_init_cpu to private kernel headers 1 year ago
Daniel Leung 35a1814c4d kernel: smp: remove z_smp_thread_init/_swap 1 year ago
Daniel Leung eefaeee061 kernel: smp: introduce k_smp_cpu_resume 1 year ago
Daniel Leung fe66e35db0 kernel: smp: put comment on SMP code 1 year ago
Daniel Leung 89b231e7e2 kernel: smp: introduce k_smp_cpu_start 1 year ago
Daniel Leung 803e0e452f kernel: amend wording on CONFIG_SMP_BOOT_DELAY 1 year ago
Gerson Fernando Budke b8188e54a4 kernel: Implement k_sleep for Single Thread 2 years ago
Gaetan Perrot 68581caa74 kernel: need_swap zephyrproject-rtos#66299 2 years ago
Junfan Song 4ae558c505 kernel: work: Fix race in workqueue thread 2 years ago
Anas Nashif 05315ea6af kernel: fatal: remove LCOV exclusion 2 years ago
Daniel Leung a7dccc4475 kernel: mmu: mitigate range check overflow issue 2 years ago
Johan Hedberg 7bb16c779b posix: mqueue: Remove custom default for HEAP_MEM_POOL_SIZE 2 years ago
Johan Hedberg 3fbf12487c kernel: Introduce a way to specify minimum system heap size 2 years ago
Andrei Emeltchenko 9d3a3e96e1 kernel: threads: Do not use string compare instead of bit ops 2 years ago
Peter Mitsis 4b2bf5abcc kernel: Apply const to k_pipe_put() parameter 2 years ago
Anas Nashif a7e8391e31 debug: coredump: handle xtensa coredump like everyone else 2 years ago
Andrej Butok cc4ffb2a54 kernel: cmake: fix k_sleep compilation error for single thread 2 years ago
Daniel Leung fa561ccd59 kernel: mmu: no need to expose z_free_page_count 2 years ago
Daniel Leung 22447c9736 kernel: mmu: fix typo K_DIRECT_MAP to K_MEM_DIRECT_MAP 2 years ago
Peter Mitsis a3e5af95de kernel: Update k_sleep() and k_usleep() return values 2 years ago
Keith Packard 9f42537fc7 kernel: Use k_us_to_cyc_ceil32 in k_busy_wait 2 years ago
Guennadi Liakhovetski 69cdc32892 llext: export some symbols 2 years ago
Daniel Leung 34c6b17680 doc: fixed already renamed _Cstart to z_cstart 2 years ago
Qipeng Zha 3d29c9fe54 kernel: timeout: fix issue with z_timeout_expires 2 years ago
Peter Mitsis 91a6af3e8f kernel: mmu: Fix static analysis issue 2 years ago
Christopher Friedt afc59112a9 device: support for mutable devices 2 years ago
Daniel Leung 40ba4015e3 kernel: mm: only include demand_paging.h if needed 2 years ago
Flavio Ceolin 8679c58644 kernel: Option to not use tls to get current thread 2 years ago
Daniel Leung f12d49d7ef kernel: mm: separate demand paging headers into its own file 2 years ago
Daniel Leung c972ef1a0f kernel: mm: move kernel mm functions under kernel includes 2 years ago
Alexander Razinkov d2c101d466 kernel: init: conditional .bss section zeroing 2 years ago
Peter Mitsis 9364ba4353 kernel: Update k_thread_state_str() 2 years ago
Peter Mitsis e7986eb552 kernel: Extend halting to support suspending 2 years ago
Peter Mitsis b1384a71bf kernel: Create z_thread_halt() 2 years ago
Peter Mitsis e1db1cec64 kernel: Rename end_thread() to halt_thread() 2 years ago
Peter Mitsis 52ae56b8a9 kernel: Add halt_queue field to k_thread 2 years ago
Alexander Razinkov 4664813a12 kernel: spinlock: Ticket spinlocks 2 years ago
Anas Nashif a08bfeb49c syscall: rename Z_OOPS -> K_OOPS 2 years ago
Anas Nashif ee9f278323 syscall: rename Z_SYSCALL_VERIFY -> K_SYSCALL_VERIFY 2 years ago
Anas Nashif 9c4d881183 syscall: rename Z_SYSCALL_ to K_SYSCALL_ 2 years ago
Anas Nashif 9c1aeb5fd3 syscall: rename z_user_ to k_usermode_ 2 years ago