linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/2] dt-bindings: interrupt-controller: riscv,cpu-intc:
 2024-05-20  9:39 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: interrupt-controller: riscv,cpu-intc: convert to dtschema
` [PATCH 2/2] dt-bindings: riscv: cpus: add ref to interrupt-controller

[PATCH] riscv, bpf: Introduce shift add helper with Zba optimization
 2024-05-20  7:16 UTC 

[PATCH v1 0/3] Add the core reset for UARTs of StarFive JH7110
 2024-05-20  2:06 UTC  (6+ messages)
` [PATCH v1 1/3] dt-bindings: serial: snps-dw-apb-uart: Add one more reset signal for StarFive JH7110 SoC
` [PATCH v1 2/3] serial: 8250_dw: Use reset array API to get resets
` [PATCH v1 3/3] riscv: dts: starfive: jh7110: Add the core reset and jh7110 compatible for uarts

[PATCH v2] dt-bindings: interrupt-controller: riscv,cpu-intc: convert to dtschema
 2024-05-19 18:03 UTC  (5+ messages)

[PATCH] riscv, bpf: try RVC for reg move within BPF_CMPXCHG JIT
 2024-05-19  5:05 UTC 

[PATCH 0/2] docs: riscv: Some clarifies on hwprobe misaligned performance
 2024-05-18 16:00 UTC  (3+ messages)
` [PATCH 1/2] docs: riscv: Clarify risc-v hwprobe RISCV_HWPROBE_MISALIGNED_* docs
` [PATCH 2/2] docs: riscv: hwprobe: Clarify misaligned keys are values not bitmasks

[PATCH bpf-next v2 0/3] Use bpf_prog_pack for RV64 bpf trampoline
 2024-05-18  9:29 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: Use precise image size for struct_ops trampoline
` [PATCH bpf-next v2 2/3] riscv, bpf: Fix out-of-bounds issue when preparing trampoline image
` [PATCH bpf-next v2 3/3] riscv, bpf: Use bpf_prog_pack for RV64 bpf trampoline

[PATCH v3 0/3] Add update_mmu_tlb_range() to simplify code
 2024-05-18  7:49 UTC  (4+ messages)
` [PATCH v3 1/3] mm: Add update_mmu_tlb_range()
` [PATCH v3 2/3] mm: Refactor update_mmu_tlb()
` [PATCH v3 3/3] mm: Use update_mmu_tlb_range() to simplify code

[PATCH bpf-next v4 0/3] Add 12-argument support for RV64 bpf trampoline
 2024-05-18  3:28 UTC  (4+ messages)
` [PATCH bpf-next v4 1/3] riscv, bpf: "
` [PATCH bpf-next v4 2/3] selftests/bpf: Factor out many args tests from tracing_struct
` [PATCH bpf-next v4 3/3] selftests/bpf: Add testcase where 7th argment is struct

[PATCH v5 0/7] Linux RISC-V IOMMU Support
 2024-05-18  3:51 UTC  (17+ messages)
