summaryrefslogtreecommitdiff
path: root/src/vm/threads.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-27Port to Release/3.1 - enabling MHR support (#26803)Jan Vorlicek1-0/+12
2019-07-03arm64singlestepper (#25512)Steve MacLean1-7/+19
2019-07-03Fix GCStress modes that do code instrumentation to work with code versioning ...Koundinya Veluri1-1/+2
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk1-4/+20
2019-05-30Remove unused code in vm/util.* (#24863)Aaron Robinson1-5/+1
2019-05-23Add some perf events/data for tiered compilation (#24607)Koundinya Veluri1-0/+27
2019-05-23Profiler attach over the diagnostics pipe (#24670)David Mason1-0/+10
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-4/+4
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton1-11/+0
2019-05-13Implement GC.GetTotalAllocatedBytes (#23852)Ludovic Henry1-0/+3
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-22/+0
2019-04-25Improve the performance of the type loader (#24177)David Wrighton1-25/+15
2019-04-19Implement APIs for some threading metrics (CoreCLR) (#24113)Koundinya Veluri1-10/+102
2019-04-09Remove Unix CPU groups emulationJan Vorlicek1-1/+2
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-327/+3
2019-03-14fix conversion issuesSinan Kaya1-1/+1
2019-03-05Remove dead AppDomain unload code (#23026)Steve MacLean1-18/+4
2019-03-05Remove dead ContainToAppDomain (#23021)Steve MacLean1-2/+1
2019-03-01Implement Serialization GuardMorgan Brown1-0/+6
2019-02-09Move eventpipe buffer to TLS (#21817)Sung Yoon Whang1-29/+0
2019-01-26Cleanup stackoverflow handling leftovers (#22228)Jan Kotas1-21/+1
2019-01-24Remove obsolete thread abortion flags. (#22185)Filip Navara1-14/+0
2019-01-24Remove no-op holder stack validation. (#22182)Filip Navara1-6/+2
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-79/+0
2019-01-23Remove unused thread abortion methods. (#22147)Filip Navara1-9/+0
2019-01-04Delete unused fFullReset argument (#21814)Jan Kotas1-4/+1
2019-01-03Cleanup current culture handling in the unmanaged runtime (#21706)Jan Kotas1-82/+6
2018-12-10Delete vm/context.* (#21459)Jan Kotas1-85/+10
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean1-18/+0
2018-11-30Remove dead codeSteve MacLean1-24/+0
2018-11-21Delete dead/unused code (#21138)Jan Kotas1-1/+1
2018-11-16Fix unloadability races (#21024)Jan Vorlicek1-12/+76
2018-11-15Delete HAS_FLS_SUPPORT and related code (#21035)Jan Kotas1-112/+1
2018-11-13Change GetAppDomain to return AppDomain from the global static (#20910)Jan Vorlicek1-1/+1
2018-11-06Completed the lock reversal workAndrew Au1-2/+0
2018-11-06Firing the GC events within the thread suspensionAndrew Au1-0/+2
2018-10-31Clean up string literal implicit const casting and some two-phase lookup nits...Jeremy Koritzinsky1-1/+1
2018-10-26Remove some dead code related to cross-appdomain exceptions. (#20634)Austin Wise1-25/+0
2018-10-16Remove per-AppDomain TLB (#20423)Jan Vorlicek1-35/+0
2018-10-04Enable thread statics for collectible classes (#19944)Jan Vorlicek1-0/+4
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek1-44/+1
2018-07-10GS cookie check fix for debugger stackwalks portJuan Sebastian Hoyos Ayala1-0/+8
2018-06-07Use atomic ops in CommitGCStressInstructionUpdate()Steve MacLean1-5/+15
2018-05-31Fix HasPendingGCStressInstructionUpdate CONSISTENCY_CHECKSteve MacLean1-2/+3
2018-05-30Merge pull request #18173 from sdmaclea/PR-FIX-GCSTRESS-ASSERTIONBruce Forstall1-4/+4
2018-05-30Improve the labeling of .NET Threads. (#18193)Vance Morrison1-1/+1
2018-05-29Fix GCStress assertionSteve MacLean1-4/+4
2018-04-19GCStress: try to reduce races and tolerate races better (#17330)Andy Ayers1-4/+4
2018-04-17Unix/x64 ABI cleanupCarol Eidt1-1/+1