summaryrefslogtreecommitdiffstats
path: root/tools/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9 days3-1/+499
|\
| * Merge tag 'kvmarm-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini2024-11-142-0/+497
| |\
| | * tools: arm64: Grab a copy of esr.h from kernelOliver Upton2024-10-262-0/+497
| * | Merge branch 'kvm-docs-6.13' into HEADPaolo Bonzini2024-11-135-14/+29
| |\ \
| * \ \ Merge tag 'kvm-s390-next-6.13-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2024-11-121-1/+2
| |\ \ \ | | |_|/ | |/| |
| | * | KVM: s390: selftests: Add regression tests for PFCR subfunctionsHendrik Brueckner2024-11-111-1/+2
* | | | Merge tag 'x86_cpu_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13 days1-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/cpufeatures: Rename X86_FEATURE_FAST_CPPC to have AMD prefixMario Limonciello2024-10-251-1/+1
* | | | perf cap: Add __NR_capget to arch/x86 unistdIan Rogers2024-10-282-0/+6
* | | | tools headers arm64: Sync arm64's cputype.h with the kernel sourcesArnaldo Carvalho de Melo2024-10-281-0/+2
* | | | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2024-10-241-14/+20
* | | | tools headers UAPI: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2024-10-231-0/+1
| |/ / |/| |
* | | Merge tag 'linux_kselftest-fixes-6.12-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-10-125-5/+0
|\ \ \
| * | | selftests: vDSO: unconditionally build chacha testJason A. Donenfeld2024-10-085-5/+0
| |/ /
* | | Merge tag 'perf-tools-fixes-for-v6.12-1-2024-10-08' of git://git.kernel.org/p...Linus Torvalds2024-10-082-0/+4
|\ \ \ | |_|/ |/| |
| * | tools headers arm64: Sync arm64's cputype.h with the kernel sourcesArnaldo Carvalho de Melo2024-10-021-0/+2
| * | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2024-09-301-0/+2
| |/
* / move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/
* Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-09-242-0/+52
|\
| * tools: Add riscv barrier implementationCharlie Jenkins2024-09-202-0/+52
* | Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-09-185-0/+5
|\ \
| * | s390/vdso: Wire up getrandom() vdso implementationHeiko Carstens2024-09-131-0/+1
| * | powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO32Christophe Leroy2024-09-131-0/+1
| * | arm64: vDSO: Wire up getrandom() vDSO implementationAdhemerval Zanella2024-09-131-0/+1
| * | LoongArch: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao2024-09-131-0/+1
| * | selftests: vDSO: don't hard-code location of vDSO sourcesChristophe Leroy2024-08-301-0/+1
* | | Merge tag 'x86-misc-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-172-465/+1074
|\ \ \ | |/ / |/| |
| * | tools/x86/kcpuid: Introduce a complete cpuid bitfields CSV fileAhmed S. Darwish2024-08-021-414/+1016
| * | tools/x86/kcpuid: Parse subleaf ranges if providedAhmed S. Darwish2024-08-021-18/+32
| * | tools/x86/kcpuid: Recognize all leaves with subleavesAhmed S. Darwish2024-08-021-21/+18
| * | tools/x86/kcpuid: Strip bitfield names leading/trailing whitespaceAhmed S. Darwish2024-08-021-1/+1
| * | tools/x86/kcpuid: Protect against faulty "max subleaf" valuesAhmed S. Darwish2024-08-021-7/+5
| * | tools/x86/kcpuid: Set max possible subleaves count to 64Ahmed S. Darwish2024-08-021-1/+1
| * | tools/x86/kcpuid: Properly align long-description columnsAhmed S. Darwish2024-08-021-1/+2
| * | tools/x86/kcpuid: Remove unused variableAhmed S. Darwish2024-08-021-3/+0
| |/
* | tools/include: Sync arm64 headers with the kernel sourcesNamhyung Kim2024-08-071-0/+10
* | tools/include: Sync x86 headers with the kernel sourcesNamhyung Kim2024-08-072-400/+414
* | tools/include: Sync uapi/linux/kvm.h with the kernel sourcesNamhyung Kim2024-08-063-0/+53
|/
* Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-162-2/+0
|\
| * clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann2024-07-102-2/+0
* | tools/x86/kcpuid: Add missing dir via MakefileChristian Heusel2024-06-121-2/+2
|/
* tools headers arm64: Sync arm64's cputype.h with the kernel sourcesArnaldo Carvalho de Melo2024-06-041-0/+6
* tools headers UAPI: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2024-05-281-2/+20
* tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2024-05-281-5/+4
* Merge tag 'perf-tools-for-v6.10-1-2024-05-21' of git://git.kernel.org/pub/scm...Linus Torvalds2024-05-224-185/+14
|\
| * tools headers x86 cpufeatures: Sync with the kernel sources to pick BHI mitig...Arnaldo Carvalho de Melo2024-04-271-1/+6
| * tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2024-04-231-1/+8
| * Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2024-04-2211-47/+964
| |\
| * | perf beauty: Move prctl.h files (uapi/linux and x86's) copy out of the direct...Arnaldo Carvalho de Melo2024-03-211-43/+0
| * | perf beauty: Move arch/x86/include/asm/irq_vectors.h copy out of the director...Arnaldo Carvalho de Melo2024-03-211-142/+0