public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2024-09-12 16:25:55 to 2024-09-17 13:32:47 UTC [more...]

[PATCH 0/1] RISC-V: Fix building rust when using GCC toolchain
 2024-09-17 13:32 UTC  (5+ messages)
` [PATCH] "

[PATCH v2 5/7] RISC-V: configs: enable I2C_DESIGNWARE_CORE with I2C_DESIGNWARE_PLATFORM
 2024-09-17 13:28 UTC  (2+ messages)

[PATCH -next] irqchip/sifive-plic: Make use of __assign_bit() API
 2024-09-17 13:24 UTC  (2+ messages)

[PATCH] RISC-V: defconfig: Remove ARCH_RENESAS
 2024-09-17 13:19 UTC 

[PATCH] serial: 8250_platform: Enable generic 16550A platform devices
 2024-09-17 13:10 UTC  (2+ messages)

RFC: extern illegal instruction trap and trap RDCYCLE
 2024-09-17 13:08 UTC 

[PATCH v5 00/10] riscv: add initial support for SpacemiT K1
 2024-09-17 13:04 UTC  (2+ messages)

[PATCH v2 0/2] riscv: select ARCH_USE_SYM_ANNOTATIONS
 2024-09-17 13:00 UTC  (2+ messages)

[PATCH v2] riscv: avoid Imbalance in RAS
 2024-09-17 13:00 UTC  (2+ messages)

[PATCH] riscv: cacheinfo: Add back init_cache_level() function
 2024-09-17 13:00 UTC  (2+ messages)

[PATCH] drivers/perf: riscv: Remove redundant macro check
 2024-09-17 13:00 UTC  (2+ messages)

[PATCH] riscv: Remove unused _TIF_WORK_MASK
 2024-09-17 13:00 UTC  (2+ messages)

[PATCH v4 0/4] Svvptc extension to remove preventive sfence.vma
 2024-09-17 13:00 UTC  (2+ messages)

[PATCH] riscv: vdso: do not strip debugging info for vdso.so.dbg
 2024-09-17 13:00 UTC  (2+ messages)

[PATCH] riscv: Remove redundant restriction on memory size
 2024-09-17 13:00 UTC  (2+ messages)

[PATCH v3 0/2] riscv: stacktrace: Add USER_STACKTRACE support
 2024-09-17 13:00 UTC  (2+ messages)

[PATCH v2] riscv: define ILLEGAL_POINTER_VALUE for 64bit
 2024-09-17 13:00 UTC  (2+ messages)

[RFC] riscv/entry: issue about a0/orig_a0 register and ENOSYS
 2024-09-17 12:51 UTC  (3+ messages)

[PATCH v1 0/5] Add Microchip IPC mailbox and remoteproc support
 2024-09-17 12:42 UTC  (18+ messages)
` [PATCH v1 1/5] riscv: asm: vendorid_list: Add Microchip Technology to the vendor list
` [PATCH v1 2/5] dt-bindings: mailbox: add binding for Microchip IPC mailbox driver
` [PATCH v1 3/5] mailbox: add Microchip IPC support
` [PATCH v1 4/5] dt-bindings: remoteproc: add binding for Microchip IPC remoteproc
` [PATCH v1 5/5] remoteproc: add support for Microchip IPC remoteproc platform driver

[PATCH 3/3] riscv: Allow to enable PREEMPT_RT
 2024-09-17 10:44 UTC  (3+ messages)

[PATCH v2 0/3] Add clock controller support for Spacemit K1
 2024-09-17  6:39 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: soc: spacemit: Add spacemit,k1-syscon
` [PATCH v2 2/3] dt-bindings: clock: spacemit: Add clock controllers of Spacemit K1 SoC
` [PATCH v2 3/3] clk: spacemit: Add clock support for "

[PATCH v4 00/30] riscv control-flow integrity for usermode
 2024-09-17  0:00 UTC  (44+ messages)
