public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2024-08-13 18:27:20 to 2024-08-16 20:19:48 UTC [more...]

[PATCH v2] of/irq: Support #msi-cells=<0> in of_msi_get_domain
 2024-08-16 20:18 UTC  (2+ messages)

[GIT PULL] RISC-V Fixes for 6.11-rc4
 2024-08-16 18:28 UTC  (2+ messages)

[PATCH v2] riscv: Add tracepoints for SBI calls and returns
 2024-08-16 17:29 UTC  (3+ messages)

[PATCH] irqchip/sifive-plic: Probe plic driver early for Allwinner D1 platform
 2024-08-16 16:43 UTC  (3+ messages)

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

[syzbot] riscv/fixes test error: can't ssh into the instance
 2024-08-16 16:01 UTC  (2+ messages)

[PATCH] ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODE
 2024-08-16 15:15 UTC  (2+ messages)

[PATCH 1/4] cpuidle: psci: Simplify with scoped for each OF child loop
 2024-08-16 15:09 UTC  (4+ 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: "

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-16 14:52 UTC  (53+ messages)
` [PATCH v10 01/40] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v10 02/40] prctl: arch-agnostic prctl for shadow stack
` [PATCH v10 03/40] mman: Add map_shadow_stack() flags
` [PATCH v10 04/40] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v10 05/40] arm64/gcs: Document the ABI "
` [PATCH v10 06/40] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v10 07/40] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v10 08/40] arm64/gcs: Provide put_user_gcs()
` [PATCH v10 09/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v10 10/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v10 11/40] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v10 14/40] KVM: arm64: Manage GCS access and registers for guests
` [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] riscv: Remove unused GENERATING_ASM_OFFSETS
 2024-08-16 12:30 UTC  (2+ messages)

[PATCH] of/irq: Support #msi-cells=<0> in of_msi_get_domain
 2024-08-16 11:40 UTC  (3+ messages)

[PATCH v7 0/5] Tracepoints and static branch in Rust
 2024-08-16 11:07 UTC  (6+ messages)
` [PATCH v7 1/5] rust: add generic static_key_false
` [PATCH v7 2/5] rust: add tracepoint support
` [PATCH v7 3/5] rust: samples: add tracepoint to Rust sample
` [PATCH v7 4/5] jump_label: adjust inline asm to be consistent
` [PATCH v7 5/5] rust: add arch_static_branch

[PATCH 0/2] riscv: Fix race conditions in PR_RISCV_SET_ICACHE_FLUSH_CTX
 2024-08-16  9:27 UTC  (6+ messages)
` [PATCH 1/2] riscv: Disable preemption while handling PR_RISCV_CTX_SW_FENCEI_OFF
` [PATCH 2/2] riscv: Eagerly flush in flush_icache_deferred()

[PATCH 0/2] Fixes for KVM PMU trap/emulation
 2024-08-16  7:08 UTC  (3+ messages)
` [PATCH 1/2] RISC-V: KVM: Allow legacy PMU access from guest
` [PATCH 2/2] RISC-V: KVM: Fix to allow hpmcounter31 from the guest

[PATCH v1 0/9] Fix Allwinner D1 boot regression
 2024-08-16  6:15 UTC  (35+ messages)
` [PATCH v1 1/9] Revert "irqchip/sifive-plic: Chain to parent IRQ after handlers are ready"
` [PATCH v1 2/9] Revert "irqchip/sifive-plic: Avoid explicit cpumask allocation on stack"
` [PATCH v1 3/9] Revert "irqchip/sifive-plic: Improve locking safety by using irqsave/irqrestore"
` [PATCH v1 4/9] Revert "irqchip/sifive-plic: Parse number of interrupts and contexts early in plic_probe()"
` [PATCH v1 5/9] Revert "irqchip/sifive-plic: Cleanup PLIC contexts upon irqdomain creation failure"
` [PATCH v1 6/9] Revert "irqchip/sifive-plic: Use riscv_get_intc_hwnode() to get parent fwnode"
` [PATCH v1 7/9] Revert "irqchip/sifive-plic: Use devm_xyz() for managed allocation"
` [PATCH v1 8/9] Revert "irqchip/sifive-plic: Use dev_xyz() in-place of pr_xyz()"
` [PATCH v1 9/9] Revert "irqchip/sifive-plic: Convert PLIC driver into a platform driver"

[PATCH] riscv: change XIP's kernel_map.size to be size of the entire kernel
 2024-08-15 17:50 UTC  (2+ messages)

[PATCH v2 1/2] RISC-V: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODE
 2024-08-15 17:50 UTC  (3+ messages)
` (subset) "

[PATCH -fixes v2] riscv: Fix out-of-bounds when accessing Andes per hart vendor extension array
 2024-08-15 17:50 UTC  (5+ messages)

[PATCH v2] riscv: entry: always initialize regs->a0 to -ENOSYS
 2024-08-15 17:50 UTC  (2+ messages)

[PATCH v4 0/2] RISC-V: hwprobe: Misaligned scalar perf fix and rename
 2024-08-15 17:50 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Don't zero-out PMU snapshot area before freeing data
 2024-08-15 17:09 UTC 

[PATCH v2 0/3] riscv: jh7110: Fix configuration for on-chip USB 2.0 support
 2024-08-15 14:42 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: phy: jh7110-usb-phy: Add sys-syscon property
        ` 回复: "

[PATCH v4 00/13] Zacas/Zabha support and qspinlocks
 2024-08-15 13:34 UTC  (6+ messages)
