summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2016-02-05Rename VXMICRO_ARCH_arm -> CONFIG_ARMAnas Nashif
2016-02-05Rename VXMICRO_ARCH_x86 -> CONFIG_X86_32Anas Nashif
2016-02-05Add simple UART driverSzymon Janc
2016-02-05Rename VPF files to use MDEF file extensionAllan Stephens
2016-02-05Eliminate VxMicro branding in kernel codeAllan Stephens
2016-02-05Eliminate Viper brandingAllan Stephens
2016-02-05atomic: Add const declaration to atomic_getJohan Hedberg
2016-02-05Continue consolidation of arch-independent private nanokernel APIsAllan Stephens
2016-02-05Begin consolidation of arch-independent private nanokernel APIsAllan Stephens
2016-02-05Cleanup of nanokernel's fiber scheduling routineAllan Stephens
2016-02-05Relocate declarations of _nano_fiber_swap()Allan Stephens
2016-02-05Eliminate unnecessary references to cpu.h and cputype.hAllan Stephens
2016-02-05Kconfig default configurations update.Juan Manuel Cruz
2016-02-05Eliminate obsolete coding convention commentsAllan Stephens
2016-02-05Eliminate non-standard NULL definitionsAllan Stephens
2016-02-05Fix closing CONFIG_MICROKERNEL block commentsPeter Mitsis
2016-02-05Initialize stack area in _NewContext()Peter Mitsis
2016-02-05Kbuild: Set XIP as default for CortexM.Juan Manuel Cruz
2016-02-05Use a simpler form for including BSP headersAnas Nashif
2016-02-05Use ccflags-y and asflags-y instead of EXTRA_CFLAGSAnas Nashif
2016-02-05Optimizations to _NewContext() and _NewContextInternal()Peter Mitsis
2016-02-05Remove runtime stack alignment from _NewContext()Peter Mitsis
2016-02-05Add __stack tag for aligning task/fiber stacksPeter Mitsis
2016-02-05Replace use of __attribute__((packed)) with __packedPeter Mitsis
2016-02-05Replace PACK_STRUCT with __packed in kernel codePeter Mitsis
2016-02-05Replace __attribute__((aligned(x))) with __aligned(x)Peter Mitsis
2016-02-05Remove references to user mode tasksPeter Mitsis
2016-02-05Remove references to _NewContextUsr()Peter Mitsis
2016-02-05Rename missed instances of nanoFiberStart()Peter Mitsis
2016-02-05Remove comment listing callers of _NewContext()Peter Mitsis
2016-02-05Cosmetic: Fix whitespace for checkpatchPeter Mitsis
2016-02-05Add _NANO_ERR_ALLOCATION_FAIL fatal error codePeter Mitsis
2016-02-05Clean up private APIs that mark context as (non)essentialAllan Stephens
2016-02-05Eliminate secure string error handlingAllan Stephens
2016-02-05Renaming include/nanokernel to include/archDan Kalowsky
2016-02-05Renaming CONFIGURE_UART_PORT macroDan Kalowsky
2016-02-05Introduce public APIs for random number generationDmitriy Korovkin
2016-02-05Random number generator driver unificationDmitriy Korovkin
2016-02-05Remove CUSTOM_RANDOM_GENERATOR from atom_n28xx platfotmDmitriy Korovkin
2016-02-05serial_console: Use dynamic irq connectAndrei Emeltchenko
2016-02-05arm/timer: Include headers based on selected BSPSzymon Janc
2016-02-05Convert PCI_DEBUG parameter to a configuration parameterDmitriy Korovkin
2016-02-05List PCI devices after console initialized.Dmitriy Korovkin
2016-02-05Fix UART on Quark platformDmitriy Korovkin
2016-02-05Update defconfigs for all variantsAnas Nashif
2016-02-05Kconfig: update ARM BSP configsAnas Nashif
2016-02-05Kconfig: update arm defconfigAnas Nashif
2016-02-05Fix CONFIG_NUM_IRQS for armAnas Nashif
2016-02-05Kconfig: use correct serial driver for armAnas Nashif
2016-02-05Update arch defconfig for ARMAnas Nashif