summaryrefslogtreecommitdiffstats
path: root/tools/arch
Commit message (Expand)AuthorAgeFilesLines
* tools/include: Sync arm64 asm/cputype.h with the kernel sourcesNamhyung Kim2024-04-111-0/+4
* tools/include: Sync x86 asm/msr-index.h with the kernel sourcesNamhyung Kim2024-04-111-23/+51
* tools/include: Sync x86 asm/irq_vectors.h with the kernel sourcesNamhyung Kim2024-04-111-2/+0
* tools/include: Sync x86 CPU feature headers with the kernel sourcesNamhyung Kim2024-04-113-8/+23
* tools/include: Sync uapi/linux/kvm.h and asm/kvm.h with the kernel sourcesNamhyung Kim2024-04-114-16/+667
* Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2024-03-222-0/+219
|\
| * objtool/LoongArch: Enable orc to be builtTiezhu Yang2024-03-111-0/+58
| * objtool/LoongArch: Implement instruction decoderTiezhu Yang2024-03-111-0/+161
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-153-1/+574
|\ \
| * \ Merge tag 'kvm-riscv-6.9-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-03-112-0/+573
| |\ \
| | * | tools: riscv: Add header file vdso/processor.hHaibo Xu2024-02-261-0/+32
| | * | tools: riscv: Add header file csr.hHaibo Xu2024-02-261-0/+541
| | |/
| * | Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini2024-03-091-1/+1
| |\|
| * | x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Paolo Bonzini2024-02-081-1/+1
* | | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-5/+5
|\ \ \
| * \ \ Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar2024-02-141-5/+5
| |\ \ \ | | |_|/ | |/| |
| | * | x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNKBreno Leitao2024-01-101-1/+1
| | * | x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRYBreno Leitao2024-01-101-1/+1
| | * | x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2024-01-101-1/+1
| | * | x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Breno Leitao2024-01-101-1/+1
| | * | x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_...Breno Leitao2024-01-101-1/+1
* | | | Merge tag 'x86-asm-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-111-36/+22
|\ \ \ \
| * | | | x86/insn: Directly assign x86_64 state in insn_init()Nikolay Borisov2024-02-221-1/+1
| * | | | x86/insn: Remove superfluous checks from instruction decoding routinesNikolay Borisov2024-02-221-35/+21
| |/ / /
* | | | Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-111-0/+1
|\ \ \ \
| * | | | x86/cpufeatures: Add SEV-SNP CPU featureBrijesh Singh2024-01-291-0/+1
| | |/ / | |/| |
* | | | Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-114-4/+23
|\ \ \ \ | |_|/ / |/| | |
| * | | x86/cpu: Add MSR numbers for FRED configurationH. Peter Anvin (Intel)2024-01-311-1/+12
| * | | x86/opcode: Add ERET[US] instructions to the x86 opcode mapH. Peter Anvin (Intel)2024-01-311-1/+1
| * | | x86/fred: Disable FRED support if CONFIG_X86_FRED is disabledH. Peter Anvin (Intel)2024-01-251-1/+7
| * | | x86/cpufeatures: Add the CPU feature bit for FREDH. Peter Anvin (Intel)2024-01-251-0/+1
| * | | x86/cpufeatures,opcode,msr: Add the WRMSRNS instruction supportXin Li2024-01-252-1/+2
| |/ /
* | / work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-1/+1
| |/ |/|
* | tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo2024-01-302-4/+4
* | tools headers x86 cpufeatures: Sync with the kernel sources to pick TDX, Zen,...Arnaldo Carvalho de Melo2024-01-301-1/+7
* | tools headers UAPI: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2024-01-271-0/+3
* | tools arch x86: Sync the msr-index.h copy with the kernel sources to pick IA3...Arnaldo Carvalho de Melo2024-01-261-0/+8
|/
* Merge tag 'x86_cpu_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-081-1/+1
|\
| * x86/CPU/AMD: Add X86_FEATURE_ZEN1Borislav Petkov (AMD)2023-12-121-1/+1
* | Merge tag 'perf-tools-fixes-for-v6.7-1-2023-11-29' of git://git.kernel.org/pu...Linus Torvalds2023-12-019-13/+119
|\ \
| * | perf build: Ensure sysreg-defs Makefile respects output dirOliver Upton2023-11-221-1/+1
| * | tools headers: Update tools's copy of s390/asm headersNamhyung Kim2023-11-221-0/+16
| * | tools headers: Update tools's copy of arm64/asm headersNamhyung Kim2023-11-223-5/+42
| * | tools headers: Update tools's copy of x86/asm headersNamhyung Kim2023-11-224-7/+60
| |/
* / parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codesHelge Deller2023-11-251-2/+0
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-11-024-647/+257
|\
| * Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-10-314-647/+257
| |\
| | * tools headers arm64: Fix references to top srcdir in MakefileOliver Upton2023-10-301-8/+8
| | * tools headers arm64: Update sysreg.h with kernel sourcesJing Zhang2023-10-182-647/+218
| | * tools: arm64: Add a Makefile for generating sysreg-defs.hOliver Upton2023-10-182-0/+39