summaryrefslogtreecommitdiff
path: root/tools/arch/x86/kcpuid/kcpuid.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-02tools/x86/kcpuid: Parse subleaf ranges if providedAhmed S. Darwish1-18/+32
2024-08-02tools/x86/kcpuid: Recognize all leaves with subleavesAhmed S. Darwish1-21/+18
2024-08-02tools/x86/kcpuid: Strip bitfield names leading/trailing whitespaceAhmed S. Darwish1-1/+1
2024-08-02tools/x86/kcpuid: Protect against faulty "max subleaf" valuesAhmed S. Darwish1-7/+5
2024-08-02tools/x86/kcpuid: Set max possible subleaves count to 64Ahmed S. Darwish1-1/+1
2024-08-02tools/x86/kcpuid: Properly align long-description columnsAhmed S. Darwish1-1/+2
2024-08-02tools/x86/kcpuid: Remove unused variableAhmed S. Darwish1-3/+0
2023-05-08tools/x86/kcpuid: Dump the correct CPUID function in errorBorislav Petkov (AMD)1-3/+4
2023-03-07tools/x86/kcpuid: Dump the CPUID function in detailed viewBorislav Petkov (AMD)1-7/+25
2021-03-18tools/x86/kcpuid: Check last token tooBorislav Petkov1-0/+2
2021-03-08tools/x86: Add a kcpuid tool to show raw CPU featuresFeng Tang1-0/+655