summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2026-03-31ARM: dts: am335x: Add Seeed Studio BeagleBone HDMI cape overlayKory Maincent (TI)
2026-03-31ARM: dts: qcom: msm8974: Drop RPM bus clocksDmitry Baryshkov
2026-03-31riscv: dts: microchip: update mpfs gpio interrupts to better match the SoCConor Dooley
2026-03-31KVM: s390: Fix lpsw/e breaking event handlingJanosch Frank
2026-03-31KVM: s390: only deliver service interrupt with payloadEric Farman
2026-03-31x86/vdso: Drop pointless #ifdeffery in vvar_vclock_fault()Thomas Weißschuh
2026-03-31x86/platform/geode: Fix on-stack property data use-after-return bugDmitry Torokhov
2026-03-31x86/tls: Clean up 'sel' variable usage in do_set_thread_area()Uros Bizjak
2026-03-31x86/process/32: Use correct type for 'gs' variable in __show_regs() to avoid ...Uros Bizjak
2026-03-31x86/process/64: Use savesegment() in __show_regs() instead of inline asmUros Bizjak
2026-03-31x86/elf: Use savesegment() for segment register reads in ELF core dumpUros Bizjak
2026-03-31x86/vdso: Clean up remnants of VDSO32_NOTE_MASKThomas Weißschuh
2026-03-30arm64: dts: intel: agilex5: Drop CPU masks from GICv3 PPI interruptsGeert Uytterhoeven
2026-03-30arm64: dts: socfpga: stratix10: Add emmc supportNg Tze Yee
2026-03-30x86-64/arm64/powerpc: clean up and rename __copy_from_user_flushcacheLinus Torvalds
2026-03-30x86: rename and clean up __copy_from_user_inatomic_nocache()Linus Torvalds
2026-03-30x86-64: rename misleadingly named '__copy_user_nocache()' functionLinus Torvalds
2026-03-30ARM: omap2: dead code cleanup in kconfig for ARCH_OMAP4Julian Braha
2026-03-30ARM: OMAP1: Fix DEBUG_LL and earlyprintk on OMAP16XXAaro Koskinen
2026-03-30ASoC: Merge up fixesMark Brown
2026-03-30KVM: arm64: Rename PKVM_PAGE_STATE_MASKWill Deacon
2026-03-30KVM: arm64: Extend pKVM page ownership selftests to cover guest hvcsWill Deacon
2026-03-30KVM: arm64: Extend pKVM page ownership selftests to cover forced reclaimWill Deacon
2026-03-30KVM: arm64: Register 'selftest_vm' in the VM tableWill Deacon
2026-03-30KVM: arm64: Extend pKVM page ownership selftests to cover guest donationWill Deacon
2026-03-30KVM: arm64: Allow userspace to create protected VMs when pKVM is enabledWill Deacon
2026-03-30KVM: arm64: Implement the MEM_UNSHARE hypercall for protected VMsWill Deacon
2026-03-30KVM: arm64: Implement the MEM_SHARE hypercall for protected VMsWill Deacon
2026-03-30KVM: arm64: Add hvc handler at EL2 for hypercalls from protected VMsWill Deacon
2026-03-30KVM: arm64: Return -EFAULT from VCPU_RUN on access to a poisoned pteWill Deacon
2026-03-30KVM: arm64: Reclaim faulting page from pKVM in spurious fault handlerWill Deacon
2026-03-30KVM: arm64: Introduce hypercall to force reclaim of a protected pageWill Deacon
2026-03-30KVM: arm64: Annotate guest donations with handle and gfn in host stage-2Will Deacon
2026-03-30KVM: arm64: Change 'pkvm_handle_t' to u16Will Deacon
2026-03-30KVM: arm64: Introduce host_stage2_set_owner_metadata_locked()Will Deacon
2026-03-30KVM: arm64: Generalise kvm_pgtable_stage2_set_owner()Will Deacon
2026-03-30KVM: arm64: Avoid pointless annotation when mapping host-owned pagesWill Deacon
2026-03-30KVM: arm64: Inject SIGSEGV on illegal accessesQuentin Perret
2026-03-30KVM: arm64: Support translation faults in inject_host_exception()Will Deacon
2026-03-30KVM: arm64: Factor out pKVM host exception injection logicWill Deacon
2026-03-30KVM: arm64: Hook up reclaim hypercall to pkvm_pgtable_stage2_destroy()Will Deacon
2026-03-30KVM: arm64: Introduce __pkvm_reclaim_dying_guest_page()Will Deacon
2026-03-30KVM: arm64: Handle aborts from protected VMsWill Deacon
2026-03-30KVM: arm64: Hook up donation hypercall to pkvm_pgtable_stage2_map()Will Deacon
2026-03-30KVM: arm64: Introduce __pkvm_host_donate_guest()Will Deacon
2026-03-30KVM: arm64: Split teardown hypercall into two phasesWill Deacon
2026-03-30KVM: arm64: Ignore -EAGAIN when mapping in pages for the pKVM hostWill Deacon
2026-03-30KVM: arm64: Prevent unsupported memslot operations on protected VMsWill Deacon
2026-03-30KVM: arm64: Ignore MMU notifier callbacks for protected VMsWill Deacon
2026-03-30KVM: arm64: Remove is_protected_kvm_enabled() checks from hypercallsWill Deacon