linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-18 06:39:55 to 2024-08-22 04:01:08 UTC [more...]

[PATCH v3 1/3] riscv: mm: Use hint address in mmap if available
 2024-08-22  2:51 UTC  (8+ messages)

[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-08-22  1:15 UTC  (40+ messages)
` [PATCH v11 01/39] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v11 02/39] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v11 03/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v11 04/39] mman: Add map_shadow_stack() flags
` [PATCH v11 05/39] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v11 06/39] arm64/gcs: Document the ABI "
` [PATCH v11 07/39] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v11 08/39] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v11 09/39] arm64/gcs: Provide put_user_gcs()
` [PATCH v11 10/39] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v11 11/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v11 12/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v11 13/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v11 14/39] arm64/mm: Map pages for guarded control stack
` [PATCH v11 15/39] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v11 16/39] arm64/idreg: Add overrride for GCS
` [PATCH v11 17/39] arm64/hwcap: Add hwcap "
` [PATCH v11 18/39] arm64/traps: Handle GCS exceptions
` [PATCH v11 19/39] arm64/mm: Handle GCS data aborts
` [PATCH v11 20/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v11 21/39] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v11 22/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v11 23/39] arm64/mm: Implement map_shadow_stack()
` [PATCH v11 24/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v11 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v11 26/39] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v11 27/39] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v11 28/39] kselftest/arm64: Verify the GCS hwcap
` [PATCH v11 29/39] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v11 30/39] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v11 31/39] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v11 32/39] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v11 33/39] kselftest/arm64: Add very basic GCS test program
` [PATCH v11 34/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v11 35/39] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v11 36/39] kselftest/arm64: Add GCS signal tests
` [PATCH v11 37/39] kselftest/arm64: Add a GCS stress test
` [PATCH v11 38/39] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v11 39/39] KVM: selftests: arm64: Add GCS registers to get-reg-list

[PATCH 0/5] usb drivers use devm_clk_get_enabled() helpers
 2024-08-22  3:55 UTC  (9+ messages)