` [PATCH v4 13/13] riscv: Add qspinlock support

[PATCH 00/17] Add support for Microchip PIC64GX Curiosity Kit
 2024-08-15 13:32 UTC  (2+ messages)
` (subset) "

[PATCH] riscv: add a warning when physical memory address overflows
 2024-08-15 11:01 UTC  (2+ messages)

[PATCH] riscv: misaligned: Restrict user access to kernel memory
 2024-08-15  9:29 UTC  (2+ messages)

[PATCH V4 0/3] riscv: mm: Add soft-dirty and uffd-wp support
 2024-08-15  8:54 UTC  (5+ messages)
` [PATCH V4 1/3] riscv: mm: Prepare for reusing PTE RSW bit(9)
` [PATCH V4 2/3] riscv: mm: Add soft-dirty page tracking support
` [PATCH V4 3/3] riscv: mm: Add uffd write-protect support

[RFC PATCH 00/18] use struct ptdesc to replace pgtable_t
 2024-08-15  6:32 UTC  (5+ messages)

[PATCH] riscv: Randomize lower bits of stack address
 2024-08-15  5:37 UTC  (4+ messages)

[PATCH v3] riscv/mm/fault: add show_pte() before die()
 2024-08-15  2:05 UTC  (2+ messages)

[PATCH] riscv: defconfig: sophgo: enable clks for sg2042
 2024-08-15  0:09 UTC  (3+ messages)

[RFC PATCH 0/7] kasan: RISC-V support for KASAN_SW_TAGS using pointer masking
 2024-08-14 16:04 UTC  (13+ messages)
` [RFC PATCH 1/7] kasan: sw_tags: Use arithmetic shift for shadow computation
` [RFC PATCH 2/7] kasan: sw_tags: Check kasan_flag_enabled at runtime
` [RFC PATCH 3/7] kasan: sw_tags: Support tag widths less than 8 bits
` [RFC PATCH 4/7] riscv: Do not rely on KASAN to define the memory layout
` [RFC PATCH 5/7] riscv: Align the sv39 linear map to 16 GiB
` [RFC PATCH 6/7] riscv: Implement KASAN_SW_TAGS
` [RFC PATCH 7/7] kasan: sw_tags: Support runtime stack tagging control for RISC-V

[PATCH v2 00/10] riscv: Userspace pointer masking and tagged address ABI
 2024-08-14 14:53 UTC  (9+ messages)
` [PATCH v2 04/10] riscv: Add support for userspace pointer masking
` [PATCH v2 05/10] riscv: Add support for the tagged address ABI

[RFC PATCH] riscv: Enable generic CPU vulnerabilites support
 2024-08-14 14:10 UTC  (2+ messages)

[PATCH v2] RISC-V: Enable IPI CPU Backtrace
 2024-08-14 14:10 UTC  (2+ messages)

[PATCH v4 0/4] RISC-V: Parse DT for Zkr to seed KASLR
 2024-08-14 14:10 UTC  (2+ messages)

[PATCH v1] riscv/kexec_file: Fix relocation type R_RISCV_ADD16 and R_RISCV_SUB16 unknown
 2024-08-14 14:10 UTC  (2+ messages)

[PATCH v2 0/6] riscv: ftrace: atmoic patching and preempt improvements
 2024-08-14 12:57 UTC  (4+ messages)
` [PATCH v2 3/6] riscv: ftrace: prepare ftrace for atomic code patching

[PATCH 0/2] riscv: Improve KASAN coverage to fix unit tests
 2024-08-14  9:06 UTC  (4+ messages)
` [PATCH 1/2] riscv: Omit optimized string routines when using KASAN

[PATCH v4 0/3] riscv: Per-thread envcfg CSR support
 2024-08-14  8:10 UTC  (4+ messages)
` [PATCH v4 1/3] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH v4 2/3] riscv: Add support for per-thread envcfg CSR values
` [PATCH v4 3/3] riscv: Call riscv_user_isa_enable() only on the boot hart

[PATCH v5 0/2] PCI: microchip: support using either instance 1 or 2
 2024-08-14  8:08 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: PCI: microchip,pcie-host: fix reg properties
` [PATCH v5 2/2] PCI: microchip: rework reg region handing to support using either instance 1 or 2

[PATCH v2 0/2] cpuidle: riscv-sbi: Allow cpuidle pd used by other devices
 2024-08-14  5:44 UTC  (3+ messages)
` [PATCH v2 1/2] cpuidle: riscv-sbi: Move sbi_cpuidle_init to arch_initcall
` [PATCH v2 2/2] cpuidle: riscv-sbi: Add cpuidle_disabled() check

[PATCH v8 01/17] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
 2024-08-14  5:32 UTC  (3+ messages)

[PATCH v2] riscv: mm: add paging_check() before paging_init()
 2024-08-14  4:15 UTC  (5+ messages)
  ` [External] "

[PATCH] cpuidle: riscv-sbi: Allow cpuidle pd used by other devices
 2024-08-14  1:56 UTC  (3+ messages)

[PATCH -fixes] riscv: Fix out-of-bounds when accessing Andes per hart vendor extension array
 2024-08-14  1:29 UTC  (2+ messages)

[PATCH v10 0/4] riscv: sophgo: Add SG2042 external hardware monitor support
 2024-08-14  1:06 UTC  (6+ messages)
` [PATCH v10 2/4] drivers: hwmon: "

[PATCH v4 0/3] Add SARADC support on Sophgo CV18XX series
 2024-08-13 23:32 UTC  (5+ messages)
` [PATCH v4 3/3] riscv: dts: sophgo: Add SARADC description for Sophgo CV18XX

riscv syscall performance regression
 2024-08-13 19:15 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox