aboutsummaryrefslogtreecommitdiff
path: root/tools/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-28tools headers UAPI: Sync kvm headers with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-2/+20
2024-05-28tools arch x86: Sync the msr-index.h copy with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-5/+4
2024-05-21Merge tag 'perf-tools-for-v6.10-1-2024-05-21' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 4-185/+14
2024-05-02x86/insn: Add support for APX EVEX to the instruction decoder logicGravatar Adrian Hunter 2-0/+13
2024-05-02x86/insn: Add support for REX2 prefix to the instruction decoder logicGravatar Adrian Hunter 2-5/+31
2024-04-26tools headers x86 cpufeatures: Sync with the kernel sources to pick BHI mitig...Gravatar Arnaldo Carvalho de Melo 1-1/+6
2024-04-23tools arch x86: Sync the msr-index.h copy with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-1/+8
2024-04-22Merge remote-tracking branch 'torvalds/master' into perf-tools-nextGravatar Arnaldo Carvalho de Melo 5-39/+374
2024-04-11tools/include: Sync x86 asm/msr-index.h with the kernel sourcesGravatar Namhyung Kim 1-23/+51
2024-04-11tools/include: Sync x86 asm/irq_vectors.h with the kernel sourcesGravatar Namhyung Kim 1-2/+0
2024-04-11tools/include: Sync x86 CPU feature headers with the kernel sourcesGravatar Namhyung Kim 3-8/+23
2024-04-11tools/include: Sync uapi/linux/kvm.h and asm/kvm.h with the kernel sourcesGravatar Namhyung Kim 1-8/+300
2024-03-21perf beauty: Move prctl.h files (uapi/linux and x86's) copy out of the direct...Gravatar Arnaldo Carvalho de Melo 1-43/+0
2024-03-21perf beauty: Move arch/x86/include/asm/irq_vectors.h copy out of the director...Gravatar Arnaldo Carvalho de Melo 1-142/+0
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+1
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+5
2024-03-11Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-2/+21
2024-03-09Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Gravatar Paolo Bonzini 1-1/+1
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Gravatar Ingo Molnar 1-5/+5
2024-02-09work around gcc bugs with 'asm goto' with outputsGravatar Linus Torvalds 1-1/+1
2024-02-08x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Gravatar Paolo Bonzini 1-1/+1
2024-01-31x86/cpu: Add MSR numbers for FRED configurationGravatar H. Peter Anvin (Intel) 1-1/+12
2024-01-30tools headers x86 cpufeatures: Sync with the kernel sources to pick TDX, Zen,...Gravatar Arnaldo Carvalho de Melo 1-1/+7
2024-01-29x86/cpufeatures: Add SEV-SNP CPU featureGravatar Brijesh Singh 1-0/+1
2024-01-27tools headers UAPI: Sync kvm headers with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+3
2024-01-26tools arch x86: Sync the msr-index.h copy with the kernel sources to pick IA3...Gravatar Arnaldo Carvalho de Melo 1-0/+8
2024-01-25x86/fred: Disable FRED support if CONFIG_X86_FRED is disabledGravatar H. Peter Anvin (Intel) 1-1/+7
2024-01-25x86/cpufeatures: Add the CPU feature bit for FREDGravatar H. Peter Anvin (Intel) 1-0/+1
2024-01-25x86/cpufeatures,opcode,msr: Add the WRMSRNS instruction supportGravatar Xin Li 1-0/+1
2024-01-10x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNKGravatar Breno Leitao 1-1/+1
2024-01-10x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRYGravatar Breno Leitao 1-1/+1
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEGravatar Breno Leitao 1-1/+1
2024-01-10x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Gravatar Breno Leitao 1-1/+1
2024-01-10x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_...Gravatar Breno Leitao 1-1/+1
2024-01-08Merge tag 'x86_cpu_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2023-12-12x86/CPU/AMD: Add X86_FEATURE_ZEN1Gravatar Borislav Petkov (AMD) 1-1/+1
2023-11-22tools headers: Update tools's copy of x86/asm headersGravatar Namhyung Kim 4-7/+60
2023-10-19Merge tag 'seccomp-v6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2023-10-18perf/benchmark: fix seccomp_unotify benchmark for 32-bitGravatar Jiri Slaby (SUSE) 1-1/+1
2023-09-13tools arch x86: Sync the msr-index.h copy with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+12
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+1
2023-08-31Merge tag 'kvm-x86-svm-6.6' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 1-0/+1
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-7/+0
2023-08-28Merge tag 'seccomp-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-0/+6
2023-08-09Merge tag 'perf-tools-fixes-for-v6.5-3-2023-08-09' of git://git.kernel.org/pu...Gravatar Linus Torvalds 1-0/+1
2023-08-08tools arch x86: Sync the msr-index.h copy with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+1
2023-08-06tools: Get rid of IRQ_MOVE_CLEANUP_VECTOR from toolsGravatar Xin Li 1-7/+0
2023-07-28KVM: SEV: Enable data breakpoints in SEV-ESGravatar Alexey Kardashevskiy 1-0/+1
2023-07-18x86/bugs: Increase the x86 bugs vector size to two u32sGravatar Borislav Petkov (AMD) 1-1/+1