| Commit message (Expand) | Author | Age | Files | Lines |
| * | [dev.regabi] runtime: use g register in some assembly functions on AMD64 | Cherry Zhang | 2021-02-08 | 1 | -0/+16 |
| * | [dev.regabi] cmd/compile, runtime: reserve R14 as g registers on AMD64 | Cherry Zhang | 2021-02-08 | 1 | -0/+1 |
| * | reflect,runtime: use internal ABI for selected ASM routines, attempt 2 | Than McIntosh | 2020-10-30 | 1 | -5/+8 |
| * | Revert "reflect,runtime: use internal ABI for selected ASM routines" | Than McIntosh | 2020-10-29 | 1 | -8/+5 |
| * | reflect,runtime: use internal ABI for selected ASM routines | Than McIntosh | 2020-10-29 | 1 | -5/+8 |
| * | runtime: don't crash if vsyscall and vdso are disabled on x86_64 | Andrei Vagin | 2020-09-30 | 1 | -20/+11 |
| * | runtime: reduce syscall when call runtime.clone | cui | 2020-08-19 | 1 | -13/+21 |
| * | crypto,internal/bytealg: fix assembly that clobbers BP | Keith Randall | 2020-08-16 | 1 | -4/+4 |
| * | runtime: revert signal stack mlocking | Austin Clements | 2020-08-13 | 1 | -19/+0 |
| * | runtime: make nanotime1 reentrant | Cherry Zhang | 2020-08-10 | 1 | -18/+38 |
| * | runtime: correct caller PC/SP offsets in walltime1/nanotime1 | Cherry Zhang | 2020-02-13 | 1 | -6/+6 |
| * | runtime: make sure BP is saved in nanotime1/walltime1, else frame pointer may... | Dan Scales | 2019-12-20 | 1 | -2/+5 |
| * | runtime: mlock top of signal stack on Linux 5.2–5.4.1 | Austin Clements | 2019-12-05 | 1 | -0/+19 |
| * | runtime: M-targeted signals for Linux | Austin Clements | 2019-10-26 | 1 | -0/+14 |
| * | runtime: change read and write to return negative errno value | Ian Lance Taylor | 2019-10-21 | 1 | -6/+0 |
| * | runtime: define nonblockingPipe | Ian Lance Taylor | 2019-10-20 | 1 | -0/+33 |
| * | runtime: wrap nanotime, walltime, and write | Austin Clements | 2019-09-04 | 1 | -4/+4 |
| * | cmd/link/ld,cmd/internal/obj,runtime: make the Android TLS offset dynamic | Elias Naur | 2019-03-29 | 1 | -4/+2 |
| * | all: this big patch remove whitespace from assembly files | Zhou Peng | 2018-10-03 | 1 | -1/+1 |
| * | runtime: use MADV_FREE on Linux if available | Tobias Klauser | 2018-09-18 | 1 | -1/+1 |
| * | runtime: use tgkill for raise | Michael Pratt | 2018-09-07 | 1 | -4/+8 |
| * | runtime: change GNU/Linux usleep to use nanosleep | Ian Lance Taylor | 2018-04-24 | 1 | -8/+4 |
| * | runtime: use Android O friendly faccessat syscall on linux/amd64 | Tobias Klauser | 2018-03-15 | 1 | -4/+7 |
| * | runtime: get traceback from VDSO code | Ian Lance Taylor | 2018-03-07 | 1 | -7/+23 |
| * | runtime: change from rt_sigaction to sigaction | Ian Lance Taylor | 2018-03-07 | 1 | -1/+1 |
| * | runtime: rename vdso symbols to use camel case | Ian Lance Taylor | 2018-03-05 | 1 | -4/+4 |
| * | runtime: simplify walltime/nanotime on linux/{386,amd64} | Tobias Klauser | 2018-02-27 | 1 | -4/+2 |
| * | runtime: remove unused getrlimit function | Tobias Klauser | 2018-02-17 | 1 | -9/+0 |
| * | runtime: add symbol for AT_FDCWD on Linux amd64 and mips64x | Tobias Klauser | 2018-02-14 | 1 | -1/+3 |
| * | runtime: use Android O friendly syscalls on 64-bit machines | Jason A. Donenfeld | 2018-02-13 | 1 | -7/+11 |
| * | runtime: call amd64 VDSO entry points on large stack | Ian Lance Taylor | 2017-11-14 | 1 | -8/+49 |
| * | runtime: separate error result for mmap | Austin Clements | 2017-10-18 | 1 | -2/+7 |
| * | runtime: make it possible to exit Go-created threads | Austin Clements | 2017-10-11 | 1 | -3/+9 |
| * | runtime: add symbols for Linux syscall numbers on 386/amd64 | Chris Ball | 2017-08-30 | 1 | -38/+74 |
| * | runtime: intercept munmap as we do mmap | Ian Lance Taylor | 2017-06-06 | 1 | -1/+14 |
| * | runtime: use pselect6 for usleep on linux/amd64 and linux/arm | Austin Clements | 2017-05-19 | 1 | -3/+6 |
| * | runtime: inform arena placement using sbrk(0) | Austin Clements | 2017-04-21 | 1 | -0/+9 |
| * | time: record monotonic clock reading in time.Now, for more accurate comparisons | Russ Cox | 2017-02-03 | 1 | -2/+2 |
| * | runtime: avoid clobbering C callee-save register in cgoSigtramp | Bryan C. Mills | 2017-01-12 | 1 | -2/+2 |
| * | runtime: preserve callee-saved C registers in sigtramp | Bryan C. Mills | 2016-12-15 | 1 | -4/+21 |
| * | runtime/cgo: use libc for sigaction syscalls when possible | Bryan C. Mills | 2016-11-16 | 1 | -1/+14 |
| * | runtime: align stack pointer in sigfwd | Bryan C. Mills | 2016-11-01 | 1 | -3/+8 |
| * | runtime, syscall: use FP instead of SP for parameters | Matthew Dempsky | 2016-09-30 | 1 | -2/+2 |
| * | runtime: unify some signal handling functions | Ian Lance Taylor | 2016-09-24 | 1 | -1/+1 |
| * | all: fix assembly vet issues | Josh Bleecher Snyder | 2016-08-25 | 1 | -5/+5 |
| * | runtime: collect stack trace if SIGPROF arrives on non-Go thread | Ian Lance Taylor | 2016-06-13 | 1 | -3/+27 |
| * | runtime: support symbolic backtrace of C code in a cgo crash | Ian Lance Taylor | 2016-04-01 | 1 | -1/+58 |
| * | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 1 | -1/+1 |
| * | runtime: use correct psABI SP alignment before calling libc mmap | Shenghou Ma | 2016-02-20 | 1 | -1/+5 |
| * | runtime, cmd: TLS setup for android/amd64. | Hyang-Ah Hana Kim | 2015-10-28 | 1 | -1/+7 |