summaryrefslogtreecommitdiff
path: root/erts/include
Commit message (Expand)AuthorAgeFilesLines
* erts: Skip ERTS_NOINLINE on non-GCC-compatible compilersJohn Högberg2019-04-081-1/+1
* stdlib: fix re:replace on LTO buildsSergei Trofimovich2019-03-292-1/+4
* erts: Fix benign typo in ethr_dw_atomic.h filesSverker Eriksson2018-11-123-3/+3
* Change "can not" into "cannot"Raimo Niskanen2018-07-271-1/+1
* Update copyright yearHenrik Nord2018-06-181-1/+1
* Buffer writing of crash dumpsBjörn Gustavsson2017-10-181-0/+1
* Update copyright yearRaimo Niskanen2017-05-044-4/+4
* Merge branch 'rickard/pcre-8.40'Rickard Green2017-04-112-0/+4
|\
| * Stack guard for PCRERickard Green2017-04-072-0/+4
* | Fixed typos in ertsAndrew Dryga2017-02-142-2/+2
|/
* erts: Add cbprintf for Callback PrintingSverker Eriksson2016-11-172-2/+8
* Improve accuracy of timeouts using premature timeoutsRickard Green2016-06-221-0/+29
* erts: Fix undefined shift to msb in ethr_mutexBjörn-Egil Dahlberg2016-06-101-5/+5
* Remove conditional dirty schedulers APIRickard Green2016-05-101-22/+0
* Merge branch 'henrik/update-copyrightyear'Henrik Nord2016-04-1349-49/+49
|\
| * update copyright-yearHenrik Nord2016-03-1549-49/+49
* | erts: Fix pthread_setname_np warning on osxLukas Larsson2016-03-181-0/+4
|/
* Merge branch 'maint'Rickard Green2016-02-222-25/+52
|\
| * Improve cmpxchg8b/cmpxchg16b inline asmRickard Green2016-02-181-20/+37
| * Improve cmpxchg8b inline asm configure testRickard Green2016-02-172-5/+15
* | erts: Add power saving cpu feature tests and use themLukas Larsson2016-02-021-12/+38
* | erts: Add rdtscp instruction checkLukas Larsson2016-02-022-1/+5
* | Merge branch 'maint'Dan Gudmundsson2015-11-231-1/+2
|\ \ | |/
| * win32: Fix mixed cygwin and msys configure testsDan Gudmundsson2015-11-121-1/+2
* | Merge branch 'maint'Rickard Green2015-09-092-0/+12
|\ \ | |/
| * Fix ethread events with timeoutRickard Green2015-08-272-0/+12
* | ose: Remove all code related to the OSE portLukas Larsson2015-07-103-211/+7
* | erts: Remove halfword relative printfBjörn-Egil Dahlberg2015-06-241-1/+1
* | erts: Remove halfword in lib_srcBjörn-Egil Dahlberg2015-06-242-12/+0
|/
* Change license text to APLv2Bruce Yinhe2015-06-1855-511/+566
* Merge branch 'rickard/gcc-atomics/OTP-12383'Rickard Green2015-03-207-148/+1140
|\
| * Improve ethread atomics based on GCC builtinsRickard Green2015-01-147-148/+1140
* | Merge branch 'rickard/time_api/OTP-11997'Rickard Green2015-03-204-17/+86
|\ \
| * | Implement ethread events with timeoutRickard Green2015-03-204-19/+73
| * | Introduce a new time APIRickard Green2015-03-201-0/+15
| |/
* | erts: Introduce thread suspend functionsLukas Larsson2014-12-191-0/+1
* | erts: Add support for thread namesLukas Larsson2014-12-191-8/+5
|/
* Merge branch 'rickard/ppc32-atomic-opt/OTP-12250' into maintRickard Green2014-11-251-1/+145
|\
| * Optimize atomic ops with release barrier for 32-bit PowerPCRickard Green2014-10-171-1/+145
* | Implement support for double word atomics using libatomic_opsRickard Green2014-11-102-0/+568
* | Improve usage of libatomic_ops for word size atomicsRickard Green2014-11-103-10/+337
* | erts: Separate ethread inlining from ethread.hBjörn-Egil Dahlberg2014-06-302-25/+50
* | Merge branch 'jjhoo/mingw_compile_fix_forceinline/OTP-11945' into maintRickard Green2014-06-161-0/+1
|\ \
| * | Fix redefinition of ETHR_FORCE_INLINERickard Green2014-06-161-0/+1
* | | Merge branch 'jjhoo/mingw_compile_fix_forceinline/OTP-11945' into maintRickard Green2014-06-062-17/+24
|\ \ \ | |/ /
| * | Do not use __always_inline__ attribute unless gcc vsn >= 3.1.1Rickard Green2014-05-221-14/+18
| * | Add ETHR_FORCE_INLINE define to hide compiler specific directivesJani Hakala2014-02-282-4/+7
* | | ose: Fix erts assert failed printoutsLukas Larsson2014-03-261-1/+1
* | | ose: Yielding has to be done differently for background processes.Robert Paal2014-03-261-3/+15
|/ /
* | Merge branch 'lukas/ose/master/OTP-11334'Lukas Larsson2014-02-243-7/+209
|\ \