summaryrefslogtreecommitdiffstats
path: root/tools/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-195-97/+311
|\
| * x86/insn: Add support for APX EVEX instructions to the opcode mapAdrian Hunter2024-05-021-0/+93
| * x86/insn: Add support for APX EVEX to the instruction decoder logicAdrian Hunter2024-05-024-0/+21
| * x86/insn: x86/insn: Add support for REX2 prefix to the instruction decoder op...Adrian Hunter2024-05-021-72/+76
| * x86/insn: Add support for REX2 prefix to the instruction decoder logicAdrian Hunter2024-05-024-6/+66
| * x86/insn: Add misc new Intel instructionsAdrian Hunter2024-05-021-12/+45
| * x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDSAdrian Hunter2024-05-021-4/+4
| * x86/insn: Fix PUSH instruction in x86 instruction decoder opcode mapAdrian Hunter2024-05-021-1/+1
| * x86/insn: Add Key Locker instructions to the opcode mapChang S. Bae2024-05-021-4/+7
* | Merge tag 'platform-drivers-x86-v6.10-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-05-165-42/+295
|\ \
| * | tools arch x86: Add dell-uart-backlight-emulatorHans de Goede2024-05-144-0/+229
| * | tools/arch/x86/intel_sdsi: Add current meter supportDavid E. Box2024-04-291-19/+30
| * | tools/arch/x86/intel_sdsi: Simplify ascii printingDavid E. Box2024-04-291-9/+8
| * | tools/arch/x86/intel_sdsi: Fix meter_certificate decodingDavid E. Box2024-04-291-3/+4
| * | tools/arch/x86/intel_sdsi: Fix meter_show displayDavid E. Box2024-04-291-10/+19
| * | tools/arch/x86/intel_sdsi: Fix maximum meter bundle lengthDavid E. Box2024-04-291-4/+8
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-05-141-12/+12
|\ \ \ | |_|/ |/| |
| * | arm64/sysreg: Update PIE permission encodingsShiqi Liu2024-04-281-12/+12
| |/
* | 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-121-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-121-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-121-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-124-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
| |/ /