aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hwpmc
Commit message (Expand)AuthorAgeFilesLines
* MFC r266195:Mark Johnston2014-05-192-4/+0
* MFC r263080:Konstantin Belousov2014-03-191-2/+1
* MFC r254813,259587: Rename the kld_unload event handler to kld_unload_tryAndriy Gapon2014-02-171-58/+53
* MFC r254571:Bjoern A. Zeeb2013-12-261-1/+1
* MFC r247329, r247836:Fabien Thomas2013-05-131-3/+15
* MFC: r240475Hiren Panchasara2013-05-122-9/+3
* MFC: 233569Hiren Panchasara2013-05-082-1/+8
* MFC: r249069Hiren Panchasara2013-04-294-1684/+1805
* MFC: r248842Hiren Panchasara2013-04-194-187/+532
* MFC: r246166Hiren Panchasara2013-04-153-191/+428
* MFC: 234930George V. Neville-Neil2013-01-031-1/+2
* MFC r241974Sean Bruno2012-11-071-5/+5
* MFC r241745,241738,241741Sean Bruno2012-11-053-211/+532
* MFC r240164, r240203:Fabien Thomas2012-10-164-183/+430
* MFC r240650: hwpmc amd_pcpu_fini: fix a bug in code locked under DEBUGAndriy Gapon2012-10-061-1/+1
* MFC r230636:Ed Maste2012-08-201-1/+1
* MFC r236997:Fabien Thomas2012-06-251-12/+92
* MFC r237196:Davide Italiano2012-06-231-1/+0
* MFC 230063George V. Neville-Neil2012-06-222-12/+3
* MFC r233628, r234598, r235229, r235831, r226986.Fabien Thomas2012-05-2915-91/+819
* MFC: r232366Davide Italiano2012-04-085-175/+740
* MFC: r229470Davide Italiano2012-04-082-12/+11
* MFC: r229469Davide Italiano2012-04-083-6/+61
* MFC r233544:Fabien Thomas2012-04-031-2/+4
* MFC: 232612George V. Neville-Neil2012-04-021-1/+1
* MFC r228869,r228874:Justin Hibbits2012-01-182-10/+1024
* MFC r229076:Dimitry Andric2012-01-071-3/+1
* MFC r228438:Fabien Thomas2012-01-031-1/+12
* MFC r228198:Fabien Thomas2012-01-031-0/+8
* MFC r226514,r226526,r226986:Fabien Thomas2012-01-032-18/+61
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-162-3/+3
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+2
* Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-051-4/+4
* Fix a typo/error.Attilio Rao2011-04-301-1/+1
* Remove unnecessary usage of memory barriers when dealing withAttilio Rao2011-04-301-3/+3
* Fix two aliases that had the same name but were pointing to differentGeorge V. Neville-Neil2010-10-041-2/+2
* Fix invalid class removal when IAF is not the last class.Fabien Thomas2010-09-051-15/+2
* Make sure that we clear the correct bits when we turn offGeorge V. Neville-Neil2010-07-292-21/+34
* Fix a panic brought about by writing an MSR without a proper mask.George V. Neville-Neil2010-07-132-13/+86
* Convert pm_runcount to int to correctly check for negative value.Fabien Thomas2010-06-051-8/+5
* When configuring a system-wide couting PMC, hwpmc was incorrectly logging pro...Ryan Stone2010-05-011-9/+9
* - Fix a typo OFFCORE_REQUESTS.ANY.RFO is B0H10H and not 80H10H.Fabien Thomas2010-04-152-2/+3
* - Support for uncore counting events: one fixed PMC with the uncoreFabien Thomas2010-04-026-965/+3455
* If there is multiple PMCs for the same interrupt ignore new post.Fabien Thomas2010-03-311-3/+5
* Handling SIGPIPE will cause deadlock/crash.Fabien Thomas2010-03-261-4/+0
* Change the way shutdown is handled for log file.Fabien Thomas2010-03-081-21/+27
* Add support for hwpmc(4) on the MIPS 24K, 32 bit, embedded processor.George V. Neville-Neil2010-03-034-2/+811
* Use VFS_{LOCK,UNLOCK}_GIANT() around the call to vrele().Joseph Koshy2009-12-291-0/+6
* * Support the L1D_CACHE_LD event on Core2 processors.Joseph Koshy2009-12-261-8/+8
* Log process mappings for existing processes at PMC start time.Joseph Koshy2009-12-261-3/+161