source: libcfa

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @ae06e0b   22 months caparson added pthread_cond_var ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ced5e2a   22 months caparson removed debug fields from spinlock_t ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @e5d9274   22 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @015925a   22 months caparson fixed new/delete issue by switching to malloc/free ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @305aaef   22 months caparson fixed multiple def issue ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @490d17e0   22 months caparson fixed multiple def issue ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @f835806   22 months caparson added some locks and cleaned up unused seqable field in thread block ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c3b9d639   22 months ajbeach Clean-up the exception interface. It should be slightly more like the … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c715e5f   22 months ajbeach Removed most of the exception macros (EHM_ group). Made changes to the … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @5024df4   22 months Thierry Delisle Changed ready-queue to atomically read/write timestamps, no effect on … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b035046   22 months Thierry Delisle changed some MAX to ULLONG_MAX to avoid the memory access where … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @31540f5   23 months ajbeach Exception Clean-Up: Removed extra include no longer needed with the … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @fa2a3b1   23 months Thierry Delisle libcfa and libcfathread now have visibility hidden turned on by default. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @4bb5d36   23 months Thierry Delisle Visibility stragglers. cfa_linkonce always means visibility default. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c18bf9e   23 months Thierry Delisle Visibility concurrency ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @108345a   23 months Thierry Delisle visbility for io ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @032234bd   23 months Thierry Delisle Visibility of the core libcfa files. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @789f279   23 months Thierry Delisle More standard lib visibility ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @accc9df9   23 months Thierry Delisle Visibility containers lib ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @0aa4beb   23 months Thierry Delisle Visibility of some of the stdlib ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @cce4648   23 months Thierry Delisle Visibility for streams ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @8108ba8   23 months Thierry Delisle Started to add basic visibility control to libcfa ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @e07187d   23 months Thierry Delisle Change parseargs yes/no parsing to support YyNn? ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @8a5e357   23 months Thierry Delisle Trivial changes to libcfa concurrency ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @7f958c4   2 years caparson added fast lock/cond var ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @433905a   2 years pabuhr temporary fix for 32-bit alignment problem, use … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @b2516e6   2 years pabuhr change libAlign to use BIGGEST_ALIGNMENT ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @69ec0fb   2 years pabuhr fix error in second update of heap allocator ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @19e5d65d   2 years pabuhr second update of heap allocator towards new heap-per-thread version ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @58e97d9   2 years pabuhr formatting ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @31a5f418   2 years pabuhr start update of heap allocator to new heap-per-thread version ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @16cc9f7   2 years pabuhr change cfaabi_bits_print... routines to return the number of … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @8d76f2b   2 years mlbrooks Adding runtime bound checking for array subscripts and showing the … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @7a1b7e6   2 years pabuhr bracket vfprintf/vfscanf with enable/disable interrupts in fstream ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @0c3aa67   2 years Thierry Delisle Fixed missing initialization. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @a18373a   2 years Thierry Delisle Added a hook for the barrier's last block. Added testing to go with it. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @e71e94a   2 years Thierry Delisle Some clean-up of ready queue usage of -1llu. io types ts now returns … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @31ef267   2 years Thierry Delisle Added comments. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @93b8cf4   2 years Thierry Delisle Added a simple barrier and accompagnying tests. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @f870e257   2 years Thierry Delisle Disable waiting on io_uring for idle (maybe temporary). ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @bdfd0bd   2 years Thierry Delisle EINTR will no longer wakeup the idle_sleep. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @4ccc150   2 years Thierry Delisle Fix the verifys I just added. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @77adaee   2 years Thierry Delisle Added more verifys to eventfd_write ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @efa28d5   2 years Thierry Delisle Change wake_time to be as long as other timestamps to ease debugging. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @729df21   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @d28b70a   2 years Thierry Delisle Now also keep track of last drain time ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @4598e03   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @d080549   2 years Thierry Delisle Added a verify for the result of wake_proc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @d4da1535   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @edf247b   2 years Thierry Delisle Fix debug print ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @262fafd9   2 years Thierry Delisle Added debugging information to help find deadlock. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @010636f   2 years Thierry Delisle Tentative fix for termination deadlock. Other minor improvements and … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @ff55092   2 years Thierry Delisle removed warning ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @1e6ffb44   2 years Thierry Delisle Changed debug prints to help debug helping ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @7425720   2 years Thierry Delisle Fixed 32bit build ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @d5cdbed   2 years Thierry Delisle Fix build from machine where I can actually test ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @37a3aa23   2 years Thierry Delisle Fixed syntax error (hopefully) ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @18f7858   2 years Thierry Delisle Refactored io to allow holding the lock duirng idle sleep ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @64bdacc   2 years Thierry Delisle Future now wait for 2p to resolve in available. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @54c1196   2 years Thierry Delisle Added io helping stats ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @202c80b   2 years Thierry Delisle Added verify and changed print_now to not ignore flags. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @3caf5e3   2 years Thierry Delisle Re-read cq information after acquire. Hoping this is the cause for the … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @1a567d0   2 years Thierry Delisle Fixed 32-bit compilation ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @4479890   2 years Thierry Delisle Implemented helping for io drain based on timestamps. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @78a580d   2 years Thierry Delisle I/O now updates the timestamps when draining. Timestamps are not used yet. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @8f01ad71   2 years Thierry Delisle Forgot a few pragma once ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @4ecc35a   2 years Thierry Delisle Added spin lock to io drain. last step before completion fairness ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @98d1b90   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @0d4f954   2 years caparson changed concurrency library to work with new mutexstmt changes ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @adb3ea1   2 years Thierry Delisle Some more incremental work towards using timestamps for io fairness ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @22226e4   2 years Thierry Delisle Tentative fix for spurious deadlock in some concurrency tests ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @708ae38   2 years Thierry Delisle Some more cleanup and grow/shrink now readjusts io timestamps. (They … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @48a91e2   2 years Thierry Delisle Fixed defines for cases without RSEQ ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @bfb9bf5   2 years Thierry Delisle Fixed some warnings ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @884f3f67   2 years Thierry Delisle Change how the ready queue is initialized to make it common with I/O ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @c42b8a1   2 years Thierry Delisle Major cleanup and moved cluster growth to new file ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @3c4bf05   2 years Thierry Delisle Removed old scheduler algorithms which weren't as good. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @d529ad0   2 years Thierry Delisle Pending/Dirty? flags now use relaxed atomics since they can be set remotely ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @40a606d2   2 years Thierry Delisle Modified io headers so io/types.hfa can stay private ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @b0d0285   2 years Thierry Delisle kernel now aborts if a ring is closed with unsubmitted entries. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @9f5a71eb   2 years Thierry Delisle Totally confusing myself in these commit messages. This file was … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @1860885   2 years Thierry Delisle Messed-up last commit... This commit : moved preempt reason to … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @13fdf86   2 years Thierry Delisle Moved preemption reason to kernel_private and added preempt IO. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @93829cb   2 years Thierry Delisle Added helper function to zero out sqes. Not done in allocate since so … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @2432e8e   2 years Thierry Delisle Fixed deadlock on io slowpath due to spin lock recursion. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @08ed947   2 years mlbrooks Roll up of string changes for performance testing/improvement, and a … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @cc7bbe6   2 years mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @a182ad5   2 years Thierry Delisle Revert "removed old memory allocator and replaced it with the … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @fe610ab   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @778315e   2 years pabuhr add attribute no-reorder-blocks to preemption_enabled to prevent … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @09ae8a6   2 years pabuhr change initialization of stacksize = max( PTHREAD_STACK_MIN, … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @9ef9644   2 years ajbeach Merge branch 'forall-pointer-decay' into 'master'. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @7d7ef6f   2 years ajbeach Revereted some changes and added a fix to get around the current issue … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @5614a191   2 years m3zulfiq removed old memory allocator and replaced it with the concurrent allocator ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @0ebbca4   2 years pabuhr optimization calls, initialize callcnt ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @0db48ca   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @c655650   2 years pabuhr update fast PRNG code ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @a892e61   2 years Thierry Delisle Some warning fixes. ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @6a823241   2 years pabuhr formatting, fix bug in set_seed so global_random_state is set ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @454b4e0   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.