Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
1bf5af7e897c729cae169d3f8fa65a1afcd5914f
/
kernel
1bf5af7
kernel: banner: Add option to clear screen on boot
by Reto Schneider
· 9 months ago
0313091
kernel: mmu: make k_mem_unmap() work with demand paging
by Nicolas Pitre
· 9 months ago
7f6d600
kernel: mm: rename z_num_pagefaults_get to k_mem_num_*
by Daniel Leung
· 9 months ago
564ca11
kernel: mm: rename z_page_fault() to k_mem_page_fault()
by Daniel Leung
· 9 months ago
54af5dd
kernel: mm: rename z_page_frame_* to k_mem_page_frame_*
by Daniel Leung
· 9 months ago
7715aa3
kernel: mm: rename Z_SCRATCH_PAGE to K_MEM_SCRATCH_PAGE
by Daniel Leung
· 9 months ago
0168275
kernel: mm: rename Z_VM_RESERVED to K_MEM_VM_RESERVED
by Daniel Leung
· 9 months ago
a459cdf
kernel: mm: rename Z_FREE_VM_START to K_MEM_VM_FREE_START
by Daniel Leung
· 9 months ago
b2784c9
kernel: mm: rename Z_KERNEL_VIRT_* to K_MEM_KERNEL_VIRT_*
by Daniel Leung
· 9 months ago
03eded1
kernel: mm: rename Z_VIRT_RAM_* to K_MEM_VIRT_*
by Daniel Leung
· 9 months ago
3fd66de
kernel: mm: rename Z_PHYS_RAM_* to K_MEM_PHYS_*
by Daniel Leung
· 9 months ago
b6f951b
kernel: mm: rename Z_VM_OFFSET to K_MEM_VM_OFFSET
by Daniel Leung
· 9 months ago
def364a
kernel: mm: rename Z_BOOT_* to K_MEM_BOOT_*
by Daniel Leung
· 9 months ago
db9d313
kernel: mm: rename Z_MEM_PHYS/VIRT_ADDR to K_MEM_*
by Daniel Leung
· 9 months ago
552e297
kernel: mm: rename z_phys_un/map to k_mem_*_phys_bare
by Daniel Leung
· 9 months ago
295254a
kernel: mm: remove k_mem_phys_un/map()
by Daniel Leung
· 9 months ago
9f9dd26
kernel: mm: rename k_mem_un/map_impl to k_mem_*_phys_guard
by Daniel Leung
· 9 months ago
749566a
kernel/init: use zephyr's stack size macro for main/idle thread creation
by Dong Wang
· 9 months ago
c20e798
arch: call arch_smp_init() directly, do not use SYS_INIT
by Anas Nashif
· 9 months ago
15c9d37
kernel: add CONFIG_DEVICE_DT_METADATA and helpers
by Martí Bolívar
· 9 months ago
7b2ccf4
kernel: increase main stack size for ztests on nios2
by Anas Nashif
· 9 months ago
3283659
kernel: mem_slab: only define slab_ptr_is_good with assert enabled
by Fabio Baltieri
· 9 months ago
87946a8
kernel: banner: fix disabling boot banner
by Krzysztof Sychla
· 9 months ago
5f2620f
kernel: mem_slab: extend slab pointer validation
by Nicolas Pitre
· 9 months ago
67706a1
kernel: mem_slab: reverse free list initialization
by Nicolas Pitre
· 9 months ago
4c2938a
kernel: added missing parenthesis
by frei tycho
· 9 months ago
0bcdae2
kernel: Add CONFIG_ARCH_HAS_DIRECTED_IPIS
by Peter Mitsis
· 9 months ago
d8a4c8a
kernel: Add CONFIG_IPI_OPTIMIZE
by Peter Mitsis
· 9 months ago
9ff5221
kernel: Update IPI usage in k_thread_priority_set()
by Peter Mitsis
· 9 months ago
ed7a5f3
kernel: Update CONFIG_PIPES Kconfig description
by Peter Mitsis
· 9 months ago
6a3cb93
arch: remove the use of `z_arch_esf_t` completely from internal
by Yong Cong Sin
· 9 months ago
e54b27b
arch: define `struct arch_esf` and deprecate `z_arch_esf_t`
by Yong Cong Sin
· 9 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
· 10 months ago
e9a47d9
kernel: mmu: shrink and align struct z_page_frame
by Nicolas Pitre
· 10 months ago
5730597
kernel: mmu: abstract access to page frame flags and address
by Nicolas Pitre
· 10 months ago
9fc2680
linker: decouple KERNEL_WHOLE_ARCHIVE from LLEXT
by Daniel Apperloo
· 10 months ago
6d417d5
coding guidelines: comply with MISRA Rule 12.1.
by Hess Nathan
· 10 months ago
e05c4a8
coding guidelines: comply with MISRA Rule 11.8
by Hess Nathan
· 10 months ago
68ea73a
kernel: sem: Remove constant expression
by Flavio Ceolin
· 10 months ago
f147a5f
spelling: Replace occurrences of "iff" with "if and only if"
by Pieter De Gendt
· 10 months ago
fe38c70
kernel: coding guidelines: cast unused arguments to void
by frei tycho
· 10 months ago
2f5e939
Revert "kernel: retrieve system timer clock frequency at runtime or static"
by Alberto Escolar Piedras
· 10 months ago
7c03e5d
kernel: retrieve system timer clock frequency at runtime or static
by Najumon B.A
· 10 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
c05cba6
Revert "kernel/spinlock: Fix SPIN_VALIDATE in ISRs"
by Alberto Escolar Piedras
· 11 months ago
ea26bcf
Revert "kernel/sched: Fix free-memory write when ISRs abort _current"
by Alberto Escolar Piedras
· 11 months ago
c9ec937
Revert "sched: Optimize dummy thread usage on SMP"
by Alberto Escolar Piedras
· 11 months ago
c60d4c2
Revert "kernel/sched: Fix lockless ordering in halt_thread()"
by Alberto Escolar Piedras
· 11 months ago
7084662
kernel: system_work_q: Mark queue thread as essential
by Mohamed ElShahawi
· 11 months ago
9ba4653
kernel: work_queue: make thread essential flag configurable
by Mohamed ElShahawi
· 11 months ago
02b2491
kernel/sched: Fix lockless ordering in halt_thread()
by Andy Ross
· 11 months ago
20611f1
sched: Optimize dummy thread usage on SMP
by Andy Ross
· 11 months ago
61c7062
kernel/sched: Fix free-memory write when ISRs abort _current
by Andy Ross
· 11 months ago
93dc7e7
kernel/spinlock: Fix SPIN_VALIDATE in ISRs
by Andy Ross
· 11 months ago
5fa2b6f
kernel/sched: Refeactor/cleanup z_thread_halt()
by Andy Ross
· 11 months ago
297ad51
kernel: increase main stack size for ztest on ARC
by Anas Nashif
· 11 months ago
4593f0d
kernel: priority queues: declare as static inlines
by Anas Nashif
· 11 months ago
11b85ee
kernel: stack: Check possible overflow
by Flavio Ceolin
· 11 months ago
eeebb4d
kernel: Device deferred initialization
by Ederson de Souza
· 11 months ago
d0a90a0
kernel: add the ability to memory map thread stacks
by Daniel Leung
· 11 months ago
04c5632
kernel: mm: introduce k_mem_phys_map()/_unmap()
by Daniel Leung
· 11 months ago
378131c
kernel: add options to cleanup after aborting current thread
by Daniel Leung
· 11 months ago
aee8dd1
kernel: timeout: Optimize setting next alarm
by Krzysztof Chruściński
· 11 months ago
ebdb07a
kernel: Clean up mailbox async msg configuration
by Simon Hein
· 11 months ago
20b2c98
kernel: move nothread support to own file
by Anas Nashif
· 11 months ago
fbaf7df
kernel: banner: use BUILD_VERSION only if not empty
by Yong Cong Sin
· 11 months ago
8a88cd4
kernel: thread: move thread states to header
by Anas Nashif
· 12 months ago
f5435b3
kernel: thread: move k_thread_priority_get
by Anas Nashif
· 12 months ago
5c170c7
kernel: thread: rename is_preempt
by Anas Nashif
· 12 months ago
6754cbd
kernel: thread: move k_is_preempt_thread to thread.c
by Anas Nashif
· 12 months ago
17c874f
kernel: thread: rename is_metairq
by Anas Nashif
· 12 months ago
0b473ce
kernel: rename sliceable -> thread_is_sliceable
by Anas Nashif
· 12 months ago
37df485
kernel: split timeslicing/ipi code out of sched.c
by Anas Nashif
· 12 months ago
31bc210
kernel: sched: remove unused prototype: z_is_thread_time_slicing
by Anas Nashif
· 12 months ago
Next »