summaryrefslogtreecommitdiff
path: root/sys/modules/hwpmc
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-03-01sys/modules: fix bogus OPT_ACPI testsNathaniel Wesley Filardo
2023-03-01hwpmc: Don't wrap entire files in #ifdef DEV_ACPI.John Baldwin
2022-12-22Fix loading the hwpmc module when ACPI is enabledAndrew Turner
2022-08-31arm64: Fix hwpmc module for OPT_ACPI isn't selectedEmmanuel Vadot
2022-06-26Add support of ARM CMN-600 controller, PMU access functions only. Add support...Aleksandr Rybalko
2022-06-26The Arm CoreLink DMC-620 Dynamic Memory Controller PMU driverAleksandr Rybalko
2020-11-05[PowerPC] hwpmc: add support for POWER8/9 PMCsLeandro Lupori
2020-02-03Remove sparc64 kernel supportWarner Losh
2019-06-12Don't attempt to include hwpmc support for armv6, we're missing some of theIan Lepore
2019-06-06For armv6 and armv7, build hwpmc_armv7.c as well as the base hwpmc_arm.c.Ian Lepore
2019-02-12With r344062 in place, hwpmc_mod.c generally needs bus_if.h andMarius Strobl
2018-05-31hwpmc: remove unused pre-table driven bits for intelMatt Macy
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2015-10-23Add aarch64 files to the hwpmc(4) module buildEd Maste
2015-04-18Implement hwpmc(4) for Freescale e500 core.Justin Hibbits
2014-07-07Remove ia64.Marcel Moolenaar
2014-02-03Add missing file to Makefile.Justin Hibbits
2013-09-03Refactor PowerPC hwpmc(4) driver into generic and specific. More refactoringJustin Hibbits
2012-03-28Add software PMC support.Fabien Thomas
2010-08-23MFtbemd:Warner Losh
2010-07-13Make kernel modules build correctly on 64-bit PowerPC.Nathan Whitehorn
2010-04-02- Support for uncore counting events: one fixed PMC with the uncoreFabien Thomas
2008-11-27- Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core SoloJoseph Koshy
2008-11-09- Separate PMC class dependent code from other kinds of machineJoseph Koshy
2008-02-21Remove WARNS from here and compile with default kernel flags.Ruslan Ermilov
2006-07-27Remove Alpha remnants.Marcel Moolenaar
2005-06-09MFP4:Joseph Koshy
2005-04-28Use the new path (post repo-copy) to our sources.Joseph Koshy
2005-04-19Bring a working snapshot of hwpmc(4), its associated libraries, userland util...Joseph Koshy