summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2017-01-09arch: arm: Use smaller ISR stack size for 16k nRF51 SoCsJohan Hedberg
2017-01-09arm: nordic_nrf5: Cleanup Kconfig dependencies for timer and clocksKumar Gala
2017-01-09kernel/arch: inspect prio/sched_locked together for preemptibilityBenjamin Walsh
2017-01-09kernel/arch: optimize memory use of some thread fieldsBenjamin Walsh
2017-01-06nios2: remove unused INT_ACTIVE/EXC_ACTIVE thread flagsBenjamin Walsh
2017-01-06kernel/arch: streamline thread flag bits usedBenjamin Walsh
2017-01-06kernel/arch: reverse polarity on sched_lockedBenjamin Walsh
2017-01-05Makefile (arc/soc/quark_se): New compiler optionsJuro Bystricky
2017-01-05Makefile (arc/soc/em*): New compiler optionsJuro Bystricky
2017-01-04arc: add -fno-delete-null-pointer-checksAndrew Boie
2017-01-03arm: Cortex-M0: Adapt core register code to M0Carles Cufi
2016-12-25logging: move event_logger to subsys/loggingAnas Nashif
2016-12-25kernel: replace all remaining nanokernel occurancesAnas Nashif
2016-12-22drivers: i2c_shim: grant arc the access to i2c on I/O fabricBaohong Liu
2016-12-22drivers: spi_shim: grant arc the access to spi on I/O fabricBaohong Liu
2016-12-22driver: pwm: give arc the access to pwmBaohong Liu
2016-12-21arch: remove instances of fiberRtnValueSet()Benjamin Walsh
2016-12-21drivers: eliminate nano/micro kernel usageAnas Nashif
2016-12-21arch/arc, usb, ztest: Add the ARG_UNUSED macroFlavio Santes
2016-12-20board: add initial support for Nucleo-64 with Soc STM32F411REMatthias Boesl
2016-12-20cc3200: Move UART peripheral clock enable into soc initGil Pitney
2016-12-20boards: arm: Refactor the GPIO and UART dependenciesCarles Cufi
2016-12-20cc3200: Add a GPIO driver for the TI CC3200 LaunchXLGil Pitney
2016-12-20arch: arm: Add support for the Nordic nRF52840 ICCarles Cufi
2016-12-20arch: arm: Refactor and cleanup nRF52 series arch codeCarles Cufi
2016-12-19debug: gdb: move to new kernel APIsAnas Nashif
2016-12-19kernel: move kernel code to kernel/ directlyAnas Nashif
2016-12-19x86: remove obsolete comment about tasks/fibersAnas Nashif
2016-12-19debug: move debug features from misc to subsys/debugAnas Nashif
2016-12-19logging: move sys_log to subsys/loggingAnas Nashif
2016-12-19kernel: rename NANOKERNEL_TICKLESS_IDLE_SUPPORTEDAnas Nashif
2016-12-19kernel: remove unused and obsolete headersAnas Nashif
2016-12-19kernel: remove nano/micro wording and usageAnas Nashif
2016-12-19arm: remove old GDB_INFO supportAnas Nashif
2016-12-19k64f: Default the ETH_KSDK on if NET_L2_ETHERNET enabled.Marcus Shawcroft
2016-12-17kernel/arch: rename ARCH_HAS_NANO_FIBER_ABORT to ARCH_HAS_THREAD_ABORTBenjamin Walsh
2016-12-15kernel: introduce single-threaded kernelBenjamin Walsh
2016-12-15arch/all: simpler _SysFatalErrorHandler()Benjamin Walsh
2016-12-15kernel: enable and optimize coop-only configurationsBenjamin Walsh
2016-12-15kernel: add k_cpu_idle/k_cpu_atomic_idle()Benjamin Walsh
2016-12-15kernel/arch: enhance the "ready thread" cacheBenjamin Walsh
2016-12-15arm: relinquish one IRQ priority reserved by kernelBenjamin Walsh
2016-12-15arm: add CPU_CORTEX_M_HAS_PROGRAMMABLE_FAULT_PRIOS kconfig flagBenjamin Walsh
2016-12-15arm: move IRQ_PRIORITY_OFFSET to header file, rename to _IRQ_PRIO_OFFSETBenjamin Walsh
2016-12-15arm: add CPU_CORTEX_M_HAS_BASEPRI kconfig flagBenjamin Walsh
2016-12-15power: Add ARC core suspend and resume supportJulien Delayen
2016-12-15arcv2_irq: Add power management suspend/resumeJulien Delayen
2016-12-15arc: Define _arc_v2_irq_unit deviceJulien Delayen
2016-12-12arc: Add cc to clobber list for sleep instructionJulien Delayen
2016-12-12x86/soc: Add ARG_UNUSED macro to avoid compiler warningsFlavio Santes