public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2024-06-03 12:53:20 to 2024-06-10 04:45:48 UTC [more...]

[PATCH 00/13] riscv: Add support for xtheadvector
 2024-06-10  4:45 UTC  (2+ messages)
` [PATCH 01/13] dt-bindings: riscv: Add xtheadvector ISA extension description

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

[PATCH 0/4] riscv: Separate vendor extensions from standard extensions
 2024-06-09 23:02 UTC  (4+ messages)
` [PATCH 1/4] riscv: Extend cpufeature.c to detect vendor extensions

[-fixes] riscv: kexec: Avoid deadlock in kexec crash path
 2024-06-09 14:18 UTC  (2+ messages)

[PATCH v6 0/1] Risc-V Svinval support
 2024-06-09 11:21 UTC  (2+ messages)
` [PATCH v6 1/1] riscv: mm: Add support for Svinval extension

[PATCH v4 0/2] dt-bindings: interrupt-controller: riscv,cpu-intc
 2024-06-09 10:07 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: interrupt-controller: riscv,cpu-intc: convert to dtschema
` [PATCH v4 2/2] dt-bindings: riscv: cpus: add ref to interrupt-controller

[GIT PULL] RISC-V Fixes for 6.10-rc3
 2024-06-07 22:07 UTC  (2+ messages)

[PATCH 0/3] riscv: Per-thread envcfg CSR support
 2024-06-07 22:01 UTC  (10+ messages)
` [PATCH 1/3] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH 2/3] riscv: Add support for per-thread envcfg CSR values
` [PATCH 3/3] riscv: Call riscv_user_isa_enable() only on the boot hart

[PATCH 1/3] RISC-V: Add Zicclsm to cpufeature and hwprobe
 2024-06-07 21:32 UTC  (15+ messages)
` [PATCH 2/3] RISC-V: Detect unaligned vector accesses supported
` [PATCH 3/3] RISC-V: Report vector unaligned accesse speed hwprobe

[PATCH v2 0/8] remove size limit on XIP kernel
 2024-06-07 20:22 UTC  (9+ messages)
` [PATCH v2 1/8] riscv: cleanup XIP_FIXUP macro
` [PATCH v2 2/8] riscv: don't export va_kernel_pa_offset in vmcoreinfo for XIP kernel
` [PATCH v2 3/8] riscv: replace misleading va_kernel_pa_offset on "
` [PATCH v2 4/8] riscv: drop the use of XIP_OFFSET in XIP_FIXUP_OFFSET
` [PATCH v2 5/8] riscv: drop the use of XIP_OFFSET in XIP_FIXUP_FLASH_OFFSET
` [PATCH v2 6/8] riscv: drop the use of XIP_OFFSET in kernel_mapping_va_to_pa()
` [PATCH v2 7/8] riscv: drop the use of XIP_OFFSET in create_kernel_page_table()
` [PATCH v2 8/8] riscv: remove limit on the size of read-only section for XIP kernel

[PATCH 0/7] remove size limit on XIP kernel
 2024-06-07 19:17 UTC  (5+ messages)
` [PATCH 7/7] riscv: remove limit on the size of read-only section for "

[PATCH v0] RISC-V: Use Zkr to seed KASLR base address
 2024-06-07 18:51 UTC  (7+ messages)

[RESEND v3 0/2] dt-bindings: interrupt-controller: riscv,cpu-intc
 2024-06-07 14:11 UTC  (3+ messages)
` [RESEND v3 2/2] dt-bindings: riscv: cpus: add ref to interrupt-controller

[PATCH RESEND v5 1/3] riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()
 2024-06-07 11:01 UTC  (5+ messages)
` [PATCH RESEND v5 3/3] RISC-V: Select ACPI PPTT drivers

[PATCH] RISC-V:KVM: Add AMO load/store access fault traps to redirect to guest
 2024-06-07  7:07 UTC  (2+ messages)

[PATCH v3 0/2] perf kvm: Add kvm stat support on riscv
 2024-06-07  6:50 UTC  (8+ messages)
` [PATCH v3 2/2] perf kvm/riscv: Port perf kvm stat to RISC-V

[GIT PULL] KVM/riscv fixes for 6.10 take #2
 2024-06-07  6:49 UTC 

