|
|
@358e1152
|
7 months |
pabuhr |
move attribute((unused)) so it applies to variable
|
|
|
@6dd4091
|
7 months |
pabuhr |
comment out asserts that fail when malloc(0) returns non-null
|
|
|
@8bc67cf
|
13 months |
pabuhr |
formatting, SKULLDUGGERY to remove spurious free-nonheap-object warning
|
|
|
@ba068c0
|
14 months |
pabuhr |
rename clock routines processor and program to processor_cpu and …
|
|
|
@c34bb1f
|
15 months |
caparson |
fixed nonlocal exception edge case for program main and added poll() …
|
|
|
@ca0c311
|
17 months |
caparson |
added ability to get number of processors constructed on a cluster …
|
|
|
@24d6572
|
17 months |
f37yu |
Merge branch 'master' into ast-experimental
ast-experimental
|
|
|
@a0a949c
|
20 months |
pabuhr |
formatting, remove unnecessary #include files and code
ADTast-experimental
|
|
|
@a8667ab
|
20 months |
pabuhr |
expunge all rseq code from runtime
ADTast-experimental
|
|
|
@aca0d2f
|
21 months |
pabuhr |
make anonymous struct declaration static
ADTast-experimental
|
|
|
@56bb2e1
|
21 months |
pabuhr |
clean up #include files
ADTast-experimental
|
|
|
@f5f2768
|
21 months |
pabuhr |
make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and …
ADTast-experimental
|
|
|
@dd46fd3
|
2 years |
pabuhr |
generalization of PRNG
ADTast-experimental
|
|
|
@29702ad
|
2 years |
Thierry Delisle |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@1553a55
|
2 years |
Thierry Delisle |
Explicitly zero initialize the intrusive link fields
ADTast-experimental
|
|
|
@857081e
|
2 years |
pabuhr |
change type of yield parameter from unsigned int to size_t
ADTast-experimental
|
|
|
@d2ad151
|
2 years |
pabuhr |
major update of PRNG
ADTast-experimental
|
|
|
@639e4fc
|
2 years |
Thierry Delisle |
Changed cluster link to use explicit type to avoid anonymous names in …
ADTast-experimental
|
|
|
@a757ba1
|
2 years |
Thierry Delisle |
Removed wait-with-io_uring feature which was slow, broken and ifdefed out.
ADTast-experimental
|
|
|
@6a4ef0c
|
2 years |
Thierry Delisle |
Changed cltr_link to use explicit field name to make gdb easier
ADTast-experimental
|
|
|
@cd5b58f
|
2 years |
Thierry Delisle |
Changed node link in thread to use dlink called cltr_link
ADTast-experimental
|
|
|
@15c93d8
|
2 years |
Thierry Delisle |
Renamed ready-queue link fields to rdy_link
ADTast-experimental
|
|
|
@28372f7
|
2 years |
Thierry Delisle |
Changed to park/unpark permit/ticketing to make sure no one unparks a …
ADTast-experimental
|
|
|
@8b74fa7
|
2 years |
Thierry Delisle |
cluster now support 'set_concurrency' which addes/removes processors …
ADTast-experimental
|
|
|
@878cfcc
|
2 years |
Thierry Delisle |
Added extra check to make sure threads is never double executed
ADTast-experimental
|
|
|
@df6cc9d
|
2 years |
Thierry Delisle |
Merge branch 'master' into pthread-emulation
ADTast-experimental
|
|
|
@e5256bd
|
2 years |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@4f102fa
|
2 years |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimental
|
|
|
@116a2ea
|
2 years |
pabuhr |
new heap and associated tests updated
ADTast-experimental
|
|
|
@3fcb5921
|
2 years |
Thierry Delisle |
Fixed what appears to be a bug in retract.
Text coverage for this …
ADTast-experimental
|
|
|
@a46f7b6
|
2 years |
Thierry Delisle |
Fixed some warnings/mistakes between 32/64bit builds
ADTast-experimental
|
|
|
@5f6b2c2
|
2 years |
Thierry Delisle |
Fixed case where the measure time could be 0 and log2(0) is a problem.
ADTast-experimental
|
|
|
@d1cd4c4
|
2 years |
Thierry Delisle |
Changed moving average weights as an attempt to compensate for logscale.
ADTast-experimental
|
|
|
@31c967b
|
2 years |
Thierry Delisle |
Changed ready-queue so I can easily change the averaging algorithm. …
ADTast-experimental
|
|
|
@33e4968e
|
2 years |
Thierry Delisle |
Relaxed the warning a little.
ADTast-experimental
|
|
|
@da77728
|
2 years |
Thierry Delisle |
Added runtime warning for the leader_spin issue
ADTast-experimental
|
|
|
@5f9c42b
|
2 years |
Thierry Delisle |
Added strict flag to moving average to keep track of which timestamps …
ADTast-experimental
|
|
|
@1756e08
|
2 years |
Thierry Delisle |
Added some defensive programming to work around parsing bug
ADTast-experimental
|
|
|
@9cd5bd2
|
2 years |
Thierry Delisle |
Added an assembly to prevent null-checks from being optimized out. …
ADTast-experimentalpthread-emulation
|
|
|
@95dab9e
|
2 years |
Thierry Delisle |
Changed real_pthread symbols (now cfaabi_pthread) to be protected in …
ADTast-experimentalpthread-emulation
|
|
|
@7f6a7c9
|
2 years |
Thierry Delisle |
Merge branch 'master' into pthread-emulation
ADTast-experimentalpthread-emulation
|
|
|
@1c7ed2d
|
2 years |
Thierry Delisle |
Changed futures and oneshots to use new enum capabilities
ADTast-experimentalpthread-emulation
|
|
|
@aa144c5a
|
2 years |
Thierry Delisle |
Relaxed helping cutoff from 1.5X to 8X
ADTast-experimentalpthread-emulation
|
|
|
@2284d20
|
2 years |
Thierry Delisle |
Added some verifys to make sure atomic_acquire isn't used outside …
ADTast-experimentalpthread-emulation
|
|
|
@1bcbf02
|
2 years |
Thierry Delisle |
Changed declarations using _Thread_local to use thread.
I'm fairly …
ADTast-experimentalpthread-emulation
|
|
|
@01ba701
|
2 years |
Thierry Delisle |
Purged "thread_local" from code base.
Replaced with C11's …
ADTast-experimentalpthread-emulation
|
|
|
@cd3fc46
|
2 years |
Thierry Delisle |
Changed scheduler lock to remove one level of pointer.
ADTast-experimentalpthread-emulation
|
|
|
@71cf630
|
2 years |
Thierry Delisle |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimentalpthread-emulation
|
|
|
@741e22c
|
2 years |
Thierry Delisle |
Fixed potential false sharing on ready-schedule mutate lock
ADTast-experimentalpthread-emulation
|
|
|
@8bee858
|
2 years |
Thierry Delisle |
Changed io types to have trailing $ instead of leading
ADTast-experimentalpthread-emulation
|
|
|
@20be782
|
2 years |
z277zhu |
add pthread
ADTast-experimentalpthread-emulation
|
|
|
@a7d696f
|
2 years |
z277zhu |
added pthread symbol interpose
Signed-off-by: z277zhu …
ADTast-experimentalpthread-emulation
|
|
|
@2af1943
|
2 years |
Thierry Delisle |
Small improvements to some of the alignment requirements in CFA runtime.
ADTast-experimentalpthread-emulation
|
|
|
@fc2c57a9
|
2 years |
Thierry Delisle |
Fixed assert in waitctx.
Removed unnecessary loop in retract.
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@563a36b
|
2 years |
Thierry Delisle |
Fixed verify that was backwards.
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@f3da205
|
2 years |
Thierry Delisle |
Fixed wait_any to be polymorphic on future type.
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@1c56bf7
|
2 years |
Thierry Delisle |
Fixed retract to not reset the future when retracting.
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@c06551b
|
2 years |
caparson |
added wait_any to fwd.cfa for future_t
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@5024df4
|
2 years |
Thierry Delisle |
Changed ready-queue to atomically read/write timestamps, no effect on …
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@b035046
|
2 years |
Thierry Delisle |
changed some MAX to ULLONG_MAX to avoid the memory access where …
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@c18bf9e
|
2 years |
Thierry Delisle |
Visibility concurrency
ADTast-experimentalpthread-emulationqualifiedEnum
|
|
|
@0c3aa67
|
3 years |
Thierry Delisle |
Fixed missing initialization.
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@f870e257
|
3 years |
Thierry Delisle |
Disable waiting on io_uring for idle (maybe temporary).
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@efa28d5
|
3 years |
Thierry Delisle |
Change wake_time to be as long as other timestamps to ease debugging.
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@262fafd9
|
3 years |
Thierry Delisle |
Added debugging information to help find deadlock.
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@64bdacc
|
3 years |
Thierry Delisle |
Future now wait for 2p to resolve in available.
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@1a567d0
|
3 years |
Thierry Delisle |
Fixed 32-bit compilation
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@4479890
|
3 years |
Thierry Delisle |
Implemented helping for io drain based on timestamps.
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@78a580d
|
3 years |
Thierry Delisle |
I/O now updates the timestamps when draining.
Timestamps are not used yet.
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@8f01ad71
|
3 years |
Thierry Delisle |
Forgot a few pragma once
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@adb3ea1
|
3 years |
Thierry Delisle |
Some more incremental work towards using timestamps for io fairness
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@22226e4
|
3 years |
Thierry Delisle |
Tentative fix for spurious deadlock in some concurrency tests
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@708ae38
|
3 years |
Thierry Delisle |
Some more cleanup and grow/shrink now readjusts io timestamps.
(They …
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@48a91e2
|
3 years |
Thierry Delisle |
Fixed defines for cases without RSEQ
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@bfb9bf5
|
3 years |
Thierry Delisle |
Fixed some warnings
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@884f3f67
|
3 years |
Thierry Delisle |
Change how the ready queue is initialized to make it common with I/O
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@c42b8a1
|
3 years |
Thierry Delisle |
Major cleanup and moved cluster growth to new file
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@13fdf86
|
3 years |
Thierry Delisle |
Moved preemption reason to kernel_private and added preempt IO.
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@a182ad5
|
3 years |
Thierry Delisle |
Revert "removed old memory allocator and replaced it with the …
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@fe610ab
|
3 years |
pabuhr |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@09ae8a6
|
3 years |
pabuhr |
change initialization of stacksize = max( PTHREAD_STACK_MIN, …
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@5614a191
|
3 years |
m3zulfiq |
removed old memory allocator and replaced it with the concurrent allocator
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@c655650
|
3 years |
pabuhr |
update fast PRNG code
ADTast-experimentalenumpthread-emulationqualifiedEnum
|
|
|
@c9c1c1c
|
3 years |
Thierry Delisle |
Minor changes to kernel main loop and fixed stats.
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@7cf3b1d
|
3 years |
Thierry Delisle |
Added level of indirection to idle sleeps which helps statistics.
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@c90db2d
|
3 years |
Thierry Delisle |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@145dcd5
|
3 years |
Thierry Delisle |
Now using MAX instead of -1u since it's more appropriate.
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@5d1ebb9
|
3 years |
pabuhr |
remove thread_rand, remove consolidated random generators
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@919a6b2
|
3 years |
pabuhr |
formatting
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@1959528
|
3 years |
pabuhr |
third attempt at specialized PRNG
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@c52f033
|
3 years |
pabuhr |
formatting
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@7d0ebd0
|
3 years |
Thierry Delisle |
Processors should now correctly be unconditionnaly woken-up on termination
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@eaf269d
|
3 years |
pabuhr |
add enum DEFAULT_STACK_SIZE in invoke.h and replace 65000 with enum, …
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@1757f98
|
3 years |
Thierry Delisle |
Refactoring idle sleep to try and help the change from idle on read to …
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@34b8cb7
|
3 years |
Thierry Delisle |
Step 1 of a new scheme to simplify wake_one.
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@7dd98b6
|
3 years |
Thierry Delisle |
Moved cfa_main_returned to libcfa so it works when the main is written …
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@24e321c
|
3 years |
Thierry Delisle |
Unpark now takes a hint on locality.
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@abcae55
|
3 years |
Thierry Delisle |
Removed last_cpu (and small spacing changes)
ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
|
|
|
@d874f59
|
3 years |
Thierry Delisle |
Fixed crash from get_cpu
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|
@c86ee4c
|
3 years |
Thierry Delisle |
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
|
|
|