messages from 2023-02-08 14:01:02 to 2023-03-20 13:03:27 UTC [more...]
[PATCH -next v15 00/19] riscv: Add vector ISA support
2023-03-20 13:03 UTC (24+ messages)
` [PATCH -next v15 01/19] riscv: Rename __switch_to_aux() -> fpu
` [PATCH -next v15 02/19] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v15 03/19] riscv: Add new csr defines related to vector extension
` [PATCH -next v15 04/19] riscv: Clear vector regfile on bootup
` [PATCH -next v15 05/19] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v15 06/19] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v15 07/19] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v15 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v15 09/19] riscv: Add task switch support for vector
` [PATCH -next v15 10/19] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v15 11/19] riscv: Add ptrace vector support
` [PATCH -next v15 12/19] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v15 13/19] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v15 14/19] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v15 15/19] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v15 16/19] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v15 17/19] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v15 18/19] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v15 19/19] riscv: Enable Vector code to be built
[PATCH v6 0/8] RISC-V: Apply Zicboz to clear_page
2023-03-18 1:00 UTC (14+ messages)
` [PATCH v6 1/8] RISC-V: alternatives: Support patching multiple insns in assembly
` [PATCH v6 2/8] RISC-V: Factor out body of riscv_init_cbom_blocksize loop
` [PATCH v6 3/8] dt-bindings: riscv: Document cboz-block-size
` [PATCH v6 4/8] RISC-V: Add Zicboz detection and block size parsing
` [PATCH v6 5/8] RISC-V: cpufeatures: Put the upper 16 bits of patch ID to work
` [PATCH v6 6/8] RISC-V: Use Zicboz in clear_page when available
` [PATCH v6 7/8] RISC-V: KVM: Provide UAPI for Zicboz block size
` [PATCH v6 8/8] RISC-V: KVM: Expose Zicboz to the guest
[PATCH] KVM: RISC-V: Retry fault if vma_lookup() results become invalid
2023-03-17 21:11 UTC
[GIT PULL] KVM/riscv fixes for 6.3, take #1
2023-03-17 11:32 UTC
[PATCH kernel v4] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform dependent
2023-03-15 17:16 UTC (7+ messages)
[PATCH -next v14 00/19] riscv: Add vector ISA support
2023-03-15 4:05 UTC (54+ messages)
` [PATCH -next v14 01/19] riscv: Rename __switch_to_aux -> fpu
` [PATCH -next v14 02/19] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v14 03/19] riscv: Add new csr defines related to vector extension
` [PATCH -next v14 04/19] riscv: Clear vector regfile on bootup
` [PATCH -next v14 05/19] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v14 06/19] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v14 07/19] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v14 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v14 09/19] riscv: Add task switch support for vector
` [PATCH -next v14 10/19] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v14 11/19] riscv: Add ptrace vector support
` [PATCH -next v14 12/19] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v14 13/19] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v14 14/19] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v14 15/19] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v14 16/19] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v14 17/19] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v14 18/19] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v14 19/19] riscv: Enable Vector code to be built
[PATCH v2 0/6] KVM: Standardize on "int" return types instead of "long"
2023-03-14 13:35 UTC (12+ messages)
` [PATCH v2 3/6] KVM: x86: Remove the KVM_GET_NR_MMU_PAGES ioctl
` [PATCH v2 4/6] KVM: arm64: Limit length in kvm_vm_ioctl_mte_copy_tags() to INT_MAX
` [PATCH v2 5/6] KVM: Standardize on "int" return types instead of "long" in kvm_main.c
` [PATCH v2 6/6] KVM: Change return type of kvm_arch_vm_ioctl() to "int"
[PATCH v2 0/5] riscv: add PREEMPT_RT support
2023-03-14 13:07 UTC (2+ messages)
[PATCH 0/2] KVM: Fix race between reboot and hardware enabling
2023-03-13 17:57 UTC (7+ messages)
` [PATCH 1/2] KVM: Use syscore_ops instead of reboot_notifier to hook restart/shutdown
` [PATCH 2/2] KVM: Don't enable hardware after a restart/shutdown is initiated
[PATCH] RISC-V: KVM: Fix sometimes VCPU not woken up when Sstc enabled
2023-03-08 10:04 UTC
[PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names
2023-03-06 19:01 UTC (5+ messages)
` [PATCH v2 1/4] KVM: Refactor stats descriptor generation macros
` [PATCH v2 2/4] KVM: Refactor designated initializer macros for struct _kvm_stats_desc
` [PATCH v2 3/4] KVM: Allow custom names for KVM_STAT()
` [PATCH v2 4/4] KVM: x86: Drop union for pages_{4k,2m,1g} stats
[PATCH v2 1/1] riscv/kvm: Fix VM hang in case of timer delta being zero
2023-03-06 13:31 UTC (3+ messages)
[PATCH v5 0/8] RISC-V: Apply Zicboz to clear_page
2023-02-24 14:36 UTC (14+ messages)
` [PATCH v5 1/8] RISC-V: alternatives: Support patching multiple insns in assembly
` [PATCH v5 2/8] RISC-V: Factor out body of riscv_init_cbom_blocksize loop
` [PATCH v5 3/8] dt-bindings: riscv: Document cboz-block-size
` [PATCH v5 4/8] RISC-V: Add Zicboz detection and block size parsing
` [PATCH v5 5/8] riscv: cpufeatures: Put the upper 16 bits of patch ID to work
` [PATCH v5 6/8] RISC-V: Use Zicboz in clear_page when available
` [PATCH v5 7/8] RISC-V: KVM: Provide UAPI for Zicboz block size
` [PATCH v5 8/8] RISC-V: KVM: Expose Zicboz to the guest
[PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
2023-02-21 11:22 UTC (17+ messages)
[PATCH v4 0/8] RISC-V: Apply Zicboz to clear_page
2023-02-20 19:24 UTC (24+ messages)
` [PATCH v4 1/8] RISC-V: alternatives: Support patching multiple insns in assembly
` [PATCH v4 2/8] RISC-V: Factor out body of riscv_init_cbom_blocksize loop
` [PATCH v4 3/8] dt-bindings: riscv: Document cboz-block-size
` [PATCH v4 4/8] RISC-V: Add Zicboz detection and block size parsing
` [PATCH v4 5/8] RISC-V: cpufeature: Put vendor_id to work
` [PATCH v4 6/8] RISC-V: Use Zicboz in clear_page when available
` [PATCH v4 7/8] RISC-V: KVM: Provide UAPI for Zicboz block size
` [PATCH v4 8/8] RISC-V: KVM: Expose Zicboz to the guest
[GIT PULL] KVM/riscv changes for 6.3
2023-02-15 17:45 UTC (3+ messages)
[PATCH -next v13 00/19] riscv: Add vector ISA support
2023-02-15 14:39 UTC (19+ messages)
` [PATCH -next v13 10/19] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v13 19/19] riscv: Enable Vector code to be built
[PATCH v5 00/13] riscv: improve boot time isa extensions handling
2023-02-12 22:21 UTC (13+ messages)
[PATCH 1/1] riscv/kvm: Fix VM hang in case of timer delta being zero
2023-02-10 14:31 UTC (3+ messages)
[PATCH v2 0/7] KVM: Add a common API for range-based TLB invalidation
2023-02-10 1:27 UTC (4+ messages)
` [PATCH v2 2/7] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
[PATCH 0/7] KVM: Standardize on "int" return types instead of "long"
2023-02-08 17:35 UTC (3+ messages)
` [PATCH 7/7] KVM: Change return type of kvm_arch_vm_ioctl() to "int"
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