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