summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2026-04-12Merge tag 'wireless-next-2026-04-10' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-47/+0
2026-04-12Merge tag 'ras-urgent-2026-04-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+8
2026-04-12Merge tag 'perf-urgent-2026-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-37/+42
2026-04-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-10/+15
2026-04-11Merge tag 'kvm-s390-master-7.0-4' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini-207/+157
2026-04-11Merge tag 'kvm-x86-fixes-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-6/+6
2026-04-11Merge tag 'sunxi-dt-for-7.1-2' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Krzysztof Kozlowski-0/+27
2026-04-11Merge tag 'qcom-arm64-for-7.1-2' of ssh://gitolite.kernel.org/pub/scm/linux/k...Krzysztof Kozlowski-67/+3031
2026-04-11Merge tag 'riscv-dt-for-v7.1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Krzysztof Kozlowski-64/+1466
2026-04-11Merge tag 'imx-dt-7.1' of https://git.kernel.org/pub/scm/linux/kernel/git/fra...Krzysztof Kozlowski-1140/+1607
2026-04-11Merge tag 'v7.1-rockchip-dts32-2' of ssh://gitolite.kernel.org/pub/scm/linux/...Krzysztof Kozlowski-0/+1266
2026-04-11Merge tag 'v7.1-rockchip-dts32-1' of ssh://gitolite.kernel.org/pub/scm/linux/...Krzysztof Kozlowski-24/+22
2026-04-11Merge branch 'timers/urgent' into timers/coreThomas Gleixner-493/+1137
2026-04-10Merge tag 'riscv-for-linus-v7.0-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-55/+58
2026-04-10Merge tag 'spacemit-dt-for-7.1-1' of https://github.com/spacemit-com/linux in...Linus Walleij-78/+872
2026-04-10Merge branches 'for-next/misc', 'for-next/tlbflush', 'for-next/ttbr-macros-cl...Catalin Marinas-676/+1362
2026-04-10arm64: rsi: use linear-map alias for realm config bufferAneesh Kumar K.V (Arm)-1/+1
2026-04-10Merge branches 'pm-cpuidle', 'pm-opp' and 'pm-sleep'Rafael J. Wysocki-2/+0
2026-04-10arm64: Kconfig: fix duplicate word in CMDLINE help textMichael Ugrin-1/+1
2026-04-10Merge branch 'pm-cpufreq'Rafael J. Wysocki-1/+7
2026-04-10ARM: xen: validate hypervisor compatible before parsing its versionPengpeng Hou-4/+6
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-307/+549
2026-04-09Merge branch 'acpi-cmos-rtc'Rafael J. Wysocki-16/+5
2026-04-09x86/virt: Treat SVM as unsupported when running as an SEV+ guestSean Christopherson-1/+2
2026-04-09KVM: SEV: Goto an existing error label if charging misc_cg for an ASID failsSean Christopherson-6/+5
2026-04-09KVM: SVM: Move lock-protected allocation of SEV ASID into a separate helperCarlos López-14/+23
2026-04-09KVM: SEV: use mutex guard in snp_handle_guest_req()Carlos López-15/+8
2026-04-09KVM: SEV: use mutex guard in sev_mem_enc_unregister_region()Carlos López-15/+5
2026-04-09KVM: SEV: use mutex guard in sev_mem_enc_ioctl()Carlos López-17/+8
2026-04-09KVM: SEV: use mutex guard in snp_launch_update()Carlos López-19/+12
2026-04-09KVM: SEV: Assert that kvm->lock is held when querying SEV+ supportSean Christopherson-0/+25
2026-04-09KVM: SEV: Document that checking for SEV+ guests when reclaiming memory is "s...Sean Christopherson-1/+7
2026-04-09KVM: SEV: Hide "struct kvm_sev_info" behind CONFIG_KVM_AMD_SEV=ySean Christopherson-1/+7
2026-04-09KVM: SEV: WARN on unhandled VM type when initializing VMSean Christopherson-11/+18
2026-04-09arm64: mte: Skip TFSR_EL1 checks and barriers in synchronous tag check modeMuhammad Usama Anjum-0/+12
2026-04-09powerpc/xive: simplify xive_spapr_debug_show()Yury Norov-10/+2
2026-04-09arm64/sysreg: Update ID_AA64SMFR0_EL1 description to DDI0601 2025-12Mark Brown-1/+6
2026-04-09arm64/sysreg: Update ID_AA64ZFR0_EL1 description to DDI0601 2025-12Mark Brown-0/+2
2026-04-09arm64/sysreg: Update ID_AA64FPFR0_EL1 description to DDI0601 2025-12Mark Brown-1/+7
2026-04-09arm64/sysreg: Update ID_AA64ISAR2_EL1 description to DDI0601 2025-12Mark Brown-0/+1
2026-04-09arm64/sysreg: Update ID_AA64ISAR0_EL1 description to DDI0601 2025-12Mark Brown-0/+2
2026-04-09arm64/hwcap: Generate the KERNEL_HWCAP_ definitions for the hwcapsMark Brown-119/+32
2026-04-09arm64: dts: ti: k3: Use memory-region-names for r5fMarkus Schneider-Pargmann (TI)-0/+38
2026-04-09LoongArch: KVM: Add DMSINTC inject msi to vCPUSong Gao-8/+99
2026-04-09LoongArch: KVM: Add DMSINTC device supportSong Gao-0/+146
2026-04-09LoongArch: KVM: Make vcpu_is_preempted() as a macro rather than functionBibo Mao-18/+24
2026-04-09LoongArch: KVM: Move host CSR_GSTAT save and restore in context switchBibo Mao-4/+6
2026-04-09LoongArch: KVM: Move host CSR_EENTRY save and restore in context switchBibo Mao-3/+4
2026-04-09LoongArch: KVM: Check kvm_request_pending() in kvm_late_check_requests()Bibo Mao-9/+9
2026-04-09LoongArch: KVM: Use CSR_CRMD_PLV in kvm_arch_vcpu_in_kernel()Tao Cui-1/+1