linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-16 18:14:10 to 2025-07-21 20:03:01 UTC [more...]

[PATCH v4] crypto: riscv/poly1305 - import OpenSSL/CRYPTOGAMS implementation
 2025-07-20 17:22 UTC  (2+ messages)

[PATCH] riscv: dts: Add the device tree of the XiangShan platform's nanhu soc
 2025-07-17  5:57 UTC  (2+ messages)

[PATCH v3 00/13] stackleak: Support Clang stack depth tracking
 2025-07-21 20:02 UTC  (23+ messages)
` [PATCH v3 01/13] stackleak: Rename STACKLEAK to KSTACK_ERASE
` [PATCH v3 02/13] stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth
` [PATCH v3 03/13] stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGS
` [PATCH v3 04/13] x86: Handle KCOV __init vs inline mismatches
` [PATCH v3 05/13] arm: "
` [PATCH v3 06/13] arm64: "
` [PATCH v3 07/13] s390: "
` [PATCH v3 08/13] powerpc/mm/book3s64: Move kfence and debug_pagealloc related calls to __init section
` [PATCH v3 09/13] mips: Handle KCOV __init vs inline mismatch
` [PATCH v3 10/13] init.h: Disable sanitizer coverage for __init and __head
` [PATCH v3 11/13] kstack_erase: Support Clang stack depth tracking
` [PATCH v3 12/13] configs/hardening: Enable CONFIG_KSTACK_ERASE
` [PATCH v3 13/13] configs/hardening: Enable CONFIG_INIT_ON_FREE_DEFAULT_ON

[PATCH] clk: spacemit: ccu_pll: fix error return value in recalc_rate callback
 2025-07-21 19:07 UTC 

[PATCH] clk: spacemit: fix error handling in ccu_pll_set_rate/_round_rate
 2025-07-21 18:59 UTC 

[PATCH 0/2] riscv: mm: Use mmu-type from FDT as SATP mode limit
 2025-07-21 16:53 UTC  (3+ messages)
` [PATCH 1/2] riscv: mm: Return intended SATP mode for noXlvl options
` [PATCH 2/2] riscv: mm: Use mmu-type from FDT to limit SATP mode

[PATCH RFC 00/10] riscv: Add initial support for Anlogic DR1V90
 2025-07-21 15:46 UTC  (11+ messages)
` [PATCH RFC 01/10] dt-bindings: vendor-prefixes: Add Anlogic, Milianke and Nuclei
` [PATCH RFC 02/10] dt-bindings: riscv: Add Nuclei UX900 compatibles
` [PATCH RFC 03/10] dt-bindings: riscv: Add Anlogic DR1V90
` [PATCH RFC 04/10] dt-bindings: timer: Add Anlogic DR1V90 CLINT
` [PATCH RFC 05/10] dt-bindings: interrupt-controller: Add Anlogic DR1V90 PLIC
` [PATCH RFC 06/10] dt-bindings: serial: snps-dw-apb-uart: Add Anlogic DR1V90 uart
` [PATCH RFC 07/10] riscv: Add Anlogic SoC famly Kconfig support
` [PATCH RFC 08/10] riscv: dts: Add initial Anlogic DR1V90 SoC device tree
` [PATCH RFC 09/10] riscv: dts: anlogic: Add Milianke MLKPAI FS01 board
` [PATCH RFC 10/10] riscv: defconfig: Enable Anlogic SoC

[PATCH v4 0/4] spi: sophgo: Add SPI NOR controller for SG2042
 2025-07-21 15:04 UTC  (7+ messages)
` [PATCH v4 1/4] spi: dt-bindings: spi-sg2044-nor: Change SOPHGO SG2042
` [PATCH v4 2/4] spi: spi-sg2044-nor: Add configurable chip_info
` [PATCH v4 3/4] spi: spi-sg2044-nor: Add SPI-NOR controller for SG2042
` [PATCH v4 4/4] riscv: dts: sophgo: Add SPI NOR node "

[PATCH] riscv: Add sysctl to control discard of vstate during syscall
 2025-07-21 14:54 UTC  (4+ messages)

[PATCH v6 0/2] Add SpacemiT K1 USB3.0 host controller support
 2025-07-21 12:08 UTC  (9+ messages)
` [PATCH v6 1/2] dt-bindings: usb: dwc3: add support for SpacemiT K1
` [PATCH v6 2/2] usb: dwc3: add generic driver to support flattened

[PATCH V2 0/5] Add an optimization also raid6test for RISC-V support
 2025-07-21  7:52 UTC  (12+ messages)
` [PATCH V2 1/5] raid6: riscv: Clean up unused header file inclusion
` [PATCH V2 2/5] raid6: riscv: replace one load with a move to speed up the caculation
` [PATCH V2 3/5] raid6: riscv: Add a compiler error
` [PATCH V2 4/5] raid6: riscv: Allow code to be compiled in userspace

[PATCH v8 00/24] Linux SBI MPXY and RPMI drivers
 2025-07-21  4:24 UTC  (3+ messages)

[PATCH] dt-bindings: serial: 8250: spacemit: set clocks property as required
 2025-07-21  0:39 UTC  (2+ messages)

[PATCH bpf-next 00/10] Add support arena atomics for RV64
 2025-07-20 20:37 UTC  (12+ messages)
` [PATCH bpf-next 01/10] riscv, bpf: Extract emit_stx() helper
` [PATCH bpf-next 02/10] riscv, bpf: Extract emit_st() helper
` [PATCH bpf-next 03/10] riscv, bpf: Extract emit_ldx() helper
` [PATCH bpf-next 04/10] riscv: Separate toolchain support dependency from RISCV_ISA_ZACAS
` [PATCH bpf-next 05/10] riscv, bpf: Add rv_ext_enabled macro for runtime detection extentsion
` [PATCH bpf-next 06/10] riscv, bpf: Add Zacas instructions
` [PATCH bpf-next 07/10] riscv, bpf: Optimize cmpxchg insn with Zacas support
` [PATCH bpf-next 08/10] riscv, bpf: Add ex_insn_off and ex_jmp_off for exception table handling
` [PATCH bpf-next 09/10] riscv, bpf: Add support arena atomics for RV64
` [PATCH bpf-next 10/10] selftests/bpf: Enable arena atomics tests "

[GIT PULL] clk: thead: Updates for v6.17
 2025-07-19 10:34 UTC 

[PATCH] riscv: dts: spacemit: uart: set dummy clock to silent dt warning
 2025-07-19 10:23 UTC  (3+ messages)

[GIT PULL] RISC-V T-HEAD Devicetrees for v6.17
 2025-07-19  9:39 UTC 

[PATCH v2 0/7] syscore: Pass context data to callbacks
 2025-07-19  6:52 UTC  (11+ messages)
` [PATCH v2 1/7] "
` [PATCH v2 2/7] MIPS: Embed syscore_ops in PCI context
` [PATCH v2 3/7] bus: mvebu-mbus: Embed syscore_ops in mbus context
` [PATCH v2 4/7] clk: ingenic: tcu: Embed syscore_ops in TCU context
` [PATCH v2 5/7] clk: mvebu: Embed syscore_ops in clock context
` [PATCH v2 6/7] irqchip/irq-imx-gpcv2: Embed syscore_ops in chip context
` [PATCH v2 7/7] soc/tegra: pmc: Derive PMC context from syscore ops

