aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-04-10ARM: xen: validate hypervisor compatible before parsing its versionPengpeng Hou1-4/+6
2026-04-10um: Disable GCOV_PROFILE_ALL on 32-bit UML with Clang 20/21Kees Cook1-1/+3
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski66-305/+547
2026-04-09Merge branch 'acpi-cmos-rtc'Rafael J. Wysocki1-15/+4
2026-04-09x86/virt: Treat SVM as unsupported when running as an SEV+ guestSean Christopherson1-1/+2
2026-04-09KVM: SEV: Goto an existing error label if charging misc_cg for an ASID failsSean Christopherson1-6/+5
2026-04-09KVM: SVM: Move lock-protected allocation of SEV ASID into a separate helperCarlos López1-14/+23
2026-04-09KVM: SEV: use mutex guard in snp_handle_guest_req()Carlos López1-15/+8
2026-04-09KVM: SEV: use mutex guard in sev_mem_enc_unregister_region()Carlos López1-15/+5
2026-04-09KVM: SEV: use mutex guard in sev_mem_enc_ioctl()Carlos López1-17/+8
2026-04-09KVM: SEV: use mutex guard in snp_launch_update()Carlos López1-19/+12
2026-04-09KVM: SEV: Assert that kvm->lock is held when querying SEV+ supportSean Christopherson1-0/+25
2026-04-09KVM: SEV: Document that checking for SEV+ guests when reclaiming memory is "safe"Sean Christopherson1-1/+7
2026-04-09KVM: SEV: Hide "struct kvm_sev_info" behind CONFIG_KVM_AMD_SEV=ySean Christopherson2-1/+7
2026-04-09KVM: SEV: WARN on unhandled VM type when initializing VMSean Christopherson1-11/+18
2026-04-09arm64: mte: Skip TFSR_EL1 checks and barriers in synchronous tag check modeMuhammad Usama Anjum2-0/+12
2026-04-09powerpc/xive: simplify xive_spapr_debug_show()Yury Norov1-10/+2
2026-04-09arm64/sysreg: Update ID_AA64SMFR0_EL1 description to DDI0601 2025-12Mark Brown1-1/+6
2026-04-09arm64/sysreg: Update ID_AA64ZFR0_EL1 description to DDI0601 2025-12Mark Brown1-0/+2
2026-04-09arm64/sysreg: Update ID_AA64FPFR0_EL1 description to DDI0601 2025-12Mark Brown1-1/+7
2026-04-09arm64/sysreg: Update ID_AA64ISAR2_EL1 description to DDI0601 2025-12Mark Brown1-0/+1
2026-04-09arm64/sysreg: Update ID_AA64ISAR0_EL1 description to DDI0601 2025-12Mark Brown1-0/+2
2026-04-09arm64/hwcap: Generate the KERNEL_HWCAP_ definitions for the hwcapsMark Brown3-119/+32
2026-04-09arm64: dts: ti: k3: Use memory-region-names for r5fMarkus Schneider-Pargmann (TI)10-0/+38
2026-04-09LoongArch: KVM: Add DMSINTC inject msi to vCPUSong Gao6-8/+99
2026-04-09LoongArch: KVM: Add DMSINTC device supportSong Gao6-0/+146
2026-04-09LoongArch: KVM: Make vcpu_is_preempted() as a macro rather than functionBibo Mao2-18/+24
2026-04-09LoongArch: KVM: Move host CSR_GSTAT save and restore in context switchBibo Mao2-4/+6
2026-04-09LoongArch: KVM: Move host CSR_EENTRY save and restore in context switchBibo Mao1-3/+4
2026-04-09LoongArch: KVM: Check kvm_request_pending() in kvm_late_check_requests()Bibo Mao1-9/+9
2026-04-09LoongArch: KVM: Use CSR_CRMD_PLV in kvm_arch_vcpu_in_kernel()Tao Cui1-1/+1
2026-04-09ARM: 9471/1: module: fix unwind section relocation out of range errorWilliam Zhang1-0/+12
2026-04-09arm64: dts: marvell: armada-37xx: swap PHYs' order in USB3 controller nodeGabor Juhos1-2/+2
2026-04-09arm64: dts: marvell: armada-37xx: use 'usb2-phy' in USB3 controller's phy-namesGabor Juhos2-2/+2
2026-04-08KVM: SEV: Move SEV-specific VM initialization to sev.cSean Christopherson3-11/+18
2026-04-08KVM: SEV: Move standard VM-scoped helpers to detect SEV+ guests to sev.cSean Christopherson2-17/+14
2026-04-08KVM: SEV: Document the SEV-ES check when querying SMM support as "safe"Sean Christopherson1-2/+10
2026-04-08KVM: SEV: Add quad-underscore version of VM-scoped APIs to detect SEV+ guestsSean Christopherson1-7/+21
2026-04-08KVM: SEV: Provide vCPU-scoped accessors for detecting SEV+ guestsSean Christopherson3-64/+82
2026-04-08KVM: SEV: Lock all vCPUs for the duration of SEV-ES VMSA synchronizationSean Christopherson1-8/+7
2026-04-08KVM: SEV: Lock all vCPUs when synchronzing VMSAs for SNP launch finishSean Christopherson1-4/+12
2026-04-08x86: shadow stacks: proper error handling for mmap lockLinus Torvalds1-1/+2
2026-04-08arm64: kexec: Remove duplicate allocation for trans_pgdWang Wensheng1-3/+0
2026-04-08arm64: Check DAIF (and PMR) at task-switch timeMark Rutland1-0/+25
2026-04-08arm64: entry: Use split preemption logicMark Rutland2-21/+12
2026-04-08arm64: entry: Use irqentry_{enter_from,exit_to}_kernel_mode()Mark Rutland1-2/+2
2026-04-08arm64: entry: Consistently prefix arm64-specific wrappersMark Rutland1-19/+19
2026-04-08arm64: entry: Don't preempt with SError or Debug maskedMark Rutland1-8/+13
2026-04-08Merge branch kvm-arm64/misc-7.1 into kvmarm-master/nextMarc Zyngier3-0/+9
2026-04-08Merge branch kvm-arm64/vgic-fixes-7.1 into kvmarm-master/nextMarc Zyngier10-82/+80