[PATCH] riscv: Improve exception and system call latency
 2024-06-07  6:13 UTC  (8+ messages)
      ` [CAUTION - External Sender] "
` [PATCH v2] "

[PATCH v3] vmalloc: Modify the alloc_vmap_area() error message for better diagnostics
 2024-06-07  0:46 UTC 

[PATCH v2 0/3] riscv: sophgo: add thermal sensor support for cv180x/sg200x SoCs
 2024-06-06 22:36 UTC  (10+ messages)
` [PATCH v2 1/3] dt-bindings: thermal: sophgo,cv180x-thermal: Add Sophgo CV180x thermal
` [PATCH v2 2/3] riscv: dts: sophgo: cv18xx: Add sensor device and thermal zone
` [PATCH v2 3/3] thermal: cv180x: Add cv180x thermal driver support

[PATCH v6 11/17] ACPI: RISC-V: Initialize GSI mapping structures
 2024-06-06 22:32 UTC  (2+ messages)

[PATCH v6 10/17] ACPI: RISC-V: Implement function to reorder irqchip probe entries
 2024-06-06 22:07 UTC  (2+ messages)

[PATCH 0/4] riscv: Frame pointer fixes and enhancements
 2024-06-06 21:36 UTC  (5+ messages)
` [PATCH 1/4] riscv: Fix 32-bit call_on_irq_stack() frame pointer ABI
` [PATCH 2/4] riscv: entry: Balance vector context nesting

[PATCH] RISC-V: fix vector insn load/store width mask
 2024-06-06 18:59 UTC  (2+ messages)

[PATCH v16 0/5] riscv: sophgo: add clock support for sg2042
 2024-06-06  8:37 UTC  (6+ messages)
` [PATCH v16 1/5] dt-bindings: clock: sophgo: add pll clocks for SG2042
` [PATCH v16 2/5] dt-bindings: clock: sophgo: add RP gate "
` [PATCH v16 3/5] dt-bindings: clock: sophgo: add clkgen "
` [PATCH v16 4/5] clk: sophgo: Add SG2042 clock driver
` [PATCH v16 5/5] riscv: dts: add clock generator for Sophgo SG2042 SoC

Fotowoltaika - propozycja instalacji
 2024-06-06  8:10 UTC 

[PATCH v6 0/7] Linux RISC-V IOMMU Support
 2024-06-06  6:54 UTC  (8+ messages)
` [PATCH v6 2/7] iommu/riscv: Add RISC-V IOMMU platform device driver

[PATCH] RISC-V: Implement ioremap_wc/wt
 2024-06-06  6:48 UTC  (2+ messages)
` [External] "

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

[PATCH v15 0/5] riscv: sophgo: add clock support for sg2042
 2024-06-06  5:57 UTC  (4+ messages)
` [PATCH v15 4/5] clk: sophgo: Add SG2042 clock driver

[PATCH v1 0/5] PolarFire SoC Auto Update design info support
 2024-06-05 18:42 UTC  (2+ messages)
` (subset) "

[PATCH RFC 0/6] riscv: perf: Add support for Control Transfer Records Ext
 2024-06-05 18:06 UTC  (5+ messages)
` [PATCH RFC 2/6] riscv: perf: Add Control transfer records CSR definations
` [PATCH RFC 3/6] riscv: perf: Add Control Transfer Records extension parsing

[PATCH v5 0/4] Add Svade and Svadu Extensions Support
 2024-06-05 16:54 UTC  (6+ messages)
` [PATCH v5 1/4] RISC-V: "
` [PATCH v5 2/4] dt-bindings: riscv: Add Svade and Svadu Entries
` [PATCH v5 3/4] RISC-V: KVM: Add Svade and Svadu Extensions Support for Guest/VM
` [PATCH v5 4/4] KVM: riscv: selftests: Add Svade and Svadu Extension to get-reg-list test

[RFC PATCH v0] RISCV: Report vector unaligned accesses hwprobe
 2024-06-05 16:34 UTC  (8+ messages)

[PATCH v5 0/8] Support Zve32[xf] and Zve64[xfd] Vector subextensions
 2024-06-05 14:10 UTC  (2+ messages)

