summaryrefslogtreecommitdiff
path: root/src/runtime/mpagecache.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: add heap lock assertionsMichael Pratt2020-10-301-1/+13
* runtime: rename pageAlloc receiverMichael Pratt2020-10-231-21/+21
* runtime: use offAddr in more parts of the runtimeMichael Anthony Knyszek2020-05-081-6/+6
* runtime: ensure allocToCache updates searchAddr in a valid wayMichael Anthony Knyszek2020-04-271-4/+9
* runtime: check the correct sanity condition in the page allocatorMichael Anthony Knyszek2020-03-301-1/+1
* runtime: convert page allocator bitmap to sparse arrayMichael Anthony Knyszek2019-12-031-7/+9
* runtime: copy some functions from math/bits to runtime/internal/sysDavid Chase2019-11-081-3/+3
* runtime: add page cache and testsMichael Anthony Knyszek2019-11-081-0/+154