- Nov 16, 2016
-
-
Aleksandr Vyhovanec authored
-
- Nov 15, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
If SMP is enabled, if any interrupt handler calls enter_critical_section(), it should take the spinlock.
-
Gregory Nutt authored
sched/irq: Change order for SMP case in enter_critical_section: Disble local interrupts BEFORE taking spinlock.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Eunbong Song authored
-
- Nov 14, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Kolb, Stefan authored
SAMV7 USBDEVHS: A problem occurred if the USB cable is unplugged while a large amount of data is send over an IN endpoint using DMA. If the USB cable is plugged in again after a few seconds it is not possible to send data over this IN endpoint again, all other endpoints work as expected. The problem occurs because if the USB cable is unplugged while an DMA transfer is in flight the transfer is canceled but the register SAM_USBHS_DEVDMACTRL is left in an undefined state. The problem was fixed the problem by resetting the register SAM_USBHS_DEVDMACTRL to a known state. Additionally all pending interrupts are cleared.
-
Gregory Nutt authored
-
Ramtin Amin authored
Misoc LM32: Corrects a bug that never occured in qemu on simulation or real fpga. The error was that the r1 register was being modified out of context switching and not restoring it.
-
- Nov 13, 2016
-
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Nov 12, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Nov 10, 2016
-
-
Juha Niskanen authored
Patch brings strtol() and related functions more conformant with POSIX. Corner cases like strtol(-2147483648, NULL, 10) now pass clang -fsanitize=integer without warnings.
-
- Nov 09, 2016
-
-
Gregory Nutt authored
typos
-
Sebastien Lorquet authored
-
Sebastien Lorquet authored
-
Gregory Nutt authored
Change the way to configure quadrature encoder prescalers.
-
Sebastien Lorquet authored
-
Freddie Chopin authored
sem_wait() and sem_trywait() no longer modify the errno value UNLESS an error occurs. This allows these functions to be used internallly without clobbering the errno value.
-
- Nov 08, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Marc Rechté authored
-
Gregory Nutt authored
-
- Nov 07, 2016
-
-
Gregory Nutt authored
-
Ramtin Amin authored
LM32: Move interrupt definitions from common irq.h to lm32/irq.h. Remove unused misoc_uart.c and .h
-
Ramtin Amin authored
-