Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-19 13:53:37 to 2024-04-23 07:58:58 UTC [more...]

[PATCH v5 0/2] add initial Milk-V Duo S board support
 2024-04-23  7:57 UTC  (9+ messages)
` [PATCH v5 2/2] riscv: dts: sophgo: "

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-04-23  7:54 UTC  (11+ messages)
` [PATCH v3 01/11] stackleak: don't modify ctl_table argument
` [PATCH v3 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH v3 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH v3 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH v3 05/11] neighbour: "
` [PATCH v3 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH v3 07/11] ipv6/addrconf: "
` [PATCH v3 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH v3 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH v3 10/11] sysctl: constify ctl_table arguments of utility function

[PATCH v2 0/2] Add StarFive's JH8100 StarLink Cache Controller
 2024-04-23  7:26 UTC  (3+ messages)
` [PATCH v2 1/2] cache: Add StarFive StarLink cache management for StarFive JH8100
` [PATCH v2 2/2] dt-bindings: cache: Add docs for StarFive Starlink cache controller

[PATCH] perf: RISC-V: Check standard event availability
 2024-04-23  3:44 UTC  (6+ messages)

[PATCH v14 0/5] riscv: sophgo: add clock support for sg2042
 2024-04-23  0:47 UTC  (4+ messages)
` [PATCH v14 4/5] clk: sophgo: Add SG2042 clock driver

[PATCH 0/2] riscv: sophgo: add USB phy support for CV18XX series
 2024-04-22 23:32 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: phy: Add Sophgo CV1800 USB phy

[PATCH v2 0/6] riscv: Apply Zawrs when available
 2024-04-22 22:36 UTC  (16+ messages)
` [PATCH v2 1/6] riscv: Provide a definition for 'pause'
` [PATCH v2 2/6] dt-bindings: riscv: Add Zawrs ISA extension description
` [PATCH v2 3/6] riscv: Add Zawrs support for spinlocks
` [PATCH v2 4/6] riscv: hwprobe: export Zawrs ISA extension
` [PATCH v2 5/6] KVM: riscv: Support guest wrs.nto
` [PATCH v2 6/6] KVM: riscv: selftests: Add Zawrs extension to get-reg-list test

[PATCH v2 0/7] Linux RISC-V IOMMU Support
 2024-04-22 19:30 UTC  (10+ messages)
` [PATCH v2 1/7] dt-bindings: iommu: riscv: Add bindings for RISC-V IOMMU
` [PATCH v2 5/7] iommu/riscv: Device directory management
` [PATCH v2 7/7] iommu/riscv: Paging domain support

[RFC PATCH v4 00/20] RISC-V: ACPI: Add external interrupt controller support
 2024-04-22 19:28 UTC  (2+ messages)

[PATCH] Revert "riscv: disable generation of unwind tables"
 2024-04-22 19:13 UTC  (2+ messages)

[PATCH v4 00/15] mm: jit/text allocator
 2024-04-22 18:32 UTC  (26+ messages)
` [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v4 14/15] kprobes: remove dependency on CONFIG_MODULES

[PATCH v3 00/15] Add support for suppressing warning backtraces
 2024-04-22 17:40 UTC  (3+ messages)
