Age | Commit message (Expand) | Author |
2016-03-18 | erts: Fix pthread_setname_np warning on osx | Lukas Larsson |
2016-02-02 | erts: Add power saving cpu feature tests and use them | Lukas Larsson |
2016-02-02 | erts: Add rdtscp instruction check | Lukas Larsson |
2015-11-23 | Merge branch 'maint' | Dan Gudmundsson |
2015-11-12 | win32: Fix mixed cygwin and msys configure tests | Dan Gudmundsson |
2015-07-10 | ose: Remove all code related to the OSE port | Lukas Larsson |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2015-03-20 | Merge branch 'rickard/gcc-atomics/OTP-12383' | Rickard Green |
2015-01-14 | Improve ethread atomics based on GCC builtins | Rickard Green |
2014-12-19 | erts: Introduce thread suspend functions | Lukas Larsson |
2014-12-19 | erts: Add support for thread names | Lukas Larsson |
2014-11-10 | Improve usage of libatomic_ops for word size atomics | Rickard Green |
2014-06-30 | erts: Separate ethread inlining from ethread.h | Björn-Egil Dahlberg |
2014-06-16 | Merge branch 'jjhoo/mingw_compile_fix_forceinline/OTP-11945' into maint | Rickard Green |
2014-06-16 | Fix redefinition of ETHR_FORCE_INLINE | Rickard Green |
2014-06-06 | Merge branch 'jjhoo/mingw_compile_fix_forceinline/OTP-11945' into maint | Rickard Green |
2014-05-22 | Do not use __always_inline__ attribute unless gcc vsn >= 3.1.1 | Rickard Green |
2014-03-26 | ose: Yielding has to be done differently for background processes. | Robert Paal |
2014-02-28 | Add ETHR_FORCE_INLINE define to hide compiler specific directives | Jani Hakala |
2014-02-24 | Merge branch 'lukas/ose/master/OTP-11334' | Lukas Larsson |
2014-02-24 | ose: Cleanup of mutex selection defines | Lukas Larsson |
2014-02-24 | ose: Remove uneccesary define | Lukas Larsson |
2014-02-24 | ose: Thread priorities configurable from lmconf | Lukas Larsson |
2014-02-24 | ose: Yielding the cpu is done "the OSE" way | Lukas Larsson |
2014-02-24 | ose: Start using ppdata for tse key | Lukas Larsson |
2014-02-24 | ose: Do not use spinlocks on OSE | Lukas Larsson |
2014-02-24 | ose,erts: Specify name for tsd keys | Lukas Larsson |
2014-02-24 | ose: Change get_envp to ose_get_ppdata for tsd | Lukas Larsson |
2014-02-24 | Added support for ENEA OSE | Lukas Larsson |
2014-02-23 | Introduce configure option --with-assumed-cache-line-size=SIZE | Rickard Green |
2013-07-29 | Bailout if no native implementations are found | Lukas Larsson |
2013-07-11 | Fix ‘ethr_native_rwlock_destroy’ defined but not used warning | Rickard Green |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg |
2013-02-12 | erts: Use native atomics and fallback spinlock to mutex for VALGRIND | Sverker Eriksson |
2012-11-23 | Update copyright years | Björn-Egil Dahlberg |
2012-09-04 | erts: Fix gcc atomic bug in ethread.h | Sverker Eriksson |
2011-11-13 | Use critical sections as mutex implementation on Windows | Rickard Green |
2011-06-14 | Improve ethread atomics | Rickard Green |
2010-12-16 | Use 32-bit atomic for uaflgs in thread specific events | Rickard Green |
2010-12-15 | Add support for 32-bit atomics | Rickard Green |
2010-12-14 | Move atomic API into own files | Rickard Green |
2010-12-14 | Add support for 64-bit atomics on Windows | Rickard Green |
2010-12-14 | Remove unused ethread time functionality | Rickard Green |
2010-12-11 | Introduce ethr_sint_t and use it for atomics | Rickard Green |
2010-11-22 | Merge branch 'ta/fix-ethread-void-return' into dev | Rickard Green |
2010-10-29 | Allow usage of libatomic_ops when other compilers than gcc are used | Rickard Green |
2010-10-29 | ethread: do not return from void ethr_atomic_set_relb | Tuncer Ayaz |
2010-08-10 | Rewrite ethread library | Rickard Green |
2010-06-01 | OTP-8660 Increase atomic fallback locks | Rickard Green |
2010-06-01 | OTP-8659 Add ethread support for gcc atomics | Rickard Green |