messages from 2026-09-08 01:44:21 to 2026-09-09 17:03:17 UTC [more...]
[PATCH v20 00/14] KVM: arm64: Provide guest support for GCS
2026-09-09 17:03 UTC (22+ messages)
` [PATCH v20 03/14] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v20 07/14] KVM: arm64: Forward GCS exceptions to nested guests
` [PATCH v20 08/14] KVM: arm64: Enforce EXLOCK for SPSR and ELR
` [PATCH v20 09/14] KVM: arm64: Allow GCS to be enabled for guests
` [PATCH v20 10/14] KVM: selftests: arm64: Add GCS registers to get-reg-list
` [PATCH v20 11/14] KVM: selftests: arm64: Add GCS to set_id_regs
` [PATCH v20 12/14] KVM: selftests: arm64: Only restore SPSR_EL1 and ELR_EL1 if they change
[PATCH v2 00/13] KVM: ITS hardening for pKVM
2026-09-09 15:39 UTC (3+ messages)
` [PATCH v2 01/13] KVM: arm64: Donate MMIO to the hypervisor
[PATCH v2] KVM: arm64: Enable S1PIE for hVHE
2026-09-09 14:29 UTC (7+ messages)
[PATCH v17 00/20] KVM: arm64: CCA: Add basic plumbing for Realms
2026-09-09 13:52 UTC (42+ messages)
` [PATCH v17 01/20] KVM: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v17 02/20] KVM: arm64: Avoid including linux/kvm_host.h in kvm_pgtable.h
` [PATCH v17 03/20] KVM: arm64: Track the type of VM in kvm_arch
` [PATCH v17 04/20] KVM: arm64: Refactor the vcpu_load to allow for VM specific callbacks
` [PATCH v17 05/20] KVM: arm64: Add vcpu load/put call backs for flavors
` [PATCH v17 06/20] KVM: arm64: CCA: Add a new mode for supporting Realm guests
` [PATCH v17 07/20] KVM: arm64: CCA: Introduce Realms
` [PATCH v17 08/20] KVM: arm64: coco: Add a helper to check if a VM is confidential compute guest
` [PATCH v17 09/20] KVM: arm64: coco: arch_timer: Prevent timer offset configuration
` [PATCH v17 10/20] KVM: arm64: coco: Disable Steal time accounting for coco guests
` [PATCH v17 11/20] KVM: arm64: coco: Don't handle MMIO with no ISV
` [PATCH v17 12/20] KVM: arm64: CCA: Support timers in realm RECs
` [PATCH v17 13/20] KVM: arm64: CCA: Add VCPU load/put for Realms
` [PATCH v17 14/20] KVM: arm64: CCA: Don't expose unsupported capabilities for realm guests
` [PATCH v17 15/20] KVM: arm64: CCA: WARN on injected undef exceptions
` [PATCH v17 16/20] KVM: arm64: CCA: Provide register list for unfinalized RECs
` [PATCH v17 17/20] KVM: arm64: CCA: Provide an accurate register list
` [PATCH v17 18/20] KVM: arm64: Reuse kvm_stage2_unmap_range in kvm_unmap_gfn_range
` [PATCH v17 19/20] KVM: arm64: Add VM specific callback for S2 MMU operations
` [PATCH v17 20/20] KVM: arm64: Abstract out memory abort handling
[PATCH v2 00/16] KVM: arm64: Confine protected VM vCPU state to EL2
2026-09-09 13:50 UTC (3+ messages)
` [PATCH v2 06/17] KVM: arm64: Add system register reset framework for protected VMs
[RFC PATCH v4 03/16] iommu/arm-smmu-v3: Add initial pSMMU realm viommu plumbing
2026-09-09 12:46 UTC (13+ messages)
[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-09 12:08 UTC (84+ messages)
` [PATCH 01/39] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH 02/39] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH 03/39] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH 04/39] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH 05/39] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH 06/39] mm/vma: tidy up map kernel pages enum values
` [PATCH 07/39] mm: add mmap action for discontiguous kernel page mapping
` [PATCH 08/39] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH 10/39] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 12/39] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH 13/39] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH 14/39] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH 15/39] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH 16/39] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH 17/39] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH 19/39] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH 20/39] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH 21/39] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH 22/39] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH 23/39] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH 24/39] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH 25/39] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH 26/39] mm: remove hugetlb_inline.h
` [PATCH 27/39] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH 28/39] mm: drop some redundant checks around hugetlb VMAs
` [PATCH 29/39] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH 30/39] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH 31/39] mm/uffd: use predicates for userfaultfd checks
` [PATCH 32/39] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH 33/39] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH 34/39] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH 35/39] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH 36/39] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH 37/39] fuse: dax: do not set VM_MIXEDMAP
` [PATCH 38/39] mm/huge_memory: remove vma_is_special_huge()
` [PATCH 39/39] mm/vma: introduce and use vma[_flags]_can_gup()
[PATCH v17 0/7] firmware: arm_rmm: Add RMM v2.0 base RMI support
2026-09-09 10:52 UTC (36+ messages)
` [PATCH v17 1/7] firmware: arm_rmm: Add SMC definitions for calling the RMM
` [PATCH v17 2/7] firmware: arm_rmm: Check for RMI support at init
` [PATCH v17 3/7] firmware: arm_rmm: Configure the RMM with the host's page size
` [PATCH v17 4/7] firmware: arm_rmm: Add support for SRO
` [PATCH v17 5/7] firmware: arm_rmm: Activate the RMM
` [PATCH v17 6/7] firmware: arm_rmm: Ensure the RMM has GPT entries for memory
` [PATCH v17 7/7] firmware: arm_rmm: Add wrappers for Realm related RMI commands
[RFC PATCH v8 00/20] kvm/arm: Introduce a customizable aarch64 KVM host model
2026-09-09 8:47 UTC (3+ messages)
` [RFC PATCH v8 20/20] arm-qmp-cmds: introspection for ID register props
[PATCH v6 00/40] arm_mpam: Add KVM/arm64 and resctrl glue code
2026-09-09 8:51 UTC (5+ messages)
` [PATCH v6 01/40] arm_mpam: Ensure in_reset_state is false after applying configuration
` [PATCH v6 03/40] arm64/sysreg: Add MPAMSM_EL1 register
[PATCH] KVM: arm64: Fix kvm_get_vtcr() kernel-doc
2026-09-09 7:36 UTC (2+ messages)
[PATCH 0/2] arm64: Make write_sysreg_s() select XZR reliably
2026-09-08 16:19 UTC (3+ messages)
` [PATCH 1/2] arm64: sysreg: Make write_sysreg_s() select XZR without optimisation
[PATCH v5 0/6] KVM: arm64: nv: Implement nested stage-2 reverse map (new data structure)
2026-09-08 15:44 UTC (9+ messages)
[PATCH v2] KVM: arm64: Trap guest MPAM accesses whenever MPAM is implemented
2026-09-08 15:14 UTC (2+ messages)
[PATCH 00/20] Huge mapping support for protected VMs
2026-09-08 14:56 UTC (25+ messages)
` [PATCH 02/20] KVM: arm64: Propagate host stage-2 annotated entries on block split
` [PATCH 04/20] KVM: arm64: Use block-level annotations when setting up the host stage-2
` [PATCH 08/20] KVM: arm64: Add a range to __pkvm_host_reclaim_page_guest()
` [PATCH 11/20] KVM: arm64: Add a range to pKVM ownership selftest
` [PATCH 12/20] KVM: arm64: Handle huge mappings in __pkvm_host_force_reclaim_page_guest()
` [PATCH 16/20] KVM: arm64: Add __pkvm_host_split_guest HVC
` [PATCH 18/20] KVM: arm64: Add PKVM_HYP_REQ_SPLIT
[PATCH] KVM: arm64: Fix the KVM_ARM_PREFERRED_TARGET documentation
2026-09-08 13:30 UTC (2+ messages)
[PATCH] KVM: arm64: Trap guest MPAM accesses whenever MPAM is implemented
2026-09-08 13:15 UTC (5+ messages)
[PATCH 0/4] KVM: arm64: Fix host access to the EL2 stacks
2026-09-08 13:04 UTC (7+ messages)
` [PATCH 1/4] KVM: arm64: Transfer the hyp stack pages out of the host stage-2
` [PATCH 2/4] KVM: arm64: Match hyp text by physical address in fix_host_ownership()
` [PATCH 3/4] KVM: arm64: Move the private VA allocation cursor to __io_map_next
` [PATCH 4/4] KVM: arm64: Check every private mapping is hyp-owned at pKVM init
[PATCH 0/2] 52-bit VA guest mode ID support
2026-09-08 8:08 UTC (12+ messages)
` [PATCH 1/2] KVM: selftest: arm64: Support 5-level paging in stage 1 translation table
` [PATCH 2/2] KVM: selftests: arm64: Add 52-bit VA guest modes
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox