Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-30 08:47:12 to 2025-11-03 16:18:53 UTC [more...]

[PATCH] irqchip/sifive-plic: fix call to __plic_toggle in M-Mode code path
 2025-11-03 16:18 UTC 

[PATCH v1 0/3] Add support for Microchip CoreSPI Controller
 2025-11-03 16:05 UTC  (4+ messages)
` [PATCH v1 1/3] spi: microchip: rename driver file and internal identifiers
` [PATCH v1 2/3] spi: dt-binding: document Microchip CoreSPI
` [PATCH v1 3/3] spi: add support for microchip "soft" spi controller

[PATCH net v3] net: spacemit: Check netif_running() in emac_set_pauseparam()
 2025-11-03 15:12 UTC  (2+ messages)

[PATCH] riscv: Update MIPS vendor id to 0x127
 2025-11-03 15:05 UTC 

[PATCH] riscv: defconfig: enable RESET_GPIO driver
 2025-11-03 14:58 UTC  (2+ messages)

[patch V5 00/12] uaccess: Provide and use scopes for user access
 2025-11-03 14:46 UTC  (3+ messages)

[PATCH 0/3] Add NMI Support to RISC-V via SSE
 2025-11-03 14:10 UTC  (8+ messages)
` [PATCH 3/3] riscv: crash: use NMI to stop the CPU
      ` [External] "

[PATCH v4 0/2] Add HARDLOCKUP_DETECTOR_PERF support for RISC-V
 2025-11-03 13:44 UTC  (3+ messages)
` [PATCH v4 1/2] watchdog: move arm64 watchdog_hld into common code

[PATCH v6 00/29] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-11-03  8:37 UTC  (14+ messages)
` [PATCH v6 06/29] static_call: Add read-only-after-init static calls
` [PATCH v6 23/29] context-tracking: Introduce work deferral infrastructure
` [RFC PATCH v6 27/29] x86/mm/pti: Implement a TLB flush immediately after a switch to kernel CR3

[PATCH] i2c: spacemit: fix detect issue
 2025-11-03  7:06 UTC 

[RFC PATCH v1 0/4] riscv: mm: Defer tlb flush to context_switch
 2025-11-03  7:06 UTC  (8+ messages)
` [RFC PATCH v1 1/4] riscv: mm: Introduce percpu loaded_asid
` [RFC PATCH v1 2/4] riscv: mm: Introduce percpu tlb flush queue
` [RFC PATCH v1 3/4] riscv: mm: Enqueue tlbflush info if task is not running on target cpu
` [RFC PATCH v1 4/4] riscv: mm: Perform tlb flush during context_switch
  ` [External] Re: [RFC PATCH v1 0/4] riscv: mm: Defer tlb flush to context_switch

[PATCH] KVM: riscv: Support enabling dirty log gradually in small chunks
 2025-11-03  6:28 UTC 

[PATCH v1 0/7] Add support for StarFive VisionFive 2 Lite board
 2025-11-03  5:43 UTC  (4+ messages)
` [PATCH v1 4/7] riscv: dts: starfive: jh7110-common: Move out some nodes to the board dts

[RFC PATCH] riscv: dts: spacemit: initial i2c support for OrangePi RV2
 2025-11-03  2:44 UTC  (4+ messages)

[PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
 2025-11-03  1:36 UTC  (62+ messages)
` [PATCH v4 01/28] KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatory
` [PATCH v4 02/28] KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()
` [PATCH v4 03/28] KVM: TDX: Drop PROVE_MMU=y sanity check on to-be-populated mappings
` [PATCH v4 04/28] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [PATCH v4 05/28] KVM: x86/mmu: WARN if KVM attempts to map into an invalid TDP MMU root
` [PATCH v4 06/28] Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU"
` [PATCH v4 07/28] KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_page_prefault()
` [PATCH v4 08/28] KVM: TDX: Drop superfluous page pinning in S-EPT management
` [PATCH v4 09/28] KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() condition
` [PATCH v4 10/28] KVM: TDX: Fold tdx_sept_drop_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v4 11/28] KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()
` [PATCH v4 12/28] KVM: TDX: WARN if mirror SPTE doesn't have full RWX when creating S-EPT mapping
` [PATCH v4 13/28] KVM: TDX: Avoid a double-KVM_BUG_ON() in tdx_sept_zap_private_spte()
` [PATCH v4 14/28] KVM: TDX: Use atomic64_dec_return() instead of a poor equivalent
` [PATCH v4 15/28] KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller
` [PATCH v4 16/28] KVM: TDX: ADD pages to the TD image while populating mirror EPT entries
` [PATCH v4 17/28] KVM: TDX: Fold tdx_sept_zap_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v4 18/28] KVM: TDX: Combine KVM_BUG_ON + pr_tdx_error() into TDX_BUG_ON()
` [PATCH v4 19/28] KVM: TDX: Derive error argument names from the local variable names
` [PATCH v4 20/28] KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entries
` [PATCH v4 21/28] KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
` [PATCH v4 22/28] KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl command
` [PATCH v4 23/28] KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl
` [PATCH v4 24/28] KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
` [PATCH v4 25/28] KVM: TDX: Don't copy "cmd" back to userspace for KVM_TDX_CAPABILITIES
` [PATCH v4 26/28] KVM: TDX: Guard VM state transitions with "all" the locks
` [PATCH v4 27/28] KVM: TDX: Bug the VM if extending the initial measurement fails
` [PATCH v4 28/28] KVM: TDX: Fix list_add corruption during vcpu_load()

