public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2025-04-04 12:38:05 to 2025-04-08 13:31:55 UTC [more...]

[PATCH v12 00/28] riscv control-flow integrity for usermode
 2025-04-08 12:45 UTC  (19+ messages)
` [PATCH v12 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v12 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v12 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v12 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v12 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v12 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v12 24/28] arch/riscv: compile vdso with landing pad
` [PATCH v12 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v12 27/28] riscv: Documentation for shadow stack on riscv

[PATCH v1 0/4] Add T-Head TH1520 VO clock support for LicheePi 4A GPU enablement
 2025-04-08 12:27 UTC  (11+ messages)
  ` [PATCH v1 4/4] clk: thead: Add GPU clock gate control with CLKGEN reset support

[PATCH v3 0/8] riscv: Unaligned access speed probing fixes and skipping
 2025-04-08 12:25 UTC  (5+ messages)
` [PATCH v3 7/8] riscv: Add parameter for skipping access speed tests

[PATCH v3 0/2] gpio: irq: support describing three-cell interrupts
 2025-04-08 11:53 UTC  (9+ messages)
` [PATCH v3 2/2] gpiolib: support parsing gpio three-cell interrupts scheme

[PATCH v4 0/2] Add basic SPI support for SG2042 SoC
 2025-04-08 11:21 UTC  (5+ messages)
` [PATCH v4 1/2] spi: dt-bindings: snps,dw-apb-ssi: Add compatible for SOPHGO "
` [PATCH v4 2/2] riscv: sophgo: dts: Add spi controller for SG2042

[PATCH v2 00/12] Always call constructor for kernel page tables
 2025-04-08  9:52 UTC  (13+ messages)
` [PATCH v2 01/12] mm: Pass mm down to pagetable_{pte,pmd}_ctor
` [PATCH v2 02/12] x86: pgtable: Always use pte_free_kernel()
` [PATCH v2 03/12] mm: Call ctor/dtor for kernel PTEs
` [PATCH v2 04/12] m68k: "
` [PATCH v2 05/12] powerpc: "
` [PATCH v2 06/12] sparc64: "
` [PATCH v2 07/12] mm: Skip ptlock_init() for kernel PMDs
` [PATCH v2 08/12] arm64: mm: Use enum to identify pgtable level instead of *_SHIFT
` [PATCH v2 09/12] arm64: mm: Always call PTE/PMD ctor in __create_pgd_mapping()
` [PATCH v2 10/12] riscv: mm: Clarify ctor mm argument in alloc_{pte,pmd}_late
` [PATCH v2 11/12] arm64: mm: Call PUD/P4D ctor in __create_pgd_mapping()
` [PATCH v2 12/12] riscv: mm: Call PUD/P4D ctor in special kernel pgtable alloc

[PATCH v3] riscv: KGDB: Do not inline arch_kgdb_breakpoint()
 2025-04-08  9:54 UTC 

[PATCH V6 0/2] riscv: mm: Add soft-dirty and uffd-wp support
 2025-04-08  9:21 UTC  (4+ messages)
` [PATCH V6 1/2] riscv: mm: Add soft-dirty page tracking support
` [PATCH V6 2/2] riscv: mm: Add uffd write-protect support

[PATCH v3] scripts: Do not strip .rela.dyn section
 2025-04-08  7:28 UTC 

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-04-08  5:48 UTC  (4+ messages)
` [PATCH v2 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM

[PATCH 0/2] riscv: pwm: sophgo: add pwm support for SG2044
 2025-04-08  2:33 UTC  (10+ messages)
` [PATCH 1/2] dt-bindings: pwm: sophgo: add pwm controller "
` [PATCH 2/2] pwm: sophgo: add driver "

[PATCH 0/9] riscv: sophgo: Introduce SG2044 SRD3-10 board support
 2025-04-08  1:49 UTC  (29+ messages)
` [PATCH 1/9] dt-bindings: timer: Add Sophgo SG2044 ACLINT timer
` [PATCH 2/9] dt-bindings: interrupt-controller: Add Sophgo SG2044 CLINT mswi
` [PATCH 3/9] dt-bindings: interrupt-controller: Add Sophgo SG2044 PLIC
` [PATCH 4/9] dt-bindings: reset: sophgo: Add SG2044 bindings
` [PATCH 5/9] dt-bindings: hwmon: Add Sophgo SG2044 external hardware monitor support
` [PATCH 6/9] dt-bindings: mmc: sdhci-of-dwcmhsc: Add Sophgo SG2044 support
` [PATCH 7/9] dt-bindings: i2c: dw: Add Sophgo SG2044 SoC I2C controller
` [PATCH 8/9] dt-bindings: riscv: sophgo: Add SG2044 compatible string
` [PATCH 9/9] riscv: dts: sophgo: Add initial device tree of Sophgo SRD3-10

[PATCH 1/1] time/sched_clock: move sched_clock_register() out of .init section
 2025-04-07 21:11 UTC  (4+ messages)

[PATCH v7 0/3] Add T-HEAD TH1520 VO clock support for LicheePi 4A GPU enablement
 2025-04-07 18:21 UTC  (11+ messages)
  ` [PATCH v7 3/3] riscv: dts: thead: Add device tree VO clock controller
  ` [PATCH v7 2/3] clk: thead: Add clock support for VO subsystem in T-HEAD TH1520 SoC
  ` [PATCH v7 1/3] dt-bindings: clock: thead: Add TH1520 VO clock controller

[PATCH AUTOSEL 6.14 2/9] riscv: tracing: Fix __write_overflow_field in ftrace_partial_regs()
 2025-04-07 18:16 UTC 

[PATCH v4 01/12] riscv: ftrace: support fastcc in Clang for WITH_ARGS
 2025-04-07 18:08 UTC  (12+ messages)
` [PATCH v4 02/12] riscv: ftrace factor out code defined by !WITH_ARG
` [PATCH v4 03/12] riscv: ftrace: align patchable functions to 4 Byte boundary
` [PATCH v4 04/12] kernel: ftrace: export ftrace_sync_ipi
` [PATCH v4 05/12] riscv: ftrace: prepare ftrace for atomic code patching
` [PATCH v4 06/12] riscv: ftrace: do not use stop_machine to update code
` [PATCH v4 07/12] riscv: vector: Support calling schedule() for preemptible Vector
` [PATCH v4 08/12] riscv: add a data fence for CMODX in the kernel mode
` [PATCH v4 09/12] riscv: ftrace: support PREEMPT
` [PATCH v4 10/12] riscv: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS
` [PATCH v4 11/12] riscv: ftrace: support direct call using call_ops
` [PATCH v4 12/12] riscv: Documentation: add a description about dynamic ftrace

[PATCH v8 0/5] TH1520 SoC: Add AON firmware & power-domain support
 2025-04-07 15:53 UTC  (5+ messages)
    ` [PATCH v8 5/5] riscv: Enable PM_GENERIC_DOMAINS for T-Head SoCs
  ` (subset) [PATCH v8 0/5] TH1520 SoC: Add AON firmware & power-domain support

[PATCH 0/9] add Voyager board support
 2025-04-07 14:31 UTC  (17+ messages)
` [PATCH 1/9] riscv: add Andes SoC family Kconfig support
` [PATCH 2/9] dt-bindings: riscv: add Andes QiLai SoC and the Voyager board bindings
` [PATCH 3/9] dt-bindings: interrupt-controller: add Andes QiLai PLIC
` [PATCH 4/9] dt-bindings: interrupt-controller: add Andes machine-level software interrupt controller
` [PATCH 5/9] dt-bindings: timer: add Andes machine timer
` [PATCH 6/9] dt-bindings: cache: ax45mp-cache: allow variable cache-sets for Andes L2 cache
` [PATCH 7/9] riscv: dts: andes: add QiLai SoC device tree
` [PATCH 8/9] riscv: dts: andes: add Voyager board "
` [PATCH 9/9] riscv: defconfig: enable Andes SoC

[PATCH] RISC-V: Kconfig: Fix help text of CMDLINE_EXTEND
 2025-04-07 12:47 UTC  (2+ messages)

[PATCH 0/7] Add USB3.0 PHY and host controller support for SpacemiT K1 SoC
 2025-04-07 13:51 UTC  (14+ messages)
` [PATCH 1/7] dt-bindings: phy: spacemit: add K1 USB2 PHY
` [PATCH 2/7] dt-bindings: phy: spacemit: add K1 PCIe/USB3 combo PHY
` [PATCH 3/7] dt-bindings: usb: add SpacemiT K1 DWC3 glue
` [PATCH 4/7] phy: spacemit: support K1 USB2.0 PHY controller
` [PATCH 5/7] phy: spacemit: add USB3 support for K1 PCIe/USB3 combo PHY
` [PATCH 6/7] usb: dwc3: add spacemit dwc3 glue layer driver
` [PATCH 7/7] riscv: dts: spacemit: add usb3.0 support for K1

[PATCH v2] serial: sifive: Switch to nbcon console
 2025-04-07 12:39 UTC  (3+ messages)

[PATCH v5 0/9] Merge arm64/riscv hugetlbfs contpte support
 2025-04-07 12:04 UTC  (2+ messages)

[PATCH v2] scripts: Do not strip .rela.dyn section
 2025-04-07  8:42 UTC  (6+ messages)

[PATCH] kunit: qemu_configs: Add riscv32 config
 2025-04-07  8:17 UTC 

[PATCH v2 0/1] mm: pgtable: fix pte_swp_exclusive
 2025-04-07  8:06 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH] dt-bindings: gpio: Correct indentation and style in DTS example
 2025-04-07  7:54 UTC  (2+ messages)

[PATCH V2 0/3] mm/ptdump: Drop assumption that pxd_val() is u64
 2025-04-07  5:31 UTC  (4+ messages)
` [PATCH V2 1/3] mm/ptdump: Split note_page() into level specific callbacks
` [PATCH V2 2/3] mm/ptdump: Split effective_prot() "
` [PATCH V2 3/3] arm64/mm: Define ptdesc_t

[PATCH 0/9] Remove per-architecture ChaCha skcipher glue code
 2025-04-07  5:28 UTC  (11+ messages)
` [PATCH 1/9] crypto: riscv/chacha - implement library instead of skcipher
` [PATCH 2/9] crypto: chacha - centralize the skcipher wrappers for arch code
` [PATCH 3/9] crypto: arm/chacha - remove the redundant skcipher algorithms
` [PATCH 4/9] crypto: arm64/chacha - remove the "
` [PATCH 5/9] crypto: mips/chacha "
` [PATCH 6/9] crypto: powerpc/chacha "
` [PATCH 7/9] crypto: s390/chacha "
` [PATCH 8/9] crypto: x86/chacha "
` [PATCH 9/9] crypto: chacha - remove <crypto/internal/chacha.h>

[PATCH v2 1/1] mm: pgtable: fix pte_swp_exclusive
 2025-04-05 17:09 UTC  (2+ messages)

[PATCH v2] serial: sifive: lock port in startup()/shutdown() callbacks
 2025-04-05 14:53 UTC 

[PATCH] serial: sifive: lock port in startup()/shutdown() callbacks
 2025-04-05 14:28 UTC  (3+ messages)

[PATCH v5] serial: sifive: Switch to nbcon console
 2025-04-05 13:34 UTC 

[PATCH v4 0/2] serial: sifive: Convert sifive console to nbcon
 2025-04-05 11:23 UTC  (5+ messages)
` [PATCH v4 1/2] serial: sifive: lock port in startup()/shutdown() callbacks
` [PATCH v4 2/2] serial: sifive: Switch to nbcon console

[GIT PULL] RISC-V Patches for the 6.15 Merge Window, Part 1
 2025-04-04 21:02 UTC  (5+ messages)

[PATCH v3] dt-bindings: timer: Add SiFive CLINT2
 2025-04-04 20:41 UTC  (2+ messages)

[PATCH v5 0/3] irqchip: Add Sophgo SG2042 MSI controller
 2025-04-04 20:41 UTC  (2+ messages)

[PATCH v3 0/2] Implement endianess swap macros for RISC-V
 2025-04-04 19:28 UTC  (11+ messages)
` [PATCH v3 2/2] riscv: introduce asm/swab.h

[PATCH v3 1/2] include/uapi/linux/swab.h: move default implementation for swab macros into asm-generic
 2025-04-04 15:31 UTC  (2+ messages)

[PATCH v6 04/10] genirq: Introduce common irq_force_complete_move() implementation
 2025-04-04 14:51 UTC  (5+ messages)
      ` [PATCH] genirq/migration: Use irqd_get_parent_data() in irq_force_complete_move()

[RFC PATCH] riscv: Optimize gcd() performance by selecting CPU_NO_EFFICIENT_FFS
 2025-04-04 13:54 UTC  (3+ messages)

[PATCH v5 00/21] Add Counter delegation ISA extension support
 2025-04-04 13:49 UTC  (3+ messages)
` [PATCH v5 11/21] RISC-V: perf: Restructure the SBI PMU code

RFC iommutests_: Testing software for everything IOMMU
 2025-04-04 12:37 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