Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
2dfbf214100a4a50297658c88c12df9167f2b2fa
/
kernel
5b322d9
debug: tracing: add sys_trace_thread_name_set
by Nicholas Lowell
· 6 years ago
2b2fa66
[Code coverage]: Fix the issue of function code coverage in device.c.
by Steven Wang
· 6 years ago
a470ba1
kernel: remove z_fatal_print()
by Andrew Boie
· 6 years ago
643701a
kernel: syscalls: Whitespace fixups
by Andy Ross
· 6 years ago
075c94f
kernel: Port remaining syscalls to new API
by Andy Ross
· 6 years ago
346cce3
kernel: Port remaining buildable syscalls to new API
by Andy Ross
· 6 years ago
6564974
userspace: Support for split 64 bit arguments
by Andy Ross
· 6 years ago
8076c80
subsystem: kernel_shell: extend thread info
by Pavlo Hamov
· 6 years ago
90e6536
kernel: fix default z_arch_cpu_halt()
by Andrew Boie
· 6 years ago
a6067a3
kernel: reimplement k_uptime_get_32()
by Peter Bigot
· 6 years ago
1084f48
kernel: ignore z_fatal_halt() from code coverage
by Peng Su
· 6 years ago
6f13980
kernel/mutex: Fix locking to be SMP-safe
by Andy Ross
· 6 years ago
b6d961b
kernel: remove log system support for fatal msgs
by Andrew Boie
· 6 years ago
00bf76e
kernel: add z_fatal_halt() to interface
by Andrew Boie
· 6 years ago
20d0724
kernel: sched: Do not force preempt when k_sched_unlock()
by Yasushi SHOJI
· 6 years ago
8915e41
userspace: adjust arch memory domain interface
by Andrew Boie
· 6 years ago
7fae2bb
tests: increase main stack size for x86 with ztest
by Andrew Boie
· 6 years ago
f281b74
userspace: set stack object earlier
by Andrew Boie
· 6 years ago
1f4b5dd
riscv32: rename to riscv
by Nicolas Pitre
· 6 years ago
e9cdcc2
kernel: timeout: Fix macro usage in next_timeout function
by Robert Lubos
· 6 years ago
81ef42d
sanitycheck: simplify fault detection
by Andrew Boie
· 6 years ago
96571a8
kernel: rename NANO_ESF
by Andrew Boie
· 6 years ago
8a9e8e0
kernel: support log system for fatal errors
by Andrew Boie
· 6 years ago
71ce8ce
kernel: consolidate error handling code
by Andrew Boie
· 6 years ago
2463ded
kernel: timeout: do not active time slicing if idle thread ready
by Wentong Wu
· 6 years ago
b4c5f4b
linker: Add dtcm section for Cortex M7 MCUs
by Alexander Wachter
· 6 years ago
f9ae2d8
Includes: #ifdef CONFIG_USE_SWITCH instead of #if to avoid undef warning
by Nicholas Lowell
· 6 years ago
4d8e1f2
kernel/sched: Fix k_thread_priority_set() on SMP
by Andy Ross
· 6 years ago
0e67759
kernel: fix #endif quard error for k_float_disable
by Ioannis Glaropoulos
· 6 years ago
7bde81f
kernel: msgq: avoid single char variables for msgq
by Anas Nashif
· 6 years ago
39cd2eb
malloc: make sure returned memory is properly aligned
by Nicolas Pitre
· 6 years ago
905209b
kernel/mempool: Fix ticks/ms confusion
by Andy Ross
· 6 years ago
ed7d863
kernel/sched: Interpret zero timeslice time correctly
by Andy Ross
· 6 years ago
669730f
kernel: Crank up default tick rate
by Andy Ross
· 6 years ago
5d423b8
userspace: minor typo fixes in various places
by Ioannis Glaropoulos
· 6 years ago
38129ce
kernel: fix CONFIG_THREAD_NAME from user mode.
by Andrew Boie
· 6 years ago
8753bec
kernel: delete k_futex_init()
by Andrew Boie
· 6 years ago
1db9f18
kernel/timeout: Remove "clock_always_on", replace with "SLOPPY_IDLE"
by Andy Ross
· 6 years ago
efb8df5
cleanup: include/: move misc/stack.h to debug/stack.h
by Anas Nashif
· 6 years ago
fa1c600
cleanup: include/: move misc/gcov.h to debug/gcov.h
by Anas Nashif
· 6 years ago
a2fd7d7
cleanup: include/: move misc/util.h to sys/util.h
by Anas Nashif
· 6 years ago
536dd5a
cleanup: include/: move misc/slist.h to sys/slist.h
by Anas Nashif
· 6 years ago
5c0516b
cleanup: include/: move misc/sflist.h to sys/sflist.h
by Anas Nashif
· 6 years ago
1859244
cleanup: include/: move misc/rb.h to sys/rb.h
by Anas Nashif
· 6 years ago
9ab2a56
cleanup: include/: move misc/printk.h to sys/printk.h
by Anas Nashif
· 6 years ago
0c9e280
cleanup: include/: move misc/mutex.h to sys/mutex.h
by Anas Nashif
· 6 years ago
6ecadb0
cleanup: include/: move misc/math_extras.h to sys/math_extras.h
by Anas Nashif
· 6 years ago
447311e
cleanup: include/: move misc/libc-hooks.h to sys/libc-hooks.h
by Anas Nashif
· 6 years ago
ee9dd1a
cleanup: include/: move misc/dlist.h to sys/dlist.h
by Anas Nashif
· 6 years ago
5eb90ec
cleanup: include/: move misc/__assert.h to sys/__assert.h
by Anas Nashif
· 6 years ago
969f8f1
cleanup: include/: move entropy.h to drivers/entropy.h
by Anas Nashif
· 6 years ago
ef281c4
cleanup: include/: move sys_io.h to sys/sys_io.h
by Anas Nashif
· 6 years ago
190e368
cleanup: include/: move power.h to power/power.h
by Anas Nashif
· 6 years ago
e1e05a2
cleanup: include/: move atomic.h to sys/atomic.h
by Anas Nashif
· 6 years ago
10291a0
cleanup: include/: move tracing.h to debug/tracing.h
by Anas Nashif
· 6 years ago
659fa0d
lifo/fifo: first word is not always first 4 bytes
by Nicolas Pitre
· 6 years ago
39c8451
kernel: mem_domain: fix warning in ASSERT expression
by Ioannis Glaropoulos
· 6 years ago
f32330b
stdint.h: streamline type definitions
by Nicolas Pitre
· 6 years ago
777336e
tests: userspace: cover missing/bad syscalls
by Andrew Boie
· 6 years ago
aade2b5
kernel: offsets: exclude from coverage
by Andrew Boie
· 6 years ago
68c389c
include: move system timer headers to include/drivers/timer/
by Anas Nashif
· 6 years ago
5611e92
kernel: add futex support
by Wentong Wu
· 6 years ago
bc30f4f
mem_slab: rationalize block alignment assertion
by Nicolas Pitre
· 6 years ago
f2cb20c
docs: fix misspelling across the tree
by Anas Nashif
· 6 years ago
d4df6ba
BOOT_BANNER: show KERNEL_VERSION and BUILD_VERSION differently
by Marc Herbert
· 6 years ago
676b1ae
kernel: idle: exclude no-op funcs from coverage
by Andrew Boie
· 6 years ago
3f97424
kernel: allow k_sleep(K_FOREVER)
by Andrew Boie
· 6 years ago
c5164f3
kernel: init: exclude unreachable code
by Andrew Boie
· 6 years ago
8e05333
kernel: init: fix coverage gap
by Andrew Boie
· 6 years ago
fe228a8
kernel: init: exclude some funcs from coverage
by Andrew Boie
· 6 years ago
3d51f7c
k_stack: make it 64-bit compatible
by Nicolas Pitre
· 6 years ago
a6cb8b0
kernel: introduce k_float_disable system call
by Ioannis Glaropoulos
· 6 years ago
6e27d6d
mbedtls: move to external module
by Anas Nashif
· 6 years ago
b83f99a
debug: tracing: Fix tracing hooks
by Marek Pieta
· 6 years ago
aa922885
linker generated list: provide an iterator to simplify list access
by Nicolas Pitre
· 6 years ago
a12f2d6
kernel/smp: Rename smp_init()
by Andy Ross
· 6 years ago
6d359df
logging: use os as a domain for low level system debugging
by Anas Nashif
· 6 years ago
58d839b
misc: memory address type conversions
by Nicolas Pitre
· 6 years ago
312b43f
kernel/sched: Don't reschedule inside a nested lock
by Andy Ross
· 6 years ago
8447363
kernel/thread_abort: Swap, don't reschedule when aborting _current
by Andy Ross
· 6 years ago
76d9d78
x86: remove unused and x86 only latency benchmark
by Anas Nashif
· 6 years ago
0b5d9f7
thread_cpu: make it 64-bit compatible
by Nicolas Pitre
· 6 years ago
df0b49c
kernel/init.c: remove needless casts
by Nicolas Pitre
· 6 years ago
4afcc0f
sanitycheck: CONFIG_TEST_USERSPACE / userspace tag cleanup
by Marc Herbert
· 6 years ago
7583696
kernel: remove redundant #ifdef CONFIG_MULTITHREADING
by Ioannis Glaropoulos
· 6 years ago
5a709f5
kernel: init: use K_THREAD_STACK_SIZEOF when switching to main thread
by Ioannis Glaropoulos
· 6 years ago
fd49cf7
kernel: timeout: add syscall for runtime clk freq
by Andrew Boie
· 6 years ago
a567831
kernel/sched.c: add k_usleep() API function
by Charles E. Youse
· 6 years ago
b186303
kernel/sched.c: refactor k_sleep() implementation for varied timescales
by Charles E. Youse
· 6 years ago
201fdf0
kernel: Fix usage of CONFIG_SYS_CLOCK_EXISTS
by Carles Cufi
· 6 years ago
c8708d9
misc: Replace uses of __builtin_*_overflow() with <misc/math_extras.h>.
by Jakob Olesen
· 6 years ago
be3d423
kernel: fix k_stack_alloc_init()
by Andrew Boie
· 6 years ago
0f6c9a5
kernel: adjust default main stack for riscv
by Andrew Boie
· 6 years ago
9915b4e
C++: Fix compilation error "invalid conversion"
by Benoit Leforestier
· 6 years ago
873dd10
kernel: mem_domain: update name/doc of API function for partition add
by Ioannis Glaropoulos
· 6 years ago
afda764
kernel: increase workq sizes if COVERAGE=y
by Andrew Boie
· 6 years ago
2e0095a
security: kernel: Fix STACK_POINTER_RANDOM dependency
by Flavio Ceolin
· 6 years ago
09dc929
userspace: fix copy from user locking
by Andrew Boie
· 6 years ago
4f99a38
arch: all: Remove not used struct _caller_saved
by Flavio Ceolin
· 6 years ago
d61c679
arch: all: Remove legacy code
by Flavio Ceolin
· 6 years ago
Next »