summaryrefslogtreecommitdiff
path: root/rts/Schedule.c
Commit message (Expand)AuthorAgeFilesLines
* Terminate in forkProcess like in real_mainEdsko de Vries2014-08-041-2/+1
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* Acquire all_tasks_mutex in forkProcessEdsko de Vries2014-07-131-1/+12
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-041-19/+0
* Per-thread allocation counters and limitsSimon Marlow2014-05-021-0/+19
* rts: Fix typo in commentBen Gamari2013-10-251-1/+1
* s/Heep/Heap/Edward Z. Yang2013-10-031-1/+1
* use a nat, not StgWord8, for gc_typeSimon Marlow2013-10-011-1/+1
* Revert "Default to infinite stack size (#8189)"Austin Seipp2013-09-081-1/+1
* Default to infinite stack size (#8189)Austin Seipp2013-09-081-1/+1
* Don't move Capabilities in setNumCapabilities (#8209)Simon Marlow2013-09-041-52/+35
* Implement atomicReadMVar, fixing #4001.Edward Z. Yang2013-07-091-0/+2
* Fix segfault with STM; fixes #8035. Patch from errge.Ian Lynagh2013-07-071-1/+13
* Ensure gc_type is StgWord8.Austin Seipp2013-06-211-1/+1
* Fix bug in setNumCapabilitiesSimon Marlow2013-02-201-12/+23
* Simplify some code; patch from Bill TuttIan Lynagh2013-02-171-4/+1
* Build fix for dyn way on Windows; patch from nusIan Lynagh2013-02-161-1/+1
* Changed ioManagerCapabilitiesChanged to take no arguments.Andreas Voellmy2013-02-111-3/+1
* setNumCapabilities calls GHC.Conc.IO.ioManagerCapabilitiesChanged before retu...Andreas Voellmy2013-02-111-0/+8
* Tidy up tso->stackobj before calling threadStackUnderflow (#7636)Simon Marlow2013-02-071-0/+1
* Better abstraction over run queues.Edward Z. Yang2013-01-161-7/+13
* Add a write barrier for TVAR closuresSimon Marlow2012-11-161-1/+1
* delete old commentsSimon Marlow2012-10-251-22/+0
* remove unused sched_shutting_downSimon Marlow2012-10-251-7/+0
* fix a warningSimon Marlow2012-10-231-2/+2
* typoSimon Marlow2012-10-221-1/+1
* Another overhaul of the recent_activity / idle GC handling (#5991)Simon Marlow2012-09-241-4/+12
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-071-2/+2
* tidy upSimon Marlow2012-08-211-6/+11
* Fix a bug in the handling of recent_activitySimon Marlow2012-08-071-13/+22
* Merge remote branch 'mikolaj/dcoutts'Ian Lynagh2012-07-141-1/+12
|\
| * Emit the task-tracking eventsDuncan Coutts2012-07-101-1/+12
* | The final GC should be a major oneSimon Marlow2012-07-101-1/+1
|/
* Merge branch 'master' of http://darcs.haskell.org//ghcIan Lynagh2012-06-071-1/+1
|\
| * Test USE_MINIINTERPRETER rather than GhcUnregisterisedIan Lynagh2012-05-271-1/+1
* | scheduleYield: avoid doing a GC again if we just did oneIan Lynagh2012-06-071-8/+19
|/
* Fix the timestamps in GC_START and GC_END events on the GC-initiating capMikolaj2012-04-041-2/+0
* Add eventlog/trace stuff for capabilities: create/delete/enable/disableDuncan Coutts2012-04-041-1/+4
* Use win32AllocStack on Win64 tooIan Lynagh2012-03-191-1/+1
* Fixed for unregisterised Windows buildsIan Lynagh2012-03-181-1/+1
* Another Win64 fixIan Lynagh2012-03-161-1/+1
* typoGabor Greif2012-02-271-1/+1
* setNumCapabilities: don't barf() if it isn't supported, just print an errorSimon Marlow2012-01-061-3/+9
* Support for reducing the number of Capabilities with setNumCapabilitiesSimon Marlow2011-12-151-70/+174
* New flag +RTS -qi<n>, avoid waking up idle Capabilities to do parallel GCSimon Marlow2011-12-131-2/+68
* Allow the number of capabilities to be increased at runtime (#3729)Simon Marlow2011-12-061-29/+143
* Make forkProcess work with +RTS -NSimon Marlow2011-12-061-86/+182
* Fix a scheduling bug in the threaded RTSSimon Marlow2011-12-011-7/+13
* Make profiling work with multiple capabilities (+RTS -N)Simon Marlow2011-11-291-2/+2
* Time handling overhaulSimon Marlow2011-11-251-1/+1