Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-06 | Use new thread_check_intr_context function consistently | Richard Braun | |
2017-09-06 | kern/timer: add TODO entry about hash parameters | Richard Braun | |
2017-09-02 | Make assert have no side effects | Richard Braun | |
This makes sure symbols referenced by assert uses may not be generated if unused. The recently introduced __unused macro is used to suppress compiler warnings resulting from this change. | |||
2017-09-01 | kern/timer: make timer time reads non atomic | Richard Braun | |
This makes such accesses on 32-bits processor without 64-bits atomic instruction too cumbersome for what it's worth. | |||
2017-08-31 | kern/timer: improve access synchronization | Richard Braun | |
2017-08-31 | kern/timer: fix locking | Richard Braun | |
2017-08-27 | kern/timer: new module | Richard Braun | |