Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-27 12:34:36 to 2024-03-01 11:14:22 UTC [more...]

[PATCH v4 00/15] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-03-01 11:14 UTC  (25+ messages)
` [PATCH v4 01/15] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v4 02/15] RISC-V: Add FIRMWARE_READ_HI definition
` [PATCH v4 03/15] drivers/perf: riscv: Read upper bits of a firmware counter
` [PATCH v4 04/15] RISC-V: Add SBI PMU snapshot definitions
` [PATCH v4 05/15] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v4 06/15] RISC-V: KVM: No need to update the counter value during reset
` [PATCH v4 07/15] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v4 08/15] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v4 09/15] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v4 10/15] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v4 11/15] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
` [PATCH v4 12/15] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v4 13/15] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v4 14/15] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v4 15/15] KVM: riscv: selftests: Add a test for counter overflow

[PATCH v15,RESEND 00/23] Refactoring Microchip PCIe driver and add StarFive PCIe
 2024-03-01 11:00 UTC  (12+ messages)
` [PATCH v15,RESEND 03/23] PCI: microchip: Move PLDA IP register macros to pcie-plda.h
` [PATCH v15,RESEND 05/23] PCI: microchip: Rename two PCIe data structures
` [PATCH v15,RESEND 21/23] PCI: starfive: Add JH7110 PCIe controller
` [PATCH v15,RESEND 22/23] PCI: starfive: Offload the NVMe timeout workaround to host drivers

[PATCH 0/9] Merge arm64/riscv hugetlbfs contpte support
 2024-03-01 10:45 UTC  (11+ messages)
` [PATCH 1/9] riscv: Restore the pfn in a NAPOT pte when manipulated by core mm code
` [PATCH 2/9] riscv: Safely remove huge_pte_offset() when manipulating NAPOT ptes
` [PATCH 3/9] mm: Use common huge_ptep_get() function for riscv/arm64
` [PATCH 4/9] mm: Use common set_huge_pte_at() "
` [PATCH 5/9] mm: Use common huge_pte_clear() "
` [PATCH 6/9] mm: Use common huge_ptep_get_and_clear() "
` [PATCH 7/9] mm: Use common huge_ptep_set_access_flags() "
` [PATCH 8/9] mm: Use common huge_ptep_set_wrprotect() "
` [PATCH 9/9] mm: Use common huge_ptep_clear_flush() "

[PATCH v5 00/13] riscv: ASID-related and UP-related TLB flush enhancements
 2024-03-01  9:31 UTC  (18+ messages)
` [PATCH v5 01/13] riscv: Flush the instruction cache during SMP bringup
` [PATCH v5 02/13] riscv: Factor out page table TLB synchronization
` [PATCH v5 03/13] riscv: Use IPIs for remote cache/TLB flushes by default
` [PATCH v5 04/13] riscv: mm: Broadcast kernel TLB flushes only when needed
` [PATCH v5 05/13] riscv: Only send remote fences when some other CPU is online
` [PATCH v5 06/13] riscv: mm: Combine the SMP and UP TLB flush code
  ` [External] "
` [PATCH v5 07/13] riscv: Apply SiFive CIP-1200 workaround to single-ASID sfence.vma
` [PATCH v5 08/13] riscv: Avoid TLB flush loops when affected by SiFive CIP-1200
  ` [External] "
` [PATCH v5 09/13] riscv: mm: Introduce cntx2asid/cntx2version helper macros
` [PATCH v5 10/13] riscv: mm: Use a fixed layout for the MM context ID
` [PATCH v5 11/13] riscv: mm: Make asid_bits a local variable
` [PATCH v5 12/13] riscv: mm: Preserve global TLB entries when switching contexts
` [PATCH v5 13/13] riscv: mm: Always use an ASID to flush mm contexts

[PATCH v5 0/2] riscv: Use Kconfig to set unaligned access speed
 2024-03-01  9:26 UTC  (10+ messages)
` [PATCH v5 1/2] riscv: lib: Introduce has_fast_unaligned_access function
` [PATCH v5 2/2] riscv: Set unaligned access speed at compile time

riscv/fixes build: 8 builds: 0 failed, 8 passed, 2 warnings (riscv-for-linus-6.8-rc4-22-ga11dd49dcb937)
 2024-03-01  2:35 UTC 

