summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)Author
2016-02-05Add missing includes for ARCAnas Nashif
2016-02-05Move platforms to new arch/<arch>/platforms directoryPeter Mitsis
2016-02-05kconfig: Update defconfig files with new optionsAnas Nashif
2016-02-05arch/arc: Move fatal_error.c into 'core'Peter Mitsis
2016-02-05doxygen: add @brief and capitalizeAnas Nashif
2016-02-05doxygen: RETURNS: -> @returnAnas Nashif
2016-02-05doxygen: change comment style to match javadocAnas Nashif
2016-02-05define UART_CONSOLE_INDEX using KconfigAnas Nashif
2016-02-05Rename BSP_DIR to PLATFORMPeter Mitsis
2016-02-05arc: make the defconfig use a nano kernel by defaultAnas Nashif
2016-02-05Update default configurationsAnas Nashif
2016-02-05arc: move files from bsp directoryAnas Nashif
2016-02-05arc: move arc NSIM to drivers/Anas Nashif
2016-02-05arc: move arc timer to drivers/Anas Nashif
2016-02-05arc: add defconfigAnas Nashif
2016-02-05arc: move interrupt controller to drivers/Anas Nashif
2016-02-05arc: add missing Kconfig/Makefiles to architectureAnas Nashif
2016-02-05Rename kernel's clock_vars.h to sys_clock.hAllan Stephens
2016-02-05Rename nanokernel's offsets/common.h to nano_offsets.hAllan Stephens
2016-02-05Rename nanokernel's genOffset.h to gen_offset.hAllan Stephens
2016-02-05Rename nanokernel's nanok.h to nano_private.hAllan Stephens
2016-02-05nanokernel: add and initialize timeout fields in ccs/s_NANOBenjamin Walsh
2016-02-05nanokernel: rename struct s_CCS to struct ccsBenjamin Walsh
2016-02-05Kbuild: Assembly code extension.Juan Manuel Cruz
2016-02-05Eliminate VxMicro branding in kernel codeAllan Stephens
2016-02-05Eliminate Viper brandingAllan Stephens
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-05Eliminate obsolete coding convention commentsAllan Stephens
2016-02-05Initialize stack area in _NewContext()Peter Mitsis
2016-02-05Optimizations to _NewContext() and _NewContextInternal()Peter Mitsis
2016-02-05Remove runtime stack alignment from _NewContext()Peter Mitsis
2016-02-05Add _NANO_ERR_ALLOCATION_FAIL fatal error codePeter Mitsis
2016-02-05Eliminate secure string error handlingAllan Stephens
2016-02-05Renaming include/nanokernel to include/archDan Kalowsky
2016-02-05remove defs.objs fileAnas Nashif
2016-02-05Always use __start as the entry pointPeter Mitsis
2016-02-05timer: use _sys_clock_tick_announce() in driversBenjamin Walsh
2016-02-05timer: fix incorrect nano_fiber_lifo_put in ISRBenjamin Walsh
2016-02-05Rename __defaultEsf to _default_esfYonattan Louise
2016-02-05Rename _IsrTable to _sw_isr_tableYonattan Louise
2016-02-05Rename _NanoKernel to _nanokernelYonattan Louise
2016-02-05Rename accumulatedCount to clock_accumulated_countYonattan Louise
2016-02-05Eliminate kernel/common sub-directoryAllan Stephens
2016-02-05Eliminate nanokernel/core sub-directoryAllan Stephens
2016-02-05Rename _IsrWrapper camelCase to _isr_wrapperAndrei Emeltchenko
2016-02-05Rename _SpuriousIRQ to _irq_spuriousAndrei Emeltchenko