[PATCH] clk: spacemit: fix sspax_clk
 2025-07-19  5:51 UTC  (6+ messages)

[GIT PULL] RISC-V Fixes for 6.16-rc7
 2025-07-18 23:09 UTC  (2+ messages)

[PATCH v5] riscv: introduce asm/swab.h
 2025-07-18 16:26 UTC  (3+ messages)

[PATCH RFC 1/2] riscv: remove irqflags.h inclusion in asm/bitops.h
 2025-07-18 14:33 UTC  (7+ messages)
` [PATCH RFC 2/2] riscv: introduce percpu.h into include/asm
      ` [External] "

[PATCH V3 0/5] Add an optimization also raid6test for RISC-V support
 2025-07-18 14:08 UTC  (7+ messages)
` [PATCH V3 1/5] raid6: riscv: Clean up unused header file inclusion
` [PATCH V3 2/5] raid6: riscv: replace one load with a move to speed up the caculation
` [PATCH V3 3/5] raid6: riscv: Prevent compiler with vector support to build already vectorized code
` [PATCH V3 4/5] raid6: riscv: Allow code to be compiled in userspace
` [PATCH V3 5/5] raid6: test: Add support for RISC-V

[PATCH v3 00/12] kasan: unify kasan_arch_is_ready() and remove arch-specific implementations
 2025-07-18 12:38 UTC  (17+ messages)
` [PATCH v3 01/12] lib/kasan: introduce CONFIG_ARCH_DEFER_KASAN option
` [PATCH v3 02/12] kasan: unify static kasan_flag_enabled across modes
` [PATCH v3 03/12] kasan/powerpc: select ARCH_DEFER_KASAN and call kasan_init_generic
` [PATCH v3 04/12] kasan/arm64: call kasan_init_generic in kasan_init
` [PATCH v3 05/12] kasan/arm: "
` [PATCH v3 06/12] kasan/xtensa: "
` [PATCH v3 07/12] kasan/loongarch: select ARCH_DEFER_KASAN and call kasan_init_generic
` [PATCH v3 08/12] kasan/um: "
` [PATCH v3 09/12] kasan/x86: call kasan_init_generic in kasan_init
` [PATCH v3 10/12] kasan/s390: "
` [PATCH v3 11/12] kasan/riscv: "
` [PATCH v3 12/12] kasan: add shadow checks to wrappers and rename kasan_arch_is_ready

[PATCH v2 0/2] riscv: dts: spacemit: Add initial support for OrangePi RV2
 2025-07-18 10:07 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: riscv: spacemit: Add OrangePi RV2 board
` [PATCH v2 2/2] riscv: dts: spacemit: Add OrangePi RV2 board device tree

