summaryrefslogtreecommitdiffstats
path: root/tools/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools headers UAPI: Sync KVM's vmx.h header with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-1/+3
* tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-2/+4
* tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-0/+8
* Merge tag 'x86_bugs_pbrsb' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-08-092-0/+5
|\
| * x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon2022-08-032-0/+5
* | Merge tag 'perf-tools-for-v6.0-2022-08-04' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-08-061-6/+10
|\ \
| * | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-08-011-0/+1
| |\|
| * | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-07-184-6/+68
| |\ \
| * | | perf tool ibs: Sync AMD IBS header fileRavi Bangoria2022-06-241-6/+10
* | | | Merge tag 'flexible-array-transformations-UAPI-6.0-rc1' of git://git.kernel.o...Linus Torvalds2022-08-031-6/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | treewide: uapi: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-06-281-6/+6
* | | | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-07-271-0/+1
| |_|/ |/| |
* | | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-07-171-0/+4
* | | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-07-172-3/+30
* | | x86/speculation: Disable RRSBA behaviorPawan Gupta2022-07-091-0/+9
* | | tools headers UAPI: Synch KVM's svm.h header with the kernelArnaldo Carvalho de Melo2022-06-261-0/+13
* | | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-06-262-3/+12
| |/ |/|
* | tools headers UAPI: Sync x86's asm/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2022-06-191-5/+6
* | Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-142-0/+26
|\ \ | |/ |/|
| * KVM: x86/speculation: Disable Fill buffer clear within guestsPawan Gupta2022-05-211-0/+6
| * x86/speculation/mmio: Enumerate Processor MMIO Stale Data bugPawan Gupta2022-05-212-0/+20
* | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-05-271-0/+19
* | Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-241-1/+1
|\ \
| * | perf/ibs: Fix commentRavi Bangoria2022-05-111-1/+1
| |/
* | Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-241-7/+1
|\ \ | |/ |/|
| * x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"Borislav Petkov2022-04-041-7/+1
* | x86/tsx: Disable TSX development mode at bootPawan Gupta2022-04-111-2/+2
|/
* tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-04-011-0/+1
* tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-04-011-1/+21
* Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-03-273-5/+15
|\
| * tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-03-241-3/+4
| * tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-03-241-2/+5
| * tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-03-241-0/+6
* | Merge tag 'platform-drivers-x86-v5.18-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-03-252-0/+579
|\ \ | |/ |/|
| * tools arch x86: Add Intel SDSi provisiong toolDavid E. Box2022-03-022-0/+579
* | Merge tag 'x86_misc_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-212-14/+99
|\ \
| * | x86/insn: Add AVX512-FP16 instructions to the x86 instruction decoderAdrian Hunter2022-01-232-9/+88
| * | x86/insn: Add misc instructions to x86 instruction decoderAdrian Hunter2022-01-231-3/+3
| * | x86/insn: Add AMX instructions to the x86 instruction decoderAdrian Hunter2022-01-231-2/+8
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-03-212-8/+8
|\ \
| * | x86: clean up symbol aliasingMark Rutland2022-02-222-8/+8
* | | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-03-121-1/+1
* | | Merge tag 'x86_bugs_for_v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-081-1/+1
|\ \ \
| * | | x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)2022-02-211-1/+1
| |/ /
* / / tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-02-221-0/+1
|/ /
* | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-02-011-0/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-281-0/+3
|\ \ | |/ |/|
| * selftests: kvm: check dynamic bits against KVM_X86_XCOMP_GUEST_SUPPPaolo Bonzini2022-01-281-0/+3
* | tools headers UAPI: Sync x86 arch prctl headers with the kernel sourcesArnaldo Carvalho de Melo2022-01-191-12/+14
* | Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-01-184-9/+27
|\ \