index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
mpagecache.go
Age
Commit message (
Expand
)
Author
2024-07-23
runtime,internal: move runtime/internal/sys to internal/runtime/sys
David Chase
2023-04-19
runtime: manage huge pages explicitly
Michael Anthony Knyszek
2023-01-11
runtime: fix incorrect comment
zhengchaopu
2022-05-11
runtime: change maxSearchAddr into a helper function
Matthew Dempsky
2021-11-04
runtime: set and clear only the relevant bits in allocToCache
Michael Anthony Knyszek
2020-10-30
runtime: add heap lock assertions
Michael Pratt
2020-10-23
runtime: rename pageAlloc receiver
Michael Pratt
2020-05-08
runtime: use offAddr in more parts of the runtime
Michael Anthony Knyszek
2020-04-27
runtime: ensure allocToCache updates searchAddr in a valid way
Michael Anthony Knyszek
2020-03-30
runtime: check the correct sanity condition in the page allocator
Michael Anthony Knyszek
2019-12-03
runtime: convert page allocator bitmap to sparse array
Michael Anthony Knyszek
2019-11-08
runtime: copy some functions from math/bits to runtime/internal/sys
David Chase
2019-11-08
runtime: add page cache and tests
Michael Anthony Knyszek