summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/erl_time_sup.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rickard/native_time_unit_fix/GH-6165/OTP-18197' into maintRickard Green2022-08-151-0/+4
|\
| * [erts] Accept native time unit where documented as supportedRickard Green2022-08-111-0/+4
* | Merge branch 'maint'Lukas Larsson2022-05-021-39/+12
|\ \
| * \ Merge branch 'lukas/22/erts/fix-localtime-tz-change/OTP-18076' into maintLukas Larsson2022-05-021-39/+12
| |\ \
| | * | erts: Fix localtime_r summer/winter-time change bugLukas Larsson2022-04-191-39/+12
| | |/
* | | erts: Flush all signals on monitor_nodes down signalJohn Högberg2022-03-311-6/+4
* | | Update copyright yearErlang/OTP2022-03-231-1/+1
* | | Merge branch 'rickard/monotonic_time_trap'Rickard Green2022-03-211-0/+9
|\ \ \
| * | | Trap for monotonic time stepping backwardsRickard Green2022-01-191-0/+9
| |/ /
* | | Merge branch 'maint'Rickard Green2021-12-131-1/+1
|\ \ \ | |/ /
| * | Update copyright yearRickard Green2021-12-131-1/+1
* | | Fix typos in erts/emulator/beamKian-Meng, Ang2021-11-301-2/+2
|/ /
* | Introduce aliases for processesRickard Green2020-11-121-2/+2
|/
* erts: Refactor rbt _yielding to use reductionsLukas Larsson2019-02-051-3/+3
* erts: Make cpu_timestamp use per thread on LinuxLukas Larsson2018-05-151-1/+1
* Merge branch 'rickard/monotonic_time_1_fix/OTP-15008'Rickard Green2018-04-131-0/+2
|\
| * Teach erlang:monotonic_time/1 the perf_counter time unitRickard Green2018-04-101-0/+2
* | Implementation of true asynchronous signaling between processesRickard Green2018-03-211-48/+36
* | Remove process start time for crash dumpsRickard Green2017-11-021-11/+0
* | Merge branch 'maint'Rickard Green2017-09-051-44/+103
|\ \
| * \ Merge branch 'rickard/statistics-time-fixes/OTP-14597/ERL-465' into maintRickard Green2017-09-051-44/+103
| |\ \
| | * | Bug fixes of statistics(wall_clock) and statistics(runtime)Rickard Green2017-09-041-43/+102
| | * | Merge branch 'rickard/statistics/OTP-14484' into maint-20Erlang/OTP2017-06-301-22/+28
| | |\ \
* | | | | erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson2017-07-171-47/+47
|/ / / /
* | | | Merge branch 'john/erts/runtime-lcnt' into maintJohn Högberg2017-07-061-4/+7
|\ \ \ \
| * | | | Allow toggling lock counting at runtimeJohn Högberg2017-07-061-4/+7
| |/ / /
* | | | Merge branch 'maint-19' into maintJohn Högberg2017-06-271-22/+28
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix statistics(wall_clock) and statistics(runtime) implementationRickard Green2017-06-221-22/+28
* | | Update copyright yearRaimo Niskanen2017-05-041-1/+1
* | | Remove unnecessary cancel callback from timer-wheel timersRickard Green2017-04-181-3/+0
* | | Merge branch 'master' into sverker/enif_selectSverker Eriksson2017-02-201-7/+10
|\ \ \
| * | | Fixed typos in ertsAndrew Dryga2017-02-141-1/+1
| * | | Implement magic referencesRickard Green2017-02-061-6/+9
| |/ /
* | | erts: Add enif_monitor_process and enif_demonitor_processSverker Eriksson2017-02-091-1/+1
|/ /
* | Replace misspelled symbolic time unitsRickard Green2016-08-251-1/+5
|/
* Add better support for communication with a process executing dirty NIFRickard Green2016-05-111-5/+5
* erts: Add Sender in 'receive' trace matchspecSverker Eriksson2016-05-041-1/+1
* erts: Implement tracer modulesLukas Larsson2016-04-151-1/+1
* update copyright-yearHenrik Nord2016-03-151-1/+1
* Merge branch 'master' into sverk/master/halt-INT_MINSverker Eriksson2016-02-241-15/+196
|\
| * erts: Refactor perf counter internal interfaceLukas Larsson2016-02-021-64/+2
| * erts, kernel: Add os:perf_counter functionLukas Larsson2016-02-021-2/+74
| * Merge branch 'maint'Rickard Green2016-02-021-11/+181
| |\
| | * Introduce time management in native APIsRickard Green2016-01-211-0/+145
| | * Introduce time warp safe replacement for safe_fixed optionRickard Green2016-01-201-11/+36
| * | Fragmented young heap generation and off_heap_message_queue optionRickard Green2015-11-121-3/+4
| |/
* | erts: Change erl_exit into erts_exitSverker Eriksson2016-02-241-3/+3
|/
* Avoid unnecessary copying of data when retrieving corrected monotonic timeRickard Green2015-07-081-44/+41
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* Merge branch 'rickard/timer-optimization/OTP-12650'Rickard Green2015-05-081-144/+139
|\