index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
mem_linux.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
runtime: print error if mmap fails
Ian Lance Taylor
2022-01-19
1
-0
/
+1
*
runtime: add harddecommit GODEBUG flag
Michael Anthony Knyszek
2021-11-05
1
-0
/
+20
*
runtime: delineate which memstats are system stats with a type
Michael Anthony Knyszek
2020-10-26
1
-6
/
+6
*
runtime: clean up power-of-two rounding code with align functions
Michael Anthony Knyszek
2019-11-04
1
-4
/
+4
*
runtime: add physHugePageShift
Michael Anthony Knyszek
2019-07-30
1
-2
/
+2
*
runtime: ensure free and unscavenged spans may be backed by huge pages
Michael Anthony Knyszek
2019-05-06
1
-9
/
+12
*
runtime: remove sys.HugePageSize
Michael Anthony Knyszek
2019-05-03
1
-16
/
+12
*
runtime: add GODEBUG=madvdontneed=1
Brad Fitzpatrick
2019-01-02
1
-1
/
+6
*
runtime: use MADV_FREE on Linux if available
Tobias Klauser
2018-09-18
1
-2
/
+11
*
runtime: remove non-reserved heap logic
Austin Clements
2018-02-15
1
-73
/
+2
*
runtime: separate error result for mmap
Austin Clements
2017-10-18
1
-21
/
+21
*
runtime: don't hard-code physical page size
Austin Clements
2016-09-06
1
-6
/
+3
*
runtime: support smaller physical pages than PhysPageSize
Austin Clements
2016-07-20
1
-8
/
+14
*
runtime: check that sysUnused is always physical-page aligned
Austin Clements
2016-04-16
1
-0
/
+7
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
1
-1
/
+1
*
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-03-01
1
-1
/
+1
*
runtime: break out system-specific constants into package sys
Michael Matloob
2015-11-12
1
-11
/
+14
*
runtime: adjust huge page flags only on huge page granularity
Austin Clements
2015-10-02
1
-17
/
+77
*
runtime: implement xadduintptr and update system mstats using it
Srdjan Petrovic
2015-04-24
1
-6
/
+11
*
runtime: fix build, divide by constant 0 is a compile-time error
Keith Randall
2015-02-25
1
-1
/
+2
*
runtime: mark pages we return to kernel as NOHUGEPAGE
Keith Randall
2015-02-25
1
-0
/
+19
*
runtime: remove obsolete SELinux execmem comment
Brad Fitzpatrick
2015-02-12
1
-1
/
+0
*
runtime: rename gothrow to throw
Keith Randall
2014-12-28
1
-4
/
+4
*
runtime: correct ptrSize test in Linux version of sysReserve
Ian Lance Taylor
2014-12-23
1
-1
/
+1
*
[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc
Russ Cox
2014-11-14
1
-3
/
+3
*
[dev.cc] runtime: convert memory allocator and garbage collector to Go
Russ Cox
2014-11-11
1
-0
/
+135