summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-08-10LoongArch: KVM: Fix PC double advance in kernel MMIO read fast pathZeng Chi1-1/+0
2026-08-10LoongArch: KVM: Prevent division by zero in periodic timer restoreTao Cui1-0/+2
2026-08-10LoongArch: KVM: Reload one-shot TVAL on migration destinationTao Cui1-0/+12
2026-08-10LoongArch: KVM: Advertise already-supported capabilitiesTao Cui1-0/+4
2026-08-10Merge tag 'v7.2-rc7' into driver-core-nextDanilo Krummrich223-950/+1686
2026-08-09KVM: PPC: Book3S HV: Add support for compat CPU capabilities for KVM on PowerNVAmit Machhiwal1-0/+36
2026-08-09KVM: PPC: Book3S HV: Implement compat CPU capability retrieval for KVM on Pow...Amit Machhiwal2-0/+30
2026-08-09KVM: PPC: Introduce KVM_CAP_PPC_COMPAT_CAPS and wire up ioctlAmit Machhiwal3-0/+87
2026-08-09gpio: move ppc4xx gpio driver from arch/powerpc to drivers/gpioRosen Penev5-221/+3
2026-08-09ARM: dts: helios4: add SATA regulator suppliesRosen Penev1-0/+8
2026-08-09ARM: dts: helios4: add vcc-supply to GPIO expanderRosen Penev1-0/+1
2026-08-09ARM: dts: helios4: add vcc-supply to EEPROMRosen Penev1-0/+4
2026-08-09arm64: dts: turris-mox: fix usb3 physTomáš Macholda1-1/+2
2026-08-09Merge tag 'tegra-for-7.3-arm64-dt' of git://git.kernel.org/pub/scm/linux/kern...Alexandre Belloni113-610/+1367
2026-08-08Merge tag 'x86-urgent-2026-08-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2026-08-08openrisc: Include <linux/cpumask.h> in smp.hLyude Paul1-0/+2
2026-08-08preempt: Introduce __preempt_count_{sub,add}_return()Boqun Feng3-0/+40
2026-08-08KVM: arm64: Fix hvhe and broken CNTVOFF_EL2Mostafa Saleh1-2/+2
2026-08-08KVM: arm64: Fix timer offsets for non-protected VMsMostafa Saleh2-3/+17
2026-08-08KVM: arm64: Make timer_get_offset() work in all contextsMarc Zyngier1-14/+1
2026-08-08KVM: arm64: Add VNCR TLB tracking againMarc Zyngier3-9/+41
2026-08-08KVM: arm64: Make VNCR invalidation participate in MMU invalidation retryMarc Zyngier1-3/+18
2026-08-08KVM: arm64: Sign-extend VA for range-based TLBI invalidationMarc Zyngier2-0/+18
2026-08-08KVM: arm64: Handle VNCR TLB invalidation race with vcpu_put() VNCR unmappingMarc Zyngier1-10/+32
2026-08-08KVM: arm64: Correctly handle end of VA space TLBI invalidationMarc Zyngier1-24/+19
2026-08-08KVM: arm64: Consider SCTLR_EL2.M when mapping the L1 VNCR pageMarc Zyngier3-2/+11
2026-08-08KVM: arm64: Handle negative S1 walk levels in VNCR TLB size evaluationMarc Zyngier1-7/+19
2026-08-08KVM: arm64: Remove VM-wide VNCR mapping counterMarc Zyngier3-8/+1
2026-08-08riscv: lib: Fix ZBB strnlen reading past count boundaryMichael Neuling1-1/+9
2026-08-08Merge tag 'aspeed-arm-7.3-devicetree-0' of https://git.kernel.org/pub/scm/lin...Alexandre Belloni4-225/+225
2026-08-08Merge tag 'nuvoton-arm64-7.3-devicetree-0' of https://git.kernel.org/pub/scm/...Alexandre Belloni1-17/+16
2026-08-08Merge tag 'nuvoton-arm-7.3-devicetree-0' of https://git.kernel.org/pub/scm/li...Alexandre Belloni1-6/+3
2026-08-08Merge tag 'sunxi-dt-for-7.3' of https://git.kernel.org/pub/scm/linux/kernel/g...Alexandre Belloni23-17/+612
2026-08-08Merge tag 'omap-for-v7.3/dt-signed' of git://git.kernel.org/pub/scm/linux/ker...Alexandre Belloni31-42/+428
2026-08-08Merge tag 'spacemit-dt-for-7.3-1' of https://git.kernel.org/pub/scm/linux/ker...Alexandre Belloni18-32/+1301
2026-08-08Merge tag 'v7.3-rockchip-dts64-1' of https://git.kernel.org/pub/scm/linux/ker...Alexandre Belloni30-308/+5638
2026-08-08Merge tag 'amlogic-arm64-dt-for-v7.3' of https://git.kernel.org/pub/scm/linux...Alexandre Belloni8-19/+180
2026-08-08Merge tag 'qcom-arm64-for-7.3' of https://git.kernel.org/pub/scm/linux/kernel...Alexandre Belloni147-1455/+15119
2026-08-08Merge tag 'imx-dt64-7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/f...Alexandre Belloni100-830/+11223
2026-08-08Merge tag 'hisi-arm64-dt-for-7.3' of https://github.com/hisilicon/linux-hisi ...Alexandre Belloni2-11/+7
2026-08-08Merge tag 'powerpc-7.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-3/+13
2026-08-08KVM: RISC-V: Clear former VCPU cache on virtualization disableYong-Xuan Wang3-0/+15
2026-08-08RISC-V: KVM: Fix PMU event info array size overflowGuidong Han1-5/+9
2026-08-08bpf, x86: Fix stack-passed arguments for indirect trampolinesTejun Heo1-7/+8
2026-08-08bpf, x86: Convert struct_ops arena arguments in the trampolineTejun Heo1-6/+51
2026-08-08bpf, x86: JIT __arena kfunc argument rebasingTejun Heo1-0/+50
2026-08-08RISC-V: KVM: Avoid one-word masks for SBI v0.1 all-hartsPengpeng Hou1-22/+30
2026-08-08RISC-V: KVM: Guard HFENCE range loops against overflowPengpeng Hou1-12/+59
2026-08-08powerpc/pseries: lparcfg - fix kbuf[] underflowGeorge Wilson1-1/+1
2026-08-08powerpc/pseries: pci - logic bugGeorge Wilson1-1/+1