Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-15 11:50:22 to 2023-11-21 13:45:31 UTC [more...]

[PATCH 00/21] Initial cleanups for vCPU hotplug
 2023-11-21 13:45 UTC  (10+ messages)
` [PATCH 05/21] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH 07/21] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH 08/21] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH 09/21] drivers: base: add arch_cpu_is_hotpluggable()
` [PATCH 10/21] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH 11/21] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH 12/21] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH 13/21] arm64: convert to arch_cpu_is_hotpluggable()
` [PATCH 14/21] x86/topology: Switch over to GENERIC_CPU_DEVICES

[PATCH RFC 00/22] Initial cleanups for vCPU hotplug
 2023-11-21 13:33 UTC  (7+ messages)
` [PATCH RFC 08/22] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH RFC 10/22] drivers: base: Move cpu_dev_init() after node_dev_init()

[PATCH 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions
 2023-11-21 13:14 UTC  (20+ messages)
` [PATCH 04/12] RISC-V: crypto: add Zvkned accelerated AES implementation
` [PATCH 06/12] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations
` [PATCH 10/12] RISC-V: crypto: add Zvksed accelerated SM4 implementation
` [PATCH 12/12] RISC-V: crypto: add Zvkb accelerated ChaCha20 implementation

[PATCH v4 0/2] Change the sg2042 timer layout to fit aclint format
 2023-11-21 13:03 UTC  (8+ messages)
` [PATCH v4 1/2] dt-bindings: timer: thead,c900-aclint-mtimer: separate mtime and mtimecmp regs
` [PATCH v4 2/2] riscv: dts: sophgo: separate sg2042 mtime and mtimecmp to fit aclint format

Potential config regression after 89cde455 ("kexec: consolidate kexec and crash options into kernel/Kconfig.kexec")
 2023-11-21  9:56 UTC  (6+ messages)

[PATCH v4 0/5] RISC-V SBI debug console extension support
 2023-11-21  8:21 UTC  (9+ messages)
` [PATCH v4 1/5] RISC-V: Add stubs for sbi_console_putchar/getchar()
` [PATCH v4 2/5] RISC-V: Add SBI debug console helper routines
` [PATCH v4 3/5] tty/serial: Add RISC-V SBI debug console based earlycon
` [PATCH v4 4/5] tty: Add SBI debug console support to HVC SBI driver
` [PATCH v4 5/5] RISC-V: Enable SBI based earlycon support

[PATCH v4 0/4] dma: sf-pdma: various sf-pdma updates for the mpfs platform
 2023-11-21  7:52 UTC  (2+ messages)

[PATCH v2 00/17] Solve iommu probe races around iommu_fwspec
 2023-11-21  6:47 UTC  (31+ messages)
` [PATCH v2 01/17] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH v2 02/17] iommmu/of: Do not return struct iommu_ops from of_iommu_configure()
` [PATCH v2 03/17] iommu/of: Use -ENODEV consistently in of_iommu_configure()
` [PATCH v2 04/17] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
` [PATCH v2 05/17] iommu: Make iommu_fwspec->ids a distinct allocation
` [PATCH v2 06/17] iommu: Add iommu_fwspec_alloc/dealloc()
` [PATCH v2 07/17] iommu: Add iommu_probe_device_fwspec()
` [PATCH v2 08/17] iommu/of: Do not use dev->iommu within of_iommu_configure()
` [PATCH v2 09/17] iommu: Add iommu_fwspec_append_ids()
` [PATCH v2 10/17] acpi: Do not use dev->iommu within acpi_iommu_configure()
` [PATCH v2 11/17] iommu: Hold iommu_probe_device_lock while calling ops->of_xlate
` [PATCH v2 12/17] iommu: Make iommu_ops_from_fwnode() static
` [PATCH v2 13/17] iommu: Remove dev_iommu_fwspec_set()
` [PATCH v2 14/17] iommu: Remove pointless iommu_fwspec_free()
` [PATCH v2 15/17] iommu: Add ops->of_xlate_fwspec()
` [PATCH v2 16/17] iommu: Mark dev_iommu_get() with lockdep
` [PATCH v2 17/17] iommu: Mark dev_iommu_priv_set() with a lockdep

[PATCH v3 0/4] Add Svadu Extension Support
 2023-11-21  3:12 UTC  (3+ messages)

[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
 2023-11-21  1:44 UTC  (7+ messages)
` [PATCH 34/39] arm64: psci: Ignore DENIED CPUs