` [PATCH v5 1/7] dt-bindings: iommu: riscv: Add bindings for RISC-V IOMMU
` [PATCH v5 2/7] iommu/riscv: Add RISC-V IOMMU platform device driver
` [PATCH v5 3/7] iommu/riscv: Add RISC-V IOMMU PCIe "
` [PATCH v5 4/7] iommu/riscv: Enable IOMMU registration and device probe
` [PATCH v5 5/7] iommu/riscv: Device directory management
` [PATCH v5 6/7] iommu/riscv: Command and fault queue support
` [PATCH v5 7/7] iommu/riscv: Paging domain support

riscv/for-next build: 8 builds: 0 failed, 8 passed (v6.9-rc1-50-g92cce91949a49)
 2024-05-18  2:02 UTC 

[PATCH] dt-bindings: interrupt-controller: riscv,cpu-intc: convert to dtschema
 2024-05-17 20:00 UTC  (4+ messages)

[PATCH v2 0/3] Add I2C support on TH1520
 2024-05-17 16:14 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: i2c: dw: Document compatible thead,th1520-i2c
` [PATCH v2 2/3] riscv: dts: thead: Add TH1520 I2C nodes
` [PATCH v2 3/3] riscv: dts: thead: Enable I2C on the BeagleV-Ahead

[PATCH v5 00/16] Add support for a few Zc* extensions, Zcmop and Zimop
 2024-05-17 16:44 UTC  (20+ messages)
` [PATCH v5 01/16] dt-bindings: riscv: add Zimop ISA extension description
` [PATCH v5 02/16] riscv: add ISA extension parsing for Zimop
` [PATCH v5 03/16] riscv: hwprobe: export Zimop ISA extension
` [PATCH v5 04/16] RISC-V: KVM: Allow Zimop extension for Guest/VM
` [PATCH v5 05/16] KVM: riscv: selftests: Add Zimop extension to get-reg-list test
` [PATCH v5 06/16] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description
` [PATCH v5 07/16] riscv: add ISA extensions validation callback
` [PATCH v5 08/16] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
` [PATCH v5 09/16] riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions
` [PATCH v5 10/16] RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM
` [PATCH v5 11/16] KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test
` [PATCH v5 12/16] dt-bindings: riscv: add Zcmop ISA extension description
` [PATCH v5 13/16] riscv: add ISA extension parsing for Zcmop
` [PATCH v5 14/16] riscv: hwprobe: export Zcmop ISA extension
` [PATCH v5 15/16] RISC-V: KVM: Allow Zcmop extension for Guest/VM
` [PATCH v5 16/16] KVM: riscv: selftests: Add Zcmop extension to get-reg-list test

[PATCH RESEND v8 00/16] mm: jit/text allocator
 2024-05-17 16:09 UTC  (5+ messages)
` [PATCH RESEND v8 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH v4 00/66] Define _GNU_SOURCE for sources using
 2024-05-17 14:48 UTC  (12+ messages)
` [PATCH v4 08/66] selftests/cgroup: Drop define _GNU_SOURCE
` [PATCH v4 65/66] selftests/wireguard: "

[PATCH v2 0/8] Add T-Head TH1520 SoC pin control
 2024-05-17 12:48 UTC  (4+ messages)
` [PATCH v2 1/8] dt-bindings: pinctrl: Add thead,th1520-pinctrl bindings

[PATCH v16 00/22] Refactoring Microchip PCIe driver and add StarFive PCIe
 2024-05-17 11:16 UTC  (2+ messages)

[PATCH v3] riscv, bpf: Optimize zextw insn with Zba extension
 2024-05-17  7:24 UTC  (3+ messages)

[PATCH v2 00/20] pinctrl: Use scope based of_node_put() cleanups
 2024-05-17  6:44 UTC  (5+ messages)
` [PATCH v2 03/20] pinctrl: stm32: "
` [PATCH v2 08/20] pinctrl: st: "

[PATCH] cpuidle: riscv-sbi: Add cluster_pm_enter()/exit()
 2024-05-17  4:39 UTC  (12+ messages)

[PATCH v6 00/17] riscv: Support vendor extensions and xtheadvector
 2024-05-16 20:31 UTC  (11+ messages)
` [PATCH v6 01/17] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH v6 02/17] dt-bindings: riscv: cpus: add a vlen register length property
` [PATCH v6 03/17] riscv: vector: Use vlenb from DT

[PATCH 0/4] riscv: Separate vendor extensions from standard extensions
 2024-05-16 16:11 UTC  (7+ messages)
` [PATCH 1/4] riscv: Extend cpufeature.c to detect vendor extensions
` [PATCH 2/4] riscv: Add vendor extensions to /proc/cpuinfo
` [PATCH 3/4] riscv: Introduce vendor variants of extension helpers
` [PATCH 4/4] riscv: cpufeature: Extract common elements from extension checking

[PATCH v1] RISC-V: separate Zbb optimisations requiring and not requiring toolchain support
 2024-05-16 10:29 UTC  (6+ messages)

[v3 0/6] DRM driver for verisilicon
 2024-05-16  2:57 UTC  (7+ messages)
` [v3 6/6] drm/vs: simple encoder

[PATCH v5 1/3] riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()
 2024-05-16  2:44 UTC  (5+ messages)
` [PATCH v5 2/3] riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTT
    ` [External] "

[kvmtool PATCH v3 1/1] riscv: Fix the hart bit setting of AIA
 2024-05-16  1:06 UTC 

[PATCH 0/2] riscv: Allow vlenb to be probed from DT
 2024-05-16  0:58 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: riscv: cpus: add a vlen register length property
