index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
arch
/
x86
/
kcpuid
/
kcpuid.c
Age
Commit message (
Expand
)
Author
2025-03-25
tools/x86/kcpuid: Define Transmeta and Centaur index ranges
Ahmed S. Darwish
2025-03-25
tools/x86/kcpuid: Filter valid CPUID ranges
Ahmed S. Darwish
2025-03-25
tools/x86/kcpuid: Consolidate index validity checks
Ahmed S. Darwish
2025-03-25
tools/x86/kcpuid: Extend CPUID index mask macro
Ahmed S. Darwish
2025-03-25
tools/x86/kcpuid: Refactor CPUID range handling for future expansion
Ahmed S. Darwish
2025-03-25
tools/x86/kcpuid: Use <cpuid.h> intrinsics
Ahmed S. Darwish
2025-03-25
tools/x86/kcpuid: Use C99-style for loops
Ahmed S. Darwish
2025-03-25
tools/x86/kcpuid: Set parse_line() return type to void
Ahmed S. Darwish
2025-03-25
tools/x86/kcpuid: Remove unused global variable
Ahmed S. Darwish
2025-03-25
tools/x86/kcpuid: Remove unused local variable
Ahmed S. Darwish
2025-03-25
tools/x86/kcpuid: Print correct CPUID output register names
Ahmed S. Darwish
2025-03-25
tools/x86/kcpuid: Save CPUID output in an array
Ahmed S. Darwish
2025-03-25
tools/x86/kcpuid: Simplify usage() handling
Ahmed S. Darwish
2025-03-25
tools/x86/kcpuid: Exit the program on invalid parameters
Ahmed S. Darwish
2025-03-25
tools/x86/kcpuid: Fix error handling
Ahmed S. Darwish
2024-08-02
tools/x86/kcpuid: Parse subleaf ranges if provided
Ahmed S. Darwish
2024-08-02
tools/x86/kcpuid: Recognize all leaves with subleaves
Ahmed S. Darwish
2024-08-02
tools/x86/kcpuid: Strip bitfield names leading/trailing whitespace
Ahmed S. Darwish
2024-08-02
tools/x86/kcpuid: Protect against faulty "max subleaf" values
Ahmed S. Darwish
2024-08-02
tools/x86/kcpuid: Set max possible subleaves count to 64
Ahmed S. Darwish
2024-08-02
tools/x86/kcpuid: Properly align long-description columns
Ahmed S. Darwish
2024-08-02
tools/x86/kcpuid: Remove unused variable
Ahmed S. Darwish
2023-05-08
tools/x86/kcpuid: Dump the correct CPUID function in error
Borislav Petkov (AMD)
2023-03-07
tools/x86/kcpuid: Dump the CPUID function in detailed view
Borislav Petkov (AMD)
2021-03-18
tools/x86/kcpuid: Check last token too
Borislav Petkov
2021-03-08
tools/x86: Add a kcpuid tool to show raw CPU features
Feng Tang