Zamrożenie ceny energii
 2025-07-18  8:16 UTC 

[PATCH v3 0/9] Add SBI v3.0 PMU enhancements
 2025-07-18  5:44 UTC  (20+ messages)
` [PATCH v3 1/9] drivers/perf: riscv: Add SBI v3.0 flag
` [PATCH v3 2/9] drivers/perf: riscv: Add raw event v2 support
` [PATCH v3 3/9] RISC-V: KVM: Add support for Raw event v2
` [PATCH v3 4/9] drivers/perf: riscv: Implement PMU event info function
` [PATCH v3 5/9] drivers/perf: riscv: Export "
` [PATCH v3 6/9] KVM: Add a helper function to validate vcpu gpa range
` [PATCH v3 7/9] RISC-V: KVM: Use the new gpa range validate helper function
` [PATCH v3 8/9] RISC-V: KVM: Implement get event info function
` [PATCH v3 9/9] RISC-V: KVM: Upgrade the supported SBI version to 3.0

[PATCH v2] i2c: spacemit: configure ILCR for accurate SCL frequency
 2025-07-18  3:37 UTC  (2+ messages)

[PATCH] riscv: dts: starfive: jh7110-milkv-mars sort properties
 2025-07-17 17:24 UTC  (5+ messages)

[PATCH v5 0/5] Add support for NetCube Systems Nagami SoM and its carrier boards
 2025-07-17 17:20 UTC  (6+ messages)
` [PATCH v5 1/5] dt-bindings: arm: sunxi: Add NetCube Systems Nagami SoM and carrier board bindings
` [PATCH v5 2/5] riscv: dts: allwinner: d1s-t113: Add pinctrl's required by NetCube Systems Nagami SoM
` [PATCH v5 3/5] ARM: dts: sunxi: add support for "
` [PATCH v5 4/5] ARM: dts: sunxi: add support for NetCube Systems Nagami Basic Carrier
` [PATCH v5 5/5] ARM: dts: sunxi: add support for NetCube Systems Nagami Keypad Carrier

[GIT PULL] KVM/riscv fixes for 6.16 take #2
 2025-07-17 15:10 UTC  (2+ messages)

