Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-28 09:16:38 to 2025-02-03 18:30:24 UTC [more...]

[PATCH v1 0/7] perf: Support multiple system call tables in the build
 2025-02-03 18:28 UTC  (10+ messages)
` [PATCH v1 1/7] perf syscalltble: Remove syscall_table.h
` [PATCH v1 2/7] perf trace: Reorganize syscalls
` [PATCH v1 3/7] perf syscalltbl: Remove struct syscalltbl
` [PATCH v1 4/7] perf thread: Add support for reading the e_machine type for a thread
` [PATCH v1 5/7] perf trace beauty: Add syscalltbl.sh generating all system call tables
` [PATCH v1 6/7] perf syscalltbl: Use lookup table containing multiple architectures
` [PATCH v1 7/7] perf build: Remove Makefile.syscalls

[PATCH v4 00/18] Enable drm/imagination BXM-4-64 Support for LicheePi 4A
 2025-02-03 18:15 UTC  (36+ messages)
  ` [PATCH v4 01/18] dt-bindings: clock: thead: Add TH1520 VO clock controller
  ` [PATCH v4 02/18] clk: thead: Add clock support for VO subsystem in T-Head TH1520 SoC
  ` [PATCH v4 03/18] dt-bindings: firmware: thead,th1520: Add support for firmware node
  ` [PATCH v4 04/18] firmware: thead: Add AON firmware protocol driver
  ` [PATCH v4 05/18] dt-bindings: power: Add TH1520 SoC power domains
  ` [PATCH v4 06/18] pmdomain: thead: Add power-domain driver for TH1520
  ` [PATCH v4 07/18] riscv: Enable PM_GENERIC_DOMAINS for T-Head SoCs
  ` [PATCH v4 08/18] dt-bindings: reset: Add T-HEAD TH1520 SoC Reset Controller
  ` [PATCH v4 09/18] reset: thead: Add TH1520 reset controller driver
  ` [PATCH v4 10/18] drm/imagination: Add reset controller support for GPU initialization
  ` [PATCH v4 11/18] dt-bindings: gpu: Add 'resets' property "
  ` [PATCH v4 12/18] dt-bindings: gpu: Add support for T-HEAD TH1520 GPU
  ` [PATCH v4 13/18] drm/imagination: Add support for IMG BXM-4-64 GPU
  ` [PATCH v4 14/18] drm/imagination: Enable PowerVR driver for RISC-V
  ` [PATCH v4 15/18] riscv: dts: thead: Add device tree VO clock controller
  ` [PATCH v4 16/18] riscv: dts: thead: Introduce power domain nodes with aon firmware
  ` [PATCH v4 17/18] riscv: dts: thead: Introduce reset controller node
  ` [PATCH v4 18/18] riscv: dts: thead: Add GPU node to TH1520 device tree

[PATCH v4] riscv: Add runtime constant support
 2025-02-03 17:06 UTC  (2+ messages)

[PATCH v2 00/11] RISC-V IMSIC driver improvements
 2025-02-03 16:01 UTC  (3+ messages)

[External] Re: [PATCH] riscv: add a warning when physical memory address overflows
 2025-02-03 15:59 UTC  (2+ messages)

[PATCH] riscv/futex: sign extend compare value in atomic cmpxchg
 2025-02-03 15:44 UTC  (3+ messages)

[PATCH V2] usb: gadget: udc: renesas_usb3: Fix compiler warning
 2025-02-03 15:41 UTC  (2+ messages)

[PATCH RESEND v3 0/3] riscv: canaan: Add support for K230-Canmv clock
 2025-02-03 14:49 UTC  (4+ messages)
` [PATCH RESEND v3 1/3] dt-bindings: clock: Add bindings for Canaan K230 clock controller
` [PATCH RESEND v3 2/3] clk: canaan: Add clock driver for Canaan K230
` [PATCH RESEND v3 3/3] riscv: dts: canaan: Add clock initial support for K230

[RFC PATCH v2 00/17] Linux SBI MPXY and RPMI drivers
 2025-02-03 14:41 UTC  (29+ messages)
