summaryrefslogtreecommitdiff
path: root/rts/Schedule.c
Commit message (Expand)AuthorAgeFilesLines
* Add hs_try_putmvar()Simon Marlow2016-09-121-1/+14
* Another try to get thread migration rightSimon Marlow2016-08-051-99/+62
* Fix to thread migrationSimon Marlow2016-08-031-24/+63
* Track the lengths of the thread queuesSimon Marlow2016-08-031-22/+13
* Move stat_startGCSyncBartosz Nitka2016-07-271-0/+2
* Fix double-free in T5644 (#12208)Simon Marlow2016-06-201-2/+2
* NUMA supportSimon Marlow2016-06-101-2/+3
* rts: More const correct-ness fixesErik de Castro Lopo2016-05-181-4/+4
* Fix ASSERT failure and re-enable setnumcapabilities001Simon Marlow2016-05-111-2/+5
* Fix a crash in requestSync()Simon Marlow2016-05-101-9/+14
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-051-26/+26
* schedulePushWork: avoid unnecessary wakeupsSimon Marlow2016-05-041-7/+25
* Allow limiting the number of GC threads (+RTS -qn<n>)Simon Marlow2016-05-041-85/+192
* Refactor comments about shutdownSimon Marlow2016-04-101-15/+19
* rts: mark 'removeFromRunQueue' as staticSergei Trofimovich2016-02-071-1/+1
* RTS: Rename InCall.stat struct field to .rstatHerbert Valerio Riedel2015-12-041-6/+6
* rts/Schedule.c: remove unused variableÖmer Sinan Ağacan2015-10-221-6/+0
* Don't get a new nursery if we exceeded large_alloc_limSimon Marlow2015-07-151-12/+19
* Delete the WayPar wayThomas Miedema2015-07-101-25/+2
* Fix deadlock (#10545)Simon Marlow2015-06-261-7/+7
* Don't call DEAD_WEAK finalizer again on shutdown (#7170)Simon Marlow2015-06-011-2/+5
* fix bus errors on SPARC caused by unalignment access to alloc_limit (fixes #1...Karel Gardas2015-02-231-3/+3
* Add +RTS -n<size>: divide the nursery into chunksSimon Marlow2014-11-251-0/+6
* Make clearNursery freeSimon Marlow2014-11-251-11/+7
* Add missing semicolon in Schedule.cSimon Peyton Jones2014-11-181-1/+1
* Fix a bug introduced with allocation countersSimon Marlow2014-11-171-0/+3
* Per-thread allocation counters and limitsSimon Marlow2014-11-121-0/+19
* [skip ci] rts: Detabify Schedule.cAustin Seipp2014-10-211-443/+443
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* 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