summaryrefslogtreecommitdiff
path: root/src/gc/unix
AgeCommit message (Expand)AuthorFilesLines
2020-04-16Fix PIE options (#26323)submit/tizen/20200415.223728accepted/tizen/unified/20200416.080052Jan Vorlicek1-1/+0
2020-01-14Port to 3.1 - Fix getting affinity set on MUSL on Jetson TX2 (#27957)Jan Vorlicek1-2/+2
2019-10-14Fix available memory extraction on Linux (#26764) (#26938)agoretsky3-15/+278
2019-07-05many core (#25350)Maoni Stephens1-1/+7
2019-05-28Fix initial thread affinity on Linux (#24801)Jan Vorlicek1-1/+1
2019-05-21Fix GCToOSInterface::SetCurrentThreadIdealAffinity on Unix (#24706)Jan Vorlicek1-1/+2
2019-05-11Fix CPUSET_T definition for FreeBSDAdeel3-4/+21
2019-04-19Large Pages on Linux & macOS (#24098)Mukul Sabharwal3-0/+12
2019-04-17Put back the CPU limiting in GCJan Vorlicek1-8/+14
2019-04-10Fix few issues discovered by testingJan Vorlicek1-4/+3
2019-04-10Fix RecycledLists size on UnixJan Vorlicek1-2/+3
2019-04-09Fix several issuesJan Vorlicek1-2/+3
2019-04-09Remove Unix CPU groups emulationJan Vorlicek1-13/+124
2019-04-08Add Large pages support in GCMukul Sabharwal3-2/+46
2019-04-06Make GCToOSInterface::FlushProcessWriteBuffers use MEMBARRIER_CMD_PRIVATE_EX...Vladimir Sadov1-35/+102
2019-04-05Fix rounding to UINT32_MAX (#23764)Ludovic Henry1-11/+4
2019-04-05Partially improve support for `--cpus` from Docker CLI (#23747)Ludovic Henry1-4/+5
2019-04-04Modify affinity range config format for WindowsJan Vorlicek1-0/+12
2019-04-03Use the GCHeapAffinitizeRanges / GCHeapAffinitizeMask exclusivelyJan Vorlicek1-2/+17
2019-04-03Reflect PR feedbackJan Vorlicek1-1/+1
2019-04-03Remove CPU groups handling from the gc.cppJan Vorlicek3-127/+117
2019-03-18Fix for running in a container without mem limit set on Windows; (#23297)Maoni Stephens1-2/+11
2019-03-17Fix conversion issuesSinan Kaya1-1/+1
2019-03-15Fix GetFullAffinityMask for cpuCount==64 (#23276)Jan Vorlicek1-1/+6
2019-03-14Fix GetProcessAffinityMask (#23247)Jan Vorlicek1-11/+6
2019-03-07Fix signed compare warningsSinan Kaya1-2/+2
2019-02-14Gnuport cleanup 3 (#22581)Sinan Kaya1-1/+1
2019-01-29To support container scenario, 2 HardLimit configs are added - (#22180)Maoni Stephens1-1/+8
2018-11-28Improve performance of cgroup access (#21229)Jan Vorlicek3-30/+59
2018-08-25Remove NumaNodeInfo, CPUGroupInfo, AppDomain, SystemDomain, and EEConfig stub...David Mason4-2/+28
2018-08-16Determine memory load based on cgroup usage. (#19518)Tom Deseyn2-4/+31
2018-06-05Use sysconf(_SC_NPROCESSORS_CONF) instead of sysconf(_SC_NPROCESSORS_ONLN) in...Egor Chesakov1-1/+7
2018-05-24Use sysconf(_SC_NPROCESSORS_CONF) instead of sysconf(_SC_NPROCESSORS_ONLN) (#...Egor Chesakov1-1/+1
2018-04-23Set -march=armv7-a for Alpine Linux ARM32 (#17730)kasper31-1/+1
2018-01-29Perform PhysicalMemoryLimit check for workstation GC, refactor GetLargestOnDi...Tom Deseyn1-7/+1
2018-01-15Fix Android build (#15868)Jan Vorlicek1-0/+3
2017-12-12make coreclr buildable on FreeBSD again (#15480)Tomas Weinfurt2-0/+3
2017-11-14small changes to get coreclr building on FreeBSD again (#14964)Tomas Weinfurt1-0/+4
2017-11-11Fix implementation of GCToOSInterface::VirtualCommit to ditch the pages (#14979)Jan Kotas1-1/+6
2017-11-09[Local GC] Unify background GC thread and server GC thread creation (#14821)Sean Gillespie1-62/+25
2017-09-06Vendor the volatile.h header into src/gc/env for the standalone GC build (#13...Sean Gillespie1-0/+1
2017-08-22[Local GC] Enable building the GC as a shared library (#13137)Sean Gillespie3-23/+1
2017-08-21Support docker cgroup limits (#13488)Tom Deseyn1-53/+39
2017-07-21Add CGroup CFS CPU limit support (#12797)Guillaume B2-30/+174
2017-07-17Fix a build break when compiling with Standalone GC on non-Windows platforms ...Sean Gillespie1-1/+1
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-1/+19
2017-06-01[Local GC] Remove uses of g_SystemInfo from the GC (#11628)Sean Gillespie1-0/+12
2017-06-01Fix a build break in feature branch caused by obsolete error (#11335)Sean Gillespie1-4/+0
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie1-3/+3
2017-05-29Implement GetCurrentProcessCpuCount for Unix and merge NumberOfProcesors impl...Tom Deseyn3-4/+95