` [RFC PATCH v2 01/17] riscv: Add new error codes defined by SBI v3.0
` [RFC PATCH v2 02/17] dt-bindings: mailbox: Add bindings for RPMI shared memory transport
` [RFC PATCH v2 03/17] dt-bindings: mailbox: Add bindings for RISC-V SBI MPXY extension
` [RFC PATCH v2 04/17] RISC-V: Add defines for the SBI message proxy extension
` [RFC PATCH v2 05/17] mailbox: Add common header for RPMI messages sent via mailbox
` [RFC PATCH v2 06/17] mailbox: Allow controller specific mapping using fwnode
` [RFC PATCH v2 07/17] mailbox: Add RISC-V SBI message proxy (MPXY) based mailbox driver
` [RFC PATCH v2 08/17] dt-bindings: clock: Add bindings for RISC-V RPMI clock service group
` [RFC PATCH v2 09/17] clk: Add clock driver for the "
` [RFC PATCH v2 10/17] dt-bindings: interrupt-controller: Add bindings for RISC-V RPMI system MSI
` [RFC PATCH v2 11/17] irqchip: Add driver for the RISC-V RPMI system MSI service group
` [RFC PATCH v2 12/17] ACPI: property: Add support for nargs_prop in acpi_fwnode_get_reference_args()
` [RFC PATCH v2 13/17] ACPI: scan: Update honor list for RPMI System MSI
` [RFC PATCH v2 14/17] ACPI: RISC-V: Add RPMI System MSI to GSI mapping
` [RFC PATCH v2 15/17] mailbox/riscv-sbi-mpxy: Add ACPI support
` [RFC PATCH v2 16/17] irqchip/riscv-rpmi-sysmsi: "
` [RFC PATCH v2 17/17] RISC-V: Enable GPIO keyboard and event device in RV64 defconfig

[PATCH] riscv/atomic: Do proper sign extension also for unsigned in arch_cmpxchg
 2025-02-03 13:57 UTC  (12+ messages)

[PATCH v4 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-02-03 10:35 UTC  (5+ messages)
` [PATCH v4 3/7] syscall.h: add syscall_set_arguments()
` [PATCH v4 4/7] syscall.h: introduce syscall_set_nr()

[PATCH v2] riscv: Use Zalrsc extension to implement atomic functions
 2025-02-03  6:59 UTC  (5+ messages)

[PATCH v2 0/5] KVM: drop 32-bit host support on all architectures
 2025-02-03  5:43 UTC  (6+ messages)
` [PATCH v2 2/5] riscv: kvm: drop 32-bit host support
` [PATCH v2 4/5] powerpc: kvm: drop 32-bit book3s

[PATCH v3 1/5] dt-bindings: pci: Add Sophgo SG2042 PCIe host
 2025-02-03  2:35 UTC  (3+ messages)

[PATCH v2 0/5] riscv: dts: starfive: jh7110-common: Sync downstream U-Boot changes
 2025-02-03  1:37 UTC  (6+ messages)
` [PATCH v2 1/5] riscv: dts: starfive: jh7110-common: replace syscrg clock assignments
` [PATCH v2 2/5] riscv: dts: starfive: jh7110-common: qspi flash setting read-delay 2 cycles max 100MHz
` [PATCH v2 3/5] riscv: dts: starfive: jh7110-common: assign 24MHz clock-frequency to uart0
` [PATCH v2 4/5] riscv: dts: starfive: jh7110-common: add eeprom node to i2c5
` [PATCH v2 5/5] riscv: dts: starfive: jh7110-common: bootph-pre-ram hinting needed by boot loader

[PATCH] riscv: print hartid on bringup
 2025-02-01 11:06 UTC 

[GIT PULL] RISC-V Patches for the 6.14 Merge Window, Part 1
 2025-02-01  3:59 UTC  (5+ messages)

[PATCH] kbuild: Use --strip-unneeded with INSTALL_MOD_STRIP
 2025-01-31 21:33 UTC  (6+ messages)

[PATCH v3] riscv: Add runtime constant support
 2025-01-31 21:23 UTC  (6+ messages)

