<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/hwpmc, branch release/11.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2019-11-25T16:46:41Z</updated>
<entry>
<title>MFC r354828:</title>
<updated>2019-11-25T16:46:41Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2019-11-25T16:46:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f072e436aabdff91a6a9d6d50c510f912d7f1cbc'/>
<id>urn:sha1:f072e436aabdff91a6a9d6d50c510f912d7f1cbc</id>
<content type='text'>
Add x86 msr tweak KPI.
</content>
</entry>
<entry>
<title>MFC r348544:</title>
<updated>2019-07-26T10:21:55Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2019-07-26T10:21:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b9e48b5b14b3653fb417fe851e227441b36d2e18'/>
<id>urn:sha1:b9e48b5b14b3653fb417fe851e227441b36d2e18</id>
<content type='text'>
hwpmc_intel: List all Silvermont ids.

PR:	238310
</content>
</entry>
<entry>
<title>MFC r345078:</title>
<updated>2019-03-20T13:13:50Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2019-03-20T13:13:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f0f562d4cfaa3b63073b1601a30754ae76536701'/>
<id>urn:sha1:f0f562d4cfaa3b63073b1601a30754ae76536701</id>
<content type='text'>
hwpmc/core: Adopt to upcoming Skylake TSX errata.
</content>
</entry>
<entry>
<title>MFC r345074:</title>
<updated>2019-03-15T18:50:00Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2019-03-15T18:50:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=61e2ce21739edf815c50522e46b187e9d58138bf'/>
<id>urn:sha1:61e2ce21739edf815c50522e46b187e9d58138bf</id>
<content type='text'>
Remove useless version check.
</content>
</entry>
<entry>
<title>MFC r343265:</title>
<updated>2019-01-23T17:36:58Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-01-23T17:36:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=49532d61163b9b6a34d1881c99aabea080ce3238'/>
<id>urn:sha1:49532d61163b9b6a34d1881c99aabea080ce3238</id>
<content type='text'>
hwpmc: Plug memory disclosures from PMC_OP_{GETPMCINFO,GETCPUINFO}.

admbugs:	765
</content>
</entry>
<entry>
<title>fix up more issues introduced by failing to have run TB</title>
<updated>2018-10-26T08:52:22Z</updated>
<author>
<name>Matt Macy</name>
<email>mmacy@FreeBSD.org</email>
</author>
<published>2018-10-26T08:52:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c296ac4f812f1d017224eb5aeb4e5728df316d28'/>
<id>urn:sha1:c296ac4f812f1d017224eb5aeb4e5728df316d28</id>
<content type='text'>
before r339767
</content>
</entry>
<entry>
<title>fix i386 breakage caused by r339767</title>
<updated>2018-10-26T06:12:56Z</updated>
<author>
<name>Matt Macy</name>
<email>mmacy@FreeBSD.org</email>
</author>
<published>2018-10-26T06:12:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b0f83fc330cef5865aced56f86e76520c95b9916'/>
<id>urn:sha1:b0f83fc330cef5865aced56f86e76520c95b9916</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hwpmc: Enable hwpmc support for AMD Family 17H devices</title>
<updated>2018-10-26T05:12:56Z</updated>
<author>
<name>Matt Macy</name>
<email>mmacy@FreeBSD.org</email>
</author>
<published>2018-10-26T05:12:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a238d12f9fa1f427639bf2e4f14c59bcde7047c5'/>
<id>urn:sha1:a238d12f9fa1f427639bf2e4f14c59bcde7047c5</id>
<content type='text'>
Adds new counters and events for family 17H devices.
Adds libpmc support for family 17H devices.

Direct commit to 11 as this is supported by way of JSON
counter descriptions on 12 &amp; HEAD.

Submitted by:	Girish Nandibasappa
Differential Revision:	https://reviews.freebsd.org/D17464
</content>
</entry>
<entry>
<title>Revert r330897:</title>
<updated>2018-03-29T02:50:57Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-29T02:50:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4ab2e064d7950be84256d671a7ae93f87cc6aa36'/>
<id>urn:sha1:4ab2e064d7950be84256d671a7ae93f87cc6aa36</id>
<content type='text'>
This was intended to be a non-functional change. It wasn't. The commit
message was thus wrong. In addition it broke arm, and merged crypto
related code.

Revert with prejudice.

This revert skips files touched in r316370 since that commit was since
MFCed. This revert also skips files that require $FreeBSD$ property
changes.

Thank you to those who helped me get out of this mess including but not
limited to gonzo, kevans, rgrimes.

Requested by: gjb (re)
</content>
</entry>
<entry>
<title>MFC r328087 (by fabient):</title>
<updated>2018-03-21T19:33:00Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2018-03-21T19:33:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2aeb86e0d46acacea281e363e964bda4194f43c3'/>
<id>urn:sha1:2aeb86e0d46acacea281e363e964bda4194f43c3</id>
<content type='text'>
Fix pmcstat exit from kernel introduced by r325275.

PR:	223689
</content>
</entry>
</feed>
