public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2024-06-25 15:08:53 to 2024-06-28 07:52:39 UTC [more...]

[PATCH v4 0/3] Assorted fixes in RISC-V PMU driver
 2024-06-28  7:51 UTC  (4+ messages)
` [PATCH v4 1/3] drivers/perf: riscv: Do not update the event data if uptodate
` [PATCH v4 2/3] drivers/perf: riscv: Reset the counter to hpmevent mapping while starting cpus
` [PATCH v4 3/3] perf: RISC-V: Check standard event availability

[PATCH v2 00/10] riscv: add initial support for SpacemiT K1
 2024-06-28  7:34 UTC  (16+ messages)
` [PATCH v2 01/10] dt-bindings: vendor-prefixes: add spacemit
` [PATCH v2 02/10] dt-bindings: riscv: Add SpacemiT X60 compatibles
` [PATCH v2 03/10] dt-bindings: riscv: add SpacemiT K1 bindings
` [PATCH v2 04/10] dt-bindings: timer: Add SpacemiT K1 CLINT
` [PATCH v2 05/10] dt-bindings: interrupt-controller: Add SpacemiT K1 PLIC
` [PATCH v2 06/10] dt-bindings: serial: 8250: Add SpacemiT K1 uart compatible
` [PATCH v2 07/10] riscv: add SpacemiT SOC family Kconfig support
` [PATCH v2 08/10] riscv: dts: add initial SpacemiT K1 SoC device tree
` [PATCH v2 09/10] riscv: dts: spacemit: add Banana Pi BPI-F3 board "
` [PATCH v2 10/10] riscv: defconfig: enable SpacemiT SoC

[PATCH v3 0/8] RISC-V: Detect and report speed of unaligned vector accesses
 2024-06-27 21:20 UTC  (10+ messages)
` [PATCH v3 1/8] RISC-V: Add Zicclsm to cpufeature and hwprobe
` [PATCH v3 4/8] RISC-V: Check Zicclsm to set unaligned access speed
` [PATCH v3 5/8] RISC-V: Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNED
` [PATCH v3 8/8] RISC-V: hwprobe: Document unaligned vector perf key

riscv/fixes build: 8 builds: 0 failed, 8 passed, 10078 warnings (v6.10-rc5-1-g04a2aef59cfe)
 2024-06-26 14:54 UTC 

[PATCH v7 0/1] Centralize _GNU_SOURCE definition into lib.mk
 2024-06-27 18:14 UTC  (3+ messages)
` [PATCH v7 1/1] selftests: Centralize -D_GNU_SOURCE= to CFLAGS in lib.mk

[PATCH v2 1/3] RISC-V: pi: Force hidden visibility for all symbol references
 2024-06-27 18:11 UTC  (7+ messages)
` [PATCH v2 2/3] RISC-V: pi: Add kernel/pi/pi.h
` [PATCH v2 3/3] RISC-V: Use Zkr to seed KASLR base address

[PATCH v7 00/16] Add support for a few Zc* extensions, Zcmop and Zimop
 2024-06-27 17:50 UTC  (2+ messages)

[PATCH v3] riscv: dmi: Add SMBIOS/DMI support
 2024-06-27 17:50 UTC  (2+ messages)

[PATCH v2 0/7] riscv: Various text patching improvements
 2024-06-27 17:50 UTC  (2+ messages)

[PATCH] riscv: Implement pte_accessible()
 2024-06-27 17:50 UTC  (2+ messages)

[PATCH v2] riscv: dmi: Add SMBIOS/DMI support
 2024-06-27 17:50 UTC  (2+ messages)

[RESEND v4 0/2] dt-bindings: interrupt-controller: riscv,cpu-intc
 2024-06-27 17:50 UTC  (2+ messages)

[PATCH v4 00/11] riscv: Memory Hot(Un)Plug support
 2024-06-27 17:50 UTC  (2+ messages)

[PATCH -fixes] riscv: patch: Flush the icache right after patching to avoid illegal insns
 2024-06-27 17:50 UTC  (4+ messages)

[PATCH v3 0/2] RISC-V: hwprobe: Misaligned scalar perf fix and rename
 2024-06-27 17:22 UTC  (3+ messages)
` [PATCH v3 1/2] RISC-V: hwprobe: Add MISALIGNED_PERF key
` [PATCH v3 2/2] RISC-V: hwprobe: Add SCALAR to misaligned perf defines

[PATCH v7] riscv: mm: Add support for Svinval extension
 2024-06-27 16:53 UTC 

[PATCH v3 1/2] rust: add static_key_false
 2024-06-27 16:26 UTC  (3+ messages)

[PATCH v2 00/10] riscv: Userspace pointer masking and tagged address ABI
 2024-06-27 16:17 UTC  (14+ messages)
