summaryrefslogtreecommitdiff
path: root/tools/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2023-08-08x86/bugs: Increase the x86 bugs vector size to two u32sBorislav Petkov (AMD)1-1/+1
2023-08-08tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo1-5/+13
2023-08-08x86/cpufeatures: Assign dedicated feature word for CPUID_0x8000001F[EAX]Sean Christopherson2-2/+4
2022-11-16x86/cpu: Restore AMD's DE_CFG MSR after resumeBorislav Petkov1-3/+5
2022-08-11x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon2-0/+5
2022-07-25tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2-3/+30
2022-07-25tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+4
2022-07-25x86/speculation: Disable RRSBA behaviorPawan Gupta1-0/+9
2022-07-25x86: Add insn_decode_kernel()Ben Hutchings1-0/+2
2022-07-25x86/insn: Add an insn_decode() APIBorislav Petkov1-7/+17
2022-07-25x86/insn: Add a __ignore_sync_check__ markerBorislav Petkov2-2/+2
2022-06-16KVM: x86/speculation: Disable Fill buffer clear within guestsPawan Gupta1-0/+6
2022-06-16x86/speculation/mmio: Enumerate Processor MMIO Stale Data bugPawan Gupta2-0/+20
2022-03-11x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)1-1/+1
2020-12-06x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu1-0/+15
2020-11-03tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+10
2020-11-03tools x86 headers: Update required-features.h header from the kernelArnaldo Carvalho de Melo1-1/+1
2020-11-03tools x86 headers: Update cpufeatures.h headers copiesArnaldo Carvalho de Melo2-2/+13
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-34/+0
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams1-13/+0
2020-09-10objtool: Make unwind hint definitions available to other architecturesJulien Thierry1-34/+0
2020-08-07tools arch x86: Sync asm/cpufeatures.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+4
2020-08-07tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-3/+23
2020-06-17tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2-0/+6
2020-06-04Merge tag 'perf-tools-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2020-06-02tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+3
2020-04-22objtool: Remove SAVE/RESTORE hintsPeter Zijlstra1-3/+1
2020-04-22objtool: Introduce HINT_RET_OFFSETPeter Zijlstra1-0/+1
2020-04-14tools arch x86: Sync asm/cpufeatures.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+4
2020-04-14tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+9
2020-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2020-03-16Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2-7/+3
2020-03-16KVM: selftests: Add demand paging content to the demand paging testBen Gardon1-0/+3
2020-02-27tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+2
2020-02-12tools arch x86: Sync asm/cpufeatures.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+2
2020-02-12tools headers x86: Sync disabled-features.hArnaldo Carvalho de Melo1-7/+1
2020-01-28Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+8
2020-01-13tools/x86: Sync msr-index.h from kernel sourcesSean Christopherson1-6/+8
2019-12-02tools arch x86: Sync asm/cpufeatures.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+3
2019-12-02tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+18
2019-11-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-0/+1023
2019-11-25Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up c...Ingo Molnar2-0/+20
2019-11-07x86/Kconfig: Rename UMIP config parameterBabu Moger1-1/+1
2019-10-17x86: xen: insn: Decode Xen and KVM emulate-prefix signatureMasami Hiramatsu2-0/+20
2019-10-15tools arch x86: Grab a copy of the file containing the IRQ vector definesArnaldo Carvalho de Melo1-0/+146
2019-10-07tools arch x86: Grab a copy of the file containing the MSR numbersArnaldo Carvalho de Melo1-0/+857
2019-09-20tools arch x86: Sync asm/cpufeatures.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+3
2019-09-17Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2019-09-01perf intel-pt: Use shared x86 insn decoderJosh Poimboeuf2-2/+2
2019-09-01objtool: Move x86 insn decoder to a common locationJosh Poimboeuf4-0/+558