messages from 2023-05-30 17:05:08 to 2023-06-28 04:53:38 UTC [more...]
[PATCH -next v21 00/27] riscv: Add vector ISA support
2023-06-28 4:53 UTC (41+ messages)
` [PATCH -next v21 01/27] riscv: Rename __switch_to_aux() -> fpu
` [PATCH -next v21 02/27] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v21 03/27] riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0
` [PATCH -next v21 04/27] riscv: Add new csr defines related to vector extension
` [PATCH -next v21 05/27] riscv: Clear vector regfile on bootup
` [PATCH -next v21 06/27] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v21 07/27] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v21 08/27] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v21 09/27] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v21 10/27] riscv: Add task switch support for vector
` [PATCH -next v21 11/27] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v21 12/27] riscv: Add ptrace vector support
` [PATCH -next v21 13/27] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v21 14/27] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v21 15/27] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v21 16/27] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v21 17/27] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v21 18/27] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v21 19/27] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v21 20/27] riscv: hwcap: change ELF_HWCAP to a function
` [PATCH -next v21 21/27] riscv: Add prctl controls for userspace vector management
` [PATCH -next v21 22/27] riscv: Add sysctl to set the default vector rule for new processes
` [PATCH -next v21 23/27] riscv: detect assembler support for .option arch
` [PATCH -next v21 24/27] riscv: Enable Vector code to be built
` [PATCH -next v21 25/27] riscv: Add documentation for Vector
` [PATCH -next v21 26/27] selftests: Test RISC-V Vector prctl interface
` [PATCH -next v21 27/27] selftests: add .gitignore file for RISC-V hwprobe
[PATCH v4 00/12] RISCV: Add KVM_GET_REG_LIST API
2023-06-27 9:25 UTC (17+ messages)
` [PATCH v4 01/12] KVM: arm64: selftests: Replace str_with_index with strdup_printf
` [PATCH v4 02/12] KVM: arm64: selftests: Drop SVE cap check in print_reg
` [PATCH v4 03/12] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config
` [PATCH v4 04/12] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h
` [PATCH v4 05/12] KVM: arm64: selftests: Delete core_reg_fixup
` [PATCH v4 06/12] KVM: arm64: selftests: Split get-reg-list test code
` [PATCH v4 07/12] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v4 08/12] KVM: arm64: selftests: Move reject_set check logic to a function
` [PATCH v4 09/12] KVM: selftests: Only do get/set tests on present blessed list
` [PATCH v4 10/12] KVM: riscv: Add KVM_GET_REG_LIST API support
` [PATCH v4 11/12] KVM: riscv: selftests: Add finalize_vcpu check in run_test
` [PATCH v4 12/12] KVM: riscv: selftests: Add get-reg-list test
CFP open for RISC-V MC at Linux Plumbers Conference 2023
2023-06-27 6:21 UTC (3+ messages)
[GIT PULL] KVM/riscv changes for 6.5
2023-06-22 14:13 UTC
[RESEND PATCH v5 00/11] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-06-21 17:50 UTC (12+ messages)
` [RESEND PATCH v5 01/11] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [RESEND PATCH v5 02/11] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [RESEND PATCH v5 03/11] KVM: Allow range-based TLB invalidation from common code
` [RESEND PATCH v5 04/11] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
` [RESEND PATCH v5 05/11] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [RESEND PATCH v5 06/11] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [RESEND PATCH v5 07/11] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [RESEND PATCH v5 08/11] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [RESEND PATCH v5 09/11] KVM: arm64: Flush only the memslot after write-protect
` [RESEND PATCH v5 10/11] KVM: arm64: Invalidate the table entries upon a range
` [RESEND PATCH v5 11/11] KVM: arm64: Use TLBI range-based intructions for unmap
[PATCH v3 00/10] RISCV: Add KVM_GET_REG_LIST API
2023-06-21 8:45 UTC (26+ messages)
` [PATCH v3 01/10] KVM: arm64: selftests: Replace str_with_index with strdup_printf
` [PATCH v3 02/10] KVM: arm64: selftests: Drop SVE cap check in print_reg
` [PATCH v3 03/10] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config
` [PATCH v3 04/10] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h
` [PATCH v3 05/10] KVM: arm64: selftests: Delete core_reg_fixup
` [PATCH v3 06/10] KVM: arm64: selftests: Split get-reg-list test code
` [PATCH v3 07/10] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v3 08/10] KVM: riscv: Add KVM_GET_REG_LIST API support
` [PATCH v3 09/10] KVM: riscv: selftests: Skip some registers set operation
` [PATCH v3 10/10] KVM: riscv: selftests: Add get-reg-list test
[linux-next:master] BUILD REGRESSION 47045630bc409ce6606d97b790895210dd1d517d
2023-06-20 5:05 UTC
[PATCH -next] RISC-V: KVM: Remove unneeded semicolon
2023-06-20 0:40 UTC
[PATCH] RISC-V: KVM: Allow Svnapot extension for Guest/VM
2023-06-19 9:04 UTC (2+ messages)
[PATCH v2] riscv: kvm: define vcpu_sbi_ext_pmu in header
2023-06-18 16:02 UTC (4+ messages)
[PATCH v3 00/10] RISC-V KVM in-kernel AIA irqchip
2023-06-18 16:02 UTC (14+ messages)
` [PATCH v3 01/10] RISC-V: KVM: Implement guest external interrupt line management
` [PATCH v3 02/10] RISC-V: KVM: Add IMSIC related defines
` [PATCH v3 03/10] RISC-V: KVM: Add APLIC "
` [PATCH v3 04/10] RISC-V: KVM: Set kvm_riscv_aia_nr_hgei to zero
` [PATCH v3 05/10] RISC-V: KVM: Skeletal in-kernel AIA irqchip support
` [PATCH v3 06/10] RISC-V: KVM: Implement device interface for AIA irqchip
` [PATCH v3 07/10] RISC-V: KVM: Add in-kernel emulation of AIA APLIC
` [PATCH v3 08/10] RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchip
` [PATCH v3 09/10] RISC-V: KVM: Add in-kernel virtualization of AIA IMSIC
` [PATCH v3 10/10] RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchip
[PATCH] riscv: kvm: define vcpu_sbi_ext_pmu in header
2023-06-16 12:55 UTC (4+ messages)
[PATCH v2 00/10] RISC-V KVM in-kernel AIA irqchip
2023-06-15 6:32 UTC (16+ messages)
` [PATCH v2 01/10] RISC-V: KVM: Implement guest external interrupt line management
` [PATCH v2 02/10] RISC-V: KVM: Add IMSIC related defines
` [PATCH v2 03/10] RISC-V: KVM: Add APLIC "
` [PATCH v2 04/10] RISC-V: KVM: Set kvm_riscv_aia_nr_hgei to zero
` [PATCH v2 05/10] RISC-V: KVM: Skeletal in-kernel AIA irqchip support
` [PATCH v2 06/10] RISC-V: KVM: Implement device interface for AIA irqchip
` [PATCH v2 07/10] RISC-V: KVM: Add in-kernel emulation of AIA APLIC
` [PATCH v2 08/10] RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchip
` [PATCH v2 09/10] RISC-V: KVM: Add in-kernel virtualization of AIA IMSIC
` [PATCH v2 10/10] RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchip
[PATCH RESEND v2] KVM: move KVM_CAP_DEVICE_CTRL to the generic check
2023-06-14 12:23 UTC (2+ messages)
[PATCH v2 00/11] RISCV: Add KVM_GET_REG_LIST API
2023-06-09 1:20 UTC (6+ messages)
` [PATCH v2 11/11] KVM: riscv: selftests: Add get-reg-list test
[PATCH v2 00/16] Use MMU read lock for clear-dirty-log
2023-06-08 20:17 UTC (21+ messages)
` [PATCH v2 01/16] KVM: selftests: Clear dirty logs in user defined chunks sizes in dirty_log_perf_test
` [PATCH v2 02/16] KVM: selftests: Add optional delay between consecutive clear-dirty-log calls
` [PATCH v2 03/16] KVM: selftests: Pass the count of read and write accesses from guest to host
` [PATCH v2 04/16] KVM: selftests: Print read-write progress by vCPUs in dirty_log_perf_test
` [PATCH v2 05/16] KVM: selftests: Allow independent execution of "
` [PATCH v2 06/16] KVM: arm64: Correct the kvm_pgtable_stage2_flush() documentation
` [PATCH v2 07/16] KVM: mmu: Move mmu lock/unlock to arch code for clear dirty log
` [PATCH v2 08/16] KMV: arm64: Pass page table walker flags to stage2_apply_range_*()
` [PATCH v2 09/16] KVM: arm64: Document the page table walker actions based on the callback's return value
` [PATCH v2 10/16] KVM: arm64: Return -ENOENT if PTE is not valid in stage2_attr_walker
` [PATCH v2 11/16] KVM: arm64: Use KVM_PGTABLE_WALK_SHARED flag instead of KVM_PGTABLE_WALK_HANDLE_FAULT
` [PATCH v2 12/16] KVM: arm64: Retry shared page table walks outside of fault handler
` [PATCH v2 13/16] KVM: arm64: Run clear-dirty-log under MMU read lock
` [PATCH v2 14/16] KVM: arm64: Pass page walker flags from callers of stage 2 split walker
` [PATCH v2 15/16] KVM: arm64: Provide option to pass page walker flag for huge page splits
` [PATCH v2 16/16] KVM: arm64: Split huge pages during clear-dirty-log under MMU read lock
[PATCH 00/10] RISC-V KVM in-kernel AIA irqchip
2023-06-07 23:17 UTC (18+ messages)
` [PATCH 01/10] RISC-V: KVM: Implement guest external interrupt line management
` [PATCH 02/10] RISC-V: KVM: Add IMSIC related defines
` [PATCH 03/10] RISC-V: KVM: Add APLIC "
` [PATCH 04/10] RISC-V: KVM: Set kvm_riscv_aia_nr_hgei to zero
` [PATCH 05/10] RISC-V: KVM: Skeletal in-kernel AIA irqchip support
` [PATCH 06/10] RISC-V: KVM: Implement device interface for AIA irqchip
` [PATCH 09/10] RISC-V: KVM: Add in-kernel virtualization of AIA IMSIC
` [PATCH 10/10] RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchip
[PATCH v3 0/3] RISC-V: KVM: Ensure SBI extension is enabled
2023-06-06 3:58 UTC (5+ messages)
` [PATCH v3 1/3] RISC-V: KVM: Rename dis_idx to ext_idx
` [PATCH v3 2/3] RISC-V: KVM: Convert extension_disabled[] to ext_status[]
` [PATCH v3 3/3] RISC-V: KVM: Probe for SBI extension status
[PATCH] RISC-V: KVM: Redirect AMO load/store misaligned traps to guest
2023-06-06 3:35 UTC (2+ messages)
[PATCH] RISC-V: KVM: use bitmap_zero() API
2023-06-06 3:31 UTC (2+ messages)
[PATCH kvmtool 0/8] RISC-V SBI enable/disable, Zbb, Zicboz, and Ssaia support
2023-06-05 14:06 UTC (6+ messages)
` [PATCH kvmtool 1/8] Sync-up headers with Linux-6.4-rc1
[PATCH v2 0/8] RISC-V SBI enable/disable, Zbb, Zicboz, and Ssaia support
2023-06-05 14:02 UTC (9+ messages)
` [PATCH v2 1/8] Sync-up headers with Linux-6.4-rc5
` [PATCH v2 2/8] riscv: Allow setting custom mvendorid, marchid, and mimpid
` [PATCH v2 3/8] riscv: Allow disabling SBI extensions for Guest
` [PATCH v2 4/8] riscv: Sort the ISA extension array alphabetically
` [PATCH v2 5/8] riscv: Add zbb extension support
` [PATCH v2 6/8] riscv: Add Zicboz "
` [PATCH v2 7/8] riscv: Add Ssaia "
` [PATCH v2 8/8] riscv: Fix guest RAM alloc size computation for RV32
[PATCH -next v20 00/26] riscv: Add vector ISA support
2023-06-01 4:46 UTC (3+ messages)
` [PATCH -next v20 03/26] riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0
[PATCH v2 0/3] RISC-V: KVM: Ensure SBI extension is enabled
2023-05-30 17:38 UTC (6+ messages)
` [PATCH v2 2/3] RISC-V: KVM: Convert extension_disabled[] to ext_status[]
` [PATCH v2 3/3] RISC-V: KVM: Probe for SBI extension status
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).