messages from 2023-02-03 09:07:57 to 2023-02-24 17:01:18 UTC [more...]
[PATCH -next v14 00/19] riscv: Add vector ISA support
2023-02-24 17:01 UTC (20+ 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 v6 0/8] RISC-V: Apply Zicboz to clear_page
2023-02-24 16:26 UTC (9+ 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 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 (19+ 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 (21+ 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 v2 1/1] riscv/kvm: Fix VM hang in case of timer delta being zero
2023-02-14 7:55 UTC (2+ messages)
[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/6] KVM: Standardize on "int" return types instead of "long"
2023-02-10 6:50 UTC (11+ messages)
` [PATCH v2 1/6] KVM: PPC: Standardize on "int" return types in the powerpc KVM code
` [PATCH v2 2/6] KVM: s390: Use "int" as return type for kvm_s390_get/set_skeys()
` [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/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 (22+ messages)
` [PATCH 1/7] KVM: Standardize on "int" return types instead of "long" in kvm_main.c
` [PATCH 2/7] KVM: x86: Improve return type handling in kvm_vm_ioctl_get_nr_mmu_pages()
` [PATCH 3/7] KVM: Move KVM_GET_NR_MMU_PAGES into the deprecation section
` [PATCH 4/7] KVM: PPC: Standardize on "int" return types in the powerpc KVM code
` [PATCH 5/7] KVM: s390: Use "int" as return type for kvm_s390_get/set_skeys()
` [PATCH 6/7] KVM: arm64: Change return type of kvm_vm_ioctl_mte_copy_tags() to "int"
` [PATCH 7/7] KVM: Change return type of kvm_arch_vm_ioctl() "
[PATCH v2 0/7] RISC-V KVM virtualize AIA CSRs
2023-02-08 0:15 UTC (5+ messages)
` [PATCH v2 5/7] RISC-V: KVM: Add ONE_REG interface for "
` [PATCH v2 7/7] RISC-V: KVM: Implement guest external interrupt line management
[PATCH v6 0/8] KVM perf support
2023-02-07 14:58 UTC (14+ messages)
` [PATCH v6 1/8] RISC-V: KVM: Add skeleton support for perf
` [PATCH v6 2/8] RISC-V: KVM: Add SBI PMU extension support
` [PATCH v6 3/8] RISC-V: KVM: Make PMU functionality depend on Sscofpmf
` [PATCH v6 4/8] RISC-V: KVM: Disable all hpmcounter access for VS/VU mode
` [PATCH v6 5/8] RISC-V: KVM: Implement trap & emulate for hpmcounters
` [PATCH v6 6/8] RISC-V: KVM: Implement perf support without sampling
` [PATCH v6 7/8] RISC-V: KVM: Support firmware events
` [PATCH v6 8/8] RISC-V: KVM: Increment firmware pmu events
[PATCH v4 00/14] KVM perf support
2023-02-07 9:20 UTC (13+ messages)
` [PATCH v4 07/14] RISC-V: KVM: Add skeleton support for perf
` [PATCH v4 08/14] RISC-V: KVM: Add SBI PMU extension support
` [PATCH v4 13/14] RISC-V: KVM: Support firmware events
[PATCH v5 00/14] KVM perf support
2023-02-07 6:24 UTC (25+ messages)
` [PATCH v5 01/14] perf: RISC-V: Define helper functions expose hpm counter width and count
` [PATCH v5 02/14] perf: RISC-V: Improve privilege mode filtering for perf
` [PATCH v5 03/14] RISC-V: Improve SBI PMU extension related definitions
` [PATCH v5 04/14] RISC-V: KVM: Define a probe function for SBI extension data structures
` [PATCH v5 05/14] RISC-V: KVM: Return correct code for hsm stop function
` [PATCH v5 06/14] RISC-V: KVM: Modify SBI extension handler to return SBI error code
` [PATCH v5 07/14] RISC-V: KVM: Add skeleton support for perf
` [PATCH v5 08/14] RISC-V: KVM: Add SBI PMU extension support
` [PATCH v5 09/14] RISC-V: KVM: Make PMU functionality depend on Sscofpmf
` [PATCH v5 10/14] RISC-V: KVM: Disable all hpmcounter access for VS/VU mode
` [PATCH v5 11/14] RISC-V: KVM: Implement trap & emulate for hpmcounters
` [PATCH v5 12/14] RISC-V: KVM: Implement perf support without sampling
` [PATCH v5 13/14] RISC-V: KVM: Support firmware events
` [PATCH v5 14/14] RISC-V: KVM: Increment firmware pmu events
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).