summaryrefslogtreecommitdiffhomepage
path: root/pkg/cpuid
AgeCommit message (Expand)Author
2021-09-01Cache cpuid.HostFeatureSet().Jamie Liu
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2020-12-15Internal change.Andrei Vagin
2020-08-25Add nogo support to go_binary and go_test targets.Adin Scannell
2020-06-18Remove various uses of 'whitelist'Michael Pratt
2020-04-01Fix 386 build tagsMichael Pratt
2020-03-30Add AMD Rome CPUID flag.Michael Pratt
2020-02-18cpuid: cache the maximum size of xsave stategVisor bot
2020-02-10Merge pull request #1453 from xiaobo55x:cpuidgVisor bot
2020-02-10Enable pkg/cpuid support on arm64.Haibo Xu
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-16Add remaining /proc/* and /proc/sys/* filesFabricio Voznika
2019-11-11Add more extended features.Brad Burlage
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-08-26Add support for Intel cache CPUID leafsMichael Pratt
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-25Perform explicit CPUID and FP state compatibility checks on restoreMichael Pratt
2019-04-04Set fixed field in CPUID function 2Michael Pratt
2019-03-26Automated rollback of changelist 234892473Michael Pratt
2019-02-20Automated rollback of changelist 234680481Michael Pratt
2019-02-19Rename "perfctr_l2" to "perfctr_llc"Michael Pratt
2019-02-19Rename "rdt" to "rdt_a"Michael Pratt
2019-02-13Expose XSAVES in /proc/cpuinfoMichael Pratt
2019-01-31Remove license commentsMichael Pratt
2018-10-30Clean up cpuid_parse_testMichael Pratt
2018-10-26Add AMD-specific features to cpuid packageMichael Pratt
2018-10-26Add block 3 features to /proc/cpuinfoMichael Pratt
2018-10-26Order feature strings by blockMichael Pratt
2018-10-19Use correct company name in copyright headerIan Gudger
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-05-07Fix misspellingsIan Gudger
2018-04-28Check in gVisor.Googler