Age | Commit message (Expand) | Author |
---|---|---|
2018-08-12 | kern/mutex/mutex_plain: fix macro names | Richard Braun |
2018-07-10 | kern/sleepq: make disabling interrupts optional | Richard Braun |
2018-04-19 | kern/atomic: remove shortcuts | Richard Braun |
2018-01-29 | Fix undefined behavior in conditional macro replacement | Richard Braun |
2018-01-16 | Clean up init op dependencies between syscnt and mutex | Richard Braun |
2018-01-07 | kern/Kconfig: new MUTEX_DEBUG option | Richard Braun |
2017-12-03 | Revert "Make assert have no side effects" | Richard Braun |
2017-09-02 | Make assert have no side effects | Richard Braun |
2017-08-31 | Make mutex debugging slightly more convenient | Richard Braun |
2017-08-31 | Add debugging code to the mutex modules | Richard Braun |
2017-08-27 | kern/mutex/mutex_plain: implement timed waits | Richard Braun |
2017-07-25 | kern/mutex/mutex_plain: improve atomic access | Richard Braun |
2017-07-21 | Rework mutex implementation selection | Agustina Arzille |