forked from pool/cpuid
Accepting request 1040214 from utilities
- Update to release 20221201 OBS-URL: https://build.opensuse.org/request/show/1040214 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpuid?expand=0&rev=16
This commit is contained in:
commit
88eeae16d7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63c4c5c06b5682582ba2eec96eea26d7832782a789592bb95c4e4fd6270a8307
|
||||
size 138457
|
3
cpuid-20221201.src.tar.gz
Normal file
3
cpuid-20221201.src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08fedc382810667a9d0a417d2975de3ab5d81573452cff57b2deab06d82f8f6e
|
||||
size 140185
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 05 09:50:12 UTC 2022 - Valentin Lefebvre <valentin.lefebvre@suse.com>
|
||||
|
||||
- Update to release 20221201
|
||||
* Clarified synth decoding for Intel Xeon D-1700.
|
||||
* Added uarch & synth decoding for AMD 4800S Desktop Kit, based on
|
||||
instlatx64 sample.
|
||||
* Added uarch decoding for AMD Genoa A1, based on instlatx64 sample
|
||||
* Added uarch decoding for (0,6),(12,15) Emerald Rapids, from LX*.
|
||||
* Added synth & uarch decoding for (10,15),(10,1) Bergamo.
|
||||
* Added 0x8000000a/edx bits: ROGPT, VNMI, IBS virtualization.
|
||||
* Added 0x8000001b/eax bit: IBS L3 miss filtering support.
|
||||
* Added 0x8000001f/eax bits: RMPQUERY instruction support,
|
||||
VMPL supervisor shadow stack support, VMGEXIT parameter support,
|
||||
virtual TOM MSR support, IBS virtual support for SEV-ES guests,
|
||||
SMT protection support, SVSM communication page MSR support,
|
||||
VIRT_RMPUPDATE & VIRT_PSMASH MSR support.
|
||||
* Added 0x80000020/0/ecx bit: L3 range reservation support.
|
||||
* Added 0x80000021/eax bits: automatic IBRS,
|
||||
CPUID disable for non-privileged.
|
||||
* Added 0x80000022/eax bit: AMD LBR & PMC freezing.
|
||||
* Added 0x80000022/ebx field: number of LBR stack entries.
|
||||
* Added 0x80000023 leaf: Multi-Key Encrypted Memory Capabilities.
|
||||
* Added 0x80000026 leaf: AMD Extended CPU Topology.
|
||||
* cpuid.c: use lseek64 and cpuset_setaffinity, Added 0x80000022/eax
|
||||
AMD LBR V2 flag, from LX*.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 13 14:05:28 UTC 2022 - Valentin Lefebvre <valentin.lefebvre@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: cpuid
|
||||
Version: 20221003
|
||||
Version: 20221201
|
||||
Release: 0
|
||||
Summary: x86 CPU identification tool
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user