` [PATCH v2 01/10] dt-bindings: riscv: Add pointer masking ISA extensions
` [PATCH v2 02/10] riscv: Add ISA extension parsing for pointer masking
` [PATCH v2 03/10] riscv: Add CSR definitions "
` [PATCH v2 04/10] riscv: Add support for userspace "
` [PATCH v2 05/10] riscv: Add support for the tagged address ABI
` [PATCH v2 06/10] riscv: Allow ptrace control of "
` [PATCH v2 07/10] selftests: riscv: Add a pointer masking test
` [PATCH v2 08/10] riscv: hwprobe: Export the Supm ISA extension
` [PATCH v2 09/10] RISC-V: KVM: Allow Smnpm and Ssnpm extensions for guests
` [PATCH v2 10/10] KVM: riscv: selftests: Add Smnpm and Ssnpm to get-reg-list test

[PATCH] riscv: entry: always initialize regs->a0 to -ENOSYS
 2024-06-27 15:48 UTC  (4+ messages)

[PATCH v2 00/10] Zacas/Zabha support and qspinlocks
 2024-06-27 15:19 UTC  (18+ messages)
` [PATCH v2 01/10] riscv: Implement cmpxchg32/64() using Zacas
` [PATCH v2 02/10] dt-bindings: riscv: Add Zabha ISA extension description
` [PATCH v2 03/10] riscv: Implement cmpxchg8/16() using Zabha
` [PATCH v2 04/10] riscv: Improve amocas.X use in cmpxchg()
` [PATCH v2 05/10] riscv: Implement arch_cmpxchg128() using Zacas
` [PATCH v2 06/10] riscv: Implement xchg8/16() using Zabha
` [PATCH v2 07/10] riscv: Improve amoswap.X use in xchg()
` [PATCH v2 08/10] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH v2 09/10] asm-generic: ticket-lock: Add separate ticket-lock.h
` [PATCH v2 10/10] riscv: Add qspinlock support based on Zabha extension

[PATCH v2] riscv: entry: always initialize regs->a0 to -ENOSYS
 2024-06-27 14:23 UTC 

[GIT PULL] RISC-V Devicetree fixes for v6.10-rc5+ attempt 2
 2024-06-27 13:48 UTC 

[PATCH v3 1/4] riscv: defconfig: enable "heartbeat" led trigger
 2024-06-27 11:52 UTC  (4+ messages)
` [PATCH v3 2/4] riscv: dts: starfive: enable heartbeat LED for Milk-V Mars
` [PATCH v3 3/4] riscv: dts: starfive: enable heartbeat LED for Pine64 Star64
` [PATCH v3 4/4] riscv: dts: starfive: enable heartbeat LED for StarFive VisionFive 2

[PATCH v5] riscv: entry: set a0 = -ENOSYS only when syscall != -1
 2024-06-27 10:38 UTC  (10+ messages)

[GIT PULL] RISC-V Sophgo SG2042 clock drivers for v6.11
 2024-06-27 10:26 UTC  (2+ messages)

[PATCH v3] RISC-V: Provide the frequency of time CSR via hwprobe
 2024-06-27  8:11 UTC  (4+ messages)

[PATCH 0/4] riscv: uaccess: optimizations
 2024-06-27  6:46 UTC  (18+ messages)
` [PATCH 1/4] riscv: implement user_access_begin and families
` [PATCH 2/4] riscv: uaccess: use input constraints for ptr of __put_user

[PATCH v1 0/2] riscv: Expose orig_a0 to userspace for ptrace to set the actual a0
 2024-06-27  3:02 UTC  (3+ messages)
` [PATCH v1 1/2] riscv: Expose orig_a0 in the user_regs_struct structure
` [PATCH v1 2/2] riscv: selftests: Add a ptrace test to verify syscall parameter modification

[PATCH 0/7] minor document fixups
 2024-06-26 22:50 UTC  (2+ messages)

[PATCH v3 0/3] Assorted fixes in RISC-V PMU driver
 2024-06-26 22:11 UTC  (11+ messages)
` [PATCH v3 1/3] drivers/perf: riscv: Do not update the event data if uptodate
` [PATCH v3 2/3] drivers/perf: riscv: Reset the counter to hpmevent mapping while starting cpus
` [PATCH v3 3/3] perf: RISC-V: Check standard event availability

[PATCH] randomize_kstack: Remove non-functional per-arch entropy filtering
 2024-06-26 22:10 UTC  (5+ messages)

[PATCH] riscv: dts: starfive: add pcie1 on the star64
 2024-06-26 20:00 UTC 

[PATCH v4 0/4] mmc: sdhci-of-dwcmshc: Add Sophgo SG2042 support
 2024-06-26 19:13 UTC  (3+ messages)
` [PATCH v4 1/4] mmc: sdhci-of-dwcmshc: add callback functions for dwcmshc

