merge upstream HEAD
[ghc-hetmet.git] / rts / Schedule.h
2011-04-11 Simon MarlowRefactoring and tidy up
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-06-17 Simon MarlowFix the symbol visibility pragmas
2010-04-06 Simon MarlowFix bug in popRunQueue
2010-03-29 Simon MarlowMove a thread to the front of the run queue when anothe...
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-04-01 Simon MarlowFix warnings (allow pushOnRunQueue() to not be inlined)
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-12 Manuel M T ChakravartyExpose all EventLog events as DTrace probes
2009-10-08 Simon MarlowMake appendToRunQueue EXTERN_INLINE rather than INLINE_...
2009-09-09 Simon MarlowOmit visibility pragmas on Windows (fixes warnings...
2009-08-29 Simon MarlowUnify event logging and debug tracing.
2009-08-05 Simon MarlowDeclare RTS-private prototypes with __attribute__(...
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2009-03-17 Simon MarlowAdd fast event logging
2008-12-09 Simon MarlowFix #2592: do an orderly shutdown when the heap is...
2008-11-13 Simon MarlowFix an extremely subtle deadlock bug on x86_64
2008-09-19 Simon MarlowMove the context_switch flag into the Capability
2008-09-11 Ian LynaghUse OSThreadProcAttr for workerStart
2008-09-09 Simon MarlowFix race condition in wakeupThreadOnCapability() (...
2008-04-16 Simon MarlowDon't look at all the threads before each GC.
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-10-30 Simon Marlowmove GetRoots() to GC.c
2007-07-24 Simon Marlowhs_exit()/shutdownHaskell(): wait for outstanding forei...
2006-12-11 Ian LynaghAdd freeScheduler/freeTaskManager and call it later...
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-06-16 Simon MarlowAsynchronous exception support for SMP
2006-06-08 Simon Marlowfix possible ^C problems
2006-06-08 Simon MarlowNew tracing interface
2006-06-07 Simon MarlowRemove unnecessary SCHED_INTERRUPTED scheduler state
2006-04-07 Simon MarlowReorganisation of the source tree