` [PATCH 2/2] riscv: vector: Use vlenb from DT

[PATCH v3] kprobe/ftrace: bail out if ftrace was killed
 2024-05-16  0:23 UTC  (5+ messages)

riscv/for-next build: 8 builds: 0 failed, 8 passed (v6.9-rc1-61-g5e3964ba8400a)
 2024-05-15 19:16 UTC 

[PATCH v2] RISC-V: fix Andes errata build issues
 2024-05-15 18:23 UTC  (8+ messages)

riscv: irq-riscv-imsic-early.c:52:9: error: too many arguments to function 'riscv_ipi_set_virq_range'
 2024-05-15 17:13 UTC  (4+ messages)

[PATCH v5 0/2] Add notifier for PLL0 clock and set it 1.5GHz on
 2024-05-15 16:30 UTC  (8+ messages)

[PATCH v1] RISC-V: fix Andes errata build issues
 2024-05-15 16:06 UTC  (2+ messages)

[PATCH v4 00/11] Add support for a few Zc* extensions as well as Zcmop
 2024-05-15 15:47 UTC  (5+ messages)
` [PATCH v4 02/11] riscv: add ISA extensions validation

[kvmtool PATCH v2 1/1] riscv: Fix the hart bit setting of AIA
 2024-05-15 14:44 UTC  (2+ messages)

[PATCH v2 0/8] riscv: Support compiling the kernel with more extensions
 2024-05-15 14:34 UTC  (6+ messages)
` [PATCH v2 2/8] riscv: Add PLATFORM_MAY_SUPPORT_RISCV_ISA_V Kconfig option

[PATCH v2 0/2] riscv: make image compression configurable
 2024-05-15 13:40 UTC  (2+ messages)

[PATCH v2] riscv, bpf: Optimize zextw insn with Zba extension
 2024-05-15 11:51 UTC  (9+ messages)

Proszę o kontakt
 2024-05-15  8:01 UTC 

[PATCH 0/2] riscv: fix debug_pagealloc
 2024-05-15  7:39 UTC  (4+ messages)
` [PATCH 1/2] riscv: force PAGE_SIZE linear mapping if debug_pagealloc is enabled
` [PATCH 2/2] riscv: rewrite __kernel_map_pages() to fix sleeping in invalid context

[PATCH v4 0/2 RESEND] Add StarFive's StarLink Cache Controller
 2024-05-15  7:21 UTC  (4+ messages)
` [PATCH v4 1/2 RESEND] cache: Add StarFive StarLink cache management
` [PATCH v4 2/2 RESEND] dt-bindings: cache: Add docs for StarFive Starlink cache controller

[PATCH v2 0/8] riscv: Memory Hot(Un)Plug support
 2024-05-15  7:03 UTC  (25+ messages)
` [PATCH v2 2/8] riscv: mm: Change attribute from __init to __meminit for page functions
` [PATCH v2 3/8] riscv: mm: Refactor create_linear_mapping_range() for memory hot add
` [PATCH v2 4/8] riscv: mm: Add memory hotplugging support
` [PATCH v2 5/8] riscv: mm: Take memory hotplug read-lock during kernel page table dump
` [PATCH v2 6/8] riscv: Enable memory hotplugging for RISC-V
` [PATCH v2 8/8] riscv: mm: Add support for ZONE_DEVICE

[PATCH v5 0/2] riscv: sophgo: Add SG2042 external hardware monitor support
 2024-05-15  6:21 UTC  (4+ messages)
` [PATCH v5 1/2] dt-bindings: hwmon: Add Sophgo "

[PATCH] riscv: do not select MODULE_SECTIONS by default
 2024-05-14 22:03 UTC  (2+ messages)

[PATCH v2 0/3] Add support for GPIO based CS
 2024-05-14 17:57 UTC  (7+ messages)
` [PATCH v2 1/3] spi: dt-bindings: Add num-cs property for mpfs-spi
` [PATCH v2 2/3] spi: spi-microchip-core: Fix the number of chip selects supported
` [PATCH v2 3/3] spi: spi-microchip-core: Add support for GPIO based CS

[PATCH v4 0/7] Linux RISC-V IOMMU Support
 2024-05-14 18:23 UTC  (9+ messages)
` [PATCH v4 4/7] iommu/riscv: Enable IOMMU registration and device probe
` [PATCH v4 7/7] iommu/riscv: Paging domain support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).