summaryrefslogtreecommitdiff
path: root/arch/nios2
AgeCommit message (Expand)Author
2016-10-27kernel: merge _IS_IN_ISR() with _is_in_isr()Benjamin Walsh
2016-10-27unified: Enable handling of thread options for static threadsAllan Stephens
2016-10-26nios2: port to unified kernelAndrew Boie
2016-10-26kernel: Standardize thread monitoring initializationAllan Stephens
2016-10-24build: refactor kernel hex build to be commonKumar Gala
2016-09-23unified: Remove references to obsolete task_timeoutPeter Mitsis
2016-09-23kernel: remove lingering irq_connect_dynamic() referencesAndrew Boie
2016-08-30toolchain: Remove vestigial COFF assembler symbol mangling supportAndy Ross
2016-08-28nios2: fix incorrect printk() usageAndrew Boie
2016-08-18doc: Fix terminology in Kconfig files for 'platform'David B. Kinder
2016-07-29qemu_nios2: increase RAM sizeAndrew Boie
2016-07-21nios2: assume IRQ stack pointer and size already alignedAndrew Boie
2016-07-18nanokernel: support GCC compiler atomic builtinsAndrew Boie
2016-07-18nios2: optionally print cause code reasonAndrew Boie
2016-07-18nanokernel, cosmetic: Standardize [INT|EXC]_ACTIVE commentsPeter Mitsis
2016-07-15altera_max10: enable and use 16550 UARTAndrew Boie
2016-07-14nios2: remove nios2e-zephyrAndrew Boie
2016-07-13nios2: _Swap(): fix C calling issueAndrew Boie
2016-07-12nios2-qemu: correct system.hAndrew Boie
2016-07-12nios2: get CPU features from ALT_CPU_* namespaceAndrew Boie
2016-07-12nios2: enable XIP by defaultAndrew Boie
2016-07-08nios2f-zephyr: commit additional source filesAndrew Boie
2016-07-08nios2f-zephyr: update CPU buildAndrew Boie
2016-07-08nanokernel: move dataCopy() and bssZero() to common codeAndrew Boie
2016-07-06nios2: support more global pointer scenariosAndrew Boie
2016-07-06nios2: enable use of global pointer indirect addressingAndrew Boie
2016-07-01nios2: enable instruction/data cachesAndrew Boie
2016-06-30nios2-qemu: use all available RAMAndrew Boie
2016-06-30nios2: implement kernel_event_loggerAndrew Boie
2016-06-30nios2: fix nano_cpu_idle()Andrew Boie
2016-06-29nios2: add config option to include reset vectorAndrew Boie
2016-06-29nios2: exceptions: remove remaining muldiv referencesAndrew Boie
2016-06-29nios2: exceptions: use computed offsetsAndrew Boie
2016-06-29nios2: fix debugging outputAndrew Boie
2016-06-29nios2: properly set NANO_ESF pointer for _Fault()Andrew Boie
2016-06-29nios2: implement thread monitorAndrew Boie
2016-06-29nios2: fix QEMU argumentsAndrew Boie
2016-06-29nios2: thread.c: don't include timeout_q.hAndrew Boie
2016-06-29nios2-qemu: fix CONFIG_XIPAndrew Boie
2016-06-29nios2: set appropriate compiler flags for math supportAndrew Boie
2016-06-29nios2: _Swap(): optimize irq unlockAndrew Boie
2016-06-29nios2: remove stub build workaroundAndrew Boie
2016-06-29nios2: implement fiberRtnValueSet()Andrew Boie
2016-06-29nios2: _IntLibInit(): fix commentAndrew Boie
2016-06-28nios2: implement irq_offload()Andrew Boie
2016-06-28nios2: implement _IS_IN_ISR()Andrew Boie
2016-06-23nios2: add start_task_arch.hAndrew Boie
2016-06-23nios2f-zephyr: check in CPU and configurationAndrew Boie
2016-06-22nios2: properly set SYS_CLOCK_HW_CYCLES_PER_SECAndrew Boie
2016-06-22nios2: add static interrupt handling codeAndrew Boie