Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
c3c7e513c4e474b0f7875e4f868959be106030d7
/
kernel
b4c455c
arch: add interface to get stack space of privileged stack
by Daniel Leung
· 7 months ago
c9aa98e
kernel: mmu: support for on-demand mappings
by Nicolas Pitre
· 7 months ago
98a16b4
kernel: Define optional arch_thread_name_set()
by Rubin Gerritsen
· 7 months ago
ef639ef
style: kernel: comply with MISRA C:2012 Rule 15.6
by Pisit Sawangvonganan
· 7 months ago
2a41d85
k_mem_map: move some assertions to unconditional checks
by Nicolas Pitre
· 7 months ago
b8bef42
device_dt_metadata: handle dt_meta being NULL
by Jan Peters
· 8 months ago
f53d5d5
arch: move custom arch call Kconfigs
by Anas Nashif
· 8 months ago
28b4bab
kernel: fatal: Fix NO_OPTIMIZATIONS build
by Krzysztof Chruściński
· 8 months ago
8c48665
kernel: Remove k_thread_priority_set() restriction
by Peter Mitsis
· 8 months ago
28215fc
kernel: thread: Add k_thread_runtime_stats_cpu_get()
by Jyri Sarha
· 8 months ago
b8a1a62
kernel: thread: Add k_thread_foreach_filter_by_cpu() and unlocked version
by Jyri Sarha
· 8 months ago
ad63ca2
kconfig: replace known integer constants with variables
by Pieter De Gendt
· 8 months ago
2e0e9b1
kernel: reduce `k_spin_unlock` calls using `if-else if-else` structure
by Pisit Sawangvonganan
· 8 months ago
2a39132
device: remove const qualifier from node label copy
by Anas Nashif
· 8 months ago
20dee1a
kernel: Tweak z_unpend_thread_no_timeout() API
by Peter Mitsis
· 8 months ago
9efb8fd
kernel: Remove z_sched_abort() prototype
by Peter Mitsis
· 8 months ago
74c871d
build: Prefix missed generated syscall includes
by Ben Marsh
· 9 months ago
980d3f4
kernel: corrected parameter names
by Hess Nathan
· 9 months ago
5ed3cd4
kernel: fix typo
by Pisit Sawangvonganan
· 9 months ago
3da87b9
kernel kconfig: Do not enable STATIC_INIT_GNU w the old native_posix
by Alberto Escolar Piedras
· 9 months ago
e309f78
libc: common: Fix init hang issue
by Maochen Wang
· 9 months ago
6e977ae
lib c/cpp: Move .ctor .init_array handling from C++ to kernel
by Alberto Escolar Piedras
· 9 months ago
302422a
everywhere: replace double words
by Lingao Meng
· 9 months ago
0787093
everywhere: replace double words
by Jordan Yates
· 9 months ago
ada3c90
kernel: Add CONFIG_SCHED_IPI_CASCADE
by Peter Mitsis
· 9 months ago
15dc87d
tracing: trace sys_init calls
by Yong Cong Sin
· 10 months ago
555c07e
sched: Limit deadline scheduler parameter
by TaiJu Wu
· 10 months ago
6a3aa3b
demand_paging: add frame tracking functions to eviction algorithms
by Nicolas Pitre
· 10 months ago
25cdda1
kernel: Unified type of stack protection canary __stack_chk_guard.
by Lars-Ove Karlsson
· 10 months ago
d817940
kernel: avoided increments/decrements with side effects
by frei tycho
· 10 months ago
1bf5af7
kernel: banner: Add option to clear screen on boot
by Reto Schneider
· 10 months ago
0313091
kernel: mmu: make k_mem_unmap() work with demand paging
by Nicolas Pitre
· 10 months ago
7f6d600
kernel: mm: rename z_num_pagefaults_get to k_mem_num_*
by Daniel Leung
· 10 months ago
564ca11
kernel: mm: rename z_page_fault() to k_mem_page_fault()
by Daniel Leung
· 10 months ago
54af5dd
kernel: mm: rename z_page_frame_* to k_mem_page_frame_*
by Daniel Leung
· 10 months ago
7715aa3
kernel: mm: rename Z_SCRATCH_PAGE to K_MEM_SCRATCH_PAGE
by Daniel Leung
· 10 months ago
0168275
kernel: mm: rename Z_VM_RESERVED to K_MEM_VM_RESERVED
by Daniel Leung
· 10 months ago
a459cdf
kernel: mm: rename Z_FREE_VM_START to K_MEM_VM_FREE_START
by Daniel Leung
· 10 months ago
b2784c9
kernel: mm: rename Z_KERNEL_VIRT_* to K_MEM_KERNEL_VIRT_*
by Daniel Leung
· 10 months ago
03eded1
kernel: mm: rename Z_VIRT_RAM_* to K_MEM_VIRT_*
by Daniel Leung
· 10 months ago
3fd66de
kernel: mm: rename Z_PHYS_RAM_* to K_MEM_PHYS_*
by Daniel Leung
· 10 months ago
b6f951b
kernel: mm: rename Z_VM_OFFSET to K_MEM_VM_OFFSET
by Daniel Leung
· 10 months ago
def364a
kernel: mm: rename Z_BOOT_* to K_MEM_BOOT_*
by Daniel Leung
· 10 months ago
db9d313
kernel: mm: rename Z_MEM_PHYS/VIRT_ADDR to K_MEM_*
by Daniel Leung
· 10 months ago
552e297
kernel: mm: rename z_phys_un/map to k_mem_*_phys_bare
by Daniel Leung
· 10 months ago
295254a
kernel: mm: remove k_mem_phys_un/map()
by Daniel Leung
· 10 months ago
9f9dd26
kernel: mm: rename k_mem_un/map_impl to k_mem_*_phys_guard
by Daniel Leung
· 10 months ago
749566a
kernel/init: use zephyr's stack size macro for main/idle thread creation
by Dong Wang
· 10 months ago
c20e798
arch: call arch_smp_init() directly, do not use SYS_INIT
by Anas Nashif
· 10 months ago
15c9d37
kernel: add CONFIG_DEVICE_DT_METADATA and helpers
by Martí Bolívar
· 10 months ago
7b2ccf4
kernel: increase main stack size for ztests on nios2
by Anas Nashif
· 10 months ago
3283659
kernel: mem_slab: only define slab_ptr_is_good with assert enabled
by Fabio Baltieri
· 10 months ago
87946a8
kernel: banner: fix disabling boot banner
by Krzysztof Sychla
· 10 months ago
5f2620f
kernel: mem_slab: extend slab pointer validation
by Nicolas Pitre
· 10 months ago
67706a1
kernel: mem_slab: reverse free list initialization
by Nicolas Pitre
· 10 months ago
4c2938a
kernel: added missing parenthesis
by frei tycho
· 10 months ago
0bcdae2
kernel: Add CONFIG_ARCH_HAS_DIRECTED_IPIS
by Peter Mitsis
· 10 months ago
d8a4c8a
kernel: Add CONFIG_IPI_OPTIMIZE
by Peter Mitsis
· 10 months ago
9ff5221
kernel: Update IPI usage in k_thread_priority_set()
by Peter Mitsis
· 10 months ago
ed7a5f3
kernel: Update CONFIG_PIPES Kconfig description
by Peter Mitsis
· 10 months ago
6a3cb93
arch: remove the use of `z_arch_esf_t` completely from internal
by Yong Cong Sin
· 10 months ago
e54b27b
arch: define `struct arch_esf` and deprecate `z_arch_esf_t`
by Yong Cong Sin
· 10 months ago
65fc5b7
device: Remove z_device_is_ready
by Flavio Ceolin
· 10 months ago
3570408
build: namespace syscall sources to `zephyr/`
by Yong Cong Sin
· 10 months ago
bbe5e1e
build: namespace the generated headers with `zephyr/`
by Yong Cong Sin
· 10 months ago
8c37f14
tracing: add k_realloc trace
by Fin Maaß
· 10 months ago
09eaa87
kernel: implement k_realloc
by Fin Maaß
· 10 months ago
20b5542
coding guidelines: comply with MISRA Rule 13.4
by Hess Nathan
· 10 months ago
4d85f3d
pm: Deprecate z_pm_save_idle_exit
by Flavio Ceolin
· 10 months ago
f7437ac
pm: Move z_pm_save_idle_exit to pm subsys
by Flavio Ceolin
· 10 months ago
b34e94f
kernel: demand_paging: fix arch_page_location_get() documentation
by Nicolas Pitre
· 10 months ago
d082cd2
kernel: Relax loop in z_smp_global_lock()
by Peter Mitsis
· 10 months ago
c12f050
userspace: dynamic: Fix k_thread_stack_free verification
by Flavio Ceolin
· 10 months ago
e6abc03
kernel: mem_domain: new config for isolated stacks
by Daniel Leung
· 10 months ago
169bc07
kernel: move memory domain kconfigs into its own file
by Daniel Leung
· 10 months ago
17a5beb
kernel: Predicate _cpus_active on CONFIG_PM
by Andy Ross
· 10 months ago
2ad265c
kernel: userspace: manipulate _thread_idx_map on per-byte basis
by Daniel Leung
· 11 months ago
e9a47d9
kernel: mmu: shrink and align struct z_page_frame
by Nicolas Pitre
· 11 months ago
5730597
kernel: mmu: abstract access to page frame flags and address
by Nicolas Pitre
· 11 months ago
9fc2680
linker: decouple KERNEL_WHOLE_ARCHIVE from LLEXT
by Daniel Apperloo
· 11 months ago
6d417d5
coding guidelines: comply with MISRA Rule 12.1.
by Hess Nathan
· 11 months ago
e05c4a8
coding guidelines: comply with MISRA Rule 11.8
by Hess Nathan
· 11 months ago
68ea73a
kernel: sem: Remove constant expression
by Flavio Ceolin
· 11 months ago
f147a5f
spelling: Replace occurrences of "iff" with "if and only if"
by Pieter De Gendt
· 11 months ago
fe38c70
kernel: coding guidelines: cast unused arguments to void
by frei tycho
· 11 months ago
2f5e939
Revert "kernel: retrieve system timer clock frequency at runtime or static"
by Alberto Escolar Piedras
· 11 months ago
7c03e5d
kernel: retrieve system timer clock frequency at runtime or static
by Najumon B.A
· 11 months ago
dec022a
kernel/sched: Fix edge^2 case in abort/join
by Andy Ross
· 11 months ago
47ab663
kernel/sched: Fix lockless ordering in halt_thread()
by Andy Ross
· 11 months ago
fd340eb
sched: Optimize dummy thread usage on SMP
by Andy Ross
· 11 months ago
f0fd54c
kernel/sched: Fix free-memory write when ISRs abort _current
by Andy Ross
· 11 months ago
fc56050
kernel/spinlock: Fix SPIN_VALIDATE in ISRs
by Andy Ross
· 11 months ago
14cb7d5
kernel: coding guidelines: add explicit cast to void
by frei tycho
· 11 months ago
7659cfd
coding guidelines: comply with MISRA Rule 2.2
by Hess Nathan
· 11 months ago
e44d2e6
kernel: timeslicing: add time slice reset in slice per thread api
by Adrian Bonislawski
· 11 months ago
527e712
coding guidelines: comply with MISRA Rule 20.9
by Hess Nathan
· 11 months ago
32af724
coding guidelines: comply with MISRA C:2012 Rule 11.2
by Hess Nathan
· 11 months ago
c30a9c4c
coding guidelines: comply with MISRA Rule 21.15
by Hess Nathan
· 11 months ago
a3c7152
kernel: Update thread cpu in z_get_next_switch_handle()
by Peter Mitsis
· 11 months ago
69c5c6d
kernel: Remove duplicate execution_cycles write and improve docstring
by Eric Johnson
· 11 months ago
Next »