` [PATCH v3 14/15] riscv: "

[PATCH] Clarify risc-v hwprobe RISCV_HWPROBE_MISALIGNED_* docs
 2024-04-22 16:08 UTC  (2+ messages)

[PATCH v8 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-22 16:06 UTC  (34+ messages)
` [PATCH v8 01/24] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v8 02/24] RISC-V: Add FIRMWARE_READ_HI definition
` [PATCH v8 03/24] drivers/perf: riscv: Read upper bits of a firmware counter
` [PATCH v8 04/24] drivers/perf: riscv: Use BIT macro for shifting operations
` [PATCH v8 05/24] RISC-V: Add SBI PMU snapshot definitions
` [PATCH v8 06/24] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
` [PATCH v8 07/24] RISC-V: Use the minor version mask while computing sbi version
` [PATCH v8 08/24] drivers/perf: riscv: Fix counter mask iteration for RV32
` [PATCH v8 09/24] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v8 10/24] RISC-V: KVM: Fix the initial sample period value
` [PATCH v8 11/24] RISC-V: KVM: No need to update the counter value during reset
` [PATCH v8 12/24] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v8 13/24] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v8 14/24] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v8 15/24] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v8 16/24] RISC-V: KVM: Improve firmware counter read function
` [PATCH v8 17/24] KVM: riscv: selftests: Move sbi definitions to its own header file
` [PATCH v8 18/24] KVM: riscv: selftests: Add helper functions for extension checks
` [PATCH v8 19/24] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
` [PATCH v8 20/24] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v8 21/24] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v8 22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v8 23/24] KVM: riscv: selftests: Add a test for counter overflow
` [PATCH v8 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test

[PATCH v5 00/15] mm: jit/text allocator
 2024-04-22 14:11 UTC  (18+ messages)
` [PATCH v5 01/15] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH v5 02/15] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v5 03/15] nios2: define virtual address space for modules
` [PATCH v5 04/15] sparc: simplify module_alloc()
` [PATCH v5 05/15] module: make module_memory_{alloc,free} more self-contained
` [PATCH v5 06/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v5 07/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v5 08/15] mm/execmem, arch: convert remaining "
` [PATCH v5 09/15] riscv: extend execmem_params for generated code allocations
` [PATCH v5 10/15] powerpc: extend execmem_params for kprobes allocations
` [PATCH v5 11/15] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v5 12/15] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v5 13/15] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v5 14/15] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v5 15/15] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH v2 00/12] Add support for a few Zc* extensions as well as Zcmop
 2024-04-22 11:41 UTC  (19+ messages)
` [PATCH v2 01/12] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description
` [PATCH v2 02/12] riscv: dts: enable Zc* extensions when needed
` [PATCH v2 03/12] dt-bindings: riscv: add Zc* extension rules implied by C extension
` [PATCH v2 04/12] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
` [PATCH v2 08/12] dt-bindings: riscv: add Zcmop ISA extension description

[PATCH v5 10/15] powerpc: extend execmem_params for kprobes allocations
 2024-04-22  8:50 UTC  (6+ messages)
` [PATCH v5 11/15] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v5 12/15] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v5 13/15] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v5 14/15] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v5 15/15] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH 0/9] Merge arm64/riscv hugetlbfs contpte support
 2024-04-22  8:50 UTC  (4+ messages)

[PATCH v5 01/15] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
 2024-04-22  8:47 UTC  (9+ messages)
` [PATCH v5 02/15] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v5 03/15] nios2: define virtual address space for modules
` [PATCH v5 04/15] sparc: simplify module_alloc()
` [PATCH v5 05/15] module: make module_memory_{alloc,free} more self-contained
` [PATCH v5 06/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v5 07/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v5 08/15] mm/execmem, arch: convert remaining "
` [PATCH v5 09/15] riscv: extend execmem_params for generated code allocations

[PATCH v2 0/2] perf kvm: Add kvm stat support on riscv
 2024-04-22  8:27 UTC  (3+ messages)

[PATCH v5 00/15] mm: jit/text allocator
 2024-04-22  8:26 UTC 

[RFC 0/2] riscv: Idle thread using Zawrs extension
 2024-04-22  8:21 UTC  (5+ messages)
` [RFC 1/2] riscv: process: Introduce idle "
    ` [External] "

[PATCH v3 0/2] perf kvm: Add kvm stat support on riscv
 2024-04-22  8:08 UTC  (3+ messages)
` [PATCH v3 1/2] RISCV: KVM: add tracepoints for entry and exit events
` [PATCH v3 2/2] perf kvm/riscv: Port perf kvm stat to RISC-V

[PATCH v6 0/2] add initial Milk-V Duo S board support
 2024-04-22  7:49 UTC  (8+ messages)
` [PATCH v6 1/2] dt-bindings: riscv: add Milk-V Duo S board compatibles
` [PATCH v6 2/2] riscv: dts: sophgo: add initial Milk-V Duo S board support

