| Commit message (Expand) | Author | Age | Files | Lines |
* | Use C99's bool | Ben Gamari | 2016-11-29 | 1 | -1/+1 |
* | rts: Replace `nat` with `uint32_t` | Erik de Castro Lopo | 2016-05-05 | 1 | -3/+3 |
* | Revert "rts: add Emacs 'Local Variables' to every .c file" | Simon Marlow | 2014-09-29 | 1 | -8/+0 |
* | rts: add Emacs 'Local Variables' to every .c file | Austin Seipp | 2014-07-28 | 1 | -0/+8 |
* | rts: delint Messages.c | Austin Seipp | 2014-07-28 | 1 | -4/+6 |
* | rts: detab/dewhitespace Messages.c | Austin Seipp | 2014-07-28 | 1 | -21/+19 |
* | Better abstraction over run queues. | Edward Z. Yang | 2013-01-16 | 1 | -4/+2 |
* | Deprecate lnat, and use StgWord instead | Simon Marlow | 2012-09-07 | 1 | -5/+5 |
* | Fix a scheduling bug in the threaded RTS | Simon Marlow | 2011-12-01 | 1 | -2/+2 |
* | Annotate thread stop events with the owner of the black hole | Simon Marlow | 2011-01-27 | 1 | -0/+43 |
* | Implement stack chunks and separate TSO/STACK objects | Simon Marlow | 2010-12-15 | 1 | -5/+7 |
* | Add a couple of missing tests for EAGER_BLACKHOLE | Simon Marlow | 2010-08-23 | 1 | -0/+1 |
* | Fix #4131 missing UNTAG_CLOSURE in messageBlackHole() | benl@ouroborus.net | 2010-06-11 | 1 | -1/+1 |
* | messageBlackHole: fix deadlock bug caused by a missing 'volatile' | Simon Marlow | 2010-06-10 | 1 | -1/+3 |
* | Add a missing UNTAG_CLOSURE, causing bus errors on Sparc | Simon Marlow | 2010-05-24 | 1 | -2/+3 |
* | Change the representation of the MVar blocked queue | Simon Marlow | 2010-04-01 | 1 | -17/+2 |
* | Move a thread to the front of the run queue when another thread blocks on it | Simon Marlow | 2010-03-29 | 1 | -2/+22 |
* | change throwTo to use tryWakeupThread rather than unblockOne | Simon Marlow | 2010-03-29 | 1 | -5/+3 |
* | New implementation of BLACKHOLEs | Simon Marlow | 2010-03-29 | 1 | -0/+296 |