summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-02-18[3.1] Fail FuncEval if slot backpatching lock is held by any thread (#28006)Koundinya Veluri4-3/+89
2020-02-18Port dotnet/runtime#31946 to release/3.1 branch (#28014)Levi Broderick1-1/+5
2020-02-18Fix AppDomain.SetPrincipalPolicy bug for new threads (#32104) (#28019)Eirik Tsarpalis1-3/+4
2020-02-18Port dotnet/runtime#31904 to release/3.1 (#28013)Levi Broderick3-156/+92
2020-02-13Port of dotnet/runtime#1059 to 3.1 branch (#27986)Carol Eidt1-2/+3
2020-02-13Port fix for #1241 to 3.1 (#27983)Carol Eidt1-12/+15
2020-02-13Port PR #258 to 3.1 (#27984)Carol Eidt1-6/+11
2020-02-13Fix GC heap corruption on ARM. (#27985)Anton Lapounov1-1/+1
2020-02-13Port the 5.0 fix for issue #1104 (#28003)Brian Sullivan1-1/+1
2020-01-16[automated] Merge branch 'release/3.0' => 'release/3.1' (#28002)dotnet-maestro-bot1-1/+7
2020-01-15[release/3.1] Port fix to revert EncoderNLS and DecoderNLS Convert changes (#...Levi Broderick2-8/+33
2020-01-14Revert CPU clipping in the presence of CPU quota to 3.0, 2.x behavior.Vladimir Sadov3-0/+17
2020-01-14[release/3.1] Port fix for JIT silent bad code (#27972)Andy Ayers1-5/+16
2020-01-14Fix CancellationTokenRegistration.Unregister race condition (#27949)Stephen Toub1-1/+9
2020-01-14Release/3.1 port of dotnet/runtime#239 (#27973)Andy Ayers1-1/+5
2020-01-14Fix EventSource to stop ignoring EventCommand.SendManifest (#27979)Sung Yoon Whang1-2/+0
2020-01-14Stop throwing exception in TimeZoneInfo POSIX parsing (#27969)Eric Erhardt2-33/+26
2020-01-14This is a point fix for not allowing fast tail calls on windows arm64 for var...Jarret Shook1-0/+13
2020-01-14Port to 3.1 - Fix out of range access in GetRecycleMemoryInfo (#27959)Jan Vorlicek1-1/+3
2020-01-14Port to 3.1 - Fix VirtualMemoryLogging::logRecords overflow (#27958)Jan Vorlicek1-4/+4
2020-01-14Port to 3.1 - Fix getting affinity set on MUSL on Jetson TX2 (#27957)Jan Vorlicek3-5/+4
2019-11-22Non virtual calls to instance methods non-virtual dispatch on instance interf...David Wrighton1-1/+1
2019-11-11[release/3.1] Reword comments for policheck (#27670)Jeremy Koritzinsky3-13/+13
2019-10-31Fix StreamReader to pass cancellation token into ReadBufferAsync (#27464) (#2...Stephen Toub1-9/+9
2019-10-30Support large EventSource filter args (#27522)Noah Falk1-11/+17
2019-10-30Fix minidumps not loading in VS issue (#27553)Mike McLaughlin3-10/+5
2019-10-30[Release/3.1] Port profiler APIs to set and retrieve environment variables to...David Mason5-1873/+3011
2019-10-24[3.1] Protect against a rare invalid lock acquision attempt during etw proces...Koundinya Veluri2-5/+15
2019-10-22Fix step with stackalloc (#27246) (#27351)Steve MacLean8-97/+77
2019-10-21Fix LTTng build for build environments with older liblttng-ust-dev (#27273) ...Sung Yoon Whang2-1/+12
2019-10-21[Release/3.1] Fixes for profiler stack sampling (#27300)David Mason4-1874/+1892
2019-10-21[3.1] Backport fixes to ETW/EventPipe events to enable GCDumps (#27297)John Salem1-7/+9
2019-10-20Fix Segfault in PerfInfo Image Logging (#26910)Brian Robbins1-2/+15
2019-10-17Fix DecoderNLS.Convert to out the correct value for 'completed' (#27229)Levi Broderick1-3/+7
2019-10-17Enable ETW/EventSource logging of task IDs for boxed state machines (#27115) ...Stephen Toub1-1/+3
2019-10-16Fix GetSequencePoints when profiler provides mapping via SetILInstrumentedCod...David Mason1-2/+8
2019-10-15Improve the performance of Environment.WorkingSet in Windows (#26522) (#27212)Sung Yoon Whang5-24/+65
2019-10-14Do not create diagnostics server thread and pipe if EnableDiagnostics is set ...Sung Yoon Whang2-1/+7
2019-10-14Correctly handle variable argument SIMDScalar (#26421) (#26778)Carol Eidt1-1/+10
2019-10-14Enable optimized single-proc allocation helpers for single-proc x86/x64 syste...Jan Kotas1-4/+4
2019-10-14Fix available memory extraction on Linux (#26764) (#26938)agoretsky4-27/+349
2019-10-04Handle AV caused by invalid IBC data (#27029) (#27034)Fadi Hanna1-1/+5
2019-10-04Improve TimeSpan precision (#26992) (#27010)Jan Kotas1-13/+8
2019-10-03oom (#26457) (#26983)Maoni Stephens2-1/+31
2019-10-03Fix read ordering bug between buckets pointer and counter (#26997) (#27009)Fadi Hanna1-1/+4
2019-09-30Abort FuncEval on unaligned SP (for 3.1) (#26607)Steve MacLean1-0/+14
2019-09-27Port to Release/3.1 - enabling MHR support (#26803)Jan Vorlicek12-39/+236
2019-09-22Do not clip CPU count when CPU quota is used. (#26153) (#26806)Jan Kotas3-17/+0
2019-09-21Port The Fix When Enabling Windows Compatibilty Mode (#26805)Tarek Mahmoud Sayed3-24/+31
2019-09-17[release/3.1] Fix marshalling a pinnable multi-dimensional arr… (#26664)Jeremy Koritzinsky3-3/+5