summaryrefslogtreecommitdiff
path: root/tools/arch/x86/kcpuid/kcpuid.c
AgeCommit message (Expand)Author
2025-03-25tools/x86/kcpuid: Define Transmeta and Centaur index rangesAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Filter valid CPUID rangesAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Consolidate index validity checksAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Extend CPUID index mask macroAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Refactor CPUID range handling for future expansionAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Use <cpuid.h> intrinsicsAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Use C99-style for loopsAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Set parse_line() return type to voidAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Remove unused global variableAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Remove unused local variableAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Print correct CPUID output register namesAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Save CPUID output in an arrayAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Simplify usage() handlingAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Exit the program on invalid parametersAhmed S. Darwish
2025-03-25tools/x86/kcpuid: Fix error handlingAhmed S. Darwish
2024-08-02tools/x86/kcpuid: Parse subleaf ranges if providedAhmed S. Darwish
2024-08-02tools/x86/kcpuid: Recognize all leaves with subleavesAhmed S. Darwish
2024-08-02tools/x86/kcpuid: Strip bitfield names leading/trailing whitespaceAhmed S. Darwish
2024-08-02tools/x86/kcpuid: Protect against faulty "max subleaf" valuesAhmed S. Darwish
2024-08-02tools/x86/kcpuid: Set max possible subleaves count to 64Ahmed S. Darwish
2024-08-02tools/x86/kcpuid: Properly align long-description columnsAhmed S. Darwish
2024-08-02tools/x86/kcpuid: Remove unused variableAhmed S. Darwish
2023-05-08tools/x86/kcpuid: Dump the correct CPUID function in errorBorislav Petkov (AMD)
2023-03-07tools/x86/kcpuid: Dump the CPUID function in detailed viewBorislav Petkov (AMD)
2021-03-18tools/x86/kcpuid: Check last token tooBorislav Petkov
2021-03-08tools/x86: Add a kcpuid tool to show raw CPU featuresFeng Tang