` [PATCH v4 01/30] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v4 02/30] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v4 03/30] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH v4 04/30] riscv: Add support for per-thread envcfg CSR values
` [PATCH v4 05/30] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH v4 06/30] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH v4 07/30] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
` [PATCH v4 08/30] riscv: zicfiss / zicfilp enumeration
` [PATCH v4 09/30] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v4 10/30] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v4 11/30] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v4 12/30] riscv mm: manufacture shadow stack pte
` [PATCH v4 13/30] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v4 14/30] riscv mmu: write protect and shadow stack
` [PATCH v4 15/30] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v4 16/30] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v4 17/30] prctl: arch-agnostic prctl for shadow stack
` [PATCH v4 18/30] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v4 19/30] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v4 20/30] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v4 21/30] riscv/traps: Introduce software check exception
` [PATCH v4 22/30] riscv sigcontext: cfi state struct definition for sigcontext
` [PATCH v4 23/30] riscv signal: save and restore of shadow stack for signal
` [PATCH v4 24/30] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v4 25/30] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v4 26/30] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v4 27/30] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v4 28/30] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v4 29/30] riscv: Documentation for shadow stack on riscv
` [PATCH v4 30/30] kselftest/riscv: kselftest for user mode cfi

[PATCH v4 3/3] riscv: dts: spacemit: add pinctrl property to uart0 in BPI-F3
 2024-09-16 23:47 UTC  (4+ messages)

[PATCH v10 00/14] riscv: Add support for xtheadvector
 2024-09-16 18:56 UTC  (5+ messages)
` [PATCH v10 14/14] riscv: Add ghostwrite vulnerability

[PATCH v2] riscv: entry: always initialize regs->a0 to -ENOSYS
 2024-09-16 16:49 UTC  (2+ messages)

[RESEND PATCH 0/3] Add initial support for Canaan Kendryte K230 pinctrl
 2024-09-16 15:58 UTC  (6+ messages)
` [RESEND PATCH 1/3] dt-bindings: pinctrl: Add support for canaan,k230 SoC
` [RESEND PATCH 2/3] pinctrl: canaan: Add support for k230 SoC
` [RESEND PATCH 3/3] riscv: dts: canaan: Add k230's pinctrl node

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

[PATCH 6.6 v3] riscv: dts: starfive: add assigned-clock* to limit frquency
 2024-09-16  7:01 UTC  (2+ messages)

[PATCH 6.6 v2 1/4] riscv: dts: starfive: add assigned-clock* to limit frquency
 2024-09-16  3:56 UTC  (5+ messages)

[PATCH 0/3] Add initial support for Canaan Kendryte K230 pinctrl
 2024-09-16  3:50 UTC  (4+ messages)

[PATCH v7] rust: support for shadow call stack sanitizer
 2024-09-15 19:15 UTC  (10+ messages)

9/15/2024
 2024-09-15 17:17 UTC 

[syzbot] [riscv?] riscv/fixes test error: kernel panic: Kernel stack overflow
 2024-09-15 16:09 UTC 

[PATCH 2/3] pinctrl: canaan: Add support for k230 SoC
 2024-09-15 14:22 UTC 

[PATCH 1/3] dt-bindings: pinctrl: Add support for canaan,k230 SoC
 2024-09-15 14:21 UTC 

[PATCH 3/3] riscv: dts: canaan: Add k230's pinctrl node
 2024-09-15 14:23 UTC 

[PATCH v3 0/8] x86/module: use large ROX pages for text allocations
 2024-09-15 13:48 UTC  (4+ messages)
` [PATCH v3 7/8] execmem: add support for cache of large ROX pages

[PATCH v14 03/19] function_graph: Pass ftrace_regs to entryfunc
 2024-09-15  9:13 UTC  (3+ messages)
  ` [PATCH v14 05/19] function_graph: Pass ftrace_regs to retfunc
  ` [PATCH v14 04/19] function_graph: Replace fgraph_ret_regs with ftrace_regs

