summaryrefslogtreecommitdiff
path: root/includes/rts
Commit message (Expand)AuthorAgeFilesLines
* rts: Gradually return retained memory to the OSMatthew Pickering2021-03-101-0/+1
* eventlog: Add BLOCKS_SIZE eventMatthew Pickering2021-03-081-0/+1
* eventlog: Add MEM_RETURN event to give information about fragmentationMatthew Pickering2021-03-081-0/+2
* Add -finfo-table-map which maps info tables to source positionsMatthew Pickering2021-03-032-0/+36
* Profiling by info table mode (-hi)Matthew Pickering2021-03-032-6/+8
* Profiling: Allow heap profiling to be controlled dynamically.Matthew Pickering2021-03-032-0/+25
* Define TRY_ACQUIRE_LOCK correctly when non-threadedMatthew Pickering2021-03-021-3/+5
* Remove the -xt heap profiling optionMatthew Pickering2021-02-271-1/+0
* rts: Introduce --eventlog-flush-interval flagBen Gamari2021-02-271-0/+2
* rts: Add generic block traversal function, listAllBlocksMatthew Pickering2021-02-181-0/+3
* rts: TraverseHeap: Simplify profiling headerDaniel Gröber2021-02-171-14/+5
* Fix typosBrian Wignall2021-02-061-1/+1
* Move ioManager{Start,Wakeup,Die} to internal IOManager.hDuncan Coutts2021-01-251-12/+0
* Rename includes/rts/IOManager.h to IOInterface.hDuncan Coutts2021-01-251-0/+0
* Force inlining of deRefStablePtr to silence warningsAndreas Klebinger2021-01-221-2/+2
* rts: add timedWaitConditionDouglas Wilson2021-01-171-0/+1
* rts/eventlog: Introduce event to demarcate new ticky sampleBen Gamari2021-01-171-1/+2
* ThreadPaused: Don't zero slop until free vars are pushedGHC GitLab CI2020-11-291-0/+4
* rts: Flush eventlog buffers from flushEventLogBen Gamari2020-11-241-0/+5
* rts: Post ticky entry counts to the eventlogBen Gamari2020-11-212-1/+5
* AArch64/arm64 adjustmentsMoritz Angermann2020-11-152-1/+3
* rts: Introduce highMemDynamicGHC GitLab CI2020-11-111-0/+4
* Add loadNativeObj and unloadNativeObjRay Shih2020-11-111-0/+13
* Add code comments for StgInfoTable and StgStack structsDavid Eichmann2020-11-102-2/+19
* ghc-heap: expose decoding from heap representationDavid Eichmann2020-11-101-0/+9
* Merge remote-tracking branch 'origin/wip/tsan/all'Ben Gamari2020-11-087-34/+108
|\
| * Merge branch 'wip/tsan/stm' into wip/tsan/allBen Gamari2020-11-011-3/+3
| |\
| | * rts/stm: Strengthen orderings to SEQ_CST instead of volatilewip/tsan/stmBen Gamari2020-10-241-3/+3
| * | Merge branch 'wip/tsan/storage' into wip/tsan/allBen Gamari2020-11-014-15/+15
| |\ \
| | * | rts/SpinLock: Separate out slow pathBen Gamari2020-10-301-10/+5
| | * | rts: Join to concurrent mark thread during shutdownBen Gamari2020-10-301-1/+2
| | * | rts/GC: Use atomicsBen Gamari2020-10-301-3/+3
| | * | rts: Avoid data races in StablePtr implementationBen Gamari2020-10-241-1/+5
| | |/
| * | TSANUtils: Ensure that C11 atomics are supportedBen Gamari2020-10-241-0/+4
| |/
| * rts: Introduce SET_HDR_RELEASEwip/tsan/prepBen Gamari2020-10-241-2/+8
| * rts/ClosureMaros: Use relaxed atomicsBen Gamari2020-10-241-10/+13
| * rts/SpinLock: Move to proper atomicsBen Gamari2020-10-241-6/+4
| * rts: Infrastructure for testing with ThreadSanitizerBen Gamari2020-10-241-0/+63
* | [AArch64] Aarch64 Always PICMoritz Angermann2020-11-061-1/+1
* | RtsAPI: pause and resume the RTSDavid Eichmann2020-11-021-0/+4
|/
* Remove unused global variablesSylvain Henry2020-09-301-4/+0
* Remove unsafeGlobalDynFlags (#17957, #14597)Sylvain Henry2020-09-301-1/+3
* rts: Refactor unloading of foreign export StablePtrsBen Gamari2020-09-181-0/+2
* rts: Refactor foreign export trackingBen Gamari2020-09-181-0/+36
* winio: update lockfile signature and remove mistaken symbol in rts.Tamar Christina2020-07-151-2/+2
* winio: Expand BlockedOnIOCompletion description.Andreas Klebinger2020-07-151-1/+3
* winio: add a note about file locking in the RTS.Andreas Klebinger2020-07-151-0/+16
* winio: Multiple refactorings and support changes.Tamar Christina2020-07-152-8/+17
* winio: Add new io-manager cmdline optionsTamar Christina2020-07-151-0/+5
* winio: Add IOPort synchronization primitiveTamar Christina2020-07-152-1/+6