messages from 2020-09-02 11:02:43 to 2020-09-08 01:04:15 UTC [more...]
[PATCH v4 00/21] KVM: arm64: Rewrite page-table code and fault handling
2020-09-08 1:03 UTC (26+ messages)
` [PATCH v4 01/21] KVM: arm64: Remove kvm_mmu_free_memory_caches()
` [PATCH v4 02/21] KVM: arm64: Add stand-alone page-table walker infrastructure
` [PATCH v4 03/21] KVM: arm64: Add support for creating kernel-agnostic stage-1 page tables
` [PATCH v4 04/21] KVM: arm64: Use generic allocator for hyp stage-1 page-tables
` [PATCH v4 05/21] KVM: arm64: Add support for creating kernel-agnostic stage-2 page tables
` [PATCH v4 06/21] KVM: arm64: Add support for stage-2 map()/unmap() in generic page-table
` [PATCH v4 07/21] KVM: arm64: Convert kvm_phys_addr_ioremap() to generic page-table API
` [PATCH v4 08/21] KVM: arm64: Convert kvm_set_spte_hva() "
` [PATCH v4 09/21] KVM: arm64: Convert unmap_stage2_range() "
` [PATCH v4 10/21] KVM: arm64: Add support for stage-2 page-aging in generic page-table
` [PATCH v4 11/21] KVM: arm64: Convert page-aging and access faults to generic page-table API
` [PATCH v4 12/21] KVM: arm64: Add support for stage-2 write-protect in generic page-table
` [PATCH v4 13/21] KVM: arm64: Convert write-protect operation to generic page-table API
` [PATCH v4 14/21] KVM: arm64: Add support for stage-2 cache flushing in generic page-table
` [PATCH v4 15/21] KVM: arm64: Convert memslot cache-flushing code to generic page-table API
` [PATCH v4 16/21] KVM: arm64: Add support for relaxing stage-2 perms in generic page-table code
` [PATCH v4 17/21] KVM: arm64: Convert user_mem_abort() to generic page-table API
` [PATCH v4 18/21] KVM: arm64: Check the pgt instead of the pgd when modifying page-table
` [PATCH v4 19/21] KVM: arm64: Remove unused page-table code
` [PATCH v4 20/21] KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu'
` [PATCH v4 21/21] KVM: arm64: Don't constrain maximum IPA size based on host configuration
[PATCH] arm64: fix some spelling mistakes in the comments by codespell
2020-09-07 16:05 UTC (2+ messages)
[PATCH v2 0/2] MTE support for KVM guest
2020-09-07 15:28 UTC (4+ messages)
` [PATCH v2 1/2] arm64: kvm: Save/restore MTE registers
` [PATCH v2 2/2] arm64: kvm: Introduce MTE VCPU feature
[PATCH v3 00/18] Introduce separate nVHE hyp context
2020-09-07 14:20 UTC (29+ messages)
` [PATCH v3 01/18] KVM: arm64: Remove __activate_vm wrapper
` [PATCH v3 02/18] KVM: arm64: Remove hyp_panic arguments
` [PATCH v3 03/18] KVM: arm64: Remove kvm_host_data_t typedef
` [PATCH v3 04/18] KVM: arm64: Restrict symbol aliasing to outside nVHE
` [PATCH v3 05/18] KVM: arm64: Save chosen hyp vector to a percpu variable
` [PATCH v3 06/18] KVM: arm64: nVHE: Use separate vector for the host
` [PATCH v3 07/18] KVM: arm64: nVHE: Don't consume host SErrors with ESB
` [PATCH v3 08/18] KVM: arm64: Introduce hyp context
` [PATCH v3 09/18] KVM: arm64: Update context references from host to hyp
` [PATCH v3 10/18] KVM: arm64: Restore hyp when panicking in guest context
` [PATCH v3 11/18] KVM: arm64: Share context save and restore macros
` [PATCH v3 12/18] KVM: arm64: nVHE: Switch to hyp context for EL2
` [PATCH v3 13/18] KVM: arm64: nVHE: Handle hyp panics
` [PATCH v3 14/18] smccc: Cast arguments to unsigned long
` [PATCH v3 15/18] KVM: arm64: nVHE: Pass pointers consistently to hyp-init
` [PATCH v3 16/18] KVM: arm64: nVHE: Migrate hyp interface to SMCCC
` [PATCH v3 17/18] KVM: arm64: nVHE: Migrate hyp-init "
` [PATCH v3 18/18] KVM: arm64: nVHE: Fix pointers during SMCCC convertion
[PATCH v14 00/10] Enable ptp_kvm for arm64
2020-09-07 10:11 UTC (26+ messages)
` [PATCH v14 01/10] arm64: Probe for the presence of KVM hypervisor services during boot
` [PATCH v14 02/10] arm/arm64: KVM: Advertise KVM UID to guests via SMCCC
` [PATCH v14 03/10] smccc: Export smccc conduit get helper
` [PATCH v14 04/10] ptp: Reorganize ptp_kvm module to make it arch-independent
` [PATCH v14 05/10] time: Add mechanism to recognize clocksource in time_get_snapshot
` [PATCH v14 06/10] clocksource: Add clocksource id for arm arch counter
` [PATCH v14 07/10] arm64/kvm: Add hypercall service for kvm ptp
` [PATCH v14 08/10] ptp: arm64: Enable ptp_kvm for arm64
` [PATCH v14 09/10] doc: add ptp_kvm introduction for arm64 support
` [PATCH v14 10/10] arm64: Add kvm capability check extension for ptp_kvm
[PATCH v3 00/21] KVM: arm64: Rewrite page-table code and fault handling
2020-09-07 9:27 UTC (73+ messages)
` [PATCH v3 02/21] KVM: arm64: Add stand-alone page-table walker infrastructure
` [PATCH v3 04/21] KVM: arm64: Use generic allocator for hyp stage-1 page-tables
` [PATCH v3 05/21] KVM: arm64: Add support for creating kernel-agnostic stage-2 page tables
` [PATCH v3 06/21] KVM: arm64: Add support for stage-2 map()/unmap() in generic page-table
` [PATCH v3 07/21] KVM: arm64: Convert kvm_phys_addr_ioremap() to generic page-table API
` [PATCH v3 08/21] KVM: arm64: Convert kvm_set_spte_hva() "
` [PATCH v3 09/21] KVM: arm64: Convert unmap_stage2_range() "
` [PATCH v3 10/21] KVM: arm64: Add support for stage-2 page-aging in generic page-table
` [PATCH v3 11/21] KVM: arm64: Convert page-aging and access faults to generic page-table API
` [PATCH v3 12/21] KVM: arm64: Add support for stage-2 write-protect in generic page-table
` [PATCH v3 13/21] KVM: arm64: Convert write-protect operation to generic page-table API
` [PATCH v3 14/21] KVM: arm64: Add support for stage-2 cache flushing in generic page-table
` [PATCH v3 15/21] KVM: arm64: Convert memslot cache-flushing code to generic page-table API
` [PATCH v3 16/21] KVM: arm64: Add support for relaxing stage-2 perms in generic page-table code
` [PATCH v3 17/21] KVM: arm64: Convert user_mem_abort() to generic page-table API
` [PATCH v3 18/21] KVM: arm64: Check the pgt instead of the pgd when modifying page-table
` [PATCH v3 19/21] KVM: arm64: Remove unused page-table code
` [PATCH v3 20/21] KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu'
` [PATCH v3 21/21] KVM: arm64: Don't constrain maximum IPA size based on host configuration
[RFC PATCH 0/5] KVM: arm64: Add pvtime LPT support
2020-09-07 2:48 UTC (6+ messages)
[PATCH 00/23] KVM: arm64: rVIC/rVID PV interrupt controller
2020-09-05 13:16 UTC (32+ messages)
` [PATCH 01/23] irqchip: Add Reduced Virtual Interrupt Controller driver
` [PATCH 02/23] irqchip/rvic: Add support for untrusted interrupt allocation
` [PATCH 03/23] irqchip: Add Reduced Virtual Interrupt Distributor support
` [PATCH 04/23] irqchip/rvid: Add PCI MSI support
` [PATCH 05/23] KVM: arm64: Move GIC model out of the distributor
` [PATCH 06/23] KVM: arm64: vgic-v3: Move early init to kvm_vgic_create()
` [PATCH 07/23] KVM: arm64: Add irqchip callback structure to kvm_arch
` [PATCH 08/23] KVM: arm64: Move kvm_vgic_destroy to kvm_irqchip_flow
` [PATCH 09/23] KVM: arm64: Move kvm_vgic_vcpu_init() to irqchip_flow
` [PATCH 10/23] KVM: arm64: Move kvm_vgic_vcpu_[un]blocking() "
` [PATCH 11/23] KVM: arm64: Move kvm_vgic_vcpu_load/put() "
` [PATCH 12/23] KVM: arm64: Move kvm_vgic_vcpu_pending_irq() "
` [PATCH 13/23] KVM: arm64: Move vgic resource mapping on first run "
` [PATCH 14/23] KVM: arm64: Move kvm_vgic_vcpu_{sync, flush}_hwstate() "
` [PATCH 15/23] KVM: arm64: nVHE: Only save/restore GICv3 state if modeling a GIC
` [PATCH 16/23] KVM: arm64: Move interrupt injection to irqchip_flow
` [PATCH 17/23] KVM: arm64: Move mapping of HW interrupts into irqchip_flow
` [PATCH 18/23] KVM: arm64: Move set_owner "
` [PATCH 19/23] KVM: arm64: Turn vgic_initialized into irqchip_finalized
` [PATCH 20/23] KVM: arm64: Move irqfd routing to irqchip_flow
` [PATCH 21/23] KVM: arm64: Tighten msis_require_devid reporting
` [PATCH 22/23] KVM: arm64: Add a rVIC/rVID in-kernel implementation
` [PATCH 23/23] KVM: arm64: Add debugfs files for the rVIC/rVID implementation
[GIT PULL] KVM/arm64 fixes for 5.9
2020-09-04 10:45 UTC (10+ messages)
` [PATCH 1/9] KVM: arm64: pvtime: steal-time is only supported when configured
` [PATCH 2/9] KVM: arm64: pvtime: Fix potential loss of stolen time
` [PATCH 3/9] KVM: arm64: Drop type input from kvm_put_guest
` [PATCH 4/9] KVM: arm64: pvtime: Fix stolen time accounting across migration
` [PATCH 5/9] KVM: Documentation: Minor fixups
` [PATCH 6/9] arm64/x86: KVM: Introduce steal-time cap
` [PATCH 7/9] KVM: arm64: Do not try to map PUDs when they are folded into PMD
` [PATCH 8/9] KVM: arm64: Fix address truncation in traces
` [PATCH 9/9] KVM: arm64: Update page shift if stage 2 block mapping not supported
[PATCH 0/2] KVM: arm64: user_mem_abort() improvements
2020-09-04 10:18 UTC (7+ messages)
` [PATCH 2/2] KVM: arm64: Try PMD block mappings if PUD mappings are not supported
[PATCH v2 00/10] Independent per-CPU data section for nVHE
2020-09-03 9:17 UTC (11+ messages)
` [PATCH v2 01/10] Macros to override naming of percpu symbols and sections
` [PATCH v2 02/10] kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPY
` [PATCH v2 03/10] kvm: arm64: Remove __hyp_this_cpu_read
` [PATCH v2 04/10] kvm: arm64: Remove hyp_adr/ldr_this_cpu
` [PATCH v2 05/10] kvm: arm64: Add helpers for accessing nVHE hyp per-cpu vars
` [PATCH v2 06/10] kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hyp
` [PATCH v2 07/10] kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHE
` [PATCH v2 08/10] kvm: arm64: Mark hyp stack pages reserved
` [PATCH v2 09/10] kvm: arm64: Set up hyp percpu data for nVHE
` [PATCH v2 10/10] kvm: arm64: Remove unnecessary hyp mappings
[PATCH] arm64/kvm: Fix zapping stage2 page table wrongly
2020-09-02 23:55 UTC (9+ messages)
[PATCH] KVM: arm64: Fix address truncation in traces
2020-09-02 16:29 UTC
[PATCH v2 0/2] KVM: arm64: Filtering PMU events
2020-09-02 12:23 UTC (9+ messages)
` [PATCH v2 1/2] KVM: arm64: Add PMU event filtering infrastructure
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