summaryrefslogtreecommitdiff
path: root/rts/Schedule.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'wip/tsan/storage' into wip/tsan/allBen Gamari2020-11-011-2/+2
| |\ \
| | * | rts/GC: Use atomicsBen Gamari2020-10-301-2/+2
| | |/
| * | Capabiliity: Properly fix data race on n_returning_tasksBen Gamari2020-10-241-2/+7
| * | Document schedulePushWork raceBen Gamari2020-10-241-7/+2
| * | rts/Schedule: Eliminate data races on recent_activityBen Gamari2020-10-241-7/+7
| * | rts: Eliminate data races on pending_syncBen Gamari2020-10-241-3/+3
| * | rts: Accept data race in work-stealing implementationBen Gamari2020-10-241-1/+5
| * | rts/Schedule: Use relaxed operations for sched_stateBen Gamari2020-10-241-17/+21
| * | rts: Mitigate races in capability interruption logicBen Gamari2020-10-241-6/+6
| * | rts: Use relaxed atomics on n_returning_tasksBen Gamari2020-10-241-2/+5
| * | rts: Add assertions for task ownership of capabilitiesBen Gamari2020-10-241-1/+4
| |/
* | RtsAPI: pause and resume the RTSDavid Eichmann2020-11-021-8/+25
|/
* rts: fix race condition in StgCRunTamar Christina2020-10-091-17/+0
* winio: Queue IO processing threads at the front of the queue.Andreas Klebinger2020-07-151-0/+8
* winio: nonthreaded: Create io processing threads in main thread.Andreas Klebinger2020-07-151-0/+4
* winio: Properly check for the tso of an incall to be zero.Andreas Klebinger2020-07-151-1/+1
* winio: Fix a scheduler bug with the threaded-runtime.Tamar Christina2020-07-151-13/+6
* winio: Add IOPort synchronization primitiveTamar Christina2020-07-151-3/+34
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-2/+2
* 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