Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-11 10:31:46 to 2024-11-15 15:36:10 UTC [more...]

[PATCH v2 0/8] Refactor cpuid and metric table lookup code
 2024-11-15 15:35 UTC  (4+ messages)

[RFC PATCH 00/15] iommu/riscv: Add irqbypass support
 2024-11-15 15:20 UTC  (17+ messages)
` [RFC PATCH 01/15] irqchip/riscv-imsic: Use hierarchy to reach irq_set_affinity
` [RFC PATCH 02/15] genirq/msi: Provide DOMAIN_BUS_MSI_REMAP
` [RFC PATCH 03/15] irqchip/riscv-imsic: Add support for DOMAIN_BUS_MSI_REMAP
` [RFC PATCH 04/15] iommu/riscv: report iommu capabilities
` [RFC PATCH 05/15] iommu/riscv: use data structure instead of individual values
` [RFC PATCH 06/15] iommu/riscv: support GSCID and GVMA invalidation command
` [RFC PATCH 07/15] iommu/riscv: Move definitions to iommu.h
` [RFC PATCH 08/15] iommu/riscv: Add IRQ domain for interrupt remapping
` [RFC PATCH 09/15] RISC-V: KVM: Enable KVM_VFIO interfaces on RISC-V arch
` [RFC PATCH 10/15] RISC-V: KVM: Add irqbypass skeleton
` [RFC PATCH 11/15] RISC-V: Define irqbypass vcpu_info
` [RFC PATCH 12/15] iommu/riscv: Add guest file irqbypass support
` [RFC PATCH 13/15] RISC-V: KVM: "
` [RFC PATCH 14/15] vfio: enable IOMMU_TYPE1 for RISC-V
` [RFC PATCH 15/15] RISC-V: defconfig: Add VFIO modules

[PATCH] riscv: dts: starfive: jh7110-milkv-mars: set host mode and vbus pin for on-chip USB 2.0
 2024-11-15 15:13 UTC  (2+ messages)

riscv: include/linux/perf_event.h:1679:84: error: macro "perf_misc_flags" passed 2 arguments, but takes just 1
 2024-11-15 13:25 UTC 

[PATCH v2] cpuidle: riscv-sbi: fix device node release in early exit of for_each_possible_cpu
 2024-11-15 13:24 UTC  (2+ messages)

[PATCH 00/11] riscv: Memory type control for platforms with physical memory aliases
 2024-11-15 13:05 UTC  (3+ messages)
` [PATCH 08/11] riscv: alternative: Add an ALTERNATIVE_3 macro

[PATCH] riscv: perf: Drop defining `perf_instruction_pointer()` and `perf_misc_flags()`
 2024-11-15 12:11 UTC  (2+ messages)

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

[PATCH v1 00/11] Redo PolarFire SoC's mailbox/clock devicestrees and related code
 2024-11-15  1:29 UTC  (7+ messages)
` [PATCH v1 08/11] clk: move meson clk-regmap implementation to common code

[PATCH] riscv: Fix a comment typo in set_mm_asid()
 2024-11-14 22:08 UTC  (2+ messages)

[PATCH] irqchip/riscv-aplic: Fix crash when MSI domain is missing
 2024-11-14 20:01 UTC 

[PATCH 0/2] RISC-V CRC-T10DIF optimization with zbc extension and CRC-T10DIF selftest
 2024-11-14 14:42 UTC  (6+ messages)
` [PATCH 1/2] lib/crct10diftest.c add selftests for crct10dif
    ` [PATCH v2] riscv: Optimize crct10dif with zbc extension
` [PATCH 2/2] "

[PATCH] dma-mapping: Save base/size instead of pointer to shared DMA pool
 2024-11-14  9:37 UTC  (5+ messages)

[PATCH v11 00/14] riscv: Add support for xtheadvector
 2024-11-14  7:23 UTC  (21+ messages)
` [PATCH v11 01/14] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH v11 02/14] dt-bindings: cpus: add a thead vlen register length property
` [PATCH v11 03/14] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH v11 04/14] riscv: Add thead and xtheadvector as a vendor extension
` [PATCH v11 05/14] riscv: vector: Use vlenb from DT for thead
` [PATCH v11 06/14] RISC-V: define the elements of the VCSR vector CSR
` [PATCH v11 07/14] riscv: csr: Add CSR encodings for CSR_VXRM/CSR_VXSAT
` [PATCH v11 08/14] riscv: Add xtheadvector instruction definitions
` [PATCH v11 09/14] riscv: vector: Support xtheadvector save/restore
` [PATCH v11 10/14] riscv: hwprobe: Add thead vendor extension probing
` [PATCH v11 11/14] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
` [PATCH v11 12/14] selftests: riscv: Fix vector tests
` [PATCH v11 13/14] selftests: riscv: Support xtheadvector in "
` [PATCH v11 14/14] riscv: Add ghostwrite vulnerability

[PATCH v3 0/2] riscv: spacemit: add i2c support to K1 SoC
 2024-11-14  7:06 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: i2c: spacemit: add support for "
` [PATCH v3 2/2] i2c: spacemit: add support for SpacemiT "

[RESEND PATCH v2] riscv: hwprobe: export Zicntr and Zihpm extensions
 2024-11-14  6:37 UTC  (3+ messages)

[PATCH 0/5] Add PCIe support to Sophgo SG2042 SoC
 2024-11-14  2:51 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: pci: Add Sophgo SG2042 PCIe host
` [PATCH 3/5] dt-bindings: mfd: syscon: Add sg2042 pcie ctrl compatible

[PATCH v10 00/14] riscv: Add support for xtheadvector
 2024-11-14  2:44 UTC  (6+ messages)
