summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2026-04-10Merge tag 'riscv-for-linus-v7.0-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-04-10Merge tag 'spacemit-dt-for-7.1-1' of https://github.com/spacemit-com/linux in...Linus Walleij
2026-04-10arm64: errata: Work around early CME DVMSync acknowledgementCatalin Marinas
2026-04-10arm64: cputype: Add C1-Pro definitionsCatalin Marinas
2026-04-10arm64: tlb: Pass the corresponding mm to __tlbi_sync_s1ish()Catalin Marinas
2026-04-10arm64: tlb: Introduce __tlbi_sync_s1ish_{kernel,batch}() for TLB maintenanceCatalin Marinas
2026-04-10Merge branches 'for-next/misc', 'for-next/tlbflush', 'for-next/ttbr-macros-cl...Catalin Marinas
2026-04-10arm64: rsi: use linear-map alias for realm config bufferAneesh Kumar K.V (Arm)
2026-04-10Merge branches 'pm-cpuidle', 'pm-opp' and 'pm-sleep'Rafael J. Wysocki
2026-04-10arm64: Kconfig: fix duplicate word in CMDLINE help textMichael Ugrin
2026-04-10Merge branch 'pm-cpufreq'Rafael J. Wysocki
2026-04-10ARM: xen: validate hypervisor compatible before parsing its versionPengpeng Hou
2026-04-10um: Disable GCOV_PROFILE_ALL on 32-bit UML with Clang 20/21Kees Cook
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-09Merge branch 'acpi-cmos-rtc'Rafael J. Wysocki
2026-04-09x86/virt: Treat SVM as unsupported when running as an SEV+ guestSean Christopherson
2026-04-09KVM: SEV: Goto an existing error label if charging misc_cg for an ASID failsSean Christopherson
2026-04-09KVM: SVM: Move lock-protected allocation of SEV ASID into a separate helperCarlos López
2026-04-09KVM: SEV: use mutex guard in snp_handle_guest_req()Carlos López
2026-04-09KVM: SEV: use mutex guard in sev_mem_enc_unregister_region()Carlos López
2026-04-09KVM: SEV: use mutex guard in sev_mem_enc_ioctl()Carlos López
2026-04-09KVM: SEV: use mutex guard in snp_launch_update()Carlos López
2026-04-09KVM: SEV: Assert that kvm->lock is held when querying SEV+ supportSean Christopherson
2026-04-09KVM: SEV: Document that checking for SEV+ guests when reclaiming memory is "s...Sean Christopherson
2026-04-09KVM: SEV: Hide "struct kvm_sev_info" behind CONFIG_KVM_AMD_SEV=ySean Christopherson
2026-04-09KVM: SEV: WARN on unhandled VM type when initializing VMSean Christopherson
2026-04-09arm64: mte: Skip TFSR_EL1 checks and barriers in synchronous tag check modeMuhammad Usama Anjum
2026-04-09powerpc/xive: simplify xive_spapr_debug_show()Yury Norov
2026-04-09arm64/sysreg: Update ID_AA64SMFR0_EL1 description to DDI0601 2025-12Mark Brown
2026-04-09arm64/sysreg: Update ID_AA64ZFR0_EL1 description to DDI0601 2025-12Mark Brown
2026-04-09arm64/sysreg: Update ID_AA64FPFR0_EL1 description to DDI0601 2025-12Mark Brown
2026-04-09arm64/sysreg: Update ID_AA64ISAR2_EL1 description to DDI0601 2025-12Mark Brown
2026-04-09arm64/sysreg: Update ID_AA64ISAR0_EL1 description to DDI0601 2025-12Mark Brown
2026-04-09arm64/hwcap: Generate the KERNEL_HWCAP_ definitions for the hwcapsMark Brown
2026-04-09arm64: dts: ti: k3: Use memory-region-names for r5fMarkus Schneider-Pargmann (TI)
2026-04-09LoongArch: KVM: Add DMSINTC inject msi to vCPUSong Gao
2026-04-09LoongArch: KVM: Add DMSINTC device supportSong Gao
2026-04-09LoongArch: KVM: Make vcpu_is_preempted() as a macro rather than functionBibo Mao
2026-04-09LoongArch: KVM: Move host CSR_GSTAT save and restore in context switchBibo Mao
2026-04-09LoongArch: KVM: Move host CSR_EENTRY save and restore in context switchBibo Mao
2026-04-09LoongArch: KVM: Check kvm_request_pending() in kvm_late_check_requests()Bibo Mao
2026-04-09LoongArch: KVM: Use CSR_CRMD_PLV in kvm_arch_vcpu_in_kernel()Tao Cui
2026-04-09ARM: 9471/1: module: fix unwind section relocation out of range errorWilliam Zhang
2026-04-09arm64: dts: marvell: armada-37xx: swap PHYs' order in USB3 controller nodeGabor Juhos
2026-04-09arm64: dts: marvell: armada-37xx: use 'usb2-phy' in USB3 controller's phy-namesGabor Juhos
2026-04-08KVM: SEV: Move SEV-specific VM initialization to sev.cSean Christopherson
2026-04-08KVM: SEV: Move standard VM-scoped helpers to detect SEV+ guests to sev.cSean Christopherson
2026-04-08KVM: SEV: Document the SEV-ES check when querying SMM support as "safe"Sean Christopherson
2026-04-08KVM: SEV: Add quad-underscore version of VM-scoped APIs to detect SEV+ guestsSean Christopherson
2026-04-08KVM: SEV: Provide vCPU-scoped accessors for detecting SEV+ guestsSean Christopherson