linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-22 23:28:41 to 2025-05-26 10:06:49 UTC [more...]

[PATCH 22/34] mmc: sdhci-of-k1: Drop the use of sdhci_pltfm_free()
 2025-05-26 10:04 UTC  (2+ messages)

[PATCH v8 00/14] riscv: add SBI FWFT misaligned exception delegation support
 2025-05-26  9:38 UTC  (29+ messages)
` [PATCH v8 01/14] riscv: sbi: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v8 02/14] riscv: sbi: remove useless parenthesis
` [PATCH v8 03/14] riscv: sbi: add new SBI error mappings
` [PATCH v8 04/14] riscv: sbi: add FWFT extension interface
` [PATCH v8 05/14] riscv: sbi: add SBI FWFT extension calls
` [PATCH v8 06/14] riscv: misaligned: request misaligned exception from SBI
` [PATCH v8 07/14] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v8 08/14] riscv: misaligned: declare misaligned_access_speed under CONFIG_RISCV_MISALIGNED
` [PATCH v8 09/14] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v8 10/14] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v8 11/14] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v8 12/14] RISC-V: KVM: add SBI extension reset callback
` [PATCH v8 13/14] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v8 14/14] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG

[PATCH v4] RISC-V: KVM: add KVM_CAP_RISCV_USERSPACE_SBI
 2025-05-26  9:22 UTC  (2+ messages)

[PATCH RFC 0/6] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-05-26  9:01 UTC  (13+ messages)
    ` [PATCH RFC 1/6] rust: Add basic PWM abstractions
    ` [PATCH RFC 2/6] pwm: Add Rust driver for T-HEAD TH1520 SoC
    ` [PATCH RFC 3/6] dt-bindings: pwm: thead: Add T-HEAD TH1520 PWM controller
    ` [PATCH RFC 4/6] riscv: dts: thead: Add PWM controller node
    ` [PATCH RFC 5/6] riscv: dts: thead: Add PVT node
    ` [PATCH RFC 6/6] riscv: dts: thead: Add PWM fan and thermal control

[PATCH v3 0/9] Add SBI v3.0 PMU enhancements
 2025-05-26  9:00 UTC  (5+ messages)
` [PATCH v3 9/9] RISC-V: KVM: Upgrade the supported SBI version to 3.0

[PATCH v2] riscv: vector: Fix context save/restore with xtheadvector
 2025-05-26  2:37 UTC  (3+ messages)

[PATCH v2 0/3] spi: sophgo: Add SPI NOR controller for SG2042
 2025-05-26  2:14 UTC  (6+ messages)
` [PATCH v2 1/3] spi: dt-bindings: spi-sg2044-nor: Add SOPHGO SG2042
` [PATCH v2 2/3] mtd: spi-nor: Add GD25LB512ME GigaDevice flash_info
` [PATCH v2 3/3] riscv: dts: sophgo: Add SPI NOR node for SG2042

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

[PATCH] drm: tegra: Fix undefined behavior in left shift operation
 2025-05-25 14:46 UTC 

[PATCH v4 00/23] Linux SBI MPXY and RPMI drivers
 2025-05-25  8:47 UTC  (24+ messages)
` [PATCH v4 01/23] riscv: Add new error codes defined by SBI v3.0
` [PATCH v4 02/23] dt-bindings: mailbox: Add bindings for RPMI shared memory transport
` [PATCH v4 03/23] dt-bindings: mailbox: Add bindings for RISC-V SBI MPXY extension
` [PATCH v4 04/23] RISC-V: Add defines for the SBI message proxy extension
` [PATCH v4 05/23] mailbox: Add common header for RPMI messages sent via mailbox
` [PATCH v4 06/23] mailbox: Allow controller specific mapping using fwnode
` [PATCH v4 07/23] mailbox: Add RISC-V SBI message proxy (MPXY) based mailbox driver
` [PATCH v4 08/23] dt-bindings: clock: Add RPMI clock service message proxy bindings
` [PATCH v4 09/23] dt-bindings: clock: Add RPMI clock service controller bindings
` [PATCH v4 10/23] clk: Add clock driver for the RISC-V RPMI clock service group
` [PATCH v4 11/23] dt-bindings: Add RPMI system MSI message proxy bindings
` [PATCH v4 12/23] dt-bindings: Add RPMI system MSI interrupt controller bindings
` [PATCH v4 13/23] irqchip: Add driver for the RPMI system MSI service group
` [PATCH v4 14/23] ACPI: property: Refactor acpi_fwnode_get_reference_args()
` [PATCH v4 15/23] ACPI: property: Add support for cells property
` [PATCH v4 16/23] ACPI: scan: Update honor list for RPMI System MSI
` [PATCH v4 17/23] ACPI: RISC-V: Create interrupt controller list in sorted order
` [PATCH v4 18/23] ACPI: RISC-V: Add support to update gsi range
` [PATCH v4 19/23] ACPI: RISC-V: Add RPMI System MSI to GSI mapping
` [PATCH v4 20/23] mailbox/riscv-sbi-mpxy: Add ACPI support
` [PATCH v4 21/23] irqchip/riscv-rpmi-sysmsi: "
` [PATCH v4 22/23] RISC-V: Enable GPIO keyboard and event device in RV64 defconfig
` [PATCH v4 23/23] MAINTAINERS: Add entry for RISC-V RPMI and MPXY drivers

[GIT PULL] KVM/riscv changes for 6.16
 2025-05-24 16:53 UTC 

[PATCH] RISC-V: KVM: lock the correct mp_state during reset
 2025-05-24 15:58 UTC  (2+ messages)

[PATCH v2 0/3] Optimize GCD performance on RISC-V by selecting implementation at runtime
 2025-05-24 15:55 UTC  (4+ messages)
` [PATCH v2 1/3] lib/math/gcd: Use static key to select "
` [PATCH v2 2/3] riscv: Optimize gcd() code size when CONFIG_RISCV_ISA_ZBB is disabled
` [PATCH v2 3/3] riscv: Optimize gcd() performance on RISC-V without Zbb extension