[PATCH -fixes v4 0/3] riscv: cbo.zero fixes
 2024-02-29 23:40 UTC  (13+ messages)
` [PATCH -fixes v4 1/3] riscv: Fix enabling cbo.zero when running in M-mode
` [PATCH -fixes v4 2/3] riscv: Add a custom ISA extension for the [ms]envcfg CSR
` [PATCH -fixes v4 3/3] riscv: Save/restore envcfg CSR during CPU suspend

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-29 22:13 UTC  (9+ messages)
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc

[PATCH -fixes v2] riscv: Sparse-Memory/vmemmap out-of-bounds fix
 2024-02-29 22:10 UTC  (2+ messages)

[PATCH -fixes 1/2] riscv: Fix enabling cbo.zero when running in M-mode
 2024-02-29 22:10 UTC  (2+ messages)

[PATCH -fixes 0/2] NAPOT Fixes
 2024-02-29 22:10 UTC  (4+ messages)
` [PATCH -fixes 1/2] Revert "riscv: mm: support Svnapot in huge vmap"
` [PATCH -fixes 2/2] riscv: Fix pte_leaf_size() for NAPOT

[PATCH v4] perf: RISCV: Fix panic on pmu overflow handler
 2024-02-29 22:10 UTC  (2+ messages)

[PATCH AUTOSEL 5.15 3/9] riscv: dts: sifive: add missing #interrupt-cells to pmic
 2024-02-29 20:40 UTC 

[PATCH AUTOSEL 6.1 04/12] riscv: dts: sifive: add missing #interrupt-cells to pmic
 2024-02-29 20:40 UTC 

[PATCH AUTOSEL 6.6 06/22] riscv: dts: sifive: add missing #interrupt-cells to pmic
 2024-02-29 20:38 UTC 

[PATCH AUTOSEL 6.7 07/24] riscv: dts: sifive: add missing #interrupt-cells to pmic
 2024-02-29 20:36 UTC 

[PATCH v2 0/3] RISC-V: mm: do not treat hint addr on mmap as the upper bound to search
 2024-02-29 19:21 UTC  (3+ messages)

riscv/fixes build: 8 builds: 0 failed, 8 passed, 2 warnings (riscv-for-linus-6.8-rc4-13-g680945f0aa508)
 2024-02-29 19:13 UTC 

[PATCH] MAINTAINERS: Update SiFive driver maintainers
 2024-02-29 18:20 UTC  (2+ messages)

vector status when vlen doesn't match
 2024-02-29 17:00 UTC  (6+ messages)

[PATCH -fixes] riscv: Sparse-Memory/vmemmap out-of-bounds fix
 2024-02-29 15:38 UTC  (2+ messages)

[RFC PATCH v2 0/6] Add Pinctrl driver for Starfive JH8100 SoC
 2024-02-29 13:03 UTC  (12+ messages)
` [RFC PATCH v2 1/6] dt-bindings: pinctrl: starfive: Add JH8100 pinctrl
` [RFC PATCH v2 2/6] pinctrl: starfive: jh8100: add main and sys_east driver

[PATCH v3 0/2] riscv: fix patching with IPI
 2024-02-29 12:10 UTC  (3+ messages)
` [PATCH v3 1/2] riscv: Remove superfluous smp_mb()
` [PATCH v3 2/2] riscv: Fix text patching when IPI are used

riscv/for-next build: 8 builds: 0 failed, 8 passed, 2 warnings (v6.8-rc1-37-g886516fae2b73)
 2024-02-29  5:07 UTC 

[PATCH RFC 00/20] Add Counter delegation ISA extension support
 2024-02-29  1:25 UTC  (3+ messages)

[PATCH v9 00/11] KVM: selftests: Add SEV and SEV-ES smoke tests
 2024-02-29  0:55 UTC  (8+ messages)
` [PATCH v9 07/11] KVM: selftests: Allow tagging protected memory in guest page tables

[PATCH 0/2] riscv: fix patching with IPI
 2024-02-29  0:42 UTC  (7+ messages)
` [PATCH 1/2] riscv: Remove superfluous smp_mb()
` [PATCH 2/2] riscv: Fix text patching when IPI are used

[PATCH 0/4] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-02-28 21:06 UTC  (24+ messages)
` [PATCH 1/4] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
` [PATCH 2/4] arch: simplify architecture specific page size configuration
` [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures
` [PATCH 4/4] vdso: avoid including asm/page.h

