aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/signal_arm.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-05-06cmd/internal/obj, runtime: preempt & restart some instruction sequencesCherry Zhang
2020-04-16runtime: clean up now unused pushCallSupportedJoel Sing
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-04-08all: remove darwin/arm build-tags and filesAustin Clements
2019-11-07runtime: disable async preemption on darwin/arm(64) for nowCherry Zhang
2019-11-05runtime: add async preemption support on ARMCherry Zhang
2019-11-02runtime: support for injecting calls at signals on x86Austin Clements
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-02-13runtime: refactor test for pushing sigpanic frameAustin Clements
2017-03-06runtime: avoid repeated findmoduledatap callsAustin Clements
2016-10-11runtime: record current PC for SIGPROF on non-Go threadIan Lance Taylor
2016-09-25runtime: merge Unix sighandler functionsIan Lance Taylor
2016-03-07runtime: eliminate unnecessary type conversionsMatthew Dempsky
2016-01-08runtime: allow signal.Ignore of user-generated throwing signalsRuss Cox
2016-01-05runtime: fix exit status when killed by signalIan Lance Taylor
2015-11-24runtime: recursively disallow write barriers in sighandlerAustin Clements
2015-10-30runtime: introduce GOTRACEBACK=single, now the defaultRuss Cox
2015-07-27runtime: log all thread stack traces during GODEBUG=crash on UnixIan Lance Taylor
2015-07-14runtime: fix build on non-x86 machinesRuss Cox
2015-04-20runtime: replace func-based write barrier skipping with type-basedRuss Cox
2015-03-26runtime: remove write barrier on G in sighandlerAustin Clements
2015-02-26runtime: simplify CPU profiling codeMatthew Dempsky
2014-11-11[dev.cc] runtime: convert signal handlers from C to GoRuss Cox