[Tizen] Disable jithost arena cache
[platform/upstream/coreclr.git] / src / vm /
2020-03-25 DongHeon Jung[Tizen] Disable IBC Logger as a default
2020-03-25 Dong-Heon JungFix a build error when IBCLOGGER_ENABLED is not defined...
2020-03-25 Igor KulaychukFix EECodeManager::GetAmbientSP on x86/Linux
2020-02-18 Koundinya Veluri[3.1] Fail FuncEval if slot backpatching lock is held...
2020-01-14 Jan VorlicekPort to 3.1 - Fix out of range access in GetRecycleMemo...
2020-01-14 Jan VorlicekPort to 3.1 - Fix getting affinity set on MUSL on Jetso...
2019-11-22 David WrightonNon virtual calls to instance methods non-virtual dispa...
2019-11-11 William GodbeMerge pull request #27742 from dotnet/darc-release...
2019-11-11 Jeremy Koritzinsky[release/3.1] Reword comments for policheck (#27670)
2019-10-30 Mike McLaughlinFix minidumps not loading in VS issue (#27553)
2019-10-30 David Mason[Release/3.1] Port profiler APIs to set and retrieve...
2019-10-24 Koundinya Veluri[3.1] Protect against a rare invalid lock acquision...
2019-10-21 Sung Yoon WhangFix LTTng build for build environments with older liblt...
2019-10-21 David Mason[Release/3.1] Fixes for profiler stack sampling (...
2019-10-21 John Salem[3.1] Backport fixes to ETW/EventPipe events to enable...
2019-10-21 Brian RobbinsFix Segfault in PerfInfo Image Logging (#26910)
2019-10-15 Sung Yoon WhangDo not create diagnostics server thread and pipe if...
2019-10-14 Jan KotasEnable optimized single-proc allocation helpers for...
2019-10-04 Fadi HannaHandle AV caused by invalid IBC data (#27029) (#27034)
2019-10-03 Fadi HannaFix read ordering bug between buckets pointer and count...
2019-10-01 William GodbeMerge branch 'release/3.1' into merge/release/3.0-to...
2019-09-27 Jan VorlicekPort to Release/3.1 - enabling MHR support (#26803)
2019-09-17 Jeremy Koritzinsky[release/3.1] Fix marshalling a pinnable multi-dimensio...
2019-09-13 Matt MitchellMerge pull request #26692 from mmitche/merge-to-31
2019-09-12 Matt MitchellMerge remote-tracking branch 'upstream/release/3.0...
2019-09-12 Mike McLaughlinFix watson bucketing/broken triage dumps (#26670)
2019-09-10 Anirudh AgnihotryMerge pull request #26510 from dotnet-maestro-bot/merge...
2019-09-09 AnipikMerge branch 'release/3.0' into release/3.1
2019-08-29 Brian RobbinsEmit RVA Instead of File Offset by Default in Native...
2019-08-20 Stephen ToubMerge pull request #26278 from dotnet-maestro-bot/merge...
2019-08-20 Juan HoyosUse function-local StackingAllocator for EnC added...
2019-08-19 John SalemAccount for quoted values in provider filter string...
2019-08-19 Anirudh AgnihotryMerge pull request #26212 from dotnet-maestro-bot/merge...
2019-08-16 Sung Yoon WhangClean up diagnosticserver socket on unexpected shutdown...
2019-07-26 Maoni Stephensfix gc config - need to read from both runtime config...
2019-07-22 Steve MacLeanMerge pull request #25779 from sdmaclea/arm64debug30
2019-07-20 Tanner GoodingFixing Buffer::BlockCopy, JIT_MemCpy, and JIT_MemSet...
2019-07-19 Andy HansonFix typo: `_TARGET_X86` -> `_TARGET_X86_` (#25788)
2019-07-17 William GodbeMerge pull request #25734 from dotnet-maestro-bot/merge...
2019-07-16 William GodbeMerge branch 'release/3.0' into merge/master-to-release/3.0
2019-07-16 Steve MacLeanAdd missing Arm64 specific diagnostic code (#25695)
2019-07-12 Sinan KayaFrkaya/gccfix07102019 (#25624)
2019-07-11 Andrew AuPerfMap should output file offset instead of RVAs ...
2019-07-11 Jan VorlicekFix GS cookie check on ARM in functions with stackalloc...
2019-07-11 Andy HansonSystem.GC.HeapHardLimit and .HeapHardLimitPercent in...
2019-07-11 Jan VorlicekFix handling of NullReferenceException in VSD on ARM...
2019-07-10 David MasonLet EventPipe threads sleep when no events are availabl...
2019-07-08 Andy HansonReturn HardLimitBytes from GCMemoryInfo.TotalAvailableM...
2019-07-05 Maoni Stephensmany core (#25350)
2019-07-05 Fadi HannaFix instantiation stub maker for case where no register...
2019-07-04 José RiveroFix getting rundown events during EventPipe::Shutdown...
2019-07-04 Steve MacLeanarm64singlestepper (#25512)
2019-07-04 John SalemPrevent EventPipe rundown from blocking on write (...
2019-07-04 David MasonAdd check to prevent attaching a profiler when one...
2019-07-03 Koundinya VeluriFix GCStress modes that do code instrumentation to...
2019-07-03 Jan KotasCleanup IL linker heuristic usage (#25547)
2019-07-03 Brian RobbinsAdd a new CompilationDiagnostic ETW Keyword (#25544)
2019-07-03 David MasonMerge ReadyToRunInfo::GenericMethodIterator in to Ready...
2019-07-02 Andrew AuEnsure YIELD_WHILE() in EventPipeBufferManager::Suspend...
2019-07-02 Sung Yoon WhangAdd RundownRequested switch to EventPipe IPC protocol...
2019-07-02 Jan KotasDelete dead code (#25513)
2019-06-29 Brian SullivanFix GCStress issue on x86 and Arm (#25445)
2019-06-28 Jan KotasUse regular static variable for EEConfig storage (...
2019-06-27 William GodbeMerge pull request #25424 from dotnet/darc-master-e048b...
2019-06-27 Vladimir SadovFix SIGSEGV in GC when dealing with large double[]...
2019-06-27 William GodbeMerge pull request #25439 from dotnet-maestro-bot/merge...
2019-06-26 Andrew AuEventPipe events should only be sent to sessions that...
2019-06-26 William GodbeMerge branch 'release/3.0' into merge/master-to-release/3.0
2019-06-26 Juan HoyosDelegate inspection API in the DBI (#25362)
2019-06-26 Bruce ForstallMerge pull request #25326 from BruceForstall/CrossPlatT...
2019-06-26 José RiveroFix disabling wrong session on EventPipe::Shutdown...
2019-06-26 Sung Yoon WhangFix LTTng filtering for runtime providers (#25374)
2019-06-26 David MasonFix ReJIT failures (#25377)
2019-06-26 David Masonemit rundown event for generic methods in R2R images...
2019-06-25 Noah FalkPolicheck comment adjustment
2019-06-25 Andrew AuMake sure EventPipeProvider::m_keywords is accurate...
2019-06-25 John SalemRemove outputPath parameter for EventPipe IPC protocol...
2019-06-25 Jan VorlicekFix StackFrameIterator::IsValid check race (#25359)
2019-06-25 José RiveroStop deallocating provider/events on shutdown (#25369)
2019-06-25 José RiveroMake s_numberOfSessions Volatile as advertisement to...
2019-06-25 Sung Yoon WhangEvents with keyword 0 needs to be fired (#25361)
2019-06-24 Jarret ShookThrow platform unsupported error for windows arm32...
2019-06-24 José RiveroMultiple bug fixes (#25308)
2019-06-23 Andy AyersFix ReturnKind classification for byref like types...
2019-06-21 Brian SullivanMerge pull request #25260 from briansull/GitHub_25134
2019-06-21 Noah FalkAdd EventPipe Processor Number support and make NetTrac...
2019-06-21 David MasonMark the profiler attach thread during attach
2019-06-21 Vladimir Sadovensure process-wide fence when updating GC write barrie...
2019-06-21 Jeremy KoritzinskyRevert "ILMarshaler Refactor (#21227)" (#25292)
2019-06-20 Sung Yoon WhangFix eventpipe filtering (#25221)
2019-06-20 Jeremy KoritzinskyRemove dead code related to copy-constructors and inter...
2019-06-19 Bruce ForstallMerge pull request #25265 from BruceForstall/FixCorefxT...
2019-06-19 John SalemChange Diagnostic Server transport name to align with...
2019-06-19 Jeremy KoritzinskyILMarshaler Refactor (#21227)
2019-06-18 Jan KotasRelax signed/unsigned checks in Array.Copy to match...
2019-06-18 Jeremy KoritzinskyDon't free the loader handle if the LoaderAllocator...
2019-06-18 Michal StrehovskýPrevent loading byref-like types with invalid layout...
2019-06-18 mvandebergRemove unused TRACE_LEVEL_NONE (#23711)
2019-06-18 Jan KotasStop ignoring crashes around IUnknown::Release calls...
2019-06-17 Jan KotasFix missing MethodEvents for R2R images (#25199)
next