summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-0612-22/+23
|\
| * ARM: dts: st: add missing space before {Krzysztof Kozlowski2023-07-0511-22/+22
| * RISC-V: make ARCH_THEAD preclude XIP_KERNELConor Dooley2023-07-051-0/+1
* | Merge tag 'sh-for-v6.5-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-0513-51/+63
|\ \
| * | sh: Provide unxlate_dev_mem_ptr() in asm/io.hGuenter Roeck2023-07-051-0/+1
| * | sh: dma: Correct the number of DMA channels for SH7709Artur Rojek2023-07-051-6/+8
| * | sh: dma: Drop incorrect SH_DMAC_BASE1 definition for SH4Artur Rojek2023-07-051-1/+0
| * | sh: dma: Fix DMA channel offset calculationArtur Rojek2023-07-051-13/+24
| * | sh: Remove compiler flag duplicationMasahiro Yamada2023-07-051-3/+1
| * | sh: Refactor header include path additionMasahiro Yamada2023-07-051-2/+1
| * | sh: Move build rule for cchips/hd6446x/ to arch/sh/KbuildMasahiro Yamada2023-07-052-3/+2
| * | sh: Fix -Wmissing-include-dirs warnings for various platformsMasahiro Yamada2023-07-052-17/+20
| * | sh: Avoid using IRQ0 on SH3 and SH4Sergey Shtylyov2023-06-115-6/+6
| * | sh: j2: Use ioremap() to translate device tree address into kernel memoryJohn Paul Adrian Glaubitz2023-05-101-1/+1
* | | Merge tag 'parisc-for-6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-07-056-5/+11
|\ \ \
| * | | parisc: syscalls: Avoid compiler warnings with W=1Helge Deller2023-07-031-0/+3
| * | | parisc: math-emu: Avoid compiler warnings with W=1Helge Deller2023-07-031-1/+2
| * | | parisc: unwind: Avoid missing prototype warning for handle_interruption()Helge Deller2023-07-032-2/+4
| * | | parisc: smp: Add declaration for start_cpu_itimer()Helge Deller2023-07-032-2/+1
| * | | parisc: pdt: Get prototype for arch_report_meminfo()Helge Deller2023-07-031-0/+1
* | | | Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-041-2/+0
|\ \ \ \
| * | | | kbuild: Drop -Wdeclaration-after-statementPeter Zijlstra2023-06-261-2/+0
* | | | | arch/arm64/mm/fault: Fix undeclared variable error in do_page_fault()SeongJae Park2023-07-031-2/+0
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-0395-825/+6166
|\ \ \ \ \
| * \ \ \ \ Merge tag 'kvm-x86-vmx-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-018-37/+73
| |\ \ \ \ \
| | * | | | | KVM: x86/mmu: Trigger APIC-access page reload iff vendor code caresSean Christopherson2023-06-061-1/+2
| | * | | | | KVM: x86: Use standard mmu_notifier invalidate hooks for APIC access pageSean Christopherson2023-06-062-14/+3
| | * | | | | KVM: VMX: Retry APIC-access page reload if invalidation is in-progressSean Christopherson2023-06-061-5/+45
| | * | | | | KVM: VMX: Inject #GP, not #UD, if SGX2 ENCLS leafs are unsupportedSean Christopherson2023-06-021-6/+9
| | * | | | | KVM: VMX: Inject #GP on ENCLS if vCPU has paging disabled (CR0.PG==0)Sean Christopherson2023-06-021-1/+1
| | * | | | | KVM: VMX: restore vmx_vmexit alignmentJon Kohler2023-06-011-1/+1
| | * | | | | KVM: x86/pmu: Remove redundant check for MSR_IA32_DS_AREA set handlerJinrong Liang2023-06-011-2/+0
| | * | | | | KVM: VMX: Use proper accessor to read guest CR4 in handle_desc()Sean Christopherson2023-05-261-1/+7
| | * | | | | KVM: VMX: Treat UMIP as emulated if and only if the host doesn't have UMIPSean Christopherson2023-05-263-5/+4
| | * | | | | KVM: VMX: Move the comment of CR4.MCE handling right above the codeXiaoyao Li2023-05-261-2/+2
| | * | | | | KVM: VMX: Use kvm_read_cr4() to get cr4 valueXiaoyao Li2023-05-261-1/+1
| * | | | | | Merge tag 'kvm-x86-svm-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-013-35/+13
| |\ \ \ \ \ \
| | * | | | | | KVM: SVM: WARN, but continue, if misc_cg_set_capacity() failsSean Christopherson2023-06-131-6/+2
| | * | | | | | KVM: SVM: enhance info printk's in SEV initAlexander Mikhalitsyn2023-06-061-2/+9
| | * | | | | | KVM: SVM: Invoke trace_kvm_exit() for fastpath VM-ExitsSean Christopherson2023-06-021-2/+2
| | * | | | | | KVM: SVM: Remove TSS reloading code after VMEXITMingwei Zhang2023-06-012-25/+0
| | |/ / / / /
| * | | | | | Merge tag 'kvm-x86-pmu-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-0112-118/+260
| |\ \ \ \ \ \
| | * | | | | | KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022Like Xu2023-06-062-1/+31
| | * | | | | | KVM: x86/svm/pmu: Add AMD PerfMonV2 supportLike Xu2023-06-063-11/+72
| | * | | | | | KVM: x86/cpuid: Add a KVM-only leaf to redirect AMD PerfMonV2 flagLike Xu2023-06-061-0/+7
| | * | | | | | KVM: x86/pmu: Constrain the num of guest counters with kvm_pmu_capLike Xu2023-06-061-0/+3
| | * | | | | | KVM: x86/pmu: Advertise PERFCTR_CORE iff the min nr of counters is metLike Xu2023-06-061-3/+12
| | * | | | | | KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't metLike Xu2023-06-063-4/+12
| | * | | | | | KVM: x86: Explicitly zero cpuid "0xa" leaf when PMU is disabledLike Xu2023-06-061-1/+1
| | * | | | | | KVM: x86/pmu: Provide Intel PMU's pmc_is_enabled() as generic x86 codeLike Xu2023-06-065-29/+16