[PATCH v6 0/5] riscv: uaccess: optimisations
 2025-05-24 10:00 UTC  (12+ messages)
` [PATCH v6 1/5] riscv: save the SR_SUM status over switches

[PATCH v3 0/2] RISC-V: KVM: VCPU reset fixes
 2025-05-24  9:59 UTC  (7+ messages)

[PATCH v12 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
 2025-05-24  9:07 UTC  (4+ messages)
` [PATCH v12 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support

[GIT PULL] clk: thead: Updates for v6.16
 2025-05-24  1:25 UTC  (5+ messages)

[PATCH] drivers: acpi: Fix platform profile driver on !acpi platforms
 2025-05-23 20:01 UTC  (7+ messages)

[PATCH v3 0/7] riscv: pmu: Add support for Control Transfer Records Ext
 2025-05-23 17:48 UTC  (10+ messages)
` [PATCH v3 1/7] perf: Increase the maximum number of branches remove_loops() can process
` [PATCH v3 2/7] riscv: pmu: Add Control transfer records CSR definations
` [PATCH v3 3/7] riscv: Add Control Transfer Records extension parsing
` [PATCH v3 4/7] riscv: pmu: Add infrastructure for Control Transfer Record
` [PATCH v3 5/7] riscv: pmu: Add driver for Control Transfer Records Ext
` [PATCH v3 6/7] riscv: pmu: Integrate CTR Ext support in riscv_pmu_dev driver
` [PATCH v3 7/7] dt-bindings: riscv: add Sxctr ISA extension description

[PATCH v16 00/27] riscv control-flow integrity for usermode
 2025-05-23 17:42 UTC  (33+ messages)
` [PATCH v16 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v16 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v16 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v16 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v16 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v16 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v16 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v16 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v16 09/27] riscv mmu: write protect and shadow stack
` [PATCH v16 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v16 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v16 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v16 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v16 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v16 15/27] riscv/traps: Introduce software check exception
` [PATCH v16 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v16 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v16 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v16 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v16 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v16 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v16 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v16 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v16 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v16 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v16 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v16 27/27] kselftest/riscv: kselftest for user mode cfi

[PATCH v3 00/23] Linux SBI MPXY and RPMI drivers
 2025-05-23 16:35 UTC  (10+ messages)
` [PATCH v3 10/23] clk: Add clock driver for the RISC-V RPMI clock service group
` [PATCH v3 13/23] irqchip: Add driver for the RPMI system MSI "

[PATCH 0/3] spi: sophgo: Add SPI NOR controller for SG2042
 2025-05-23 16:18 UTC  (9+ messages)
` [PATCH 1/3] dt-bindings: spi: Add bindings for SOPHGO SG2042
` [PATCH 2/3] mtd: spi-nor: Add GD25LB512ME GigaDevice flash_info
` [PATCH 3/3] riscv: dts: sophgo: Add SPI NOR node for SG2042

[PATCH 0/2] sdhci: spacemit: improvement of register defintion and HW busy detection
 2025-05-23 14:46 UTC  (3+ messages)
` [PATCH 1/2] mmc: sdhci-of-k1: make register definition vendor specific
` [PATCH 2/2] mmc: sdhci-of-k1: disable HW busy detection

[PATCH v2 08/21] cpuidle: riscv-sbi: Opt-out from genpd's common ->sync_state() support
 2025-05-23 13:40 UTC  (2+ messages)
` [PATCH v2 21/21] cpuidle: riscv-sbi: Drop redundant sync_state support

[PATCH] riscv: dts: spacemit: enable eMMC for K1 SoC
 2025-05-23 13:21 UTC 

[PATCH v3 00/10] Basic device tree support for ESWIN EIC7700 RISC-V SoC
 2025-05-23 10:04 UTC  (3+ messages)
` [PATCH v3 04/10] dt-bindings: riscv: Add SiFive HiFive Premier P550 board

[PATCH v2] RISC-V: vDSO: Wire up getrandom() vDSO implementation
 2025-05-23 10:06 UTC  (5+ messages)

[PATCH] riscv: vector: fix xtheadvector save/restore
 2025-05-23  9:46 UTC  (4+ messages)

[PATCH v4 0/4] riscv: add support for SBI Supervisor Software Events
 2025-05-23  9:14 UTC  (4+ messages)
` [PATCH v4 3/4] drivers: firmware: add riscv SSE support

[PATCH 0/4] riscv: sophgo: cv18xx: Add reset generator support
 2025-05-23  5:47 UTC  (4+ messages)
` [PATCH 3/4] riscv: dts: sophgo: add reset generator for Sophgo CV1800 series SoC

[PATCH v2] riscv: hwprobe: Fix stale vDSO data for late-initialized keys at boot
 2025-05-23  1:40 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 NNTP newsgroup(s).