summaryrefslogtreecommitdiff
path: root/rts/Schedule.c
Commit message (Expand)AuthorAgeFilesLines
* RTS: try to fix timer racesSylvain Henry2021-08-041-1/+4
* rts: Pause timer while changing capability countBen Gamari2020-12-011-0/+8
* rts: Avoid lock order inversion during forkBen Gamari2020-12-011-1/+3
* rts/GC: Use atomicsBen Gamari2020-12-011-2/+2
* Capabiliity: Properly fix data race on n_returning_tasksBen Gamari2020-12-011-2/+7
* Document schedulePushWork raceBen Gamari2020-12-011-7/+2
* rts/Schedule: Eliminate data races on recent_activityBen Gamari2020-12-011-7/+7
* rts: Eliminate data races on pending_syncBen Gamari2020-12-011-3/+3
* rts: Accept data race in work-stealing implementationBen Gamari2020-12-011-1/+5
* rts/Schedule: Use relaxed operations for sched_stateBen Gamari2020-12-011-17/+21
* rts: Mitigate races in capability interruption logicBen Gamari2020-12-011-6/+6
* rts: Use relaxed atomics on n_returning_tasksBen Gamari2020-12-011-2/+5
* rts: Add assertions for task ownership of capabilitiesBen Gamari2020-12-011-1/+4
* rts: fix race condition in StgCRunwip/backport-MR3949Tamar Christina2020-10-191-17/+0
* Merge non-moving garbage collectorBen Gamari2019-10-231-34/+90
|\
| * Disable aging when doing deadlock detection GCBen Gamari2019-10-221-10/+13
| * Nonmoving: Ensure write barrier vanishes in non-threaded RTSBen Gamari2019-10-211-1/+1
| * Don't cleanup until we've stopped the collectorBen Gamari2019-10-201-1/+1
| * rts: Implement concurrent collection in the nonmoving collectorBen Gamari2019-10-201-1/+10
| * rts/Schedule: Allow synchronization without holding a capabilitywip/gc/sync-without-capabilityBen Gamari2019-10-181-23/+67
* | Full abort on validate failure merging `orElse`.Ryan Yates2019-10-231-0/+66
|/
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* Fix negative mutator time in GC stats in prof buildsÖmer Sinan Ağacan2019-01-121-0/+4
* eventlog: Log the current stack size when stack overflowsMatthew Pickering2018-11-191-1/+5
* Tiny refactor in exitSchedulerÖmer Sinan Ağacan2018-11-191-3/+1
* Some assertions and comments in schedulerÖmer Sinan Ağacan2018-11-171-2/+5
* Finish stable splitDavid Feuer2018-08-291-4/+8
* rts: Fix a var name in a comment, fix a typoÖmer Sinan Ağacan2018-06-121-1/+1
* Schedule.c: remove some unused parametersÖmer Sinan Ağacan2018-04-111-13/+13
* Schedule.c: remove unused codeÖmer Sinan Ağacan2018-04-111-13/+0
* Remove PARALLEL_HASKELL commentsÖmer Sinan Ağacan2018-04-101-2/+0
* Run C finalizers incrementally during mutationSimon Marlow2018-03-251-1/+13
* Schedule.c: remove unreachable code blockÖmer Sinan Ağacan2018-03-071-7/+0
* Schedule.c: remove a redundant CPP guardÖmer Sinan Ağacan2018-03-061-2/+0
* rts: Note functions which must take all_tasks_mutex.Ben Gamari2018-03-021-0/+1
* forkProcess: fix task mutex release orderÖmer Sinan Ağacan2018-03-021-4/+4
* rts: fix some barf format specifiers.Douglas Wilson2018-02-061-1/+1
* rts: Add format attribute to barfBen Gamari2018-02-061-1/+1
* Fix a missing getNewNursery(), and related cleanupSimon Marlow2017-07-181-16/+3
* rts: Ensure that new capability count is > 0Ben Gamari2017-06-181-1/+7
* Fix a lost-wakeup bug in BLACKHOLE handling (#13751)Simon Marlow2017-06-081-4/+3
* Typos [ci skip]Gabor Greif2017-05-101-1/+1
* Prefer #if defined to #ifdefBen Gamari2017-04-281-31/+31
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-281-8/+8
* Revert "Enable new warning for fragile/incorrect CPP #if usage"Ben Gamari2017-04-051-8/+8
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-051-8/+8
* rts: print incorrect prev_what_nextSergei Trofimovich2017-04-011-1/+1
* Fix comment (old file names) in rts/Takenobu Tani2017-02-041-1/+1
* Throw an exception on heap overflowDemi Obenour2017-01-101-19/+49
* Install toplevel handler inside fork.Alexander Vershilov2016-12-021-1/+4