[PATCH v3] kbuild: Strip runtime const RELA sections correctly
 2025-01-31 19:27 UTC  (6+ messages)

Współpraca
 2025-01-31  8:45 UTC 

[PATCH v3] riscv: Fix the PAUSE Opcode for MIPS P8700
 2025-01-31  7:20 UTC  (7+ messages)

[PATCH v2 0/4] riscv: uaccess: optimizations
 2025-01-31  6:00 UTC  (5+ messages)
` [PATCH v2 2/4] riscv: uaccess: use input constraints for ptr of __put_user

[PATCH v4 0/4] defconfig: drop RT_GROUP_SCHED=y
 2025-01-30 14:10 UTC  (2+ messages)

[PATCH] riscv: add a warning when physical memory address overflows
 2025-01-30 14:10 UTC  (2+ messages)

[PATCH] riscv/futex: Optimize atomic cmpxchg
 2025-01-30 14:10 UTC  (2+ messages)

[PATCH v11 00/14] riscv: Add support for xtheadvector
 2025-01-30 14:10 UTC  (2+ messages)

[PATCH] RISC-V: Mark riscv_v_init() as __init
 2025-01-30 14:10 UTC  (2+ messages)

[PATCH v3 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-01-30 11:36 UTC  (11+ messages)
` [PATCH v3 2/6] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
` [PATCH v3 3/6] syscall.h: introduce syscall_set_nr()

[PATCH v3 0/4] riscv: add support for SBI Supervisor Software Events
 2025-01-30 10:01 UTC  (7+ messages)
` [PATCH v3 2/4] riscv: add support for SBI Supervisor Software Events extension

Multigrain timestamps do not work on RISC-V
 2025-01-30  9:29 UTC  (6+ messages)

[PATCH] riscv: Simplify base extension checks and direct boolean return
 2025-01-30  8:50 UTC  (2+ messages)

Proszę o kontakt
 2025-01-30  8:40 UTC 

[PATCH V5 0/3] riscv: mm: Add soft-dirty and uffd-wp support
 2025-01-30  8:42 UTC  (4+ messages)
` [PATCH V5 1/3] riscv: mm: Prepare for reusing PTE RSW bit(9)

[PATCH v4 1/2] dt-bindings: interrupt-controller: add risc-v,aplic hart indexes
 2025-01-29 16:40 UTC  (5+ messages)
` [PATCH v5 0/2] riscv,aplic: support for "
  ` [PATCH v5 1/2] dt-bindings: interrupt-controller: add risc-v,aplic "
  ` [PATCH v5 2/2] irqchip/riscv-aplic: add support for "

Linux RISC-V Patchwork CI updates
 2025-01-29 13:26 UTC 

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-29  8:49 UTC  (10+ messages)
  `  "
      `  "
            `  "
                `  "

[PATCH 00/12] Support for Allwinner V853 SoC
 2025-01-29  7:29 UTC  (6+ messages)
` [PATCH 05/12] clk: sunxi-ng: add CCU drivers for V853

[RFC v3 00/18] Enable drm/imagination BXM-4-64 Support for LicheePi 4A
 2025-01-29  7:24 UTC  (9+ messages)
  ` [RFC v3 05/18] pmdomain: thead: Add power-domain driver for TH1520
    ` [RFC v3 04/18] firmware: thead: Add AON firmware protocol driver

[PATCH v4 00/19] Wire up CRC32 library functions to arch-optimized code
 2025-01-29  0:56 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v4 0/4] riscv: spacemit: add gpio support for K1 SoC
 2025-01-28 18:50 UTC  (11+ messages)
` [PATCH v4 1/4] dt-bindings: gpio: spacemit: add "

[PATCH v3 00/21] Add Counter delegation ISA extension support
 2025-01-28 18:16 UTC  (10+ messages)
` [PATCH v3 04/21] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH v3 08/21] dt-bindings: riscv: add Counter delegation ISA extensions description
` [PATCH v3 09/21] RISC-V: Add Smcntrpmf extension parsing
` [PATCH v3 10/21] dt-bindings: riscv: add Smcntrpmf ISA extension description


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