summaryrefslogtreecommitdiff
path: root/src/runtime/mem_linux.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: print error if mmap failsIan Lance Taylor2022-01-191-0/+1
* runtime: add harddecommit GODEBUG flagMichael Anthony Knyszek2021-11-051-0/+20
* runtime: delineate which memstats are system stats with a typeMichael Anthony Knyszek2020-10-261-6/+6
* runtime: clean up power-of-two rounding code with align functionsMichael Anthony Knyszek2019-11-041-4/+4
* runtime: add physHugePageShiftMichael Anthony Knyszek2019-07-301-2/+2
* runtime: ensure free and unscavenged spans may be backed by huge pagesMichael Anthony Knyszek2019-05-061-9/+12
* runtime: remove sys.HugePageSizeMichael Anthony Knyszek2019-05-031-16/+12
* runtime: add GODEBUG=madvdontneed=1Brad Fitzpatrick2019-01-021-1/+6
* runtime: use MADV_FREE on Linux if availableTobias Klauser2018-09-181-2/+11
* runtime: remove non-reserved heap logicAustin Clements2018-02-151-73/+2
* runtime: separate error result for mmapAustin Clements2017-10-181-21/+21
* runtime: don't hard-code physical page sizeAustin Clements2016-09-061-6/+3
* runtime: support smaller physical pages than PhysPageSizeAustin Clements2016-07-201-8/+14
* runtime: check that sysUnused is always physical-page alignedAustin Clements2016-04-161-0/+7
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* runtime: break out system-specific constants into package sysMichael Matloob2015-11-121-11/+14
* runtime: adjust huge page flags only on huge page granularityAustin Clements2015-10-021-17/+77
* runtime: implement xadduintptr and update system mstats using itSrdjan Petrovic2015-04-241-6/+11
* runtime: fix build, divide by constant 0 is a compile-time errorKeith Randall2015-02-251-1/+2
* runtime: mark pages we return to kernel as NOHUGEPAGEKeith Randall2015-02-251-0/+19
* runtime: remove obsolete SELinux execmem commentBrad Fitzpatrick2015-02-121-1/+0
* runtime: rename gothrow to throwKeith Randall2014-12-281-4/+4
* runtime: correct ptrSize test in Linux version of sysReserveIan Lance Taylor2014-12-231-1/+1
* [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox2014-11-141-3/+3
* [dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox2014-11-111-0/+135