summaryrefslogtreecommitdiff
path: root/arch/x86/machine/pmu_amd.c
AgeCommit message (Collapse)Author
2018-05-04pmu: fix driver initialization.Remy Noel
2018-05-03perfmon: add polling overflow implementation in perfmonRemy Noel
2018-05-03perfmon: register a pmu_driver in place of pmu_ops.Remy Noel
Replace pmu_get_width with a property. Prepare the default overfow handling.
2018-04-29Minor changesRichard Braun
2018-04-21pmu_amd: Add AMD overflow handling (untested).Remy Noel
2018-04-21perfmon: various cosmetics.Remy Noel
2018-04-21kern/perfmon: Handle overflow on sync.Remy Noel
Add new perfmon driver method "get_pmc_width".
2018-04-21cpu: Add cpu_get_msr64 helperRemy Noel
2018-03-12perfmon: Coding style & cosmetic fixesRemy Noel
2018-02-25Merge branch 'master' into perfmonRemy Noel
2018-02-22perfmon: split pmu into amd and intel architectures.Remy Noel
pmu_driver handling is now perfmon's responsibility.