[PATCH v2] riscv: define ILLEGAL_POINTER_VALUE for 64bit
 2024-09-15  6:55 UTC  (2+ messages)

[PATCH v2 0/8] pinctrl: Add T-Head TH1520 SoC pin controllers
 2024-09-15  2:40 UTC  (9+ messages)
` [PATCH v2 1/8] dt-bindings: pinctrl: Add thead,th1520-pinctrl bindings
` [PATCH v2 2/8] pinctrl: Add driver for the T-Head TH1520 SoC
` [PATCH v2 3/8] riscv: dts: thead: Add TH1520 pin control nodes
` [PATCH v2 4/8] riscv: dts: thead: Add TH1520 GPIO ranges
` [PATCH v2 5/8] riscv: dts: thead: Adjust TH1520 GPIO labels
` [PATCH v2 6/8] riscv: dts: thead: Add Lichee Pi 4M GPIO line names
` [PATCH v2 7/8] riscv: dts: thead: Add TH1520 pinctrl settings for UART0
` [PATCH v2 8/8] riscv: dtb: thead: Add BeagleV Ahead LEDs

[PATCH] RISC-V: KVM: Redirect instruction access fault trap to guest
 2024-09-14 16:39 UTC  (5+ messages)

Is RISC-V Static Call worth implementing ?
 2024-09-14 13:34 UTC  (5+ messages)

[PATCH v2] RISC-V: cmdline: Add support for 'memmap' parameter
 2024-09-14  8:21 UTC  (2+ messages)

[PATCH v2 0/8] remove size limit on XIP kernel
 2024-09-14  8:13 UTC  (2+ messages)

[PATCH 0/2] riscv: Add missing licenses
 2024-09-14  8:13 UTC  (2+ messages)

[GIT PULL] KVM/riscv changes for 6.12
 2024-09-14  7:47 UTC 

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

[syzbot] [riscv?] kernel panic: corrupted stack end in handle_page_fault (2)
 2024-09-13 15:09 UTC 

[PATCH] riscv: Prevent a bad reference count on CPU nodes
 2024-09-13  9:07 UTC  (2+ messages)

[PATCH 0/7] add function arguments to ftrace
 2024-09-13  6:03 UTC  (7+ messages)

[RESEND PATCH v2] riscv: hwprobe: export Zicntr and Zihpm extensions
 2024-09-13  5:13 UTC 

[PATCH 1/2] selftest/mm: Fix typo in virtual_address_range
 2024-09-13  3:41 UTC  (5+ messages)
` [PATCH 2/2] selftests/mm: skip virtual_address_range tests on riscv

[RESEND. PATCH] riscv: Use '%u' to format the output of 'cpu'
 2024-09-13  3:11 UTC  (5+ messages)

[PATCH v2] riscv: Use '%u' to format the output of 'cpu'
 2024-09-13  3:02 UTC 

[PATCH] selftest/mm: Do not use hint for riscv mmap
 2024-09-13  2:07 UTC  (3+ messages)

[PATCH v4 0/3] riscv: Per-thread envcfg CSR support
 2024-09-12 23:01 UTC  (7+ 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 v3 0/3] riscv: Per-thread envcfg CSR support
 2024-09-12 22:56 UTC  (5+ messages)
` [PATCH v3 1/3] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH v3 2/3] riscv: Add support for per-thread envcfg CSR values

[PATCH v3 0/4] defconfig: drop RT_GROUP_SCHED=y
 2024-09-12 20:58 UTC  (3+ messages)
` [PATCH v3 1/4] riscv: "

[GIT PULL] RISC-V Fixes for 6.11-rc8
 2024-09-12 20:15 UTC  (2+ messages)

[PATCH 6.6 v2 3/4] riscv: dts: starfive: Add the nodes and pins of I2Srx/I2Stx0/I2Stx1
 2024-09-12 18:48 UTC  (5+ messages)


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