aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hwpmc
Commit message (Expand)AuthorAgeFilesLines
* MFC r228438:Fabien Thomas2012-01-031-1/+12
* MFC r228198:Fabien Thomas2012-01-031-0/+8
* MFC r226514,r226526,r226986:Fabien Thomas2011-11-162-18/+61
* MFC r222002:Attilio Rao2011-05-291-3/+3
* Merge MIPS platform support to 8-STABLE.Jayachandran C.2010-11-274-0/+810
* MFC 200669:Fabien Thomas2010-11-231-0/+2
* MFC 213409:George V. Neville-Neil2010-10-111-2/+2
* MFC r212224:Fabien Thomas2010-09-161-15/+2
* MFC r199972:Ed Maste2010-09-021-1/+1
* MFC: 210621George V. Neville-Neil2010-08-052-21/+34
* MFC r208861:Fabien Thomas2010-08-031-8/+5
* MFC r210012:George V. Neville-Neil2010-07-202-13/+86
* MFC r207484:Ryan Stone2010-05-241-9/+9
* MFC r206089, r206684:Fabien Thomas2010-04-166-964/+3456
* MFC r205998:Fabien Thomas2010-04-031-3/+5
* MFC r205694:Fabien Thomas2010-03-291-4/+0
* MFC r204878:Fabien Thomas2010-03-111-21/+27
* MFC 201151:Fabien Thomas2010-01-101-0/+6
* MFC 201023:Fabien Thomas2010-01-101-8/+8
* MFC 201021:Fabien Thomas2010-01-101-3/+161
* MFC 196739:Fabien Thomas2009-12-112-3/+82
* MFC 200060:Fabien Thomas2009-12-071-2/+3
* MFC 198432:Fabien Thomas2009-12-071-5/+15
* MFC r200001:Ed Maste2009-12-051-1/+1
* MFC 199763:Fabien Thomas2009-12-011-14/+19
* MFC 198343:Fabien Thomas2009-12-011-4/+4
* Adjust the handling of the local APIC PMC interrupt vector:John Baldwin2009-08-144-20/+19
* Fix a LOR between pmc_sx and proctree/allproc when creating a new threadAttilio Rao2009-06-252-7/+19
* - Add support for nehalem/corei7 cpus. This supports all of the coreJeff Roberson2009-01-273-53/+838
* Bug fixes:Joseph Koshy2008-12-161-7/+6
* - Disambiguate a few panic messages.Joseph Koshy2008-12-151-35/+37
* - Bug fix: prevent a thread from migrating between CPUs between theJoseph Koshy2008-12-131-16/+60
* Fixes for Core2 Extreme support.Joseph Koshy2008-12-032-3/+5
* Add aliases that map architectural event names to fixed function counters.Joseph Koshy2008-12-031-0/+5
* - Efficiency tweak: when checking for PMC overflows, only go toJoseph Koshy2008-12-022-14/+13
* Improve a comment.Joseph Koshy2008-11-301-4/+7
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core SoloJoseph Koshy2008-11-276-20/+2878
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").Jung-uk Kim2008-11-264-7/+11
* Unbreak LINT.Joseph Koshy2008-11-224-0/+24
* Print PMC widths in the initialization announcement.Joseph Koshy2008-11-161-1/+2
* Correct an oversight: call the MD finalize hook at module unloadJoseph Koshy2008-11-151-0/+3
* Fix assertions.Joseph Koshy2008-11-151-6/+9
* Correct an indexing error (a change missed out in #184802).Joseph Koshy2008-11-151-1/+1
* - Separate PMC class dependent code from other kinds of machineJoseph Koshy2008-11-0913-904/+1447
* Style tweak.Joseph Koshy2008-11-091-2/+2
* Remove unnecessary locking around vn_fullpath(). The vnode lock for theJohn Baldwin2008-11-041-2/+0
* Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav2008-10-232-15/+13
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-236-55/+50
* - Sparsely number enumerations 'pmc_cputype' and 'pmc_event' in order toJoseph Koshy2008-10-091-443/+373
* Rework pmc-dependent flag handling.Joseph Koshy2008-10-091-14/+22