Question About Access Fault Handling in the Kernel
 2025-07-17 13:59 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()
 2025-07-17 12:03 UTC  (2+ messages)

[PATCH 0/5] RISC-V: KVM: Allow zicop/bfloat16 exts for guest
 2025-07-17 12:04 UTC  (2+ messages)

[PATCH v4 0/7] riscv: Add support for xmipsexectl
 2025-07-17 11:47 UTC  (14+ messages)
` [PATCH v4 2/7] riscv: Add xmipsexectl as a vendor extension
` [PATCH v4 3/7] riscv: Add xmipsexectl PAUSE instruction
` [PATCH v4 4/7] riscv: hwprobe: Add MIPS vendor extension probing
` [PATCH v4 5/7] riscv: hwprobe: Document MIPS xmipsexectl vendor extension
` [PATCH v4 6/7] riscv: Add tools support for xmipsexectl
` [PATCH v4 7/7] riscv: errata: Fix the PAUSE Opcode for MIPS P8700

[PATCH 0/2] RISC-V: KVM: Enable ring-based dirty memory tracking
 2025-07-17  9:24 UTC  (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: riscv: selftests: Add common supported test cases

[PATCH v12 0/3] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-07-17  9:08 UTC  (4+ messages)
    ` [PATCH v12 1/3] pwm: Export `pwmchip_release` for external use
    ` [PATCH v12 2/3] rust: pwm: Add Kconfig and basic data structures
    ` [PATCH v12 3/3] rust: pwm: Add complete abstraction layer

[PATCH V2 0/2] riscv: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
 2025-07-17  8:22 UTC  (5+ messages)
` [PATCH V2 1/2] riscv: Move vendor errata definitions to new header
` [PATCH V2 2/2] riscv: errata: Add ERRATA_THEAD_WRITE_ONCE fixup

[PATCH v5] selftests: riscv: add misaligned access testing
 2025-07-17  8:06 UTC  (2+ messages)

[PATCH -next] riscv: Enable ARCH_HAVE_NMI_SAFE_CMPXCHG
 2025-07-17  7:38 UTC  (3+ messages)

[PATCH 0/2] riscv-imsic/aplic: Save and restore the registers
 2025-07-17  7:26 UTC  (7+ messages)
` [PATCH 1/2] irqchip/riscv-imsic: Restore the IMSIC registers
` [PATCH 2/2] irqchip/riscv-aplic: Save and restore APLIC registers

[PATCH] RISC-V: KVM: Use find_vma_intersection() to search for intersecting VMAs
 2025-07-17  6:50 UTC  (2+ messages)

[PATCH] RISC-V: perf/kvm: Add reporting of interrupt events
 2025-07-17  6:31 UTC  (2+ messages)

[RFC PATCH 0/3] Remove unused EFI runtime APIs
 2025-07-17  0:49 UTC  (3+ messages)
` [RFC PATCH 3/3] efi: Remove support for pointless, unused EFI services

[PATCH] riscv: Stop supporting static ftrace
 2025-07-16 20:00 UTC  (2+ messages)

[PATCH] riscv: traps_misaligned: properly sign extend value in misaligned load handler
 2025-07-16 20:00 UTC  (2+ messages)

[PATCH] ACPI: RISC-V: Remove unnecessary CPPC debug message
 2025-07-16 20:00 UTC  (2+ messages)

[PATCH v2] riscv: ftrace: Properly acquire text_mutex to fix a race condition
 2025-07-16 20:00 UTC  (2+ messages)

[PATCH v2] riscv: Enable interrupt during exception handling
 2025-07-16 20:00 UTC  (2+ messages)

[PATCH v5] riscv: hwprobe: Fix stale vDSO data for late-initialized keys at boot
 2025-07-16 18:48 UTC  (2+ messages)

[PATCH fixes] riscv: Properly export reserved regions in /proc/iomem
 2025-07-16 18:16 UTC  (11+ messages)
` [PATCH 0/1] Fix for riscv vmcore issue

[WIP] RISC-V: Add the mising clobbers while probing vector misaligned access
 2025-07-16 18:12 UTC 


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).