public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-11-26 23:28:33 to 2023-11-29 06:02:10 UTC [more...]

[PATCH v2 0/6] Initial device tree support for StarFive JH8100 SoC
 2023-11-29  6:00 UTC  (4+ messages)
` [PATCH v2 1/6] dt-bindings: riscv: Add StarFive Dubhe compatibles
` [PATCH v2 2/6] dt-bindings: riscv: Add StarFive JH8100 SoC
` [PATCH v2 3/6] dt-bindings: timer: Add StarFive JH8100 clint

[PATCH v2 00/13] RISC-V: provide some accelerated cryptography implementations using vector extensions
 2023-11-29  5:32 UTC  (33+ messages)
` [PATCH v2 01/13] RISC-V: add helper function to read the vector VLEN
` [PATCH v2 02/13] RISC-V: hook new crypto subdir into build-system
` [PATCH v2 03/13] RISC-V: crypto: add OpenSSL perl module for vector instructions
` [PATCH v2 04/13] RISC-V: crypto: add Zvkned accelerated AES implementation
` [PATCH v2 05/13] crypto: simd - Update `walksize` in simd skcipher
` [PATCH v2 06/13] crypto: scatterwalk - Add scatterwalk_next() to get the next scatterlist in scatter_walk
` [PATCH v2 07/13] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations
` [PATCH v2 08/13] RISC-V: crypto: add Zvkg accelerated GCM GHASH implementation
` [PATCH v2 09/13] RISC-V: crypto: add Zvknha/b accelerated SHA224/256 implementations
` [PATCH v2 10/13] RISC-V: crypto: add Zvknhb accelerated SHA384/512 implementations
` [PATCH v2 11/13] RISC-V: crypto: add Zvksed accelerated SM4 implementation
` [PATCH v2 12/13] RISC-V: crypto: add Zvksh accelerated SM3 implementation
` [PATCH v2 13/13] RISC-V: crypto: add Zvkb accelerated ChaCha20 implementation

[PATCH v2 0/6] DRM driver for verisilicon
 2023-11-29  3:13 UTC  (4+ messages)
` [PATCH v2 1/6] dt-bindings: display: Add yamls for JH7110 display system

[PATCH 00/10] IOMMU related FW parsing cleanup
 2023-11-29  3:11 UTC  (14+ messages)
` [PATCH 01/10] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH 02/10] iommmu/of: Do not return struct iommu_ops from of_iommu_configure()
` [PATCH 03/10] iommu/of: Use -ENODEV consistently in of_iommu_configure()
` [PATCH 04/10] iommu: Mark dev_iommu_get() with lockdep
` [PATCH 05/10] iommu: Mark dev_iommu_priv_set() with a lockdep
` [PATCH 06/10] iommu: Replace iommu_device_lock with iommu_probe_device_lock
` [PATCH 07/10] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
` [PATCH 08/10] iommu/tegra: Use tegra_dev_iommu_get_stream_id() in the remaining places
` [PATCH 09/10] ACPI: IORT: Cast from ULL to phys_addr_t
` [PATCH 10/10] ACPI: IORT: Allow COMPILE_TEST of IORT

[PATCH v2 0/4] kbuild: Per arch/platform dtc warning levels
 2023-11-28 22:25 UTC  (5+ messages)

[PATCH v4 00/12] RISC-V: support some cryptography accelerations
 2023-11-28 20:19 UTC  (11+ messages)

[PATCH v5 0/5] RISC-V SBI debug console extension support
 2023-11-28 19:21 UTC  (5+ messages)
` [PATCH v5 3/5] tty/serial: Add RISC-V SBI debug console based earlycon
` [PATCH v5 4/5] tty: Add SBI debug console support to HVC SBI driver

[PATCH 0/2] membarrier: riscv: Provide core serializing command
 2023-11-28 18:39 UTC  (7+ messages)
` [PATCH 1/2] locking: Introduce prepare_sync_core_cmd()
` [PATCH 2/2] membarrier: riscv: Provide core serializing command

[syzbot] riscv/fixes boot error: failed to read from qemu: EOF
 2023-11-28 17:41 UTC 

[PATCH] riscv: misaligned: remove CONFIG_RISCV_M_MODE specific code
 2023-11-28 16:52 UTC 

[PATCH v2 00/12] Enable networking support for StarFive JH7100 SoC
 2023-11-28 16:22 UTC  (11+ messages)
