summaryrefslogtreecommitdiff
path: root/tools/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2025-06-18tools headers x86 cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo1-4/+10
2025-06-17tools arch amd ibs: Sync ibs.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+5
2025-06-16tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-6/+10
2025-06-16tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo2-0/+2
2025-06-16tools headers UAPI: Sync kvm header with the kernel sourcesArnaldo Carvalho de Melo1-0/+71
2025-06-16tools headers x86 svm: Sync svm headers with the kernel sourcesArnaldo Carvalho de Melo1-0/+2
2025-06-16tools headers UAPI: Sync KVM's vmx.h header with the kernel sourcesArnaldo Carvalho de Melo1-1/+4
2025-06-04Merge tag 'perf-tools-for-v6.16-1-2025-06-03' of git://git.kernel.org/pub/scm...Linus Torvalds2-1/+12
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+2
2025-05-27Merge tag 'kvm-x86-selftests-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+1
2025-05-27Merge tag 'kvm-x86-misc-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+1
2025-05-20tools headers x86 cpufeatures: Sync with the kernel sources to pick ZEN6 and ...Arnaldo Carvalho de Melo1-1/+4
2025-05-20tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+8
2025-05-13Merge branch 'x86/cpu' into x86/core, to resolve conflictsIngo Molnar4-544/+648
2025-05-06tools/arch/x86: Move the <asm/amd-ibs.h> header to <asm/amd/ibs.h>Ingo Molnar1-1/+1
2025-05-06x86/insn: Stop decoding i64 instructions in x86-64 mode at opcodeMasami Hiramatsu (Google)4-4/+22
2025-05-06x86/insn: Fix opcode map (!REX2) superscript tagsMasami Hiramatsu (Google)1-25/+25
2025-05-06tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.4Ahmed S. Darwish1-2/+2
2025-05-06Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflictsIngo Molnar6-24/+48
2025-05-02KVM: selftests: Add library support for interacting with SNPPratik R. Sampat1-0/+1
2025-04-24x86/insn: Fix CTEST instruction decodingKirill A. Shutemov1-2/+2
2025-04-24x86/cpufeatures: Define X86_FEATURE_AMD_IBRS_SAME_MODEYosry Ahmed1-0/+1
2025-04-15x86/cpufeatures: Shorten X86_FEATURE_AMD_HETEROGENEOUS_CORESXin Li (Intel)1-1/+1
2025-04-15x86/cpufeatures: Shorten X86_FEATURE_CLEAR_BHB_LOOP_ON_VMEXITXin Li (Intel)1-1/+1
2025-04-15x86/cpufeatures: Clean up formattingBorislav Petkov (AMD)1-8/+10
2025-04-14x86/bugs: Remove X86_BUG_MMIO_UNKNOWNBorislav Petkov (AMD)1-1/+1
2025-04-11Merge tag 'v6.15-rc1' into x86/cpu, to refresh the branch with upstream changesIngo Molnar2-2/+1
2025-04-10tools headers: Update the arch/x86/lib/memset_64.S copy with the kernel sourcesNamhyung Kim1-1/+2
2025-04-10tools headers: Update the x86 headers with the kernel sourcesNamhyung Kim2-20/+39
2025-04-10tools headers: Update the KVM headers with the kernel sourcesNamhyung Kim2-0/+6
2025-03-31Merge tag 'perf-tools-for-v6.15-2025-03-27' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-1/+1
2025-03-25Merge tag 'x86_bugs_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
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