[PATCH] RISC-V: fix check for zvkb with tip-of-tree clang
 2024-02-28 21:00 UTC  (2+ messages)

riscv/fixes build: 8 builds: 0 failed, 8 passed, 2 warnings (riscv-for-linus-6.8-rc4-12-g325731481cea1)
 2024-02-28 17:53 UTC 

[PATCH 0/4] riscv: 64-bit NOMMU fixes and enhancements
 2024-02-28 15:37 UTC  (11+ messages)
` [PATCH 2/4] riscv: Fix loading 64-bit NOMMU kernels past the start of RAM
` [PATCH 4/4] riscv: Allow NOMMU kernels to run in S-mode

[PATCH 1/2] drivers: perf: ctr_get_width function for legacy is not defined
 2024-02-28 15:10 UTC  (2+ messages)

[PATCH v2,RESEND 0/2] drivers: perf: fix crash with the legacy riscv driver
 2024-02-28 15:10 UTC  (8+ messages)
` [PATCH v2,RESEND 1/2] drivers: perf: added capabilities for legacy PMU
` [PATCH v2,RESEND 2/2] drivers: perf: ctr_get_width function for legacy is not defined

[PATCH 0/5] KVM RISC-V report few more ISA extensions through ONE_REG
 2024-02-28 13:10 UTC  (11+ messages)
` [PATCH 1/5] RISC-V: KVM: Forward SEED CSR access to user space
` [PATCH 2/5] RISC-V: KVM: Allow Ztso extension for Guest/VM
` [PATCH 3/5] KVM: riscv: selftests: Add Ztso extension to get-reg-list test
` [PATCH 4/5] RISC-V: KVM: Allow Zacas extension for Guest/VM
` [PATCH 5/5] KVM: riscv: selftests: Add Zacas extension to get-reg-list test

[PATCH 0/2] mmc: sdhci-of-dwcmshc: support Sophgo CV1800B and SG2002
 2024-02-28 13:03 UTC  (2+ messages)

[PATCH v3] perf: RISCV: Fix panic on pmu overflow handler
 2024-02-28  9:10 UTC  (2+ messages)

[PATCH v3] riscv: dts: Move BUILTIN_DTB_SOURCE to common Kconfig
 2024-02-28  8:52 UTC 

[GIT PULL] RISC-V Sophgo Devicetrees for v6.9
 2024-02-28  8:14 UTC 

[PATCH v4 0/2] riscv: Use Kconfig to set unaligned access speed
 2024-02-28  8:04 UTC  (10+ messages)
` [PATCH v4 2/2] riscv: Set unalignment speed at compile time

[PATCH v2] perf: RISCV: Fix panic on pmu overflow handler
 2024-02-28  8:02 UTC  (2+ messages)

RISC-V PMU driver issue
 2024-02-28  3:49 UTC 

[PATCH -fixes v3 0/2] riscv: cbo.zero fixes
 2024-02-27 20:01 UTC  (5+ messages)
` [PATCH -fixes v3 1/2] riscv: Fix enabling cbo.zero when running in M-mode

[PATCH v2 0/3] RISC-V: enable rust
 2024-02-27 18:24 UTC  (18+ messages)
` [PATCH v2 1/3] rust: make mutually exclusive with CFI_CLANG
` [PATCH v2 2/3] scripts: generate_rust_target: enable building on RISC-V

[PATCH] riscv: deprecate CONFIG_MMU=n
 2024-02-27 16:38 UTC  (2+ messages)

[PATCH v8 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
 2024-02-27 16:32 UTC  (3+ messages)
` [PATCH v8 2/3] clocksource: Add JH7110 timer driver

[PATCH 6.1 108/195] irqchip/sifive-plic: Enable interrupt if needed before EOI
 2024-02-27 13:26 UTC 

[PATCH 6.6 174/299] irqchip/sifive-plic: Enable interrupt if needed before EOI
 2024-02-27 13:24 UTC 

[PATCH 6.7 195/334] irqchip/sifive-plic: Enable interrupt if needed before EOI
 2024-02-27 13:20 UTC 

[PATCH] riscv: Fix definition of _PAGE_NOCACHE_THEAD
 2024-02-27 12:47 UTC  (3+ 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).