summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2016-10-27kernel: merge _IS_IN_ISR() with _is_in_isr()Benjamin Walsh
2016-10-27arm: defconfig: Remove platform-specific optionsAmit Kucheria
2016-10-27gpio: stm32: introduce alternative function configRicardo Salveti
2016-10-27unified: Enable handling of thread options for static threadsAllan Stephens
2016-10-26soc/stm32f1: Enable IWDG_STM32 dependent on WATCHDOGMarcus Shawcroft
2016-10-26arch: Add support for Cortex-M7 processorPiotr Mienkowski
2016-10-26nios2: port to unified kernelAndrew Boie
2016-10-26unified: Finish adding thread monitoring supportAllan Stephens
2016-10-26kernel: Standardize thread monitoring initializationAllan Stephens
2016-10-26kernel: Revise thread monitoring exit API namingAllan Stephens
2016-10-25drivers: uart_nrf5: Use MDK baudrate divisor constantsCarles Cufi
2016-10-24build: refactor kernel hex build to be commonKumar Gala
2016-10-22soc: intel_quark: source Kconfig file of SoCAnas Nashif
2016-10-22unified: Add tickless idle support for ARCDmitriy Korovkin
2016-10-22unified/arc: add unified kernel support for ARC archDmitriy Korovkin
2016-10-22arc: Fix RGF_NUM_BANKS==1 and NUM_IRQ_PRIO_LEVELS>1 problemDmitriy Korovkin
2016-10-22arm: Add initial support for Nordic Semiconductor nRF51 seriesRicardo Salveti
2016-10-22arm/nordic: use a common header for the nrf51/nrf52 SoC familiesRicardo Salveti
2016-10-22arch/arm: add initial support for Cortex-M0/M0+Ricardo Salveti
2016-10-21arc: remove some NSIM conditionalsChuck Jordan
2016-10-21arc: em_starterkit board can now support SOC=EM7DChuck Jordan
2016-10-18arc: Support FIRQ handling when CONFIG_RGF_NUM_BANKS==1Chuck Jordan
2016-10-18pinmux: k64f: remove unused Kconfig sectionAnas Nashif
2016-10-18arm: nordic_nrf5: Select clock control for BLE controllerVinayak Chettimada
2016-10-17quark d2000: remove bluetooth configuration from SoCAnas Nashif
2016-10-16eth: Add KSDK ENET driver.Marcus Shawcroft
2016-10-15board: Enable ETH_DW for quark_x1000 if ETHERNET is enabled.Marcus Shawcroft
2016-10-15quark_se: Make ipm console config structure static.Marcus Shawcroft
2016-10-15quark: ipm: Make driver config structures static.Marcus Shawcroft
2016-10-14unified: rename sched.h to ksched.hBenjamin Walsh
2016-10-11arm: move atomic operations selection to the Cortex-M KconfigRicardo Salveti
2016-10-10unified: cache the next thread to runBenjamin Walsh
2016-10-10quark_se: x86 core does not support ADCAnas Nashif
2016-10-10frdm_k64: spi: fixed wrong kconfig used in driverAnas Nashif
2016-10-10quark: dma: enable qmsi driver if DMA is selectedAnas Nashif
2016-10-07unified/arm: fix saving of registers in __pendsv()Benjamin Walsh
2016-10-07arc: Fix comment about IRQ call stackChuck Jordan
2016-10-07arc: RGF_NUM_BANKS is another configurable option for ARCsChuck Jordan
2016-10-07gpio: reduce Kconfigs and use consistent name for GPIOsAnas Nashif
2016-10-07arm: remove exc_wrapper.SRicardo Salveti
2016-10-05stm32: make SRAM/FLASH base address generic to socFabien Parent
2016-10-05I2C: remove obsolete i2c_quark_se_ss driverQiu Peiyang
2016-10-05power_mgmt: Reduce complexity in handling of power hooksRamesh Thomas
2016-09-28intstub.S: fix argument to _sys_power_save_idle_exit on IAMCUAndrew Boie
2016-09-28x86: interrupts: consolidate duplicated code in idle pathAndrew Boie
2016-09-28x86: exceptions: simplify exception stubsAndrew Boie
2016-09-28x86: interrupts: optimize and simplify IRQ stubsAndrew Boie
2016-09-26x86: don't unconditionally run ISRs with interrupts enabledAndrew Boie
2016-09-25remove unused whitespace in arch/arc/core/fault_s.SQiu Peiyang
2016-09-24irq: Use lowest priority not a hard-coded priority 2Chuck Jordan