summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-10-27unified: Ensure K_THREAD_DEFINE() generates a thread idAllan Stephens
2016-10-27unified: Streamline thread initialization macrosAllan Stephens
2016-10-27unified: Add options field to static thread initialization structureAllan Stephens
2016-10-27net: Use proper format for printing size_tSzymon Janc
2016-10-26unified: map legacy nano sem give APIs directly to unified kernel APIsBenjamin Walsh
2016-10-26arch: Add support for Cortex-M7 processorPiotr Mienkowski
2016-10-26arm: Move Cortex-M memory map to be absolute addressedKumar Gala
2016-10-26nios2: port to unified kernelAndrew Boie
2016-10-26unified: Remove k_thread_abort_handler() supportAllan Stephens
2016-10-26net: buf: Make net_buf_frag_add take ownership of the bufferLuiz Augusto von Dentz
2016-10-25drivers: Make the device struct driver_api pointer target constMarcus Shawcroft
2016-10-25drivers/uart: Make references to driver_api constMarcus Shawcroft
2016-10-25drivers/uart: Refactor UART input hook.Marcus Shawcroft
2016-10-25unified: Support heap memory poolAllan Stephens
2016-10-25unified: Eliminate thread config structure used by work queuesAllan Stephens
2016-10-25unified: Align thread creation APIsAllan Stephens
2016-10-25unified: Don't bother initializing memory map bufferAllan Stephens
2016-10-24unfied: Tweak stack API parametersPeter Mitsis
2016-10-24unified: Remove unused K_STACK_SIZE() macroPeter Mitsis
2016-10-24drivers/flash: Make references to driver_api constMarcus Shawcroft
2016-10-24drivers/gpio: Make references to driver_api constMarcus Shawcroft
2016-10-24drivers/i2c: Make references to driver_api constMarcus Shawcroft
2016-10-24drivers/ipm: Make references to driver_api constMarcus Shawcroft
2016-10-24drivers/pinmux: Make references to driver_api constMarcus Shawcroft
2016-10-24drivers/pwm: Make references to driver_api constMarcus Shawcroft
2016-10-24drivers/rtc: Make references to driver_api constMarcus Shawcroft
2016-10-24drivers/sensor: Make references to driver_api constMarcus Shawcroft
2016-10-24drivers/shared_irq: Make references to driver_api constMarcus Shawcroft
2016-10-24drivers/eth: Make references to driver_api constMarcus Shawcroft
2016-10-24drivers/dma: Make references to driver_api constMarcus Shawcroft
2016-10-24drivers/clock_control: Make references to driver_api constMarcus Shawcroft
2016-10-24drivers/counter: Make references to driver_api constMarcus Shawcroft
2016-10-24drivers/aio_comparator: Make references to driver_api constMarcus Shawcroft
2016-10-24drivers/adc: Make references to driver_api constMarcus Shawcroft
2016-10-24drivers/spi: Make references to driver_api constMarcus Shawcroft
2016-10-24drivers/watchdog: Make references to driver_api const.Marcus Shawcroft
2016-10-22kernel: Allow SYS_KERNEL_VER_MAJOR(), etc. return full range of values.Paul Sokolovsky
2016-10-22unified/arc: add memory pools support for ARC architectureDmitriy Korovkin
2016-10-22arch/arm: add initial support for Cortex-M0/M0+Ricardo Salveti
2016-10-21device_pm: Update control function name and doc to indicate PM specificRamesh Thomas
2016-10-21x86: arm: add support for custom data at start/end of RAMAndrew Boie
2016-10-21x86: remove references to .intStubSect in linker scriptAndrew Boie
2016-10-21x86: remove unused linker-defs-arch.hAndrew Boie
2016-10-21x86: remove final-linker.cmdAndrew Boie
2016-10-21Merge "Merge bluetooth branch into master"Anas Nashif
2016-10-21unified: memory pool APIs to use size_tPeter Mitsis
2016-10-21unified: Memory map APIs to use size_tPeter Mitsis
2016-10-21unified: Update mem_map doxygen style function headersPeter Mitsis
2016-10-21unified/doc: Update ring buffers section of Kernel PrimerAllan Stephens
2016-10-21unified: Ensure delays do not time out prematurelyAllan Stephens