public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-04-07 06:50:29 to 2026-04-10 12:19:15 UTC [more...]

[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
 2026-04-10 12:18 UTC  (7+ messages)
` [patch 01/38] percpu: Sanitize __percpu_qual include hell
` [patch 02/38] x86: Cleanup include recursion hell
` [patch 03/38] x86/apm: Remove last LATCH usage
` [patch 04/38] x86: Use PIT_TICK_RATE instead of CLOCK_TICK_RATE
` [patch 05/38] treewide: Remove CLOCK_TICK_RATE
` [patch 06/38] calibrate: Rework delay timer calibration

[PATCH] arch/riscv: Add bitrev.h file to support rev8 and brev8
 2026-04-10 11:36 UTC  (2+ messages)

[PATCH 0/2] add riscv32 double-word shifts and library test
 2026-04-10 10:49 UTC  (9+ messages)
` [PATCH 2/2] lib: kunit: add tests for __ashldi3(), __ashrdi3(), and __lshrdi3()
    ` [PATCH v2 0/2] add riscv32 double-word shifts and library test
      ` [PATCH v2 1/2] riscv: add platform-specific double word shifts for riscv32
      ` [PATCH v2 2/2] lib: kunit: add tests for __ashldi3(), __ashrdi3(), and __lshrdi3()

[bug report] drm/bridge: add a driver for T-Head TH1520 HDMI controller
 2026-04-10 10:15 UTC  (2+ messages)

[PATCH v3 0/3] riscv: dts: spacemit: enable USB3 on OrangePi
 2026-04-10 10:00 UTC  (3+ messages)
` [PATCH v3 1/2] riscv: dts: spacemit: add fixed regulators for OrangePi R2S
` [PATCH v3 2/2] riscv: dts: spacemit: enable USB3 on "

[PATCH v1 0/5] Add interrupt controller for JHB100 SoC
 2026-04-10  9:53 UTC  (8+ messages)
` [PATCH v1 1/5] dt-bindings: interrupt-controller: Convert the word "jh8100" to "jhb100"
` [PATCH v1 2/5] irqchip: starfive: "
` [PATCH v1 3/5] irqchip: starfive: Use devm_ interfaces to simplify resource release
` [PATCH v1 4/5] irqchip: starfive: Increase the interrupt source number up to 64
` [PATCH v1 5/5] irqchip: starfive: Implement irq_set_type and irq_ack hooks

[PATCH v3 0/7] futex: Use runtime constants for futex_hash computation
 2026-04-10  9:37 UTC  (3+ messages)
` [PATCH v3 2/7] arm64/runtime-const: Use aarch64_insn_patch_text_nosync() for patching

[PATCH] riscv: ftrace: select HAVE_BUILDTIME_MCOUNT_SORT
 2026-04-10  9:17 UTC  (2+ messages)

[PATCH 0/5] riscv: Assorted bug fixes
 2026-04-10  8:55 UTC  (14+ messages)
` [PATCH 1/5] riscv: errata: Fix bitwise vs logical AND in MIPS errata patching
` [PATCH 2/5] riscv: ptrace: Fix register corruption in compat_riscv_gpr_set on error
` [PATCH 3/5] riscv: mm: Fix NULL pointer dereference in __set_memory
` [PATCH 4/5] riscv: mm: Fix NULL dereferences in napot hugetlb functions
` [PATCH 5/5] riscv: mm: Fix TOCTOU race in remove_pte_mapping

[PATCH v4 0/3] thermal: spacemit: Add support for SpacemiT K1 SoC thermal sensor
 2026-04-10  8:25 UTC  (6+ messages)
` [PATCH v4 1/3] dt-bindings: thermal: Add SpacemiT K1 "
` [PATCH v4 2/3] thermal: spacemit: k1: Add thermal sensor support
` [PATCH v4 3/3] riscv: dts: spacemit: Add thermal sensor for K1 SoC

[PATCH v2 0/2] cpufreq: spacemit: Add cpufreq support for K1 SoC
 2026-04-10  7:58 UTC  (3+ messages)
` [PATCH v2 1/2] cpufreq: dt-platdev: Add SpacemiT K1 SoC to the allowlist
` [PATCH v2 2/2] riscv: dts: spacemit: Add cpu scaling for K1 SoC

[PATCH] riscv: mm: Implement arch_within_stack_frames() for HARDENED_USERCOPY
 2026-04-10  7:25 UTC  (2+ messages)

cleanup the RAID5 XOR library v4
 2026-04-10  3:19 UTC  (5+ messages)
` [PATCH 22/28] xor: add a better public API
` [PATCH 24/28] async_xor: use xor_gen

[PATCH] riscv: dts: tenstorrent: Add PMU node to blackhole for Linux perf support
 2026-04-10  2:49 UTC 

[PATCH v5 0/2] driver: reset: spacemit-p1: add driver for poweroff/reboot
 2026-04-10  1:49 UTC  (8+ messages)
` (subset) "

[PATCH 00/16] riscv: Generate riscv instruction functions
 2026-04-08 17:58 UTC  (18+ messages)
` [PATCH 01/16] riscv: Introduce instruction table generation
` [PATCH 02/16] riscv: alternatives: Use generated instruction headers for patching code
` [PATCH 03/16] riscv: kgdb: Use generated instruction headers
` [PATCH 04/16] riscv: kprobes: "
` [PATCH 05/16] riscv: cfi: "
` [PATCH 06/16] riscv: Use generated instruction headers for misaligned loads/stores
` [PATCH 07/16] riscv: kvm: Use generated instruction headers for csr code
` [PATCH 08/16] riscv: kvm: Fix MMIO emulation for sign-extended insns
` [PATCH 09/16] KVM: device: Add test device
` [PATCH 10/16] KVM: riscv: selftests: Add mmio test
` [PATCH 11/16] riscv: kvm: Use generated instruction headers for mmio emulation
` [PATCH 12/16] riscv: kvm: Add emulated test csr
` [PATCH 13/16] KVM: riscv: selftests: Add csr emulation test
` [PATCH 14/16] riscv: kvm: Use generated instruction headers for csr emulation
` [PATCH 15/16] riscv: kexec: Use generated instruction headers for kexec relocations
` [PATCH 16/16] riscv: Remove unused instruction headers
` [PATCH 1/16] riscv: Introduce instruction table generation

[PATCH 0/2] pwm: spacemit: Add Support for K3 SoC
 2026-04-09 23:43 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: pwm: marvell,pxa-pwm: Add SpacemiT K3 PWM support
` [PATCH 2/2] pwm: pxa: Add optional bus clock

[PATCH v7 0/2] i2c: spacemit: introduce pio for k1
 2026-04-09 16:36 UTC  (2+ messages)

[PATCH 1/2] riscv: cpu_ops: Change return value type of cpu_is_stopped() to bool
 2026-04-09 13:32 UTC  (2+ messages)
` [PATCH 2/2] riscv: cpu_ops_sbi: No need to be bothered to check ret.error

[PATCH v3] dt-bindings: timer: Add SiFive CLINT2
 2026-04-09 13:04 UTC  (8+ messages)

[PATCH v5 5/8] kselftest/riscv: Replace __ASSEMBLY__ with __ASSEMBLER__
 2026-04-09  9:47 UTC 

[PATCH v9 0/6] lib and lib/cmdline enhancements
 2026-04-09  8:51 UTC  (7+ messages)
` [PATCH v9 6/6] riscv: export symbols needed for riscv32 EFI stub

[PATCH v6 0/9] riscv: spacemit: enable SD card support with UHS modes for OrangePi RV2
 2026-04-09  7:17 UTC  (12+ messages)
` [PATCH v6 1/9] dt-bindings: mmc: spacemit,sdhci: add pinctrl support for voltage switching
` [PATCH v6 2/9] mmc: sdhci-of-k1: enable essential clock infrastructure for SD operation
` [PATCH v6 3/9] mmc: sdhci-of-k1: add regulator and pinctrl voltage switching support
` [PATCH v6 4/9] mmc: sdhci-of-k1: add comprehensive SDR tuning support
` [PATCH v6 5/9] riscv: dts: spacemit: k1: add SD card controller and pinctrl support
` [PATCH v6 6/9] riscv: dts: spacemit: k1-orangepi-rv2: add PMIC and power infrastructure
` [PATCH v6 7/9] riscv: dts: spacemit: k1-orangepi-rv2: add SD card support with UHS modes
` [PATCH v6 8/9] riscv: dts: spacemit: k1-bananapi-f3: "
` [PATCH v6 9/9] riscv: dts: spacemit: k1-musepi-pro: "

[PATCH v3] RISC-V: KVM: Batch stage-2 remote TLB flushes
 2026-04-09  6:03 UTC  (2+ messages)

[PATCH v10 0/3] riscv: dts: spacemit: Add PMIC regulators usb pcie
 2026-04-09  3:39 UTC  (5+ messages)
` [PATCH v10 1/3] riscv: dts: spacemit: Enable i2c8 adapter for OrangePi RV2
` [PATCH v10 2/3] riscv: dts: spacemit: Define the P1 PMIC regulators "
` [PATCH v10 3/3] riscv: dts: spacemit: Enable USB3.0/PCIe on "

[PATCH] riscv: enable HAVE_CMPXCHG_{DOUBLE,LOCAL}
 2026-04-08 19:44 UTC  (3+ messages)

[PATCH v2 0/4] riscv: Add PCIe support for UltraRISC DP1000 SoC
 2026-04-08 17:10 UTC  (14+ messages)
` [PATCH v2 1/4] riscv: add UltraRISC SoC family Kconfig support
` [PATCH v2 2/4] MAINTAINERS: Add entry for the UltraRISC DP1000 PCIe controller driver and its DT binding
` [PATCH v2 3/4] dt-bindings: PCI: Add UltraRISC DP1000 PCIe controller

[PATCH 0/3] pic64gx semantic conflict "fixes"
 2026-04-08 17:04 UTC  (5+ messages)
` [PATCH 1/3] riscv: dts: microchip: add tsu clock to macb on pic64gx
` [PATCH 2/3] riscv: dts: microchip: update pic64gx gpio interrupts to better match the SoC
` [PATCH 3/3] riscv: dts: microchip: sort pic64gx i2c nodes alphanumerically

[PATCH 0/2] riscv: sophgo: sg2042: Enable PCIe DMA coherence
 2026-04-08 14:41 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: pci: sophgo: Add dma-coherent property for SG2042

[PATCH 0/8] firmware: sysfb: Consolidate config/code wrt. sysfb_primary_screen
 2026-04-08 14:07 UTC  (11+ messages)
` [PATCH 2/8] firmware: efi: Never declare sysfb_primary_display on x86
` [PATCH 3/8] firmware: sysfb: Make CONFIG_SYSFB a user-selectable option

[PATCH] iommu: Always fill in gather when unmapping
 2026-04-08 13:34 UTC  (7+ messages)

[PATCH v7 0/3] riscv: Use GCR.U timer device as clocksource
 2026-04-08 11:53 UTC  (2+ messages)

[PATCH] riscv: support CPUs having only "zalrsc" but no "zaamo"
 2026-04-08 11:50 UTC  (4+ messages)
` [PATCH v2 0/2] Support for Risc-V CPUs implementing LR/SC but not AMO

[PATCH] riscv: Fix ftrace_graph_ret_addr() to use the correct task pointer
 2026-04-08  9:29 UTC 

[PATCH 0/2] riscv: dts: sophgo: Fix CPU unit address for SG2042/SG2044
 2026-04-08  9:24 UTC  (8+ messages)
` [PATCH 1/2] riscv: dts: sophgo: sg2044: use hex for CPU unit address
` [PATCH 2/2] riscv: dts: sophgo: sg2042: "

[PATCH] clk: microchip: mpfs-ccc: fix out-of-bounds write
 2026-04-08  9:11 UTC  (3+ messages)

[PATCH v1] dt-bindings: soc: microchip: document irqmux on pic64gx
 2026-04-08  9:04 UTC  (2+ messages)

[PATCH] riscv: dts: sophgo: reduce SG2042 MSI count to 16
 2026-04-08  7:35 UTC  (3+ messages)

[PATCH v3 0/2] Add DeepComputing FML13V05 board dts
 2026-04-08  6:39 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: riscv: spacemit: add deepcomputing,fml13v05
` [PATCH v3 2/2] riscv: dts: spacemit: add DeepComputing FML13V05 board device tree

[PATCH v1 00/13] Add StarFive JHB100 syscon modules
 2026-04-08  6:29 UTC  (19+ messages)
` [PATCH v1 01/13] dt-bindings: soc: starfive: "
` [PATCH v1 02/13] dt-bindings: clock: Add system-0 domain PLL clock
` [PATCH v1 11/13] dt-bindings: hwinfo: Add starfive,jhb100-socinfo
` [PATCH v1 12/13] soc: starfive: Add socinfo driver for JHB100 SoC

[RESEND][PATCH v5] mfd: simple-mfd-i2c: add a reboot cell for the SpacemiT P1 chip
 2026-04-08  2:48 UTC  (5+ messages)

[PATCH v5 0/9] driver core: Fix some race conditions
 2026-04-07 22:58 UTC  (2+ messages)

[PATCH] riscv: Define __riscv_copy_{,vec_}{words,bytes}_unaligned() using SYM_TYPED_FUNC_START
 2026-04-07 19:51 UTC  (3+ messages)

[PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-07 19:39 UTC  (17+ messages)
` [PATCH v2 01/33] rust: kbuild: remove `--remap-path-prefix` workarounds
` [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
` [PATCH v2 24/33] docs: rust: quick-start: update minimum Ubuntu version
` [PATCH v2 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
` [PATCH v2 32/33] rust: kbuild: support global per-version flags
` [PATCH v2 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0

[PATCH 0/6] change young flag check functions to return bool
 2026-04-07 17:52 UTC  (7+ messages)
` [PATCH 6/6] mm: change to return bool for the MMU notifier's young flag check

[PATCH v2 0/8] perf libunwind multiple remote support
 2026-04-04  5:40 UTC  (3+ messages)
` [PATCH v3 "
  ` [PATCH v3 7/8] perf unwind-libunwind: Remove libunwind-local

[PATCH RFC 08/19] RISC-V: QoS: add resctrl interface for CBQRI controllers
 2026-03-31  8:14 UTC  (2+ messages)

[PATCH v1 00/22] Add basic clocks and resets for JHB100 SoC
 2026-04-02 10:55 UTC  (2+ messages)
` [PATCH v1 04/22] clk: starfive: Convert the word "jh71x0" to "starfive"

[PATCH 0/3] RISC-V: KVM: Huge page recovery during disable-dirty-log
 2026-04-07  9:16 UTC  (4+ messages)
` [PATCH 1/3] RISC-V: KVM: Refactor kvm_arch_commit_memory_region()
` [PATCH 2/3] RISC-V: KVM: add tracepoints for guest page faults
` [PATCH 3/3] RISC-V: KVM: Recover gstage huge page mappings during disable-dirty-log

[PATCH v1 0/5] Initial device tree support for StarFive JHB100 SoC
 2026-04-07 15:56 UTC  (5+ messages)
` [PATCH v1 2/5] dt-bindings: timer: Add StarFive JHB100 clint
` [PATCH v1 3/5] dt-bindings: interrupt-controller: Add StarFive JHB100 plic

[PATCH v3 0/2] riscv: Introduce support for hardware break/watchpoints
 2026-04-07 15:29 UTC  (15+ messages)
` [PATCH v3 1/2] "

[PATCH] riscv: Add WFI to secondary hart spinwait loop
 2026-04-07 12:27 UTC  (5+ messages)

[PATCH] riscv: Fix fast_unaligned_access_speed_key not getting initialized
 2026-04-07 12:06 UTC 

[PATCH 0/5] riscv: Cleanup and deduplicate unaligned access speed probe
 2026-04-07  7:35 UTC  (4+ messages)

[PATCH v9 3/3] riscv: dts: spacemit: Enable USB3.0/PCIe on OrangePi RV2
 2026-04-07  7:00 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