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