]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/mpagealloc.go
runtime: call enableMetadataHugePages and its callees on the systemstack
[gostls13.git] / src / runtime / mpagealloc.go
2023-11-13 Michael Anthony... runtime: call enableMetadataHugePages and its callees...
2023-10-24 qiulaidongfengruntime: use max/min func
2023-08-22 Michael Anthony... runtime: avoid MADV_HUGEPAGE for heap memory
2023-05-19 Michael Anthony... runtime: add eager scavenging details to GODEBUG=scavtr...
2023-04-20 Michael Anthony... runtime: bring back minHeapIdx in scavenge index
2023-04-20 Michael Anthony... runtime: initialize scavengeIndex fields properly
2023-04-19 Michael Anthony... runtime: manage huge pages explicitly
2023-04-19 Michael Anthony... runtime: disable huge pages for GC metadata for small...
2023-02-08 Oleksandr Redkoruntime: correct typos
2022-10-26 cui fliterruntime: fix a few function names on comments
2022-09-16 Michael Anthony... runtime/metrics: add CPU stats
2022-09-08 Michael Anthony... runtime: remove alignment padding in mheap and pageAlloc
2022-09-08 Michael Anthony... runtime: remove atomic store requirement on pageAlloc...
2022-08-31 bqyangruntime: fix comment typo in mpagealloc.go
2022-08-19 Cuong Manh Leruntime: remove pageAlloc.scav padding for atomic field...
2022-05-11 Matthew Dempskyruntime: change maxSearchAddr into a helper function
2022-05-03 Michael Anthony... runtime: redesign scavenging algorithm
2022-05-03 Michael Anthony... runtime: make the scavenger and allocator respect the...
2022-05-03 Michael Anthony... runtime: track how much memory is mapped in the Ready...
2021-11-08 Heschi Kreinick[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-05 Michael Anthony... runtime: don't hold the heap lock while scavenging
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-16 Dan Kortschakall: remove incorrectly repeated words in comments
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-03-31 Ian Lance Taylorruntime: check for sysAlloc failures in pageAlloc
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-17 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-30 Michael Prattruntime: add heap lock assertions
2020-10-26 Michael Anthony... runtime: delineate which memstats are system stats...
2020-10-23 Michael Prattruntime: rename pageAlloc receiver
2020-09-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-09-09 Michael Anthony... runtime: fix ReadMemStatsSlow's and CheckScavengedBits...
2020-07-31 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-07-31 Michael Anthony... runtime: validate candidate searchAddr in pageAlloc...
2020-07-09 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-05-14 Jeremy Faller[dev.link] all: merge master to dev.link
2020-05-14 Michael Anthony... runtime: make maxOffAddr reflect the actual address...
2020-05-08 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-08 Michael Anthony... runtime: use offAddr in more parts of the runtime
2020-05-08 Michael Anthony... runtime: make addrRange[s] operate on offset addresses
2020-05-08 Michael Anthony... runtime: avoid re-scanning scavenged and untouched...
2020-05-08 Michael Anthony... runtime: remove scavAddr in favor of address ranges
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-02 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-30 Michael Anthony... runtime: check the correct sanity condition in the...
2020-01-31 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-01-28 Michael Anthony... runtime: ensure that searchAddr always refers to inUse...
2020-01-09 Michael Anthony... runtime: add scavtrace debug flag and remove scavenge...
2019-12-11 Michael Anthony... runtime: use inUse ranges to map in summary memory...
2019-12-11 Michael Anthony... runtime: track ranges of address space which are owned...
2019-12-03 Michael Anthony... runtime: convert page allocator bitmap to sparse array
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-11-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-08 Gerrit Code ReviewMerge "cmd: merge branch 'dev.link' into master"
2019-11-07 Michael Anthony... runtime: count scavenged bits for new allocation for...
2019-11-07 Michael Anthony... runtime: add scavenging code for new page allocator
2019-11-07 Michael Anthony... runtime: add new page allocator core
2019-11-07 Michael Anthony... runtime: add packed bitmap summaries
2019-11-07 Michael Anthony... runtime: add new page allocator constants and description