` [PATCH v2 09/12] riscv: dts: starfive: jh7100: Add sysmain and gmac DT nodes
` [PATCH v2 12/12] [UNTESTED] riscv: dts: starfive: beaglev-starlight: Enable gmac

[PATCH RFC 00/22] Initial cleanups for vCPU hotplug
 2023-11-28 15:42 UTC  (45+ messages)
` [PATCH RFC 01/22] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH RFC 02/22] x86: intel_epb: Don't rely on link order
` [PATCH RFC 03/22] x86/topology: remove arch_*register_cpu() exports
` [PATCH RFC 04/22] Loongarch: "
` [PATCH RFC 05/22] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH RFC 07/22] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH RFC 08/22] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH RFC 09/22] drivers: base: add arch_cpu_is_hotpluggable()
` [PATCH RFC 10/22] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH RFC 12/22] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH RFC 13/22] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH RFC 14/22] arm64: convert to arch_cpu_is_hotpluggable()
` [PATCH RFC 15/22] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 16/22] x86/topology: use weak version of arch_unregister_cpu()
` [PATCH RFC 17/22] x86/topology: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 18/22] LoongArch: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 20/22] LoongArch: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 22/22] riscv: "

[PATCH 00/15] KVM RISC-V report more ISA extensions through ONE_REG
 2023-11-28 14:53 UTC  (16+ messages)
` [PATCH 01/15] KVM: riscv: selftests: Generate ISA extension reg_list using macros
` [PATCH 02/15] RISC-V: KVM: Allow Zbc extension for Guest/VM
` [PATCH 03/15] KVM: riscv: selftests: Add Zbc extension to get-reg-list test
` [PATCH 04/15] RISC-V: KVM: Allow scalar crypto extensions for Guest/VM
` [PATCH 05/15] KVM: riscv: selftests: Add scaler crypto extensions to get-reg-list test
` [PATCH 06/15] RISC-V: KVM: Allow vector crypto extensions for Guest/VM
` [PATCH 07/15] KVM: riscv: selftests: Add vector crypto extensions to get-reg-list test
` [PATCH 08/15] RISC-V: KVM: Allow Zfh[min] extensions for Guest/VM
` [PATCH 09/15] KVM: riscv: selftests: Add Zfh[min] extensions to get-reg-list test
` [PATCH 10/15] RISC-V: KVM: Allow Zihintntl extension for Guest/VM
` [PATCH 11/15] KVM: riscv: selftests: Add Zihintntl extension to get-reg-list test
` [PATCH 12/15] RISC-V: KVM: Allow Zvfh[min] extensions for Guest/VM
` [PATCH 13/15] KVM: riscv: selftests: Add Zvfh[min] extensions to get-reg-list test
` [PATCH 14/15] RISC-V: KVM: Allow Zfa extension for Guest/VM
` [PATCH 15/15] KVM: riscv: selftests: Add Zfa extension to get-reg-list test

[PATCH v6 0/7] consolidate and cleanup CPU capacity
 2023-11-28 16:00 UTC  (4+ messages)
` [PATCH v6 1/7] topology: Add a new arch_scale_freq_reference

[PATCH 1/2] riscv: remove unneeded #include <asm-generic/export.h>
 2023-11-28 12:20 UTC  (4+ messages)
` [PATCH 2/2] riscv: replace <asm-generic/export.h> with <linux/export.h>

[PATCH v4 0/4] dma: sf-pdma: various sf-pdma updates for the mpfs platform
 2023-11-28 11:34 UTC  (7+ messages)
` [PATCH v4 1/4] dmaengine: sf-pdma: Support of_dma_controller_register()
` [PATCH v4 3/4] dmaengine: sf-pdma: add mpfs-pdma compatible name

[PATCH] riscv: Kconfig: Add select ARM_AMBA to SOC_STARFIVE
 2023-11-28 10:59 UTC  (3+ messages)

[PATCH 0/7] Initial device tree support for StarFive JH8100 SoC
 2023-11-28  7:57 UTC  (24+ messages)
` [PATCH 1/7] dt-bindings: riscv: Add StarFive Dubhe compatibles
` [PATCH 2/7] dt-bindings: riscv: Add StarFive JH8100 SoC
` [PATCH 3/7] dt-bindings: timer: Add StarFive JH8100 clint
` [PATCH 4/7] dt-bindings: interrupt-controller: Add StarFive JH8100 plic
` [PATCH 5/7] dt-bindings: xilinx: Add StarFive compatible string
` [PATCH 6/7] serial: xilinx_uartps: Add new compatible string for StarFive
` [PATCH 7/7] riscv: dts: starfive: Add initial StarFive JH8100 device tree

[PATCH] drivers: perf: ctr_get_width function for legacy is not defined
 2023-11-28  7:57 UTC  (2+ messages)

[RFC PATCH 0/5] RISC-V: Add dynamic TSO support
 2023-11-28  1:42 UTC  (12+ messages)
` [RFC PATCH 2/5] RISC-V: Expose Ssdtso via hwprobe API

