| Commit message (Expand) | Author | Age | Files | Lines |
* | rts/Schedule: Eliminate data races on recent_activity | Ben Gamari | 2020-10-24 | 3 | -12/+12 |
* | rts: Eliminate data races on pending_sync | Ben Gamari | 2020-10-24 | 2 | -5/+5 |
* | rts: Accept data race in work-stealing implementation | Ben Gamari | 2020-10-24 | 2 | -1/+8 |
* | rts/Schedule: Use relaxed operations for sched_state | Ben Gamari | 2020-10-24 | 2 | -19/+23 |
* | rts: Use relaxed operations for cap->running_task (TODO) | Ben Gamari | 2020-10-24 | 2 | -10/+12 |
* | rts/Capability: Use relaxed operations for last_free_capability | Ben Gamari | 2020-10-24 | 1 | -3/+3 |
* | rts: Mitigate races in capability interruption logic | Ben Gamari | 2020-10-24 | 2 | -9/+10 |
* | rts: Use relaxed atomics on n_returning_tasks | Ben Gamari | 2020-10-24 | 1 | -2/+5 |
* | rts: Add assertions for task ownership of capabilities | Ben Gamari | 2020-10-24 | 3 | -5/+10 |
* | rts: Clarify locking behavior of releaseCapability_ | Ben Gamari | 2020-10-24 | 1 | -0/+4 |
* | rts: Annotate benign race in waitForCapability | Ben Gamari | 2020-10-24 | 1 | -1/+21 |
* | rts: Factor out logic to identify a good capability for running a task | Ben Gamari | 2020-10-24 | 1 | -26/+41 |
* | rts/OSThreads: Fix data race | Ben Gamari | 2020-10-24 | 1 | -2/+4 |
* | rts/Task: Make comments proper Notes | Ben Gamari | 2020-10-24 | 1 | -4/+4 |
* | rts/Capability: Intialize interrupt field | Ben Gamari | 2020-10-24 | 2 | -0/+5 |
* | rts/CNF: Initialize all bdescrs in group | Ben Gamari | 2020-10-24 | 1 | -0/+1 |
* | rts: Infrastructure for testing with ThreadSanitizer | Ben Gamari | 2020-10-24 | 2 | -0/+21 |
* | When using rts_setInCallCapability, lock incall threads | Dylan Yudaken | 2020-10-17 | 2 | -0/+21 |
* | rts: Add __mingw_vfprintf to RtsSymbols.c | Ben Gamari | 2020-10-16 | 1 | -1/+3 |
* | rts: Clean-up whitespace in Interpreter | Ben Gamari | 2020-10-15 | 1 | -10/+10 |
* | winio: fixed timeouts non-threaded. | Tamar Christina | 2020-10-09 | 1 | -13/+9 |
* | Expose RTS-only ways (#18651) | Sylvain Henry | 2020-10-09 | 2 | -0/+36 |
* | rts: fix race condition in StgCRun | Tamar Christina | 2020-10-09 | 5 | -43/+31 |
* | fix rts.cabal to use real arch names and not aliasses (fixes #18654) | Karel Gardas | 2020-10-03 | 1 | -2/+2 |
* | Remove unused global variables | Sylvain Henry | 2020-09-30 | 2 | -10/+0 |
* | Remove unsafeGlobalDynFlags (#17957, #14597) | Sylvain Henry | 2020-09-30 | 2 | -3/+9 |
* | Workaround for #18623: GHC crashes bc. under rlimit for vmem it will reserve | Benjamin Maurer | 2020-09-29 | 1 | -5/+52 |
* | Print RET_BIG stack closures | Sven Tennie | 2020-09-25 | 1 | -7/+13 |
* | rts: Drop field initializer on thread_basic_info_data_t | Ben Gamari | 2020-09-19 | 1 | -1/+1 |
* | rts: Refactor unloading of foreign export StablePtrs | Ben Gamari | 2020-09-18 | 3 | -37/+48 |
* | rts: Refactor foreign export tracking | Ben Gamari | 2020-09-18 | 6 | -35/+149 |
* | rts/nonmoving: Add missing STM write barrier | Ben Gamari | 2020-09-18 | 1 | -0/+3 |
* | rts/win32: Fix missing #include's | Ben Gamari | 2020-09-17 | 2 | -1/+3 |
* | rts: Fix erroneous usage of vsnprintf | Ben Gamari | 2020-09-16 | 1 | -1/+1 |
* | Fix typos in TICKY_TICKY symbol names. | David Himmelstrup | 2020-09-11 | 1 | -3/+3 |
* | rts: Add stg_copyArray_barrier to RtsSymbols list | Ben Gamari | 2020-09-08 | 1 | -0/+1 |
* | rts: Consistently use stgMallocBytes instead of malloc | GHC GitLab CI | 2020-09-05 | 5 | -37/+32 |
* | [fixup 3433] move debugBelch into IF_DEBUG(linker) | Moritz Angermann | 2020-08-31 | 1 | -2/+3 |
* | Refactor CLabel pretty-printing | Sylvain Henry | 2020-07-31 | 1 | -2/+2 |
* | Use allocate, not ALLOC_PRIM_P for unpackClosure# | Michalis Pardalos | 2020-07-27 | 1 | -5/+7 |
* | winio: remove dead argument to stg_newIOPortzh | Tamar Christina | 2020-07-26 | 1 | -1/+1 |
* | rts/win32: Exit with EXIT_HEAPOVERFLOW if memory commit fails | Ben Gamari | 2020-07-26 | 1 | -1/+1 |
* | winio: restore console cp on exit | Tamar Christina | 2020-07-24 | 2 | -2/+38 |
* | [linker] Fix out of range relocations. | Moritz Angermann | 2020-07-23 | 8 | -28/+122 |
* | Revert "[linker/rtsSymbols] More linker symbols"wip/angerman/revert-symbolswip/T18272 | Moritz Angermann | 2020-07-20 | 1 | -206/+17 |
* | Revert "better if guards." | Moritz Angermann | 2020-07-20 | 1 | -1/+1 |
* | Revert "Fix (1)" | Moritz Angermann | 2020-07-20 | 1 | -1/+1 |
* | Revert "AArch32 symbols only on aarch32." | Moritz Angermann | 2020-07-20 | 1 | -6/+5 |
* | rts: Add --copying-gc flag to reverse effect of --nonmoving-gc | Ben Gamari | 2020-07-18 | 1 | -0/+11 |
* | winio: update lockfile signature and remove mistaken symbol in rts. | Tamar Christina | 2020-07-15 | 4 | -7/+2 |