aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/signal_ppc64x.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
2019-11-08runtime: add async preemption support on PPC64Cherry Zhang
2019-11-02runtime: support for injecting calls at signals on x86Austin Clements
2018-10-03runtime: add AIX operating systemClément Chigot
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-12-01runtime: set r12 to sigpanic before jumping to it in sighandlerMichael Hudson-Doyle
2015-11-24runtime: recursively disallow write barriers in sighandlerAustin Clements
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2015-10-30runtime: introduce GOTRACEBACK=single, now the defaultRuss Cox
2015-10-18runtime: add a constant for the smallest possible stack frameMichael Hudson-Doyle
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-12-05all: power64 is now ppc64Russ Cox