- Nov 18, 2016
-
-
Gregory Nutt authored
Timerfixes
-
Gregory Nutt authored
-
Sebastien Lorquet authored
-
Sebastien Lorquet authored
-
Sebastien Lorquet authored
-
Gregory Nutt authored
-
Gregory Nutt authored
SMP: irq_csection() has a bad assumption. It assumed that the state of certain variables. That was true on entry into the interrupt handler, but might change to the execution of logic within the interrupt handler.
-
- Nov 17, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/examples/timer: Restore the timer example, but adapt the interface to use the new signal logic from Sebastien, Lorquet. Totally untested and probably does not work!
-
Gregory Nutt authored
All timer lower half drivers. Port Sebastien's changes to all all other implementations of the timer lower half. Very many just and untested. Expect some problems.
-
Sebastien Lorquet authored
timer driver: Use signal to notify of timer expiration. Add generic argument so that there can be additional usage.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Timer driver: Add hooks to support signal notification of timer expiration. Commented out because invasive interface changes would also be required to complete the implementation.
-
Gregory Nutt authored
drivers/timer: Remove the TIOC_SETHANDLER IOCTL call. This calls directly from the timer driver into application code. That is non-standard, non-portable, and cannot be supported
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Add some experimental changes to enter/leave_critical_section to deal with the case where interrupts are disabled only on the local CPU
-
- Nov 16, 2016
-
-
Gregory Nutt authored
-
- Nov 15, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
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
-