[PATCH v4 00/11] riscv: Memory Hot(Un)Plug support
 2024-06-05 11:40 UTC  (12+ messages)
` [PATCH v4 01/11] riscv: mm: Properly forward vmemmap_populate() altmap parameter
` [PATCH v4 02/11] riscv: mm: Pre-allocate vmemmap/direct map/kasan PGD entries
` [PATCH v4 03/11] riscv: mm: Change attribute from __init to __meminit for page functions
` [PATCH v4 04/11] riscv: mm: Refactor create_linear_mapping_range() for memory hot add
` [PATCH v4 05/11] riscv: mm: Add pfn_to_kaddr() implementation
` [PATCH v4 06/11] riscv: mm: Add memory hotplugging support
` [PATCH v4 07/11] riscv: mm: Take memory hotplug read-lock during kernel page table dump
` [PATCH v4 08/11] riscv: Enable memory hotplugging for RISC-V
` [PATCH v4 09/11] virtio-mem: Enable virtio-mem "
` [PATCH v4 10/11] riscv: mm: Add support for ZONE_DEVICE
` [PATCH v4 11/11] riscv: Enable DAX VMEMMAP optimization

[PATCH v3] riscv: defconfig: Enable StarFive JH7110 drivers
 2024-06-05  7:17 UTC 

[PATCH v4 0/7] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-06-04 23:36 UTC  (18+ messages)
` [PATCH v4 2/7] mm: multi-gen LRU: Have secondary MMUs participate in aging
` [PATCH v4 6/7] KVM: arm64: Relax locking for kvm_test_age_gfn and kvm_age_gfn

[PATCH RFC v2 0/4] Svvptc extension to remove preventive sfence.vma
 2024-06-04 20:17 UTC  (10+ messages)
` [PATCH RFC/RFT v2 3/4] riscv: Stop emitting preventive sfence.vma for new vmalloc mappings
  ` [External] "

[RESEND PATCH] clk: sifive: prci: fix module autoloading
 2024-06-04 18:37 UTC  (2+ messages)

[PATCH] riscv: dts: starfive: Update flash partition layout
 2024-06-04 17:06 UTC  (7+ messages)

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

[PATCH v5 0/2] Add notifier for PLL0 clock and set it 1.5GHz on
 2024-06-04 16:53 UTC  (10+ messages)

riscv/fixes build: 8 builds: 0 failed, 8 passed, 10080 warnings (riscv-for-linus-6.10-rc2-2-g7932b172ac7e)
 2024-05-31 16:56 UTC 

riscv/fixes build: 8 builds: 0 failed, 8 passed, 10079 warnings (v6.10-rc1-5-ga5e8a5b08a48)
 2024-05-31  3:54 UTC 

riscv/fixes build: 8 builds: 0 failed, 8 passed, 10080 warnings (v6.10-rc1-5-g06fcde8cc897)
 2024-05-31 16:04 UTC 

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

[PATCH] Documentation: kernel-parameters: Add RISCV for nohlt
 2024-06-04 11:40 UTC 

[PATCH v5 08/16] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
 2024-06-04  7:18 UTC  (2+ messages)

[PATCH v2] riscv: stacktrace: Add USER_STACKTRACE support
 2024-06-04  3:47 UTC 

[RFC PATCH v4 0/5] Add Svadu Extension Support
 2024-06-04  2:26 UTC  (9+ messages)
` [RFC PATCH v4 1/5] RISC-V: Detect and Enable "

[PATCH 1/2] PCI: microchip: Fix outbound address translation tables
 2024-06-03 18:45 UTC  (2+ messages)

[PATCH] RISC-V: hwprobe: Add MISALIGNED_PERF key
 2024-06-03 18:05 UTC  (3+ messages)

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-06-03 17:25 UTC  (4+ messages)
` [PATCH 9/9] mmc: Convert from tasklet to BH workqueue

[PATCH 0/7] Zacas/Zabha support and qspinlocks
 2024-06-03 15:31 UTC  (6+ messages)
` [PATCH 2/7] riscv: Implement cmpxchg8/16() using Zabha

[PATCH v2] irqchip/riscv-aplic: Simplify the to_of_node() code
 2024-06-03 12:56 UTC 


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