summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-30ALSA: hda/realtek: Add support for HP LaptopsStefan Binding-0/+4
2026-03-30ALSA: hda: cs35l41: Fix boost type for HP Dragonfly 13.5 inch G4Leonard Lausen-0/+6
2026-03-30ALSA: hda/realtek: Add quirk for Samsung Book2 Pro 360 (NP950QED)Takashi Iwai-0/+1
2026-03-30Documentation: Provide hints on how to debug Python GDB scriptsFlorian Fainelli-0/+9
2026-03-30doc tools: better handle KBUILD_VERBOSEMauro Carvalho Chehab-2/+12
2026-03-30Merge branch 'docs-fixes' into docs-mwJonathan Corbet-1/+11
2026-03-30scripts/checkpatch: add Assisted-by: tag validationHarry Wentland-1/+11
2026-03-30drivers/virt: pkvm: Add Kconfig dependency on DMA_RESTRICTED_POOLWill Deacon-1/+1
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: Add some initial documentation for pKVMWill Deacon-2/+109
2026-03-30KVM: arm64: Allow userspace to create protected VMs when pKVM is enabledWill Deacon-6/+20
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
2026-03-30KVM: arm64: Expose self-hosted debug regs as RAZ/WI for protected guestsFuad Tabba-0/+8
2026-03-30KVM: arm64: Don't advertise unsupported features for protected guestsWill Deacon-2/+0
2026-03-30KVM: arm64: Rename __pkvm_pgtable_stage2_unmap()Will Deacon-4/+4
2026-03-30KVM: arm64: Move handle check into pkvm_pgtable_stage2_destroy_range()Will Deacon-3/+6
2026-03-30KVM: arm64: Don't leak stage-2 page-table if VM fails to init under pKVMWill Deacon-1/+3
2026-03-30KVM: arm64: Remove unused PKVM_ID_FFA definitionWill Deacon-1/+0
2026-03-30PCI/VGA: Fail pci_set_vga_state() if VGA decoding not supportedSimon Richter-0/+12
2026-03-30vt: resize saved unicode buffer on alt screen exit after resizeNicolas Pitre-9/+15
2026-03-30vt: discard stale unicode buffer on alt screen exit after resizeLiav Mordouch-1/+13
2026-03-30hvc/xen: Check console connection flagJason Andryuk-0/+16
2026-03-30serial: sh-sci: Add support for RZ/G3L RSCIBiju Das-3/+26