aboutsummaryrefslogtreecommitdiff
path: root/tools/arch
AgeCommit message (Expand)AuthorFilesLines
2020-06-01Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+1
2020-05-26x86/syscalls: Revert "x86/syscalls: Make __X32_SYSCALL_BIT be unsigned long"Gravatar Andy Lutomirski 1-1/+1
2020-04-22objtool: Remove SAVE/RESTORE hintsGravatar Peter Zijlstra 1-3/+1
2020-04-22objtool: Introduce HINT_RET_OFFSETGravatar Peter Zijlstra 1-0/+1
2020-04-14tools arch x86: Sync asm/cpufeatures.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-1/+4
2020-04-14tools arch x86: Sync the msr-index.h copy with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+9
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+3
2020-03-26x86/insn: Add Control-flow Enforcement (CET) instructions to the opcode mapGravatar Yu-cheng Yu 1-6/+11
2020-03-16Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Paolo Bonzini 4-9/+14
2020-03-16KVM: selftests: Add demand paging content to the demand paging testGravatar Ben Gardon 1-0/+3
2020-02-27tools headers UAPI: Update tools's copy of kvm.h headersGravatar Arnaldo Carvalho de Melo 1-0/+1
2020-02-27tools arch x86: Sync the msr-index.h copy with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+2
2020-02-12tools headers kvm: Sync kvm headers with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-2/+10
2020-02-12tools arch x86: Sync asm/cpufeatures.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+2
2020-02-12tools headers x86: Sync disabled-features.hGravatar Arnaldo Carvalho de Melo 1-7/+1
2020-02-11tools headers UAPI: Sync copy of arm64's asm/unistd.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+1
2020-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-2/+2
2020-01-28Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-6/+8
2020-01-22x86/decoder: Add TEST opcode to Group3-2Gravatar Masami Hiramatsu 1-1/+1
2020-01-13tools/x86: Sync msr-index.h from kernel sourcesGravatar Sean Christopherson 1-6/+8
2020-01-08KVM: VMX: Rename INTERRUPT_PENDING to INTERRUPT_WINDOWGravatar Xiaoyao Li 1-2/+2
2019-12-02tools arch x86: Sync asm/cpufeatures.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+3
2019-12-02tools headers kvm: Sync kvm headers with the kernel sourcesGravatar Arnaldo Carvalho de Melo 3-2/+9
2019-12-02tools arch x86: Sync the msr-index.h copy with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+18
2019-12-02perf bench: Update the copies of x86's mem{cpy,set}_64.SGravatar Arnaldo Carvalho de Melo 2-18/+18
2019-11-29Merge tag 'perf-core-for-mingo-5.5-20191128' of git://git.kernel.org/pub/scm/...Gravatar Ingo Molnar 1-12/+32
2019-11-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 6-6/+1069
2019-11-26Merge branches 'x86-cpu-for-linus' and 'x86-fpu-for-linus' of git://git.kerne...Gravatar Linus Torvalds 1-1/+1
2019-11-26Merge branches 'core-objtool-for-linus', 'x86-cleanups-for-linus' and 'x86-ap...Gravatar Linus Torvalds 1-2/+2
2019-11-26x86/insn: Add some more Intel instructions to the opcode mapGravatar Adrian Hunter 1-12/+32
2019-11-25Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up c...Gravatar Ingo Molnar 3-0/+54
2019-11-18x86/insn: Add some Intel instructions to the opcode mapGravatar Adrian Hunter 1-6/+12
2019-11-07x86/Kconfig: Rename UMIP config parameterGravatar Babu Moger 1-1/+1
2019-10-22Merge tag 'perf-core-for-mingo-5.5-20191021' of git://git.kernel.org/pub/scm/...Gravatar Ingo Molnar 1-0/+146
2019-10-22Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 2-1/+6
2019-10-17x86: xen: insn: Decode Xen and KVM emulate-prefix signatureGravatar Masami Hiramatsu 3-0/+54
2019-10-15tools arch x86: Grab a copy of the file containing the IRQ vector definesGravatar Arnaldo Carvalho de Melo 1-0/+146
2019-10-15tools headers kvm: Sync kvm headers with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-10-15tools headers kvm: Sync kvm headers with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-1/+5
2019-10-07tools arch x86: Grab a copy of the file containing the MSR numbersGravatar Arnaldo Carvalho de Melo 1-0/+857
2019-10-01x86/insn: Fix awk regexp warningsGravatar Alexander Kapshuk 1-2/+2
2019-09-30tools headers kvm: Sync kvm headers with the kernel sourcesGravatar Arnaldo Carvalho de Melo 4-2/+14
2019-09-20tools arch x86: Sync asm/cpufeatures.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+3
2019-09-20tools arch x86 uapi: Synch asm/unistd.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-1/+1
2019-09-16Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2019-09-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 9-0/+2702
2019-09-05riscv: Add support for libdwGravatar Mao Han 1-0/+42
2019-08-31perf intel-pt: Use shared x86 insn decoderGravatar Josh Poimboeuf 4-5/+5
2019-08-31objtool: Move x86 insn decoder to a common locationGravatar Josh Poimboeuf 8-0/+2699