Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4
[ghc-hetmet.git] / rts / Threads.c
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-08-23 Simon MarlowAdd a couple of missing tests for EAGER_BLACKHOLE
2010-04-07 Simon MarlowFix for derefing ThreadRelocated TSOs in MVar operations
2010-04-06 Simon Marlowdon't forget to deRefTSO() in tryWakeupThread()
2010-04-01 Simon Marlowfix bug in migrateThread()
2010-04-01 Simon MarlowChange the representation of the MVar blocked queue
2010-03-29 Simon Marlowchange throwTo to use tryWakeupThread rather than unblo...
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-03-11 Simon MarlowUse message-passing to implement throwTo in the RTS
2010-03-09 Simon MarlowSplit part of the Task struct into a separate struct...
2009-12-17 Simon Marlowkill some old GRAN/PARALLEL_HASKELL code
2009-12-12 Manuel M T ChakravartyExpose all EventLog events as DTrace probes
2009-12-03 Simon MarlowGC refactoring, remove "steps"
2009-12-01 Simon MarlowMake allocatePinned use local storage, and other refact...
2009-08-29 Simon MarlowUnify event logging and debug tracing.
2009-08-18 Simon MarlowFix #3429: a tricky race condition
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2009-05-29 Simon MarlowFix bug in previous change: allocate the correct size
2009-05-28 Simon MarlowRound stack size to a whole number of megablocks
2009-03-17 Simon MarlowAdd fast event logging
2009-03-13 Simon MarlowInstead of a separate context-switch flag, set HpLim...
2009-01-07 Simon Marlowindicate which TSOs are dirty in the printAllThreads...
2008-09-19 Simon MarlowMove the context_switch flag into the Capability
2008-09-10 simonpj@microsoft.comFix debug message formatting on Windows
2008-09-09 Simon MarlowFix race condition in wakeupThreadOnCapability() (...
2008-04-16 Simon MarlowDon't traverse the entire list of threads on every...
2008-04-16 Simon MarlowAdd a write barrier to the TSO link field (#1589)
2007-04-03 Ian LynaghFix C/Haskell type mismatches
2006-08-10 sven.panne@aedion.deMatch format strings and arguments for printf-like...
2006-06-16 Simon Marlowcomment out a non-true assertion
2006-06-16 Simon MarlowAsynchronous exception support for SMP