aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-05-25Merge tag 'v7.1-rc5' into driver-core-nextDanilo Krummrich187-742/+1436
2026-05-24x86/tlb: Convert copy_from_user() + kstrtouint() to kstrtouint_from_user()Fushuai Wang1-12/+7
2026-05-24arm64: dts: exynos: Add EL2 virtual timer interruptMarc Zyngier5-5/+10
2026-05-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds14-30/+110
2026-05-24Merge tag 'x86-urgent-2026-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-69/+134
2026-05-25arm64: dts: allwinner: sun50i-a64: Enable DT overlaysPeter Robinson1-0/+6
2026-05-23riscv: dts: tenstorrent: Add PMU node to blackhole for Linux perf supportMichael Neuling1-0/+48
2026-05-23Merge tag 'nios2_updates_for_v7.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2026-05-23Merge tag 'loongarch-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-15/+68
2026-05-23KVM: arm64: Fix arch timer interrupts for GICv3-on-GICv5 guestsSascha Bischoff1-10/+7
2026-05-23KVM: arm64: vgic-v5: Atomically assign bits to PPI DVI bitmapSascha Bischoff1-1/+1
2026-05-23KVM: arm64: vgic-v5: Add missing trap handing for NV triageSascha Bischoff1-0/+8
2026-05-23bpf: Recover arena kernel faults with scratch pageKumar Kartikeya Dwivedi2-7/+15
2026-05-23mm: Add ptep_try_set() for lockless empty-slot installsTejun Heo2-0/+24
2026-05-23KVM: SVM: Disable AVIC IPI virtualization on Hygon Family 18h (erratum #1235)Tina Zhang1-5/+7
2026-05-23KVM: x86: Return the VM's configured APIC bus frequency when queriedSean Christopherson1-1/+1
2026-05-23Merge tag 'kvm-riscv-fixes-7.1-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini4-10/+15
2026-05-23Merge tag 'kvm-s390-master-7.1-2' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini48-102/+177
2026-05-23Merge tag 'kvmarm-fixes-7.1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini3-3/+14
2026-05-23openrisc: Fix jump_label smp syncingStafford Horne2-1/+4
2026-05-23openrisc: Add full instruction cache invalidate functionsStafford Horne3-0/+41
2026-05-23openrisc: Cache invalidation cleanupStafford Horne1-10/+0
2026-05-22net: arcnet: remove ISA and PCMCIA support; modernize documentationEthan Nelson-Moore1-4/+0
2026-05-22KVM: SVM: Only disable x2AVIC WRMSR interception for MSRs that are acceleratedSean Christopherson1-36/+4
2026-05-22KVM: SVM: Disable x2AVIC RDMSR interception for MSRs KVM actually supportsSean Christopherson1-2/+11
2026-05-22KVM: x86: Add dedicated API for getting mask of accelerated x2APIC MSRsSean Christopherson3-5/+21
2026-05-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-2/+3
2026-05-22Merge tag 's390-7.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-13/+28
2026-05-22MIPS: Remove unused arch/mips/crypto directoryEthan Nelson-Moore4-14/+0
2026-05-22LoongArch: Remove unused arch/loongarch/crypto directoryEthan Nelson-Moore3-11/+0
2026-05-22crypto: riscv/aes - replace min_t with min in riscv64_aes_ctr_cryptThorsten Blum1-2/+2
2026-05-22driver core: delete useless forward declaration of "struct class"Alexey Dobriyan1-1/+0
2026-05-22arm64: tlb: Flush walk cache when unsharing PMD tablesZeng Heng1-1/+2
2026-05-22serial: zs: Convert to use a platform deviceMaciej W. Rozycki1-3/+57
2026-05-22serial: dz: Convert to use a platform deviceMaciej W. Rozycki1-1/+54
2026-05-22KVM: s390: Properly reset zero bit in PGSTEClaudio Imbrenda1-0/+1
2026-05-22KVM: s390: vsie: Fix redundant rmap entriesClaudio Imbrenda1-1/+3
2026-05-22KVM: s390: vsie: Fix unshadowing logicClaudio Imbrenda5-5/+63
2026-05-22KVM: s390: Fix leaking kvm_s390_mmu_cache in case of errorsClaudio Imbrenda1-4/+3
2026-05-22KVM: s390: vsie: Fix memory leak when unshadowingClaudio Imbrenda1-1/+3
2026-05-22KVM: arm64: vgic-v5: Limit support to 64 PPIsMarc Zyngier3-82/+26
2026-05-22KVM: arm64: vgic: Rationalise per-CPU irq accessorMarc Zyngier1-13/+12
2026-05-22KVM: arm64: vgic-v5: Drop defensive checks from vgic_v5_ppi_queue_irq_unlock()Marc Zyngier1-13/+3
2026-05-22KVM: arm64: vgic: Consolidate vgic_allocate_private_irqs_locked()Marc Zyngier1-27/+18
2026-05-22KVM: arm64: vgic: Constify struct irq_ops usageMarc Zyngier3-7/+11
2026-05-22KVM: arm64: vgic-v5: Drop pointless ARM64_HAS_GICV5_CPUIF checkMarc Zyngier1-3/+0
2026-05-22KVM: arm64: vgic-v5: Remove use of __assign_bit() with a constantMarc Zyngier1-9/+7
2026-05-22KVM: arm64: vgic-v5: Move PPI caps into kvm_vgic_global_stateMarc Zyngier1-1/+1
2026-05-22KVM: arm64: vgic-v5: Add for_each_visible_v5_ppi() iteratorMarc Zyngier3-7/+8
2026-05-22LoongArch: KVM: Move some variable declarations to paravirt.hBibo Mao2-4/+7