` [PATCH 1/5] usb: aspeed_udc: Use "
` [PATCH 2/5] usb: pxa27x_udc: "
` [PATCH 3/5] usb: r8a66597-udc: "
` [PATCH 4/5] usb: mpfs: "
` [PATCH 5/5] usb: ux500: "

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-21 18:41 UTC  (46+ messages)
` [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v10 13/40] arm64/mm: Map pages for guarded control stack
` [PATCH v10 15/40] arm64/idreg: Add overrride for GCS
` [PATCH v10 16/40] arm64/hwcap: Add hwcap "
` [PATCH v10 17/40] arm64/traps: Handle GCS exceptions
` [PATCH v10 18/40] arm64/mm: Handle GCS data aborts
` [PATCH v10 19/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v10 20/40] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v10 21/40] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v10 22/40] arm64/mm: Implement map_shadow_stack()
` [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames
` [PATCH v10 25/40] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v10 26/40] arm64: Add Kconfig for Guarded Control Stack (GCS)

[PATCH v7 0/5] Tracepoints and static branch in Rust
 2024-08-21 18:16 UTC  (5+ messages)
` [PATCH v7 5/5] rust: add arch_static_branch

[PATCH v8 0/3] Fix address translations on MPFS PCIe controller
 2024-08-21 17:52 UTC  (7+ messages)
` [PATCH v8 1/3] PCI: microchip: Fix outbound address translation tables
` [PATCH v8 2/3] PCI: microchip: Fix inbound "
` [PATCH v8 3/3] dt-bindings: PCI: microchip,pcie-host: allow dma-noncoherent

[PATCH v9 00/13] riscv: Add support for xtheadvector
 2024-08-21 15:41 UTC  (9+ messages)

[PATCH v4 0/3] Add SARADC support on Sophgo CV18XX series
 2024-08-21 15:29 UTC  (7+ messages)
` [PATCH v4 1/3] dt-bindings: iio: adc: sophgo,cv18xx-saradc.yaml: Add Sophgo CV18XX SARADC binding

[PATCH v5 00/13] Zacas/Zabha support and qspinlocks
 2024-08-21 14:51 UTC  (21+ messages)
` [PATCH v5 02/13] riscv: Do not fail to build on byte/halfword operations with Zawrs
` [PATCH v5 04/13] dt-bindings: riscv: Add Zabha ISA extension description
` [PATCH v5 05/13] riscv: Implement cmpxchg8/16() using Zabha
` [PATCH v5 06/13] riscv: Improve zacas fully-ordered cmpxchg()
` [PATCH v5 07/13] riscv: Implement arch_cmpxchg128() using Zacas
` [PATCH v5 08/13] riscv: Implement xchg8/16() using Zabha
` [PATCH v5 09/13] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH v5 10/13] asm-generic: ticket-lock: Add separate ticket-lock.h
` [PATCH v5 11/13] riscv: Add ISA extension parsing for Ziccrse
` [PATCH v5 12/13] dt-bindings: riscv: Add Ziccrse ISA extension description
` [PATCH v5 13/13] riscv: Add qspinlock support

[PATCH v8 0/5] Add Svade and Svadu Extensions Support
 2024-08-21 14:43 UTC  (2+ messages)

[PATCH v2 0/2] riscv: Add perf support to collect KVM guest statistics from host side
 2024-08-21 12:51 UTC  (5+ messages)
` [PATCH v2 1/2] riscv: perf: add guest vs host distinction
` [PATCH v2 2/2] riscv: KVM: add basic support for host vs guest profiling

[PATCH v4 00/13] Zacas/Zabha support and qspinlocks
 2024-08-21 12:18 UTC  (7+ messages)
` [PATCH v4 13/13] riscv: Add qspinlock support

[PATCH 1/4] cpuidle: psci: Simplify with scoped for each OF child loop
 2024-08-21 11:48 UTC  (14+ messages)
` [PATCH 2/4] cpuidle: riscv-sbi: Use scoped device node handling to simplify error paths
` [PATCH 3/4] cpuidle: riscv-sbi: Simplify with scoped for each OF child loop
` [PATCH 4/4] cpuidle: dt_idle_genpd: "

Fast-Track Your Dream Home with Modular Construction!
 2024-08-21 10:42 UTC 

[GIT PULL] RISC-V T-HEAD Devicetrees for v6.12
 2024-08-21  9:01 UTC 

[PATCH v2 1/2] cpuidle: riscv-sbi: Use scoped device node handling to fix missing of_node_put
 2024-08-20 19:49 UTC  (5+ messages)
` [PATCH v2 2/2] cpuidle: riscv-sbi: Simplify with scoped for each OF child loop

[PATCH v9 0/6] RISC-V: Detect and report speed of unaligned vector accesses
 2024-08-20 15:24 UTC  (7+ messages)
` [PATCH v9 1/6] RISC-V: Check scalar unaligned access on all CPUs
` [PATCH v9 2/6] RISC-V: Scalar unaligned access emulated on hotplug CPUs
` [PATCH v9 3/6] RISC-V: Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNED
` [PATCH v9 4/6] RISC-V: Detect unaligned vector accesses supported
` [PATCH v9 5/6] RISC-V: Report vector unaligned access speed hwprobe
` [PATCH v9 6/6] RISC-V: hwprobe: Document unaligned vector perf key

[PATCH -next] irqchip/sifive-plic: Fix IS_ERR() vs NULL bug in plic_probe()
 2024-08-20 15:04 UTC  (3+ messages)

[PATCH -next] irqchip/riscv-aplic: Fix NULL vs IS_ERR() bug
 2024-08-20 14:15 UTC  (2+ messages)

[PATCH] riscv: Fix linear mapping checks for non-contiguous memory regions
 2024-08-20 13:32 UTC  (2+ messages)

[PATCH v6 0/8] mmc: sdhci-of-dwcmshc: Add Sophgo SG2042 support
 2024-08-20 11:49 UTC  (2+ messages)

[PATCH v8 0/6] RISC-V: Detect and report speed of unaligned vector accesses
 2024-08-20  9:25 UTC  (9+ messages)
` [PATCH v8 1/6] RISC-V: Check scalar unaligned access on all CPUs
` [PATCH v8 2/6] RISC-V: Scalar unaligned access emulated on hotplug CPUs
` [PATCH v8 3/6] RISC-V: Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNED
` [PATCH v8 4/6] RISC-V: Detect unaligned vector accesses supported
` [PATCH v8 5/6] RISC-V: Report vector unaligned access speed hwprobe
` [PATCH v8 6/6] RISC-V: hwprobe: Document unaligned vector perf key

[PATCH] irqchip/riscv-aplic: Fix an IS_ERR() vs NULL bug in probe()
 2024-08-20  9:19 UTC  (3+ messages)

drivers/perf: riscv: BUG: using smp_processor_id() in preemptible
 2024-08-20  7:49 UTC 

[PATCH 0/2] Fixes for KVM PMU trap/emulation
 2024-08-20  5:40 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Don't zero-out PMU snapshot area before freeing data
 2024-08-20  5:39 UTC  (2+ messages)

[PATCH] riscv: hwprobe: export Zicntr and Zihpm extensions
 2024-08-20  4:47 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] riscv: Remove unused _TIF_WORK_MASK
 2024-08-20  3:56 UTC  (3+ messages)

[PATCH v3] irqchip/sifive-plic: Probe plic driver early for Allwinner D1 platform
 2024-08-20  3:48 UTC 

[PATCH v2] RISC-V: Implement kgdb_roundup_cpus() to enable future NMI Roundup
 2024-08-20  2:42 UTC  (2+ messages)

[PATCH] riscv: defconfig: sophgo: enable clks for sg2042
 2024-08-19 23:49 UTC  (3+ messages)

[PATCH v2] irqchip/sifive-plic: Probe plic driver early for Allwinner D1 platform
 2024-08-19 21:47 UTC  (4+ messages)

[PATCH v3] of/irq: Support #msi-cells=<0> in of_msi_get_domain
 2024-08-19 18:40 UTC  (4+ messages)

Some feedbacks on RISC-V IOMMU driver
 2024-08-19 18:27 UTC  (4+ messages)
  ` [External] "
    ` [External] "

[PATCH v1] RISC-V: hwprobe: Use BIT macro to avoid warnings
 2024-08-19 18:11 UTC  (2+ messages)

[PATCH] riscv: Fix toolchain vector detection
 2024-08-19 16:45 UTC  (2+ messages)

[PATCH] riscv: sophgo: dts: add gpio controllers for SG2042 SoC
 2024-08-19  8:08 UTC 

[PATCH v1 0/9] Fix Allwinner D1 boot regression
 2024-08-18 14:47 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).