` [PATCH v10 05/14] riscv: vector: Use vlenb from DT for thead

[PATCH 0/3] irqchip: Add Sophgo SG2042 MSI controller
 2024-11-14  0:20 UTC  (9+ messages)
` [PATCH 1/3] dt-bindings: interrupt-controller: Add Sophgo SG2042 MSI
` [PATCH 2/3] irqchip: Add the Sophgo SG2042 MSI interrupt controller

[PATCH] riscv/futex: Optimize atomic cmpxchg
 2024-11-13 19:15 UTC  (2+ messages)

[PATCH v2] riscv: defconfig: enable pinctrl and dwmac support for TH1520
 2024-11-13 18:43 UTC 

[PATCH] RISC-V: Enable Zicbom in usermode
 2024-11-13 17:37 UTC  (6+ messages)
    ` [External] "

[PATCH RFC 0/3] riscv: add Svukte extension
 2024-11-13 16:15 UTC  (3+ messages)
` [PATCH RFC 1/3] dt-bindings: riscv: Add Svukte entry

[PATCH] riscv: defconfig: enable pinctrl and dwmac support for TH1520
 2024-11-13 15:31 UTC  (2+ messages)

[PATCH for-next v2] riscv: Fix default misaligned access trap
 2024-11-13 15:12 UTC  (2+ messages)

[PATCH v5 00/13] Zacas/Zabha support and qspinlocks
 2024-11-13 15:12 UTC  (2+ messages)

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

[PATCH v10 0/3] Fix address translations on MPFS PCIe controller
 2024-11-13 11:50 UTC  (2+ messages)

updates for instruction trapping and ptrace
 2024-11-13 10:35 UTC  (10+ messages)
` [PATCH 1/3] riscv: ptrace: add regs_set_register()
` [PATCH 2/3] riscv: traps: make insn fetch common in unknown instruction
` [PATCH 3/3] riscv: insn: add RV_EXTRACT_FUNCT3()

[PATCH V5 0/3] riscv: mm: Add soft-dirty and uffd-wp support
 2024-11-13  9:58 UTC  (4+ messages)
` [PATCH V5 1/3] riscv: mm: Prepare for reusing PTE RSW bit(9)
` [PATCH V5 2/3] riscv: mm: Add soft-dirty page tracking support
` [PATCH V5 3/3] riscv: mm: Add uffd write-protect support

[PATCH v1 0/4] Prefer sysfs/JSON events also when no PMU is provided
 2024-11-13 10:00 UTC  (19+ messages)
` [PATCH v1 3/4] perf record: Skip don't fail for events that don't open

Współpraca
 2024-11-13  8:50 UTC 

[PATCH v4] pinctrl: k210: Undef K210_PC_DEFAULT
 2024-11-13  7:12 UTC 

[PATCH v3] pinctrl: k210: Undef K210_PC_DEFAULT
 2024-11-13  6:41 UTC  (2+ messages)

[PATCH v2] pinctrl: k210: Undef K210_PC_DEFAULT
 2024-11-13  6:30 UTC  (2+ messages)

[PATCH] pinctrl: k210: Modify the wrong "#undef"
 2024-11-13  4:41 UTC  (2+ messages)

[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
 2024-11-13  3:31 UTC  (2+ messages)

[PATCH] irqchip/sifive-plic: Fix error codes
 2024-11-12 22:53 UTC  (2+ messages)

[PATCH] mmc: core: Only set maximum DMA segment size if DMA is supported
 2024-11-12 22:53 UTC  (2+ messages)

[PATCH -fixes] drivers: perf: Fix wrong put_cpu() placement
 2024-11-12 22:53 UTC  (3+ messages)

[PATCH] irqchip/riscv-imsic: Fix output text of base address
 2024-11-12 22:53 UTC  (2+ messages)

[PATCH 2/5] PCI: sg2042: Add Sophgo SG2042 PCIe driver
 2024-11-12 21:20 UTC  (3+ messages)

[PATCH v10 03/14] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
 2024-11-12 18:03 UTC  (3+ messages)
` D1 vlenb

[PATCH] irqchip: THEAD_C901_ACLINT_SSWI should depend on ARCH_THEAD
 2024-11-12 16:44 UTC  (3+ messages)

[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
 2024-11-12 14:52 UTC  (12+ messages)
` [RFC PATCH v3 1/6] arch: introduce set_direct_map_valid_noflush()

[PATCH v10 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
 2024-11-12 14:13 UTC  (3+ messages)
` [PATCH v10 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support

[PATCH v2 0/1] iommu/riscv: Add platform msi support
 2024-11-12 13:35 UTC  (2+ messages)
` [PATCH v2 1/1] iommu/riscv: Add support for platform msi

[PATCH] firmware: Switch back to struct platform_driver::remove()
 2024-11-12 11:39 UTC  (2+ messages)

[PATCH] tools: add forwarding header for arch/riscv/include/asm/fence.h
 2024-11-12 11:36 UTC  (6+ messages)

Proszę o kontakt
 2024-11-12  8:51 UTC 

[PATCH v3 0/4] Add Microchip IPC mailbox
 2024-11-11 21:52 UTC  (3+ messages)
` [PATCH v3 2/4] riscv: export __cpuid_to_hartid_map

[PATCH kvmtool] riscv: Pass correct size to snprintf()
 2024-11-11 17:10 UTC  (2+ messages)

[PATCH 0/2] dmaengine: sf-pdma: Fix dma transfers errors handling
 2024-11-11 15:26 UTC  (3+ messages)
` [PATCH 1/2] dmaengine: sf-pdma: Fix dma descriptor status reporting
` [PATCH 2/2] dmaengine: sf-pdma: Fix possible double-free for descriptors


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