public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2024-11-09 00:01:18 to 2024-11-14 06:37:36 UTC [more...]

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

[PATCH v8 00/29] riscv control-flow integrity for usermode
 2024-11-14  6:17 UTC  (37+ 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] dma-mapping: Save base/size instead of pointer to shared DMA pool
 2024-11-14  5:43 UTC  (4+ messages)

[PATCH v11 00/14] riscv: Add support for xtheadvector
 2024-11-14  4:46 UTC  (19+ 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 0/5] Add PCIe support to Sophgo SG2042 SoC
 2024-11-14  2:51 UTC  (11+ messages)
` [PATCH 1/5] dt-bindings: pci: Add Sophgo SG2042 PCIe host
` [PATCH 2/5] PCI: sg2042: Add Sophgo SG2042 PCIe driver
` [PATCH 3/5] dt-bindings: mfd: syscon: Add sg2042 pcie ctrl compatible
` [PATCH 4/5] riscv: sophgo: dts: add pcie controllers for SG2042
` [PATCH 5/5] riscv: sophgo: dts: enable pcie for PioneerBox

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

[PATCH 0/3] irqchip: Add Sophgo SG2042 MSI controller
 2024-11-14  0:20 UTC  (10+ messages)
` [PATCH 1/3] dt-bindings: interrupt-controller: Add Sophgo SG2042 MSI
` [PATCH 2/3] irqchip: Add the Sophgo SG2042 MSI interrupt controller
` [PATCH 3/3] riscv: sophgo: dts: add msi controller for SG2042

[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  (3+ 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 0/2] RISC-V CRC-T10DIF optimization with zbc extension and CRC-T10DIF selftest
 2024-11-13 13:46 UTC  (4+ messages)
` [PATCH 1/2] lib/crct10diftest.c add selftests for crct10dif
` [PATCH 2/2] riscv: Optimize crct10dif with zbc extension

[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 v10 03/14] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
 2024-11-12 18:03 UTC  (3+ messages)
` D1 vlenb

[PATCH v3 0/2] riscv: spacemit: add i2c support to K1 SoC
 2024-11-12 18:03 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: i2c: spacemit: add support for "
` [PATCH v3 2/2] i2c: spacemit: add support for SpacemiT "

[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  (6+ messages)
` [PATCH v10 1/3] dt-bindings: pwm: Add binding for Allwinner D1/T113-S3/R329 PWM controller
` [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

[PATCH v2 0/8] Refactor cpuid and metric table lookup code
 2024-11-11  8:39 UTC  (5+ messages)
` [PATCH v2 8/8] perf pmu: Move pmu_metrics_table__find and remove ARM override

[PATCH v4 00/20] Remove PERF_HAVE_DWARF_REGS
 2024-11-10 16:08 UTC  (17+ messages)
` [PATCH v4 05/20] perf dwarf-regs: Pass accurate disassembly machine to get_dwarf_regnum
` [PATCH v4 06/20] perf dwarf-regs: Pass ELF flags to get_dwarf_regstr
` [PATCH v4 08/20] perf arm64: Remove dwarf-regs.c
` [PATCH v4 09/20] perf arm: "
` [PATCH v4 10/20] perf dwarf-regs: Move csky dwarf-regs out of arch
` [PATCH v4 11/20] perf loongarch: Remove dwarf-regs.c
` [PATCH v4 12/20] perf mips: "
` [PATCH v4 13/20] perf dwarf-regs: Move powerpc dwarf-regs out of arch
` [PATCH v4 14/20] perf riscv: Remove dwarf-regs.c and add dwarf-regs-table.h
` [PATCH v4 15/20] perf s390: Remove dwarf-regs.c
` [PATCH v4 16/20] perf sh: "
` [PATCH v4 17/20] perf sparc: "
` [PATCH v4 18/20] perf xtensa: "
` [PATCH v4 19/20] perf dwarf-regs: Remove get_arch_regstr code
` [PATCH v4 20/20] perf build: Remove PERF_HAVE_DWARF_REGS

RISC-V T-HEAD Devicetrees for v6.13, part 2
 2024-11-09  2:42 UTC 

[PATCH] riscv: Remove unused TASK_TI_FLAGS
 2024-11-09  1:46 UTC 


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