[PATCH v2 0/2] RISCV: KVM: Avoid lock inversion in SBI_EXT_HSM_HART_START
 2024-04-22  5:13 UTC  (6+ messages)
` [PATCH v2 1/2] RISCV: KVM: Introduce mp_state_lock to avoid "
` [PATCH v2 2/2] RISCV: KVM: Introduce vcpu->reset_cntx_lock

[PATCH v1 0/2] riscv: dts: add USB nodes for Canaan Kendryte K230 SoCs
 2024-04-22  4:33 UTC  (4+ messages)
` [PATCH v1 1/2] dt-bindings: dwc2: Add bindings for new Canaan Kendryte K230 SoC
` [PATCH v1 2/2] riscv: dts: add usb nodes for Canaan Kendryte K230 SoCs

[PATCH] riscv: dts: sophgo: use real clock for sdhci
 2024-04-22  0:31 UTC  (2+ messages)

[PATCH -next v2] riscv: kdump: fix crashkernel reserving problem on RISC-V
 2024-04-21 16:13 UTC  (2+ messages)

[PATCH 2/2] phy: sophgo: Add USB 2.0 PHY driver for Sophgo CV18XX/SG200X
 2024-04-21  3:32 UTC  (3+ messages)

[PATCH v3 00/17] riscv: Support vendor extensions and xtheadvector
 2024-04-21  1:04 UTC  (18+ messages)
` [PATCH v3 01/17] riscv: cpufeature: Fix thead vector hwcap removal
` [PATCH v3 02/17] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH v3 03/17] dt-bindings: riscv: cpus: add a vlen register length property
` [PATCH v3 04/17] riscv: vector: Use vlenb from DT
` [PATCH v3 05/17] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH v3 06/17] riscv: Fix extension subset checking
` [PATCH v3 07/17] riscv: Extend cpufeature.c to detect vendor extensions
` [PATCH v3 08/17] riscv: Introduce vendor variants of extension helpers
` [PATCH v3 09/17] riscv: drivers: Convert xandespmu to use the vendor extension framework
` [PATCH v3 10/17] RISC-V: define the elements of the VCSR vector CSR
` [PATCH v3 11/17] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT
` [PATCH v3 12/17] riscv: Add xtheadvector instruction definitions
` [PATCH v3 13/17] riscv: vector: Support xtheadvector save/restore
` [PATCH v3 14/17] riscv: hwprobe: Add thead vendor extension probing
` [PATCH v3 15/17] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
` [PATCH v3 16/17] selftests: riscv: Fix vector tests
` [PATCH v3 17/17] selftests: riscv: Support xtheadvector in "

[PATCH v3 0/2] riscv: improve nommu and timer-clint
 2024-04-20 11:04 UTC  (2+ messages)

[PATCH v7 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-19 23:42 UTC  (6+ messages)
` [PATCH v7 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function

[PATCH v3 0/6] riscv: dts: starfive: add Milkv Mars board device tree
 2024-04-19 22:11 UTC  (16+ messages)
` [PATCH v3 1/6] riscv: dts: starfive: add 'cpus' label to jh7110 and jh7100 soc dtsi
` [PATCH v3 2/6] dt-bindings: riscv: starfive: add Milkv Mars board
` [PATCH v3 3/6] riscv: dts: starfive: visionfive 2: update sound and codec dt node name
` [PATCH v3 4/6] riscv: dts: starfive: visionfive 2: use cpus label for timebase freq
` [PATCH v3 6/6] riscv: dts: starfive: add Milkv Mars board device tree

[GIT PULL] RISC-V Devicetree fixes for v6.9-rc4+
 2024-04-19 16:22 UTC 

[PATCH v1 0/5] BeagleV Fire support
 2024-04-19 15:57 UTC  (3+ messages)
` [PATCH v1 4/5] dt-bindings: PCI: microchip: increase number of items in ranges property

[PATCH v4 1/3] riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()
 2024-04-19 15:28 UTC  (3+ messages)
` [PATCH v4 2/3] riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTT

[PATCH v1] RISC-V: clarify what some RISCV_ISA* config options do
 2024-04-19 15:17 UTC  (5+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).