summaryrefslogtreecommitdiff
path: root/kernel/microkernel
AgeCommit message (Expand)Author
2016-10-26kernel: Revise thread monitoring exit API namingAllan Stephens
2016-10-05power_mgmt: Reduce complexity in handling of power hooksRamesh Thomas
2016-09-06microkernel: remove deprecated task IRQsAndrew Boie
2016-08-05Revert "microkernel: remove deprecated task IRQs"Andrew Boie
2016-08-05microkernel: remove deprecated task IRQsAndrew Boie
2016-07-26kernel: Remove unneeded ASSERT from memory pool subsystemAllan Stephens
2016-07-08kernel: Cosmetic cleanups to memory pool codeAllan Stephens
2016-07-08kernel: Rename fields of private memory pool typeAllan Stephens
2016-07-08kernel: Rename field of private memory pool typeAllan Stephens
2016-07-08kernel: Rename private memory pool typesAllan Stephens
2016-07-08kernel: Eliminate unused memory pool structure fieldAllan Stephens
2016-07-08kernel: Invert polarity of memory pool's quad-block memory status fieldAllan Stephens
2016-07-08kernel: Optimize memory pool initialization routineAllan Stephens
2016-07-08kernel: Enhance memory pool defragmentation routineAllan Stephens
2016-07-08kernel: Standardize memory pool block set computationAllan Stephens
2016-07-08kernel: Enhance memory pool block deallocation routineAllan Stephens
2016-07-08kernel: Enhance memory pool block deallocation routineAllan Stephens
2016-07-08kernel: Enhance memory pool defragmentation routineAllan Stephens
2016-07-08kernel: Enhance memory pool block allocation routineAllan Stephens
2016-07-08kernel: Enhance memory pool block allocation routineAllan Stephens
2016-07-08kernel: Enhance memory pool block allocation routineAllan Stephens
2016-07-08kernel: Enhance memory pool initialization routineAllan Stephens
2016-07-08kernel: Eliminate unused memory pool structure fieldAllan Stephens
2016-06-16tracing: _k_command_stack is explicitly not tracked.Juan Manuel Cruz
2016-05-25Cleanup whitespace in Kconfig filesKumar Gala
2016-05-23kernel event logger: add possibility to use custom timestampFabrice Olivero
2016-05-18kernel: catch overflowing kserver stack with assertsBenjamin Walsh
2016-05-12kernel event profiler: add dynamic enable/disable/configureFabrice Olivero
2016-05-11kernel: add _IS_IDLE_TASK()Benjamin Walsh
2016-05-04microkernel: lock interrupts in _k_state_bit_[re]set()Peter Mitsis
2016-05-04microkernel: Fibers and ISRs may invoke microkernel no-opPeter Mitsis
2016-05-04microkernel: [un]block tasks on nanokernel objects infrastructurePeter Mitsis
2016-05-04kernel: Init back pointer to microkernel taskPeter Mitsis
2016-05-04microkernel: Add TF_NANO wait flag reasonPeter Mitsis
2016-05-03microkernel: use _thread_essential_set()Geoff Thorpe
2016-04-26microkernel: Match alignment with open parenthesisDaeseok Youn
2016-04-08kernel: Make idle task sleepDmitriy Korovkin
2016-03-26kconfig: untangle ordering and dependenciesDaniel Leung
2016-03-26power_mgmt: Make names consistent with new RFCRamesh Thomas
2016-03-26microkernel: Add support for *_sleep() during initializationDmitriy Korovkin
2016-03-14debug: fixes issue on debug tracing for pool structJuan Manuel Cruz
2016-03-11debug: add debug tracing support for task initializationJuan Manuel Cruz
2016-03-11debug: adds object tracing capability to microkernel timersJuan Manuel Cruz
2016-03-11debug: thread monitor allow to access more thread informationJuan Manuel Cruz
2016-03-11Revert "microkernel: Add support for *_sleep() during initialization"Anas Nashif
2016-03-11debug: expose thread monitor in object tracing headerJuan Manuel Cruz
2016-03-11debug: kernel's object tracing apiJuan Manuel Cruz
2016-03-10memory_pool: Refactor code into a helper functionJithu Joseph
2016-03-10memory_pool_heap: malloc/free access over a heap memory poolJithu Joseph
2016-03-10microkernel: Add support for *_sleep() during initializationDmitriy Korovkin