index
:
platform/upstream/coreclr
accepted/tizen_4.0_base
accepted/tizen_4.0_unified
accepted/tizen_5.0_base
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_base
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
asoldatov
backup/release/2.0.0_tizen/20170828
backup/release/2.0.0_tizen/20170906
backup/tizen_5.5/20190304
backup/tizen_base_2.0.0
backup/tizen_base_2.1.1-upd2
master
origin/backup/release/2.0.0_tizen_4.0/20170908
sandbox/adrob/asan
sandbox/adrob/asan.old
sandbox/akazmin/asan_annotate_buff
sandbox/ches01/asan
sandbox/ches01/asan_ARM
sandbox/ches01/asan_ARM_v2
sandbox/ches01/asan_amd64
sandbox/ches01/asan_amd64_intel_syntax
sandbox/ches01/asan_amd64_v2
sandbox/ches01/integrate-libasansi
sandbox/ches01/integrate-libasansi_debug
sandbox/ches01/integrate-libasansi_debug_v2
sandbox/denis13/gcc6x
sandbox/dkson95/clang
sandbox/dkson95/gcc_6_2_1
sandbox/dkson95/hardfp
sandbox/dkson95/hardfp_rebase
sandbox/dkson95/integrate-libasansi
sandbox/dkson95/tizen
sandbox/giuliana/fix_llvm_path
sandbox/giuliana/gcc_6_2_1
sandbox/giuliana/x86_baselibs
sandbox/jaehun77/hardfp
sandbox/mkashkarov/debug_build
sandbox/mkashkarov/test
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sandbox/vbarinov/clean-clang
sandbox/wangbiao/rpm_upgrade
tc
tizen
tizen_4.0
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_base
Domain: Dotnet / Core; Licenses: MIT;
Alexander Soldatov <soldatov.a@samsung.com>, Dmitri Botcharnikov <dmitry.b@samsung.com>, Igor Kulaychuk <i.kulaychuk@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-29
Add YieldProcessor implementation for arm
submit/tizen/20210629.000826
accepted/tizen/unified/20210629.130321
Gleb Balykov
1
-7
/
+2
2020-04-16
Fix PIE options (#26323)
submit/tizen/20200415.223728
accepted/tizen/unified/20200416.080052
Jan Vorlicek
2
-2
/
+0
2020-02-13
Fix GC heap corruption on ARM. (#27985)
Anton Lapounov
1
-1
/
+1
2020-01-14
Port to 3.1 - Fix getting affinity set on MUSL on Jetson TX2 (#27957)
Jan Vorlicek
1
-2
/
+2
2019-10-14
Fix available memory extraction on Linux (#26764) (#26938)
agoretsky
3
-15
/
+278
2019-10-03
oom (#26457) (#26983)
Maoni Stephens
2
-1
/
+31
2019-08-16
Fix a potential division by 0 in post GC counter computation (#26085) (#26089)
Sung Yoon Whang
1
-1
/
+4
2019-07-12
Fixes when accessing fgn_maxgen_percent (#25650)
Andy Hanson
1
-6
/
+15
2019-07-08
Return HardLimitBytes from GCMemoryInfo.TotalAvailableMemoryBytes (#25437)
Andy Hanson
3
-21
/
+25
2019-07-05
many core (#25350)
Maoni Stephens
7
-152
/
+970
2019-06-25
Brick table (#25349)
Peter Sollich
2
-18
/
+17
2019-06-21
don't require seg size to be power of 2 for large pages (#25216)
Maoni Stephens
1
-5
/
+17
2019-06-20
ensure process-wide fence when updating GC write barrier on ARM64 (#25130)
Vladimir Sadov
1
-1
/
+1
2019-06-15
Do not export GC entrypoints outside standalone build (#25184)
Michal Strehovský
1
-0
/
+4
2019-06-12
Expose readonly heap segments to DAC (#25113)
Michal Strehovský
1
-0
/
+1
2019-06-11
CoreRT change
Suchiman
1
-7
/
+3
2019-06-11
Ensure gen0_max_size to be initially >= gen0_min_size
Suchiman
1
-0
/
+2
2019-06-11
Multiple CoreRT changes
Suchiman
1
-14
/
+7
2019-06-11
Fix casts
Suchiman
2
-5
/
+5
2019-06-11
Fix Redhawk defines
Suchiman
2
-8
/
+4
2019-06-11
UNREFERENCED_PARAMETER
Suchiman
2
-6
/
+10
2019-06-11
Port typo fixes from CoreRT
Suchiman
6
-49
/
+49
2019-06-06
Use CMake's C# support to build DacTableGen instead of manually invoking csc....
Jeremy Koritzinsky
1
-2
/
+2
2019-06-06
Clear syncblock early when `VERIFY_HEAP && DEBUG` to prevent verification ass...
Vladimir Sadov
1
-0
/
+11
2019-05-28
Using AllocateUninitializedArray in array pool (#24504)
Vladimir Sadov
1
-14
/
+28
2019-05-28
Fix initial thread affinity on Linux (#24801)
Jan Vorlicek
1
-1
/
+1
2019-05-24
Add more runtime GC counters (#24561)
Sung Yoon Whang
3
-118
/
+31
2019-05-21
Fix GCToOSInterface::SetCurrentThreadIdealAffinity on Unix (#24706)
Jan Vorlicek
1
-1
/
+2
2019-05-17
Merge pull request #24520 from am11/freebsd/set-affinity
Jan Vorlicek
3
-4
/
+21
2019-05-15
Remove concept of AppDomains from the GC (#24536)
David Wrighton
20
-1180
/
+27
2019-05-14
Fix issues reported by PREfast static analysis tool (#24577)
Jan Kotas
6
-17
/
+9
2019-05-13
Implement GC.GetTotalAllocatedBytes (#23852)
Ludovic Henry
4
-3
/
+45
2019-05-11
Fix CPUSET_T definition for FreeBSD
Adeel
3
-4
/
+21
2019-05-10
Move EventProvider native layout to be driven by CMake configure (#24478)
Jeremy Koritzinsky
1
-0
/
+1
2019-05-08
Merge pull request #24366 from sandreenko/fixLogPrinting
Sergey Andreenko
1
-1
/
+1
2019-05-02
System.GC.AllocateUninitializedArray (#24096)
Vladimir Sadov
3
-73
/
+155
2019-05-02
Fix some small issues with stress logging.
Sergey Andreenko
1
-1
/
+1
2019-05-01
When large pages are enabled, only reserve/commit 1x seg size for LOH (#24320)
Andy Hanson
2
-6
/
+4
2019-04-26
Typos (#24280)
John Doe
1
-1
/
+1
2019-04-26
Improve LOH heap balancing (#24081)
Andy Hanson
2
-73
/
+135
2019-04-26
Fix creation of the NUMA node to heap number map
Jan Vorlicek
1
-9
/
+17
2019-04-25
Merge pull request #24242 from janvorli/fix-numa-node-for-disabled-numa
Jan Vorlicek
1
-13
/
+13
2019-04-25
Fix NUMA node for heap when NUMA is not available
Jan Vorlicek
1
-13
/
+13
2019-04-24
Switch to workstation GC in case of constrained CPU resources (#24194)
Ludovic Henry
1
-5
/
+1
2019-04-24
Add Medium GC Profiling Mode & ICorProfilerInfo::GetObjectReferences (#24156)
Mukul Sabharwal
7
-7
/
+29
2019-04-23
Delete unnecessary static and update GCSample to VS2019 (#24204)
Jan Kotas
3
-6
/
+4
2019-04-19
Large Pages on Linux & macOS (#24098)
Mukul Sabharwal
3
-0
/
+12
2019-04-17
Put back the CPU limiting in GC
Jan Vorlicek
1
-8
/
+14
2019-04-16
Use delete [] on array types (#24027)
Omair Majid
1
-1
/
+1
2019-04-15
Delete unused YieldProcessorScalingFactor from GC (#23994)
Jan Kotas
3
-15
/
+0
[next]