[PATCH v4 0/2] riscv: Fix issues with module loading
 2023-11-27 22:05 UTC  (3+ messages)
` [PATCH v4 1/2] riscv: Safely remove entries from relocation list
` [PATCH v4 2/2] riscv: Correct type casting in module loading

[PATCH V4 RESEND] perf vendor events riscv: add T-HEAD C9xx JSON file
 2023-11-27 18:54 UTC  (2+ messages)

[PATCH 0/2] nvmem: Add Sophgo eFuse driver
 2023-11-27 18:24 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: nvmem: Add sophgo,efuses

[PATCH 0/2] riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
 2023-11-27 18:15 UTC  (4+ messages)
` [PATCH 1/2] riscv: Include riscv_set_icache_flush_ctx prctl

[PATCH] riscv: Use asm-generic for {read,write}{bwlq} and their relaxed variant
 2023-11-27 15:57 UTC  (3+ messages)

[PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
 2023-11-27 11:13 UTC  (13+ messages)

[PATCH v2 7/9] irqchip: Add RISC-V advanced PLIC driver
 2023-11-24  3:15 UTC 

[PATCH v4] perf vendor events riscv: add StarFive Dubhe-90 JSON file
 2023-11-27 14:40 UTC  (2+ messages)

[PATCH] riscv: reserve DTB before possible memblock allocation
 2023-11-27 14:29 UTC  (5+ messages)

[PATCH v2] riscv: fix incorrect use of __user pointer
 2023-11-27 12:57 UTC  (9+ messages)

[PATCH v1 0/1] riscv: Introduce system suspend support
 2023-11-27 12:07 UTC  (3+ messages)

[RFC PATCH] membarrier: riscv: Provide core serializing command
 2023-11-27 10:44 UTC  (6+ messages)

[PATCH v3 0/2] riscv: Fix issues with module loading
 2023-11-27 10:42 UTC  (3+ messages)
` [PATCH v3 1/2] riscv: Safely remove entries from relocation list

[PATCH v2 0/4] riscv: sophgo: add clock support for sg2042
 2023-11-27  9:16 UTC  (10+ messages)
` [PATCH v2 1/4] dt-bindings: clock: sophgo: Add SG2042 bindings
` [PATCH v2 2/4] dt-bindings: soc: sophgo: Add Sophgo syscon module
` [PATCH v2 3/4] clk: sophgo: Add SG2042 clock generator driver
` [PATCH v2 4/4] riscv: dts: add clock generator for Sophgo SG2042 SoC

Zapytanie ofertowe
 2023-11-27  9:05 UTC 

[PATCH] riscv: mm: still create swiotlb buffer for kmalloc() bouncing if required
 2023-11-27  8:35 UTC  (3+ messages)

[RFC PATCH V1 00/11] riscv: Introduce 64K base page
 2023-11-27  8:14 UTC  (3+ messages)
  ` [External] "

[PATCH 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions
 2023-11-27  2:52 UTC  (14+ messages)
` [PATCH 06/12] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations
` [PATCH 07/12] RISC-V: crypto: add Zvkg accelerated GCM GHASH implementation
` [PATCH 09/12] RISC-V: crypto: add Zvknhb accelerated SHA384/512 implementations
` [PATCH 12/12] RISC-V: crypto: add Zvkb accelerated ChaCha20 implementation

[PATCH v1 0/8] Add JH7100 errata and update device tree
 2023-11-26 23:27 UTC  (7+ messages)
` [PATCH v1 3/8] riscv: dts: starfive: Mark the JH7100 as having non-coherent DMAs
` [PATCH v1 4/8] riscv: dts: starfive: Add JH7100 cache controller
` [PATCH v1 5/8] riscv: dts: starfive: Add pool for coherent DMA memory on JH7100 boards
` [PATCH v1 6/8] riscv: dts: starfive: Add JH7100 MMC nodes
` [PATCH v1 7/8] riscv: dts: starfive: Enable SD-card on JH7100 boards
` [PATCH v1 8/8] riscv: dts: starfive: Enable SDIO wifi "


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