[PATCH v5 0/2] driver: reset: spacemit-p1: add driver for poweroff/reboot
 2025-11-03  0:48 UTC  (4+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] mfd: simple-mfd-i2c: add a reboot cell for the SpacemiT P1 chip
` (subset) [PATCH v5 0/2] driver: reset: spacemit-p1: add driver for poweroff/reboot

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-11-02 23:51 UTC  (7+ messages)
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v22 17/28] riscv/signal: save and restore of shadow stack for signal

[PATCH v4 0/7] Introduce SpacemiT K1 PCIe phy and host controller
 2025-11-02 22:25 UTC  (15+ messages)
` [PATCH v4 1/7] dt-bindings: phy: spacemit: add SpacemiT PCIe/combo PHY
` [PATCH v4 2/7] dt-bindings: phy: spacemit: introduce PCIe PHY
` [PATCH v4 3/7] dt-bindings: pci: spacemit: introduce PCIe host controller
` [PATCH v4 4/7] phy: spacemit: introduce PCIe/combo PHY
` [PATCH v4 5/7] PCI: spacemit: introduce SpacemiT PCIe host driver
` [PATCH v4 6/7] riscv: dts: spacemit: add a PCIe regulator
` [PATCH v4 7/7] riscv: dts: spacemit: PCIe and PHY-related updates

[PATCH 0/4] Add PCIe support in DTS for Sophgo SG2042 SoC
 2025-11-01 23:44 UTC  (2+ messages)

[PATCH v2 00/12] Linux RISC-V trace framework and drivers
 2025-11-01 15:42 UTC  (13+ messages)
` [PATCH v2 01/12] dt-bindings: Add RISC-V trace component bindings
` [PATCH v2 02/12] rvtrace: Initial implementation of driver framework
` [PATCH v2 03/12] rvtrace: Add functions to create/destroy a trace component path
` [PATCH v2 04/12] rvtrace: Add functions to start/stop tracing on a "
` [PATCH v2 05/12] rvtrace: Add trace encoder driver
` [PATCH v2 06/12] rvtrace: Add function to copy into perf AUX buffer
` [PATCH v2 07/12] rvtrace: Add trace ramsink driver
` [PATCH v2 08/12] riscv: Enable DMA_RESTRICTED_POOL in defconfig
` [PATCH v2 09/12] rvtrace: Add perf driver for tracing using perf tool
` [PATCH v2 10/12] perf tools: Add RISC-V trace PMU record capabilities
` [PATCH v2 11/12] perf tools: Initial support for RISC-V trace decoder
` [PATCH v2 12/12] MAINTAINERS: Add entry for RISC-V trace framework and drivers

[PATCH v3 0/5] Add reset controllers for other TH1520 subsystems
 2025-11-01  9:59 UTC  (8+ messages)
` [PATCH v3 3/5] reset: th1520: Prepare for supporting multiple controllers
` [PATCH v3 5/5] riscv: dts: thead: Add reset controllers of more subsystems for TH1520

[PATCH 0/3] riscv: dts: spacemit: Add USB 3.0 support for K1
 2025-11-01  9:03 UTC  (4+ messages)
