messages from 2023-08-03 01:27:51 to 2023-09-05 10:36:16 UTC [more...]
[PATCH v2 0/8] RISCV: Add kvm Sstc timer selftest
2023-09-05 10:36 UTC (19+ messages)
` [PATCH v2 1/8] KVM: selftests: Unify the codes for guest exception handling
` [PATCH v2 2/8] KVM: arm64: selftest: Split arch_timer test code
` [PATCH v2 3/8] tools: riscv: Add header file csr.h
` [PATCH v2 4/8] KVM: riscv: selftests: Switch to use macro from csr.h
` [PATCH v2 5/8] KVM: riscv: selftests: Add exception handling support
` [PATCH v2 6/8] KVM: riscv: selftests: Add guest helper to get vcpu id
` [PATCH v2 7/8] KVM: riscv: selftest: Change vcpu_has_ext to a common function
` [PATCH v2 8/8] KVM: riscv: selftests: Add sstc timer test
[PATCH gmem FIXUP] mm, compaction: make testing mapping_unmovable() safe
2023-09-02 13:59 UTC (3+ messages)
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-09-01 16:46 UTC (28+ messages)
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
[GIT PULL] KVM/riscv changes for 6.6
2023-09-01 8:03 UTC (3+ messages)
[PATCH 0/4] RISCV: Add kvm Sstc timer selftest
2023-08-29 5:04 UTC (11+ messages)
` [PATCH 1/4] tools: riscv: Add header file csr.h
[RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
2023-08-21 19:49 UTC (6+ messages)
[PATCH 0/2] RISC-V: KVM: A couple kselftests improvements
2023-08-18 14:25 UTC (8+ messages)
` [PATCH 1/2] MAINTAINERS: RISC-V: KVM: Add another kselftests path
` [PATCH 2/2] KVM: selftests: Add array order helpers to riscv get-reg-list
[PATCH 00/10] RISC-V: Refactor instructions
2023-08-18 7:30 UTC (22+ messages)
` [PATCH 01/10] RISC-V: Expand instruction definitions
` [PATCH 02/10] RISC-V: vector: Refactor instructions
` [PATCH 03/10] RISC-V: Refactor jump label instructions
` [PATCH 04/10] RISC-V: KGDB: Refactor instructions
` [PATCH 05/10] RISC-V: module: "
` [PATCH 06/10] RISC-V: Refactor patch instructions
` [PATCH 07/10] RISC-V: nommu: Refactor instructions
` [PATCH 08/10] RISC-V: kvm: "
` [PATCH 09/10] RISC-V: bpf: "
` [PATCH 10/10] RISC-V: Refactor bug and traps instructions
[PATCH] KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union
2023-08-18 0:08 UTC (2+ messages)
[PATCH v9 00/14] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-08-17 9:29 UTC (25+ messages)
` [PATCH v9 01/14] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v9 02/14] KVM: Declare kvm_arch_flush_remote_tlbs() globally
` [PATCH v9 03/14] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH v9 04/14] KVM: Remove CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL
` [PATCH v9 05/14] KVM: Allow range-based TLB invalidation from common code
` [PATCH v9 06/14] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
` [PATCH v9 07/14] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v9 08/14] arm64: tlb: Implement __flush_s2_tlb_range_op()
` [PATCH v9 09/14] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v9 10/14] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [PATCH v9 11/14] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v9 12/14] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v9 13/14] KVM: arm64: Invalidate the table entries upon a range
` [PATCH v9 14/14] KVM: arm64: Use TLBI range-based instructions for unmap
[PATCH] tools/kvm_stat: add support for riscv
2023-08-14 10:02 UTC
CFP open for RISC-V MC at Linux Plumbers Conference 2023
2023-08-11 18:21 UTC (4+ messages)
[PATCH v8 00/14] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-08-11 4:09 UTC (35+ messages)
` [PATCH v8 01/14] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v8 02/14] KVM: Declare kvm_arch_flush_remote_tlbs() globally
` [PATCH v8 03/14] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH v8 04/14] KVM: Remove CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL
` [PATCH v8 05/14] KVM: Allow range-based TLB invalidation from common code
` [PATCH v8 06/14] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
` [PATCH v8 07/14] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v8 08/14] arm64: tlb: Implement __flush_s2_tlb_range_op()
` [PATCH v8 09/14] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v8 10/14] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [PATCH v8 11/14] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v8 12/14] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v8 13/14] KVM: arm64: Invalidate the table entries upon a range
` [PATCH v8 14/14] KVM: arm64: Use TLBI range-based intructions for unmap
[PATCH v6 00/13] RISCV: Add KVM_GET_REG_LIST API
2023-08-09 12:21 UTC (7+ messages)
[PATCH v7 00/12] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-08-08 16:46 UTC (15+ messages)
` [PATCH v7 02/12] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH v7 04/12] KVM: Allow range-based TLB invalidation from common code
` [PATCH v7 05/12] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
[RFC PATCH v11 27/29] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
2023-08-07 23:17 UTC (2+ messages)
[PATCH] RISC-V: KVM: Improve vector save/restore functions
2023-08-05 16:32 UTC (3+ messages)
[PATCH v4 00/10] RISC-V: KVM: change get_reg/set_reg error code
2023-08-05 16:32 UTC (16+ messages)
` [PATCH v4 01/10] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown
` [PATCH v4 02/10] RISC-V: KVM: use ENOENT in *_one_reg() when extension is unavailable
` [PATCH v4 03/10] RISC-V: KVM: do not EOPNOTSUPP in set_one_reg() zicbo(m|z)
` [PATCH v4 04/10] RISC-V: KVM: do not EOPNOTSUPP in set KVM_REG_RISCV_TIMER_REG
` [PATCH v4 05/10] RISC-V: KVM: use EBUSY when !vcpu->arch.ran_atleast_once
` [PATCH v4 06/10] RISC-V: KVM: avoid EBUSY when writing same ISA val
` [PATCH v4 07/10] RISC-V: KVM: avoid EBUSY when writing the same machine ID val
` [PATCH v4 08/10] RISC-V: KVM: avoid EBUSY when writing the same isa_ext val
` [PATCH v4 09/10] RISC-V: KVM: Improve vector save/restore errors
` [PATCH v4 10/10] docs: kvm: riscv: document EBUSY in KVM_SET_ONE_REG
[RFC PATCH 00/14] RISC-V: Add steal-time support
2023-08-05 1:34 UTC (13+ messages)
` [RFC PATCH 02/14] RISC-V: Add SBI STA extension definitions
` [RFC PATCH 03/14] RISC-V: paravirt: Implement steal-time support
[PATCH v3 00/10] RISC-V: KVM: change get_reg/set_reg error codes
2023-08-03 14:56 UTC (12+ messages)
` [PATCH v3 01/10] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown
` [PATCH v3 02/10] RISC-V: KVM: use ENOENT in *_one_reg() when extension is unavailable
` [PATCH v3 03/10] RISC-V: KVM: do not EOPNOTSUPP in set_one_reg() zicbo(m|z)
` [PATCH v3 04/10] RISC-V: KVM: do not EOPNOTSUPP in set KVM_REG_RISCV_TIMER_REG
` [PATCH v3 05/10] RISC-V: KVM: use EBUSY when !vcpu->arch.ran_atleast_once
` [PATCH v3 06/10] RISC-V: KVM: avoid EBUSY when writing same ISA val
` [PATCH v3 07/10] RISC-V: KVM: avoid EBUSY when writing the same machine ID val
` [PATCH v3 08/10] RISC-V: KVM: avoid EBUSY when writing the same isa_ext val
` [PATCH v3 09/10] RISC-V: KVM: Improve vector save/restore errors
` [PATCH v3 10/10] docs: kvm: riscv: document EBUSY in KVM_SET_ONE_REG
[PATCH v4 0/7] Risc-V Kvm Smstateen
2023-08-03 12:01 UTC (3+ messages)
` [PATCH v4 1/7] RISC-V: Detect Smstateen extension
[PATCH v2 0/1] RISC-V: KVM: provide UAPI for host SATP mode
2023-08-03 11:51 UTC (3+ messages)
` [PATCH v2 1/1] "
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;
as well as URLs for NNTP newsgroup(s).