summaryrefslogtreecommitdiff
path: root/src/vm/threads.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-09-27Port to Release/3.1 - enabling MHR support (#26803)Jan Vorlicek1-0/+44
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk1-6/+26
2019-05-29Remove all uses of CanRunManagedCode() (#24847)Aaron Robinson1-9/+2
2019-05-24Enable LCID marshalling and clean up our LCID marshalling tests. (#24642)Jeremy Koritzinsky1-18/+3
2019-05-23Add some perf events/data for tiered compilation (#24607)Koundinya Veluri1-0/+2
2019-05-23Profiler attach over the diagnostics pipe (#24670)David Mason1-2/+2
2019-05-22Stop compiling fragile NGen support into the runtime (#24625)Jan Kotas1-4/+0
2019-05-21Fix profiler crash on shutdown (#22712)Noah Falk1-2/+2
2019-05-21Delete Unsafe redefinitions of Windows APIs (#24688)Jan Kotas1-2/+2
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton1-84/+0
2019-05-14Stack size override (#24532)Steve MacLean1-0/+59
2019-05-14Fix a contract violation in ThreadPool.get_CompletedWorkItemCount (#24535)Koundinya Veluri1-6/+6
2019-05-13Implement GC.GetTotalAllocatedBytes (#23852)Ludovic Henry1-1/+5
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-103/+1
2019-05-06Handle E_NOTIMPL return from CoInitializeEx. (#24387)Jeremy Koritzinsky1-0/+4
2019-04-25Improve the performance of the type loader (#24177)David Wrighton1-2/+15
2019-04-19Implement APIs for some threading metrics (CoreCLR) (#24113)Koundinya Veluri1-22/+60
2019-04-13Delete COMPlus_FinalizeOnShutdown (#23595)Jan Kotas1-6/+0
2019-04-09Remove Unix CPU groups emulationJan Vorlicek1-2/+6
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-328/+9
2019-03-06Cleanup old code (#23053)Steve MacLean1-39/+24
2019-03-05Remove dead AppDomain unload code (#23026)Steve MacLean1-10/+8
2019-03-05Remove dead ContainToAppDomain (#23021)Steve MacLean1-119/+6
2019-03-01Implement Serialization GuardMorgan Brown1-0/+33
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang1-27/+0
2019-02-14Gnuport cleanup 3 (#22581)Sinan Kaya1-1/+1
2019-02-09Move eventpipe buffer to TLS (#21817)Sung Yoon Whang1-22/+0
2019-02-07Cleanup LLVM assumption (#22456)Sinan Kaya1-3/+3
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-226/+11
2019-01-23Remove unused thread abortion methods. (#22147)Filip Navara1-11/+3
2019-01-04Delete unused fFullReset argument (#21814)Jan Kotas1-31/+1
2019-01-03Cleanup current culture handling in the unmanaged runtime (#21706)Jan Kotas1-333/+23
2018-12-29Move CultureInfo to shared CoreLib (#21672)Filip Navara1-2/+2
2018-12-26desktop port (#21523)Maoni Stephens1-2/+2
2018-12-10Refactor internal System.AppDomain out of CoreLib (#21460)Jan Kotas1-2/+1
2018-12-10Delete vm/context.* (#21459)Jan Kotas1-282/+14
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean1-7/+0
2018-11-30Remove dead codeSteve MacLean1-151/+1
2018-11-16Fix unloadability races (#21024)Jan Vorlicek1-70/+24
2018-11-15Delete HAS_FLS_SUPPORT and related code (#21035)Jan Kotas1-539/+18
2018-11-06Completed the lock reversal workAndrew Au1-13/+1
2018-11-06Firing the GC events within the thread suspensionAndrew Au1-1/+13
2018-10-26Remove some dead code related to cross-appdomain exceptions. (#20634)Austin Wise1-39/+0
2018-10-16Remove per-AppDomain TLB (#20423)Jan Vorlicek1-35/+8
2018-10-08Remove mentions of Rotor from codebase (#20298)Austin Wise1-14/+0
2018-10-04Enable thread statics for collectible classes (#19944)Jan Vorlicek1-0/+22
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek1-347/+6
2018-06-28Typo (#18684)John Doe1-1/+1
2018-06-09Avoid NativeOverlapped pinning by allocating unmanaged memory for it (#18360)Jan Kotas1-3/+0
2018-05-30Fix Managed Thread Name SettingVance Morrison1-1/+2