aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/sys_linux_arm.s
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-04runtime: use new #include "textflag.h"Russ Cox
2014-09-04runtime: convert netpoll to GoDmitriy Vyukov
2014-08-27cmd/cc, runtime: convert C compilers to use Go calling conventionRuss Cox
2014-08-06runtime: get rid of SA_RESTORER on ARM.Shenghou Ma
2014-06-26all: remove 'extern register M *m' from runtimeRuss Cox
2014-02-25runtime: use monotonic clock for timers on linux/armMikio Hara
2013-08-14runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur
2013-08-12runtime: fix ARM assembly formattingDmitriy Vyukov
2013-08-07runtime: convert .s textflags from numbers to symbolic constants.Keith Randall
2013-07-12runtime: correctly handle signals received on foreign threadsShenghou Ma
2013-05-28runtime: use m and g, instead of R9 and R10, in ARM assembly filesShenghou Ma
2013-05-27runtime: make arm signal handler call runtime.badsignalShenghou Ma
2013-03-16net, runtime: enable runtime-integrated pollster on Linux/ARM.Shenghou Ma
2013-03-15runtime: accept GOTRACEBACK=crash to mean 'crash after panic'Russ Cox
2013-02-28runtime/cgo: make symbol naming consistentRuss Cox
2013-02-22runtime: delete old closure codeRuss Cox
2012-12-22runtime: ignore failure from madviseRuss Cox
2012-12-19runtime: use "mp" and "gp" instead of "m" and "g" for local variable name to ...Jingcheng Zhang
2012-12-18runtime: use clock_gettime to get ns resolution for time.now & runtime.nanotimeShenghou Ma
2012-09-04runtime: discard SIGPROF delivered to non-Go threads.Alan Donovan
2012-08-10runtime: use sched_getaffinity for runtime.NumCPU() on LinuxShenghou Ma
2012-05-04runtime: cgo support for Linux/ARMShenghou Ma
2012-03-08runtime: inline calls to notokRuss Cox
2012-02-24runtime: size arena to fit in virtual address space limitRuss Cox
2012-02-23runtime: check for ARM syscall failuresShenghou Ma
2012-02-23runtime: linux signal maskingRuss Cox
2012-02-13os/signal: selective signal handlingRuss Cox
2012-01-10runtime: runtime.usleep() bugfix on darwin/amd64 and linux/armShenghou Ma
2011-12-19runtime: separate out auto-generated files, take 2Russ Cox
2011-12-16runtime: hg revert -r 6ec0a5c12d75Russ Cox
2011-12-16runtime: separate out auto-generated filesRuss Cox
2011-12-16runtime: make more build-friendlyRuss Cox