- b5522ff arch: comply to coding guidelines MISRA C:2012 Rule 14.4 by Simon Hein · 2 years, 8 months ago
- 4b91c2d asm: update files with <zephyr/...> include prefix by Gerard Marull-Paretas · 2 years, 10 months ago
- 1681166 arch: migrate includes to <zephyr/...> by Gerard Marull-Paretas · 2 years, 10 months ago
- 240c975 core: z_data_copy does not depend on CONFIG_XIP by Carlo Caione · 3 years, 1 month ago
- ceca27c nios2: remove @return doc for void functions by Daniel Leung · 3 years, 2 months ago
- 9285b4c arch: nios2: Fix 10.4 violations by Flavio Ceolin · 4 years ago
- 3ed8083 kernel: Cleanup logger setup in kernel files by Krzysztof Chruscinski · 4 years, 4 months ago
- 270ce0b nios2: fix register saving during thread switch instrumentation by Daniel Leung · 4 years, 4 months ago
- 11e6b43 tracing: roll thread switch in/out into thread stats functions by Daniel Leung · 4 years, 4 months ago
- 9be3755 timing: do not repeatedly do init()/start()/stop() by Daniel Leung · 4 years, 4 months ago
- 6e27478 benchmarking: remove execution benchmarking code by Anas Nashif · 4 years, 6 months ago
- 150c82c arch: nios2: add timing implementation by Anas Nashif · 4 years, 6 months ago
- 93cd336 arch: Apply dynamic IRQ API change by Tomasz Bursztyka · 4 years, 6 months ago
- 7def6ee arch: Apply IRQ offload API change by Tomasz Bursztyka · 4 years, 6 months ago
- 99a268f arch: arm: Collect full register state in Cortex-M Exception Stack Frame by Chris Coleman · 4 years, 7 months ago
- c1a2c79 tracing: nios2: fix swap tracing by Anas Nashif · 4 years, 7 months ago
- ce59510 arch: xip: cleanup XIP Kconfig by Anas Nashif · 4 years, 7 months ago
- 244f826 cmake: remove _if_kconfig() functions by Carles Cufi · 4 years, 8 months ago
- b0c155f kernel: overhaul stack specification by Andrew Boie · 4 years, 8 months ago
- 24825c8 arches: fix arch_new_thread param names by Andrew Boie · 4 years, 8 months ago
- 62eb7d9 arch_interface: remove unnecessary params by Andrew Boie · 4 years, 8 months ago
- a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 9 months ago
- a203d21 kernel: remove legacy fields in _kernel by Andrew Boie · 4 years, 10 months ago
- 618426d kernel: add Z_STACK_PTR_ALIGN ARCH_STACK_PTR_ALIGN by Andrew Boie · 5 years ago
- 1f6f977 kernel: centralize new thread priority check by Andrew Boie · 5 years ago
- c0df99c kernel: reduce scope of z_new_thread_init() by Andrew Boie · 5 years ago
- 80a0d9d kernel: interrupt/idle stacks/threads as array by Andrew Boie · 5 years ago
- 0a41f06 nios2: add arch_irq_is_enabled() by Andrew Boie · 5 years ago
- 73008b4 tracing: move headers under include/tracing by Anas Nashif · 5 years ago
- aa5d45d tracing: add TRACING_ISR Kconfig by Wentong Wu · 5 years ago
- 984bfae global: Remove leading/trailing blank lines in files by Ulf Magnusson · 5 years ago
- 4f77c2a kernel: rename z_arch_ to arch_ by Andrew Boie · 5 years ago
- 7bcfdad arch: Simplify private header include path configuration. by Stephanos Ioannidis · 5 years ago
- 2d74604 headers: Refactor kernel and arch headers. by Stephanos Ioannidis · 5 years ago
- bd6e044 kconfig: Clean up header comments and make them consistent by Ulf Magnusson · 5 years ago
- 975de21 kconfig: Global whitespace/consistency cleanup by Ulf Magnusson · 5 years ago
- 2b61031 kconfig: Remove symbol types from Kconfig.defconfig files by Ulf Magnusson · 5 years ago
- 8ffff14 kernel: add architecture interface headers by Andrew Boie · 5 years ago
- 54506b5 arches: fix z_arch_is_in_isr() defintion by Andrew Boie · 5 years ago
- 89d4c69 kernel: add arch abstraction for irq_offload() by Andrew Boie · 5 years ago
- 2c1fb97 kernel: rename __swap by Andrew Boie · 5 years ago
- f6fb634 kernel: rename kernel_arch_init() by Andrew Boie · 5 years ago
- 4ad9f68 kernel: rename thread return value functions by Andrew Boie · 5 years ago
- 07525a3 kernel: add arch interface for idle functions by Andrew Boie · 5 years ago
- e1ec59f kernel: renamespace z_is_in_isr() by Andrew Boie · 5 years ago
- 61901cc kernel: rename z_new_thread() by Andrew Boie · 5 years ago
- 1246cb8 debug: tracing: Remove unneeded abstraction by Mrinal Sen · 5 years ago
- a470ba1 kernel: remove z_fatal_print() by Andrew Boie · 6 years ago
- 20bb672 arch/nios2: rearrange for standard use of extern "C" by Peter Bigot · 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
- 5623637 kernel: abolish _default_esf by Andrew Boie · 6 years ago
- 71ce8ce kernel: consolidate error handling code by Andrew Boie · 6 years ago
- a2fd7d7 cleanup: include/: move misc/util.h to sys/util.h by Anas Nashif · 6 years ago
- 9ab2a56 cleanup: include/: move misc/printk.h to sys/printk.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
- 10291a0 cleanup: include/: move tracing.h to debug/tracing.h by Anas Nashif · 6 years ago
- f2cb20c docs: fix misspelling across the tree by Anas Nashif · 6 years ago
- b0fb9ec include: arch: remove empty nios2 asm.h by Anas Nashif · 6 years ago
- fd97e44 arch: remove unused tracing_arch.h by Ioannis Glaropoulos · 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
- 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
- 4e5c093 kernel: demote K_THREAD_STACK_BUFFER() to private by Andrew Boie · 6 years ago
- 7c0a245 arch: Rename reserved function names by Patrik Flykt · 6 years ago
- 24d7143 all: Add 'U' suffix when using unsigned variables by Patrik Flykt · 6 years ago
- d410611 arch: Use macro BIT for shift operations by Flavio Ceolin · 6 years ago
- e20676d arch: remove unused arch defconfig by Anas Nashif · 6 years ago
- 4344e27 all: Update reserved function names by Patrik Flykt · 6 years ago
- c8066c5 linker: remove references to _k_task_list/_k_event_list by Daniel Leung · 6 years ago
- 494ef1c arch: Add 'U' to unsigned variable assignments by Patrik Flykt · 6 years ago
- 46715fa kernel: Remove _IntLibInit function by Flavio Ceolin · 6 years ago
- b3c398f nios2: add _arch_irq_connect_dynamic() by Andrew Boie · 6 years ago
- 61a1057 kernel: Remove redundant type name by Flavio Ceolin · 6 years ago
- e9cb0ae arch: kernel_arch_func.h: Fix MISRA violation by Adithya Baglody · 6 years ago
- 9098a45 kernel: New timeslicing implementation by Andy Ross · 6 years ago
- 78f27a8 kernel: Using the same paramenters names in a specific function by Flavio Ceolin · 6 years ago
- 27459a1 arch: Add LOG_PANIC to fault handlers by Krzysztof Chruscinski · 6 years ago
- 67ca176 headers: Fix headers across the project by Flavio Ceolin · 6 years ago
- abcf2ad kconfig: move soc selection to ZEPHYR_BASE/soc/ by Anas Nashif · 7 years ago
- 696aa86 nios2: move soc to top-level dir soc/ by Anas Nashif · 7 years ago
- 483910a systemview: add support natively using tracing hooks by Anas Nashif · 7 years ago
- a224878 kernel: event_logger: remove kernel_event_logger by Anas Nashif · 7 years ago
- 79f65d4 tests: benchmarks: timing_info: Enable benchmarks for nios2. by Adithya Baglody · 7 years ago
- 0866d18 irq: Fix irq_lock api usage by Flavio Ceolin · 7 years ago
- 17f1b0a Kconfig: Switch to improved globbing statements by Ulf Magnusson · 7 years ago
- ec3eff5 Kconfig: Use the first default with a satisfied condition by Ulf Magnusson · 7 years ago
- 347f9a0 cmake: LD: Specify the entry point in the linker scripts by Sebastian Bøe · 7 years ago
- b0156b2 arch: nios: Kconfig: Remove redundant 'default n' properties by Ulf Magnusson · 7 years ago
- 2e0af08 build: remove unused CMakeLists.txt by Yasushi SHOJI · 7 years ago
- 2dd91ec kernel: move thread monitor init to common code by Andrew Boie · 7 years ago
- 3ac3216 soc: defconfig: Consistently quote string defaults by Ulf Magnusson · 7 years ago
- 3a0cb2d kernel: Remove legacy preemption checking by Andy Ross · 7 years ago
- 61ef30d drivers/uart: Use dts to set uart options for ns16550 driver by Tomasz Bursztyka · 7 years ago
- 2948924 dts: nios2-qemu: add device tree support by Savinay Dharmappa · 7 years ago
- 8f908f3 dts: nios2f: Add device tree support by Savinay Dharmappa · 7 years ago
- 547ed9b kconfig: Make 'source' non-globbing and use 'gsource' by Ulf Magnusson · 7 years ago
- 15447fa drivers: dma: Add dma driver for Nios-II MSGDMA core by Ramakrishna Pallala · 7 years ago
- 4073db7 arch: nios2: Add _nios2_dcache_flush_no_writeback() routine by Ramakrishna Pallala · 7 years ago