summaryrefslogtreecommitdiff
path: root/tools/arch/x86/kcpuid
AgeCommit message (Expand)AuthorFilesLines
2025-05-06tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.4Ahmed S. Darwish1-2/+2
2025-03-25tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.3Ahmed S. Darwish1-19/+11
2025-03-25tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.2Ahmed S. Darwish1-10/+10
2025-03-25tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.1Ahmed S. Darwish1-80/+91
2025-03-25tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.0Ahmed S. Darwish1-266/+382
2025-03-25tools/x86/kcpuid: Define Transmeta and Centaur index rangesAhmed S. Darwish1-0/+6
2025-03-25tools/x86/kcpuid: Filter valid CPUID rangesAhmed S. Darwish1-10/+27
2025-03-25tools/x86/kcpuid: Consolidate index validity checksAhmed S. Darwish1-12/+9
2025-03-25tools/x86/kcpuid: Extend CPUID index mask macroAhmed S. Darwish1-4/+4
2025-03-25tools/x86/kcpuid: Refactor CPUID range handling for future expansionAhmed S. Darwish1-41/+59
2025-03-25tools/x86/kcpuid: Use <cpuid.h> intrinsicsAhmed S. Darwish1-22/+15
2025-03-25tools/x86/kcpuid: Use C99-style for loopsAhmed S. Darwish1-31/+21
2025-03-25tools/x86/kcpuid: Set parse_line() return type to voidAhmed S. Darwish1-11/+9
2025-03-25tools/x86/kcpuid: Remove unused global variableAhmed S. Darwish1-11/+0
2025-03-25tools/x86/kcpuid: Remove unused local variableAhmed S. Darwish1-4/+0
2025-03-25tools/x86/kcpuid: Print correct CPUID output register namesAhmed S. Darwish1-18/+13
2025-03-25tools/x86/kcpuid: Save CPUID output in an arrayAhmed S. Darwish1-13/+11
2025-03-25tools/x86/kcpuid: Simplify usage() handlingAhmed S. Darwish1-21/+16
2025-03-25tools/x86/kcpuid: Exit the program on invalid parametersAhmed S. Darwish1-14/+8
2025-03-25tools/x86/kcpuid: Fix error handlingAhmed S. Darwish1-24/+23
2024-08-02tools/x86/kcpuid: Introduce a complete cpuid bitfields CSV fileAhmed S. Darwish1-414/+1016
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
2024-06-12tools/x86/kcpuid: Add missing dir via MakefileChristian Heusel1-2/+2
2023-05-08tools/x86/kcpuid: Add .gitignoreRong Tao1-0/+1
2023-05-08tools/x86/kcpuid: Dump the correct CPUID function in errorBorislav Petkov (AMD)1-3/+4
2023-03-08tools/x86/kcpuid: Dump the CPUID function in detailed viewBorislav Petkov (AMD)1-7/+25
2023-03-08tools/x86/kcpuid: Update AMD leaf Fn80000001Terry Bowman1-3/+54
2023-03-08tools/x86/kcpuid: Fix avx512bw and avx512lvl fields in Fn00000007Terry Bowman1-2/+2
2021-03-18tools/x86/kcpuid: Add AMD leaf 0x8000001EBorislav Petkov1-8/+18
2021-03-18tools/x86/kcpuid: Check last token tooBorislav Petkov1-0/+2
2021-03-15tools/x86/kcpuid: Add AMD Secure Encryption leafBorislav Petkov1-0/+10
2021-03-08tools/x86: Add a kcpuid tool to show raw CPU featuresFeng Tang3-0/+1059