` [PATCH 1/3] riscv: dts: spacemit: Add USB2 PHY node "
` [PATCH 2/3] riscv: dts: spacemit: Add DWC3 USB 3.0 controller "
` [PATCH 3/3] riscv: dts: spacemit: Enable USB3.0 on BananaPi-F3

[PATCH 0/4] Introduce import_ns support for Rust
 2025-11-01  8:06 UTC  (8+ messages)
  ` [PATCH 4/4] pwm: th1520: Fix clippy warning for redundant struct field init
  ` [PATCH 1/4] rust: macros: Add support for 'imports_ns' to module!

[PATCH v5 0/3] riscv: sophgo: add top syscon device for cv18xx
 2025-11-01  1:43 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: soc: sophgo: add TOP syscon for CV18XX/SG200X series SoC
` [PATCH v5 2/3] riscv: dts: sophgo: Add syscon node for cv18xx
` [PATCH v5 3/3] riscv: dts: sophgo: Add USB support "

[PATCH v3] riscv: asm: use .insn for making custom instructions
 2025-10-31 20:27 UTC  (4+ messages)

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-31 19:22 UTC  (3+ messages)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration

[PATCH net v2] net: spacemit: Check IFF_UP in emac_set_pauseparam()
 2025-10-31 19:08 UTC  (2+ messages)

[PATCH v7 12/15] iommupt: Add the x86 64 bit page table format
 2025-10-31 16:42 UTC  (3+ messages)

[PATCH net] net: spacemit: Remove broken flow control support
 2025-10-31 16:27 UTC  (2+ messages)

[PATCH v2 0/7] Introduce SpacemiT K1 PCIe phy and host controller
 2025-10-31 13:38 UTC  (17+ messages)
` [PATCH v2 5/7] PCI: spacemit: introduce SpacemiT PCIe host driver

[PATCH net] net: spacemit: Implement emac_set_pauseparam properly
 2025-10-31 13:29 UTC  (5+ messages)

[PATCH v6 0/7] Redo PolarFire SoC's mailbox/clock devicestrees and related code
 2025-10-31 11:55 UTC  (8+ messages)
` [PATCH v6 1/7] reset: mpfs: add non-auxiliary bus probing
` [PATCH v6 3/7] clk: microchip: mpfs: use regmap for clocks

[PATCH] MAINTAINERS: Remove Albert Ou from riscv
 2025-10-31 11:27 UTC 

Call for Participation: RISC-V Devroom 2026
 2025-10-31 10:57 UTC 

[PATCH v7 04/15] iommupt: Add the AMD IOMMU v1 page table format
 2025-10-31  9:44 UTC  (2+ messages)

[PATCH] efi/riscv: Remove the useless failure return message print
 2025-10-31  8:27 UTC  (4+ messages)

[PATCH 0/6] KVM: LoongArch: selftests: Add timer test case
 2025-10-31  3:16 UTC  (7+ messages)
` [PATCH 1/6] KVM: LoongArch: selftests: Add system registers save and restore on exception
` [PATCH 2/6] KVM: LoongArch: selftests: Add exception handler register interface
` [PATCH 3/6] KVM: LoongArch: selftests: Add basic interfaces
` [PATCH 4/6] KVM: LoongArch: selftests: Add timer test case with one-shot mode
` [PATCH 5/6] KVM: LoongArch: selftests: Add period mode timer and time counter test
` [PATCH 6/6] KVM: LoongArch: selftests: Add SW emulated timer test

[PATCH v6 2/3] spi: spacemit: introduce SpacemiT K1 SPI controller driver
 2025-10-30 21:49 UTC  (3+ messages)

[PATCH v3 2/2] selftests/riscv: Add Zicbop prefetch test
 2025-10-30 21:16 UTC  (3+ messages)

[PATCH v3 2/7] MIPS: PCI: Use contextual data instead of global variable
 2025-10-30 20:10 UTC  (5+ messages)

[PATCH v1 00/20] iommu: Introduce and roll out test_dev domain op
 2025-10-30 19:43 UTC  (4+ messages)
` [PATCH v1 02/20] iommu: Introduce a test_dev domain op and an internal helper

[PATCH v7 14/15] iommu/amd: Remove AMD io_pgtable support
 2025-10-30 17:06 UTC  (2+ messages)

[PATCH 0/3] Optimize code generation during context
 2025-10-30 15:04 UTC  (2+ messages)

[PATCH 0/3] Add initial Milk-V Duo S board support
 2025-10-30 12:50 UTC  (9+ messages)
` [PATCH 2/3] arm64: dts: sophgo: add "

[PATCH v3 4/7] clk: ingenic: tcu: Use contextual data instead of global variable
 2025-10-30 12:28 UTC  (3+ messages)

[PATCH v7 13/15] iommu/amd: Use the generic iommu page table
 2025-10-30 10:22 UTC  (2+ 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).