summaryrefslogtreecommitdiff
path: root/src/runtime/mem_linux.go
Commit message (Expand)AuthorAgeFilesLines
* 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