1. f5777f8 Continue consolidation of arch-independent private nanokernel APIs by Allan Stephens · 9 years ago
  2. bff7fc1 Begin consolidation of arch-independent private nanokernel APIs by Allan Stephens · 9 years ago
  3. 69555e8 Cleanup of nanokernel's fiber scheduling routine by Allan Stephens · 9 years ago
  4. 24dd304 Relocate declarations for public nanokernel object types by Allan Stephens · 9 years ago
  5. 7e78540 Remove task monitoring symbols from microkernel public API by Allan Stephens · 9 years ago
  6. 53165a6 Eliminate architecture-specific init.h files by Allan Stephens · 9 years ago
  7. 0c3fd0a Relocate declarations of _nano_fiber_swap() by Allan Stephens · 9 years ago
  8. f547a5b Eliminate cputype.h and its arch-specific derivatives by Allan Stephens · 9 years ago
  9. bb9ab03 Eliminate unnecessary references to cpu.h and cputype.h by Allan Stephens · 9 years ago
  10. 03a2abe Relocate macros for supporting non-byte addressible architectures by Allan Stephens · 9 years ago
  11. ecd6ace Reorganize dependencies for the 2 major public include files by Allan Stephens · 9 years ago
  12. d639bb8 libc: Add tolower implementation by Jukka Rissanen · 9 years ago
  13. 0167ee4 Kbuild: Simplify prepare targets. by Juan Manuel Cruz · 9 years ago
  14. ef07b96 Kbuild removes kernel.release generation. by Juan Manuel Cruz · 9 years ago
  15. 52c9d87 Kbuild speed and target dependency improvements. by Juan Manuel Cruz · 9 years ago
  16. dc2b1f1 Kbuild: Improve verbosity on project build. by Juan Manuel Cruz · 9 years ago
  17. 64fd17d Kconfig default configurations update. by Juan Manuel Cruz · 9 years ago
  18. 80ce28a Kconfig stop creating empty header files. by Juan Manuel Cruz · 9 years ago
  19. d6db256 Add missing #includes required to reference non-kernel APIs by Allan Stephens · 9 years ago
  20. a279100 Avoid use of "ukernel" terminology in some sample projects by Allan Stephens · 9 years ago
  21. e310881 Revise misleading instructions in sample project README.txt files by Allan Stephens · 9 years ago
  22. a1bd59d Eliminate obsolete coding convention comments by Allan Stephens · 9 years ago
  23. 60f6a74 Eliminate non-standard NULL definitions by Allan Stephens · 9 years ago
  24. 5a4be58 Eliminate non-standard boolean type support by Allan Stephens · 9 years ago
  25. 4e74e65 Delete obsolete file for testing secure string APIs by Allan Stephens · 9 years ago
  26. 220f1a5 Statically initialize _k_command_stack by Peter Mitsis · 9 years ago
  27. a2314c6 Made _k_server_command_stack_storage static by Peter Mitsis · 9 years ago
  28. 6232a85 Fix closing CONFIG_MICROKERNEL block comments by Peter Mitsis · 9 years ago
  29. 4fe98a4 Initialize stack area in _NewContext() by Peter Mitsis · 9 years ago
  30. c9ac95a device: Add device model infrastructure by Dirk Brandewie · 9 years ago
  31. 4ef2d59 Kbuild: Adding bin and strip generation. by Juan Manuel Cruz · 9 years ago
  32. 6ec8b8c Kbuild: Set XIP as default for CortexM. by Juan Manuel Cruz · 9 years ago
  33. 987d64c newlib: Fix coding style and checkpatch warnings/errors by Anas Nashif · 9 years ago
  34. aae59d0 Use a simpler form for including BSP headers by Anas Nashif · 9 years ago
  35. 5aaef9c re-add -Werror to sanity checks by Anas Nashif · 9 years ago
  36. bbe84f8 Use ccflags-y and asflags-y instead of EXTRA_CFLAGS by Anas Nashif · 9 years ago
  37. 40b5200 Optimizations to _NewContext() and _NewContextInternal() by Peter Mitsis · 9 years ago
  38. 2bf5fc4 Initialize idle task's stack related fields in sysgen by Peter Mitsis · 9 years ago
  39. a45f691 Remove runtime stack alignment from _NewContext() by Peter Mitsis · 9 years ago
  40. 63d6a95 Apply __stack tag to sample project fiber stacks by Peter Mitsis · 9 years ago
  41. 6059e0e Apply __stack tag to align bluetooth defined fiber stacks by Peter Mitsis · 9 years ago
  42. b4e7a4f Apply __stack tag to align kernel defined task/fiber stacks by Peter Mitsis · 9 years ago
  43. ad74658 Add __stack tag for aligning task/fiber stacks by Peter Mitsis · 9 years ago
  44. db8a41c Replace use of __attribute__((packed)) with __packed by Peter Mitsis · 9 years ago
  45. bcfc0a8 Replace PACK_STRUCT with __packed in kernel code by Peter Mitsis · 9 years ago
  46. ad39ee1 Replace __attribute__((aligned(x))) with __aligned(x) by Peter Mitsis · 9 years ago
  47. 4bb47b6 Add __aligned(x) and __packed macros to GCC toolchain by Peter Mitsis · 9 years ago
  48. 5c892ee Remove references to user mode tasks by Peter Mitsis · 9 years ago
  49. 86c817a Remove references to _NewContextUsr() by Peter Mitsis · 9 years ago
  50. 19a0ee4 Rename missed instances of nanoFiberStart() by Peter Mitsis · 9 years ago
  51. 86ebbf4 Remove comment listing callers of _NewContext() by Peter Mitsis · 9 years ago
  52. 07c45d9 Cosmetic: Fix whitespace for checkpatch by Peter Mitsis · 9 years ago
  53. e948817 Reduce floating point test duration by Peter Mitsis · 9 years ago
  54. 6996d2c k_timer optimization: INVALID_OBJECT can not be returned by Peter Mitsis · 9 years ago
  55. f8619b4 Refactor _Cget() to invoke _NanoFatalErrorHandler() by Peter Mitsis · 9 years ago
  56. 7d2fc8e Add _NANO_ERR_ALLOCATION_FAIL fatal error code by Peter Mitsis · 9 years ago
  57. 6b12d60 _k_timer_alloc() to use GETTIMER() instead of _Cget() by Peter Mitsis · 9 years ago
  58. d209b88 Rework testing of task_timer_alloc() by Peter Mitsis · 9 years ago
  59. ded4609 Use CONFIG_NUM_TIMER_PACKETS in microkernel test_timer project by Peter Mitsis · 9 years ago
  60. b5c2342 Update checkpatch scripts to use TIMO_BASE by Peter Mitsis · 9 years ago
  61. d1ebe66 Eliminate definition of tick event for ARC by Allan Stephens · 9 years ago
  62. 2f3a261 Eliminate definition of debugging agent event by Allan Stephens · 9 years ago
  63. e54a6c4 Eliminate separate include files for generating absolute symbols by Allan Stephens · 9 years ago
  64. 40a719d Add "sys_" prefix to public kernel versioning APIs by Allan Stephens · 9 years ago
  65. 11dcaf2 Relocate declaration of kernel_version_get() by Allan Stephens · 9 years ago
  66. 9c5d875 Correct obsolete comment describing format of kernel version by Allan Stephens · 9 years ago
  67. d216a00 Clean up private APIs that mark context as (non)essential by Allan Stephens · 9 years ago
  68. a5e40e7 Split off atomic APIs from main nanokernel include file by Allan Stephens · 9 years ago
  69. b52a09f Optimize performance of memset() and memcpy() by Allan Stephens · 9 years ago
  70. 3c0b6f0 Eliminate definitions of k_memset() and k_memcpy() by Allan Stephens · 9 years ago
  71. 140d314 Eliminate references to k_memset() and k_memcpy() by Allan Stephens · 9 years ago
  72. 63720a9 Eliminate secure string error handling by Allan Stephens · 9 years ago
  73. cb2d18c Eliminate secure string library routines by Allan Stephens · 9 years ago
  74. 4b105f4 Eliminate testing of secure string library code by Allan Stephens · 9 years ago
  75. 4994fad Kbuild documentation update. by Juan Manuel Cruz · 9 years ago
  76. c02dd34 Renaming include/nanokernel to include/arch by Dan Kalowsky · 9 years ago
  77. 40e7780 Renaming CONFIGURE_UART_PORT macro by Dan Kalowsky · 9 years ago
  78. b08727e Add random number API test by Dmitriy Korovkin · 9 years ago
  79. ec8a461 Introduce public APIs for random number generation by Dmitriy Korovkin · 9 years ago
  80. e2fa00b Algorithm improvement for timer based random number generator by Dmitriy Korovkin · 9 years ago
  81. 27bcb43 Random number generator driver unification by Dmitriy Korovkin · 9 years ago
  82. 6313939 Remove CUSTOM_RANDOM_GENERATOR from atom_n28xx platfotm by Dmitriy Korovkin · 9 years ago
  83. 5831c25 serial_console: Use dynamic irq connect by Andrei Emeltchenko · 9 years ago
  84. bc9c884 kbuild: Avoid unconditional relinking of default target by Dirk Brandewie · 9 years ago
  85. 991e9d3 kbuild: remove asm-generic from dependency chain by Dirk Brandewie · 9 years ago
  86. 0876039 kbuild: remove error from clean target by Dirk Brandewie · 9 years ago
  87. 6fa99f8 kbuild: Only execute initconfig target once by Dirk Brandewie · 9 years ago
  88. f25f9b3 kbuild: Remove compilation tool command line validation by Dirk Brandewie · 9 years ago
  89. f9360e8 make: Fix qemu flags for ARM architecture by Andrei Emeltchenko · 9 years ago
  90. f1c7c17 Use qemu from toolchain if available by Anas Nashif · 9 years ago
  91. 8e9d8eb Remove nodes naming when using sysgen by Anas Nashif · 9 years ago
  92. 6082c09 Remove Makefile.modpost and .ko building by Anas Nashif · 9 years ago
  93. 04f2bdc Remove directives for compressing modules/initrds by Anas Nashif · 9 years ago
  94. 81c6571 remove module related targets by Anas Nashif · 9 years ago
  95. a2bb402 Do not set path for host tools by Anas Nashif · 9 years ago
  96. 4aff07c arm/timer: Include headers based on selected BSP by Szymon Janc · 9 years ago
  97. fb74cd4 Add In-Code Documentation Guidelines by Rodrigo Caballero · 9 years ago
  98. 1d339cd doc: add nano kernel files and *.s pattern by Anas Nashif · 9 years ago
  99. 56b092d Add Disclaimer explaining that the documentation is a work in progress. by Rodrigo Caballero · 9 years ago
  100. 67405bb Add Object Documentation by Rodrigo Caballero · 9 years ago