3200 Commits (main)

Author SHA1 Message Date
Chaitanya Tata 4bd1d39c67 wifi: nrf70: Fix system work queue stack size override 6 days ago
Pisit Sawangvonganan a163f9db61 kconfig: fix typo in (arch, boards, kernel, modules, samples, share) 7 days ago
Tomasz Bursztyka 175da6bdb0 init: Make entry init-function less and introduce service objects 2 weeks ago
Duy Nguyen 8b0871c5e5 kernel: memslab: Prevent pointer underflow in free list init 2 weeks ago
Anas Nashif 72a8393aac kernel: kswap: removes unused `arch_swap` function declaration 3 weeks ago
Jordan Yates 117b452b50 kernel: add `k_heap_array_get` 3 weeks ago
Carles Cufi 61cdcb3383 kernel: Guard SYS_CLOCK_HW_CYCLES_PER_SEC to avoid spurious empty macro 1 month ago
Bjarki Arge Andreasen 8f9eae25c9 kernel: workq: introduce work timeout: 1 month ago
TOKITA Hiroshi 6fa82f7e84 kernel: mmu: Added a cast to avoid format warnings when logging 1 month ago
Tomasz Bursztyka c14ee16463 device: Provide de-init device function only if requested 1 month ago
Bjarki Arge Andreasen 3d24070890 kernel: work: add k_work_queue_run() 1 month ago
Andriy Gelman b78fb2c39d kernel/init: Corrected a typo 2 months ago
Adrian Warecki 042bf2c3fa kernel: userspace: Fix memory leak in dynamic_object_create 2 months ago
Daniel Mangum e337b7b65d kernel: sched: default TIMESLICE_SIZE to 20 2 months ago
Anas Nashif 5fe84d5b69 arch: nios2: remove arch 2 months ago
Alex Fabre c8a37d009a kernel: priority_q: fix comparison of int of different signs 2 months ago
Damian Krolik 222e0fcd06 debug: coredump: support dumping stack top only 2 months ago
Björn Bergman 465f6ba73e userspace: weak defintions for generated k-object lookup functions 2 months ago
Chris Friedt 36c44045a0 kernel: events: prevent k_event_init() from being called in an ISR 2 months ago
Julian Achatzi f9168ae464 arch: common: Make nocache region loadable 3 months ago
Nicolas Pitre f087aa264e kernel/pipe: fix poll support 3 months ago
Peter van der Perk 6b369a322d kernel: init: bss clear nocache memory as well 3 months ago
Keith Packard 9398174340 kernel: Unify .ctors and .init_array handling 3 months ago
Peter Mitsis 4bc5498399 kconfig: Remove stale references to _Swap() 3 months ago
Krzysztof Chruściński 66daaf6ba3 kernel: sched: sleep: Use value returned by z_add_timeout 3 months ago
Krzysztof Chruściński 5f55fed4bb kernel: timeout: z_add_timeout to return expiration tick 3 months ago
Krzysztof Chruściński 6d35969a55 kernel: sched: Optimize sleeping function 3 months ago
Pisit Sawangvonganan cc0684351a kernel: system_work_q: make `k_work_queue_config cfg` as `static const` 3 months ago
Krzysztof Chruściński e7d590568c kernel: timeout: Reduce number of sys_clock_elapsed calls 3 months ago
Anas Nashif a5413499f1 kernel: thread_monitor: reafactor and remove duplicate code 3 months ago
Nicolas Pitre 457fa60bfc kernel: mempool: decouple simple alloc from aligned_alloc 3 months ago
Nicolas Pitre 7c9f464b70 kernel: kheap: workaround for Percepio's TraceRecorder kludge 3 months ago
Nicolas Pitre 9da06456f2 kernel: kheap: decouple simple alloc from aligned_alloc 3 months ago
Nicolas Pitre 31244724a2 kernel: k_aligned_alloc: simplify assertion 3 months ago
Anisetti Avinash Krishna 139211772c include: zephyr: sys: time_units: Make z_clock_hw_cycles_per_sec unsigned 3 months ago
Josh DeWitt c05cfbf15e kernel/sched: Re-sort waitq on priority change 4 months ago
Peter Mitsis 701aab92e2 kernel: Add Z_IS_TIMEOUT_RELATIVE() macro 4 months ago
Anas Nashif f29ae72d79 kernel: rename 'dumb' scheduler and simply call it 'simple' 4 months ago
Peter Mitsis c6bc09223e kernel: Move current_fp field out of z_kernel 4 months ago
William Tambe 15fa9a8ed8 arch: x86: remove arch specific dependencies from DYNAMIC_BOOTARGS 4 months ago
Henrik Brix Andersen 110cd6b806 kernel: fix compilation with CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME 4 months ago
Gerard Marull-Paretas 0d4b957b11 device: allow initializing any device 4 months ago
Gerard Marull-Paretas 8e59d4cd9d device: add new device_deinit API 4 months ago
Gerard Marull-Paretas 766bfe7b2e device: introduce struct device_ops 4 months ago
Gerard Marull-Paretas f44a30109c device: introduce device flags 4 months ago
Gerard Marull-Paretas 3f6add69da init: drop device union from struct init_entry 4 months ago
Gerard Marull-Paretas ed3377ae78 init: drop init_fn union 4 months ago
Gerard Marull-Paretas a0a907c90e device: store init function in struct device 4 months ago
Gerard Marull-Paretas 9b5083bb89 init: drop anonymous union 4 months ago
Peter Mitsis ec4df64dc7 kernel: make order_key field in thread conditional 4 months ago