aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mpagealloc_64bit.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-23runtime: rename pageAlloc receiverMichael Pratt
2020-10-06runtime: enable more address bits on macOS/ARM64Cherry Zhang
2020-05-08runtime: make addrRange[s] operate on offset addressesMichael Anthony Knyszek
2020-01-23runtime: add missing code for linux/riscv64Joel Sing
2019-12-11runtime: use inUse ranges to map in summary memory only as neededMichael Anthony Knyszek
2019-12-03runtime: convert page allocator bitmap to sparse arrayMichael Anthony Knyszek
2019-11-07runtime: add new page allocator coreMichael Anthony Knyszek
2019-11-07runtime: add new page allocator constants and descriptionMichael Anthony Knyszek