[PATCH v11 0/20] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-11-21  0:52 UTC  (16+ messages)
` [PATCH v11 05/20] PCI: microchip: Rename two PCIe data structures
` [PATCH v11 06/20] PCI: microchip: Move PCIe host data structures to plda-pcie.h
` [PATCH v11 07/20] PCI: microchip: Rename two setup functions
` [PATCH v11 09/20] PCI: microchip: Move setup functions to pcie-plda-host.c
` [PATCH v11 11/20] PCI: microchip: Add num_events field to struct plda_pcie_rp
` [PATCH v11 12/20] PCI: microchip: Add request_event_irq() callback function
` [PATCH v11 13/20] PCI: microchip: Add INTx and MSI event num to struct plda_event
` [PATCH v11 14/20] PCI: microchip: Add get_events() callback function
` [PATCH v11 15/20] PCI: microchip: Add event IRQ domain ops to struct plda_event
` [PATCH v11 17/20] PCI: plda: Add event interrupt codes and host init/deinit functions
` [PATCH v11 18/20] dt-bindings: PCI: Add StarFive JH7110 PCIe controller
` [PATCH v11 19/20] PCI: starfive: Add "

[PATCH 1/1] tty/serial: RISC-V SBI earlycon via DBCN extension
 2023-11-20 21:27 UTC  (3+ messages)

RISC-V regression on Linux 6.7-rc1
 2023-11-20 18:52 UTC  (3+ messages)

[PATCH] riscv: Safely remove entries from relocation list
 2023-11-20 17:36 UTC 

[PATCH 0/2] x86/bpf: Fix FineIBT vs eBPF
 2023-11-20 15:59 UTC  (4+ messages)
` [PATCH 1/2] cfi: Flip headers
` [PATCH 2/2] x86/cfi,bpf: Fix BPF JIT call

[RFC] support built-in ethernet phy which needs some mmio accesses
 2023-11-20 15:54 UTC  (5+ messages)

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-20 14:09 UTC  (4+ messages)
` [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags

[PATCH 0/2] nvmem: Add Sophgo eFuse driver
 2023-11-20 10:42 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: nvmem: Add sophgo,efuses
` [PATCH 2/2] nvmem: Add Sophgo eFuse driver

[PATCH] scripts: clean up IA-64 code
 2023-11-20  5:15 UTC  (4+ messages)

[PATCH 4/5] clk: sophgo: Add SG2042 clock generator driver
 2023-11-19 11:11 UTC  (3+ messages)

[PATCH v2] riscv: add dependency among Image(.gz), loader(.bin), and vmlinuz.efi
 2023-11-19 10:00 UTC 

[PATCH] riscv: add dependency among Image(.gz), loader(.bin), and vmlinuz.efi
 2023-11-19  9:48 UTC  (2+ messages)

[PATCH v3 0/2] Change the sg2042 timer layout to fit aclint format
 2023-11-18  1:12 UTC  (9+ messages)
` [PATCH v3 1/2] dt-bindings: timer: thead,c900-aclint-mtimer: separate mtime and mtimecmp regs
` [PATCH v3 2/2] riscv: dts: sophgo: separate sg2042 mtime and mtimecmp to fit aclint format

[PATCH v2 00/12] Enable networking support for StarFive JH7100 SoC
 2023-11-17 22:48 UTC  (13+ messages)
` [PATCH v2 12/12] [UNTESTED] riscv: dts: starfive: beaglev-starlight: Enable gmac

[PATCH v11 0/5] riscv: Add fine-tuned checksum functions
 2023-11-17 21:28 UTC  (6+ messages)
` [PATCH v11 1/5] asm-generic: Improve csum_fold
` [PATCH v11 2/5] riscv: Add static key for misaligned accesses
` [PATCH v11 3/5] riscv: Add checksum header
` [PATCH v11 4/5] riscv: Add checksum library
` [PATCH v11 5/5] kunit: Add tests for csum_ipv6_magic and ip_fast_csum

[PATCH v10 0/5] riscv: Add fine-tuned checksum functions
 2023-11-17 21:07 UTC  (4+ messages)
