aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-08-10KVM: s390: vsie: Assert crycb alignment in vsie_pageChristoph Schlameuss1-0/+1
2026-08-10KVM: s390: vsie: Assert mcck_info offset in vsie_pageChristoph Schlameuss1-4/+2
2026-08-10KVM: s390: vsie: Convert shift to phys_to_pfn()Christoph Schlameuss1-1/+1
2026-08-10KVM: s390: vsie: Remove duplicate assertionChristoph Schlameuss1-1/+0
2026-08-10KVM: s390: Remove double 64bscao feature checkChristoph Schlameuss1-2/+1
2026-08-10m68k: Fix backtraces for non-running tasksKarl Mehltretter1-2/+2
2026-08-10m68k: defconfig: Update defconfigs for v7.2-rc1Geert Uytterhoeven12-60/+0
2026-08-10m68k: amiga: Remove redundant amiga_reset() prototypeThorsten Blum1-3/+1
2026-08-10s390/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITSHeiko Carstens3-27/+30
2026-08-10arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITSBoqun Feng1-0/+1
2026-08-10preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITSBoqun Feng3-18/+40
2026-08-10Merge tag 'omap-for-v7.3/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap into soc/armArnd Bergmann2-10/+21
2026-08-10Merge tag 'soc_fsl-7.3-1' of https://git.kernel.org/pub/scm/linux/kernel/git/chleroy/linux into soc/driversArnd Bergmann1-8/+0
2026-08-10Merge tag 'ti-k3-config-for-v7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into soc/defconfigArnd Bergmann1-0/+5
2026-08-10Merge tag 'tegra-for-7.2-arm64-dt-fixes-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/fixesArnd Bergmann1-0/+2
2026-08-10Merge tag 'apple-soc-fixes-7.2' of https://git.kernel.org/pub/scm/linux/kernel/git/sven/linux into arm/fixesArnd Bergmann1-15/+15
2026-08-10LoongArch: KVM: Replace kvm_err() with kvm_pr_unimpl()Bibo Mao6-45/+45
2026-08-10LoongArch: KVM: Use internal API to deliver interrupt in kernel modeBibo Mao4-16/+22
2026-08-10LoongArch: KVM: Fix uninitialized stack variable issue with dmsintcBibo Mao1-2/+1
2026-08-10LoongArch: KVM: Return directly when IPI address is not alignedBibo Mao1-9/+13
2026-08-10LoongArch: KVM: Set default MAILBOX access size with 8Bibo Mao1-7/+2
2026-08-10LoongArch: KVM: Set vcpu->cpu before IN_GUEST_MODE is setBibo Mao1-1/+1
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 PowerVMAmit 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/kernel/git/tegra/linux into soc/dtAlexandre Belloni113-610/+1367
2026-08-08Merge tag 'x86-urgent-2026-08-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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