]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/runtime2.go
runtime: break out system-specific constants into package sys
[gostls13.git] / src / runtime / runtime2.go
2015-11-12 Michael Matloobruntime: break out system-specific constants into packa...
2015-11-11 Austin Clementsruntime: eliminate traceBuf write barriers
2015-11-10 Michael Matloobruntime: break atomics out into package runtime/interna...
2015-11-03 Austin Clementsruntime: change p.runq from []*g to []guintptr
2015-11-02 Ilya Tocarbytes: speed up Compare() on amd64
2015-10-22 Matthew Dempskyruntime: prune some dead variables
2015-10-22 Matthew Dempskyruntime: split plan9 and solaris's m fields into new...
2015-10-21 Matthew Dempskyruntime: make iface/eface handling more type safe
2015-10-20 Matthew Dempskyruntime: add stringStructOf helper function
2015-10-20 Aaron Jacobsruntime: rename _func.frame to make it clear it's depre...
2015-10-09 Austin Clementsruntime: directly track GC assist balance
2015-09-14 Austin Clementsruntime: remove unused g.readyg field
2015-08-28 Russ Coxruntime: check explicitly for short unwinding of stacks
2015-08-25 Todd Nealruntime: fix nmspinning comparison
2015-08-07 Russ Coxruntime: run on GOARM=5 and GOARM=6 uniprocessor freebs...
2015-07-30 Russ Coxruntime: change arm software div/mod call sequence...
2015-07-29 Russ Coxruntime/trace: record event sequence numbers explicitly
2015-07-29 Austin Clementsruntime: avoid race between SIGPROF traceback and stack...
2015-07-11 Brad Fitzpatrickall: link to https instead of http
2015-06-29 Alex Brainmanruntime: store syscall parameters in m not on stack
2015-06-18 Dmitry Vyukovruntime: fix tracing of syscallexit
2015-06-17 Russ Coxruntime: fix races in stack scan
2015-06-11 Ainar Garipovall: fix misprints in comments
2015-06-10 Yongjian Xuruntime: correct a drifted comment in referencing m...
2015-06-02 Austin Clementsruntime: steal space for stack barrier tracking from...
2015-06-02 Austin Clementsruntime: decouple stack bounds and stack allocation...
2015-05-22 Elias Naurruntime: don't always unblock all signals
2015-05-18 Austin Clementsruntime: use separate count and note for forEachP
2015-05-17 Austin Clementsruntime: eliminate runqvictims and a copy from runqsteal
2015-05-13 Rick Hudsonruntime: reduce thrashing of gs between ps
2015-05-11 Daniel Morsingruntime: enable profiling on g0
2015-05-07 Alex Brainmanruntime: fix comments that mention g status values
2015-04-28 Russ Coxruntime: replace needwb() with writeBarrierEnabled
2015-04-27 Austin Clementsruntime: replace STW for enabling write barriers with...
2015-04-27 Austin Clementsruntime: add ragged global barrier function
2015-04-24 Austin Clementsruntime: replace per-M workbuf cache with per-P gcWork...
2015-04-24 Austin Clementsruntime: yield time slice to most recently readied G
2015-04-21 Austin Clementsruntime: fix background marking at 25% utilization
2015-04-21 Austin Clementsruntime: multi-threaded, utilization-scheduled backgrou...
2015-04-21 Austin Clementsruntime: track time spent in mutator assists
2015-04-21 Austin Clementsruntime: proportional mutator assist
2015-04-20 Russ Coxruntime: replace func-based write barrier skipping...
2015-04-17 Austin Clementsruntime: fix dangling pointer in readyExecute
2015-04-17 Russ Coxruntime: delete cgo_allocate
2015-04-15 Michael Hudson-Doyleruntime: merge slice and sliceStruct
2015-04-09 David Crawshawruntime: add isarchive, set by the linker
2015-04-03 Srdjan Petrovicruntime: initialize shared library at library-load...
2015-04-02 Austin Clementsruntime: add cumulative GC CPU % to gctrace line
2015-03-26 David Crawshawruntime, runtime/cgo: make needextram a bool
2015-03-20 Russ Coxruntime: add GODEBUG=sbrk=1 to bypass memory allocator...
2015-03-17 Russ Coxruntime: fix writebarrier throw in lock_sema
2015-03-17 Rick Hudsonruntime: Remove write barriers during STW.
2015-03-11 Keith Randallruntime,reflect,cmd/internal/gc: Fix comments referring...
2015-03-10 Dmitry Vyukovruntime: remove runtime frames from stacks in traces
2015-03-04 Dmitry Vyukovruntime: bound defer pools (try 2)
2015-03-04 Dmitry Vyukovruntime: bound sudog cache
2015-02-23 Russ Cox[dev.cc] all: merge master (48469a2) into dev.cc
2015-02-20 Dmitry Vyukovruntime: fix cputicks on x86
2015-02-13 Russ Cox[dev.cc] all: merge master (5f1efe7) into dev.cc
2015-02-11 Rick Hudsonruntime: cache workbufs on Ms and add consistency checks
2015-02-11 Dmitry Vyukovruntime: never show system goroutines in traceback
2015-02-04 Russ Cox[dev.cc] all: merge master (b8fcae0) into dev.cc
2015-02-04 Russ CoxRevert "runtime: bound defer pools"
2015-02-04 Dmitry Vyukovruntime: bound defer pools
2015-02-02 Austin Clementscmd/6g, liblink, runtime: support saving base pointers
2015-02-02 Austin Clementsruntime: rename m.gcing to m.preemptoff and make it...
2015-01-29 Austin Clementsruntime: move all parfor-related code to parfor.go
2015-01-28 Rick Hudsonruntime: avoid redundant scans
2015-01-28 Dmitry Vyukovruntime: add tracing of runtime events
2015-01-28 Dmitry Vyukovruntime: add execution tracing functionality
2015-01-15 Russ Cox[dev.cc] all: merge master (d1210ac) into dev.cc
2015-01-07 Keith Randallruntime: remove size argument from hash and equal algor...
2015-01-07 Keith Randallruntime: remove trailing empty arrays in structs
2015-01-06 Russ Coxruntime: change Gobuf.g to uintptr, not pointer
2015-01-06 Russ Coxruntime: add GODEBUG wbshadow for finding missing write...
2015-01-05 Russ CoxRevert "liblink, cmd/ld, runtime: remove stackguard1"
2014-12-29 Shenghou Maliblink, cmd/ld, runtime: remove stackguard1
2014-12-23 Austin Clementsruntime: run libc SIGSETXID and SIGCANCEL handlers...
2014-12-23 Keith Randallruntime: make stack frames fixed size by modifying...
2014-12-10 Keith Randallruntime: clean up & go-ify the hash function seeder
2014-12-06 Russ Coxall: merge dev.garbage (d1238958d4ae) into default...
2014-12-05 Russ Coxall: merge default (faa3ed1dc30e) into dev.garbage
2014-12-05 Russ Coxall: merge dev.cc (81884b89bd88) into default
2014-12-05 Russ Cox[dev.garbage] all: merge dev.cc (81884b89bd88) into...
2014-12-05 Russ Cox[dev.cc] all: merge default (8d42099cdc23) into dev.cc
2014-11-24 Russ Cox[dev.garbage] all: merge dev.cc (493ad916c3b1) into...
2014-11-23 Russ Cox[dev.cc] all: merge default (95f5614b4648) into dev.cc
2014-11-20 Russ Cox[dev.cc] all: merge default (e4ab8f908aac) into dev.cc
2014-11-20 Russ Cox[dev.cc] all: merge dev.power64 (f57928630b36) into...
2014-11-18 Russ Cox[dev.cc] runtime: generate GOOS- and GOARCH-specific...
2014-11-16 Russ Cox[dev.garbage] all: merge dev.cc (723ca3789b88) into...
2014-11-15 Russ Cox[dev.garbage] all: merge dev.cc into dev.garbage
2014-11-14 Russ Cox[dev.cc] all: merge dev.power64 (7667e41f3ced) into...
2014-11-12 Russ Cox[dev.cc] runtime: delete scalararg, ptrarg; rename...
2014-11-11 Russ Cox[dev.cc] runtime: convert header files to Go