` [PATCH v10 4/5] riscv: Add checksum library

[PATCH 0/2] riscv: Resolve module loading issues
 2023-11-17 19:56 UTC  (3+ messages)
` [PATCH 1/2] Support rv32 ULEB128 test
` [PATCH 2/2] Correct type casting in module loading

linux-next: Tree for Nov 15 (RV32: arch/riscv/kernel/tests/module_test/test_uleb128.S)
 2023-11-17 17:12 UTC  (2+ messages)

[PATCH v2 0/6] DRM driver for verisilicon
 2023-11-15 16:00 UTC  (13+ messages)
` [PATCH v2 3/6] drm/fourcc: Add drm/vs tiled modifiers
` [PATCH v2 5/6] drm/vs: Add KMS crtc&plane

[PATCH 2/7] kexec_file: print out debugging message if required
 2023-11-17 14:01 UTC  (7+ messages)

[PATCH v3 0/9] RISC-V SBI debug console extension support
 2023-11-17 13:11 UTC  (10+ messages)
` [PATCH v3 6/9] RISC-V: Add stubs for sbi_console_putchar/getchar()
` [PATCH v3 7/9] tty/serial: Add RISC-V SBI debug console based earlycon
` [PATCH v3 8/9] tty: Add SBI debug console support to HVC SBI driver

[PATCH] riscv: compat_vdso: align VDSOAS build log
 2023-11-17 12:58 UTC 

[PATCH] riscv: compat_vdso: install compat_vdso.so.dbg to /lib/modules/*/vdso/
 2023-11-17 12:58 UTC 

[RESEND PATCH v7 0/5] leds: Allwinner A100 LED controller support
 2023-11-17 12:54 UTC  (4+ messages)
` [RESEND PATCH v7 2/5] leds: sun50i-a100: New driver for the A100 LED controller

[PATCH 4/7] kexec_file, arm64: print out debugging message if required
 2023-11-17  0:55 UTC  (3+ messages)

[PATCH 0/5] riscv: sophgo: add clock support for sg2042
 2023-11-17  0:34 UTC  (7+ messages)
` [PATCH 2/5] dt-bindings: soc: sophgo: Add Sophgo syscon module
` [PATCH 3/5] dt-bindings: clock: sophgo: Add SG2042 bindings

[PATCH 32/34] KVM: selftests: Add basic selftest for guest_memfd()
 2023-11-16 21:00 UTC  (2+ messages)

[PATCH 0/2] riscv: sophgo: add pinctrl support for cv1800b
 2023-11-16 16:36 UTC  (3+ messages)
` [PATCH 1/2] riscv: dts: cv1800b: add pinctrl node "

[PATCH v3 1/1] clocksource/timer-riscv: Add riscv_clock_shutdown callback
 2023-11-16 11:51 UTC  (2+ messages)

[PATCH v2 1/1] clocksource/timer-risc: Add riscv_clock_shutdown callback
 2023-11-16 10:12 UTC  (2+ messages)

[PATCH 0/4] riscv: sophgo: add reset support for cv1800b
 2023-11-15 21:00 UTC  (8+ messages)
` [PATCH 1/4] dt-bindings: reset: Add binding for Sophgo CV1800B reset controller

[PATCH 1/1] clocksource/timer-risc: Add riscv_clock_shutdown callback
 2023-11-15 16:24 UTC  (4+ messages)

[PATCH v6 0/7] RISC-V: Add MMC support for TH1520 boards
 2023-11-15 16:05 UTC  (11+ messages)
` [PATCH v6 3/7] mmc: sdhci-of-dwcmshc: Add support for T-Head TH1520
` [PATCH v6 5/7] riscv: dts: thead: Add TH1520 mmc controllers and sdhci clock

[PATCH v2] gpio: sifive: remove unneeded call to platform_set_drvdata()
 2023-11-15 14:40 UTC  (2+ messages)

[PATCH 0/2] kexec_file: Load kernel at top of system RAM if required
 2023-11-15 13:00 UTC  (3+ messages)
` [PATCH 1/2] resource: add walk_system_ram_res_rev()
  ` [PATCH v2 "

[PATCH 0/7] kexec_file: print out debugging message if required
 2023-11-15 12:51 UTC  (3+ messages)
` [PATCH 1/7] kexec_file: add kexec_file flag to control debug printing
  ` [PATCH v2 "


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 read-only IMAP folder(s) and NNTP newsgroup(s).