| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: make allp a static array | Russ Cox | 2014-08-29 | 1 | -5/+1 |
* | runtime: run runtime.init | Russ Cox | 2014-08-29 | 1 | -0/+2 |
* | runtime: convert forcegc helper to Go | Dmitriy Vyukov | 2014-08-29 | 1 | -35/+9 |
* | runtime: convert print.c to Go | Russ Cox | 2014-08-28 | 1 | -2/+3 |
* | runtime: rename Lock to Mutex | Russ Cox | 2014-08-27 | 1 | -6/+6 |
* | cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into... | Matthew Dempsky | 2014-08-27 | 1 | -2/+2 |
* | runtime: changes to g->atomicstatus (nee status) to support concurrent GC | Rick Hudson | 2014-08-27 | 1 | -43/+201 |
* | runtime,sync: Convert procPin and procUnpin functions to Go. | Sanjay Menakuru | 2014-08-26 | 1 | -0/+20 |
* | runtime: restore scavenger constants | Dmitriy Vyukov | 2014-08-25 | 1 | -2/+7 |
* | runtime: remove dedicated scavenger thread | Dmitriy Vyukov | 2014-08-25 | 1 | -14/+66 |
* | runtime: refactor CPU profiling | Dmitriy Vyukov | 2014-08-25 | 1 | -15/+14 |
* | runtime,runtime/debug: Converted some functions from goc to Go. | Sanjay Menakuru | 2014-08-24 | 1 | -3/+7 |
* | runtime: convert channel operations to Go, part 1 (chansend1). | Keith Randall | 2014-08-24 | 1 | -1/+0 |
* | runtime: remove unused var | Dmitriy Vyukov | 2014-08-23 | 1 | -1/+0 |
* | runtime: run newproc1 on M stack. | Daniel Morsing | 2014-08-23 | 1 | -3/+28 |
* | runtime: convert note to Go | Dmitriy Vyukov | 2014-08-22 | 1 | -0/+25 |
* | runtime: convert common scheduler functions to Go | Dmitriy Vyukov | 2014-08-21 | 1 | -21/+32 |
* | runtime: init GC later | Dmitriy Vyukov | 2014-08-21 | 1 | -5/+1 |
* | runtime: fix deadlock when gctrace | Dmitriy Vyukov | 2014-08-21 | 1 | -0/+8 |
* | runtime: convert Gosched to Go | Dmitriy Vyukov | 2014-08-19 | 1 | -10/+4 |
* | runtime: fix dump of data/bss | Dmitriy Vyukov | 2014-08-18 | 1 | -0/+1 |
* | runtime: mark functions as static where possible | Matthew Dempsky | 2014-08-08 | 1 | -1/+1 |
* | cmd/cc, runtime: eliminate use of the unnamed substructure C extension | Peter Collingbourne | 2014-08-07 | 1 | -72/+72 |
* | runtime: remove mal/malloc/FlagNoGC/FlagNoInvokeGC | Dmitriy Vyukov | 2014-08-07 | 1 | -3/+3 |
* | runtime: get rid of free | Dmitriy Vyukov | 2014-07-31 | 1 | -3/+1 |
* | runtime: rewrite malloc in Go. | Keith Randall | 2014-07-30 | 1 | -0/+1 |
* | runtime: generate type info for chans | Dmitriy Vyukov | 2014-07-29 | 1 | -0/+1 |
* | runtime: simpler and faster GC | Dmitriy Vyukov | 2014-07-29 | 1 | -0/+1 |
* | runtime: fix unexpected return pc for runtime.newstackcall | Dmitriy Vyukov | 2014-07-23 | 1 | -3/+2 |
* | runtime: keep build version around in binaries | Keith Randall | 2014-07-21 | 1 | -0/+9 |
* | undo CL 101570044 / 2c57aaea79c4 | Keith Randall | 2014-07-17 | 1 | -1/+5 |
* | runtime: make NumGoroutines faster | Dmitriy Vyukov | 2014-07-17 | 1 | -18/+15 |
* | runtime: start goroutine ids at 1 | Dmitriy Vyukov | 2014-07-16 | 1 | -0/+4 |
* | runtime: refactor routines for stopping, running goroutine from m | Russ Cox | 2014-07-14 | 1 | -16/+31 |
* | undo CL 104200047 / 318b04f28372 | Keith Randall | 2014-06-30 | 1 | -2/+1 |
* | runtime: stack allocator, separate from mallocgc | Keith Randall | 2014-06-30 | 1 | -1/+2 |
* | runtime: improve scheduler trace | Dmitriy Vyukov | 2014-06-26 | 1 | -4/+4 |
* | runtime: say when a goroutine is locked to OS thread | Dmitriy Vyukov | 2014-06-26 | 1 | -4/+6 |
* | all: remove 'extern register M *m' from runtime | Russ Cox | 2014-06-26 | 1 | -167/+167 |
* | runtime/race: update runtime to tip | Dmitriy Vyukov | 2014-06-20 | 1 | -3/+5 |
* | runtime: fix panic stack during runtime.Goexit during panic | Russ Cox | 2014-06-06 | 1 | -0/+6 |
* | runtime: mark some C globals as having no pointers. | Keith Randall | 2014-05-31 | 1 | -0/+1 |
* | runtime: make continuation pc available to stack walk | Russ Cox | 2014-05-31 | 1 | -1/+1 |
* | runtime: fix go of nil func value | Dmitriy Vyukov | 2014-05-28 | 1 | -0/+4 |
* | runtime: clean up scanning of Gs | Keith Randall | 2014-04-28 | 1 | -1/+16 |
* | runtime: crash when func main calls Goexit and all other goroutines exit | Russ Cox | 2014-04-16 | 1 | -1/+1 |
* | runtime: cache gotraceback setting | Russ Cox | 2014-04-08 | 1 | -0/+4 |
* | runtime: fix yet another race in bgsweep | Dmitriy Vyukov | 2014-03-26 | 1 | -0/+2 |
* | runtime: use VEH, not SEH, for windows/386 exception handling | Russ Cox | 2014-03-24 | 1 | -22/+0 |
* | runtime: fix stack split detection around fork | Dmitriy Vyukov | 2014-03-19 | 1 | -0/+1 |