[PATCH v2 0/2] RISC-V: hwprobe: Misaligned scalar perf fix and rename
 2024-06-26 15:55 UTC  (10+ messages)
` [PATCH v2 1/2] RISC-V: hwprobe: Add MISALIGNED_PERF key
` [PATCH v2 2/2] RISC-V: hwprobe: Add SCALAR to misaligned perf defines

[PATCH v2] riscv: dmi: Add SMBIOS/DMI support
 2024-06-26 15:46 UTC  (3+ messages)

[PATCH v3 0/6] riscv: Apply Zawrs when available
 2024-06-26 15:38 UTC  (4+ messages)

[PATCH v3 0/6] riscv: Apply Zawrs when available
 2024-06-26 15:37 UTC  (5+ messages)
` [PATCH v3 5/6] KVM: riscv: Support guest wrs.nto
` [PATCH v3 6/6] KVM: riscv: selftests: Add Zawrs extension to get-reg-list test

[PATCH v2 3/3] RISC-V: hwprobe: not treat KEY_CPUPERF_0 as bitmask
 2024-06-26 14:43 UTC  (2+ messages)

[PATCH] RISC-V: fix vector insn load/store width mask
 2024-06-26 14:21 UTC  (2+ messages)

[PATCH] RISC-V: Dynamically allocate cpumasks and further increase range and default value of NR_CPUS
 2024-06-26 12:41 UTC  (4+ messages)

[PATCH v2 00/20] pinctrl: Use scope based of_node_put() cleanups
 2024-06-26 10:40 UTC  (7+ messages)
` [PATCH v2 20/20] pinctrl: samsung: "
  ` (subset) "

[PATCH V2 -fixes] riscv: kexec: Avoid deadlock in kexec crash path
 2024-06-26  6:32 UTC  (2+ messages)
` [V2,-fixes] "

[PATCH] riscv: Only flush the mm icache when setting an exec pte
 2024-06-26  3:58 UTC  (2+ messages)

[PATCH v6 00/13] Centralize _GNU_SOURCE definition into lib.mk
 2024-06-26  1:21 UTC  (5+ messages)

[PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-06-25 22:51 UTC  (20+ messages)
` [PATCH v9 05/39] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH v9 08/39] arm64/gcs: Provide put_user_gcs()
` [PATCH v9 15/39] arm64/idreg: Add overrride for GCS
` [PATCH v9 25/39] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v9 26/39] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v9 27/39] kselftest/arm64: Verify the GCS hwcap
` [PATCH v9 28/39] kselftest: Provide shadow stack enable helpers for arm64
` [PATCH v9 29/39] selftests/clone3: Enable arm64 shadow stack testing
` [PATCH v9 30/39] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v9 31/39] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v9 32/39] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v9 33/39] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v9 34/39] kselftest/arm64: Add very basic GCS test program
` [PATCH v9 35/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v9 36/39] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v9 37/39] kselftest/arm64: Add GCS signal tests
` [PATCH v9 38/39] kselftest/arm64: Add a GCS stress test
` [PATCH v9 39/39] kselftest/arm64: Enable GCS for the FP stress tests

[PATCH v3 0/3] Add I2C support on TH1520
 2024-06-25 21:30 UTC  (6+ messages)
` [PATCH v3 2/3] riscv: dts: thead: Add TH1520 I2C nodes
` [PATCH v3 3/3] riscv: dts: thead: Enable I2C on the BeagleV-Ahead

[PATCH] riscv: Fix linear mapping checks for non-contiguous memory regions
 2024-06-25 18:18 UTC  (6+ messages)

[PATCH v3 0/8] Refactor perf python module build
 2024-06-25 18:14 UTC  (6+ messages)
` [PATCH v3 7/8] perf python: Switch module to linking libraries from building source

[PATCH RESEND v8 0/6] riscv: add initial support for Canaan Kendryte K230
 2024-06-25 16:44 UTC  (9+ messages)
` (subset) "

[PATCH v5 0/3] Fix address translations on MPFS PCIe controller
 2024-06-25 16:26 UTC  (5+ messages)
` [PATCH v5 1/3] PCI: microchip: Fix outbound address translation tables
` [PATCH v5 2/3] PCI: microchip: Fix inbound "

[PATCH 1/8] riscv: stacktrace: convert arch_stack_walk() to noinstr
 2024-06-25 15:45 UTC  (2+ messages)

[-fixes] riscv: kexec: Avoid deadlock in kexec crash path
 2024-06-25 15:36 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