messages from 2023-11-14 21:12:48 to 2023-11-20 19:19:08 UTC [more...]
[PATCH 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions
2023-11-20 19:18 UTC (17+ 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
RISC-V regression on Linux 6.7-rc1
2023-11-20 18:52 UTC (3+ messages)
[PATCH v11 0/20] Refactoring Microchip PCIe driver and add StarFive PCIe
2023-11-20 18:23 UTC (23+ messages)
` [PATCH v11 01/20] dt-bindings: PCI: Add PLDA XpressRICH PCIe host common properties
` [PATCH v11 02/20] PCI: microchip: Move pcie-microchip-host.c to plda directory
` [PATCH v11 03/20] PCI: microchip: Move PLDA IP register macros to pcie-plda.h
` [PATCH v11 04/20] PCI: microchip: Add bridge_addr field to struct mc_pcie
` [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 08/20] PCI: microchip: Change the argument of plda_pcie_setup_iomems()
` [PATCH v11 09/20] PCI: microchip: Move setup functions to pcie-plda-host.c
` [PATCH v11 10/20] PCI: microchip: Rename interrupt related functions
` [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 16/20] PCI: microchip: Move IRQ functions to pcie-plda-host.c
` [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 v11 20/20] riscv: dts: starfive: add PCIe dts configuration for JH7110
[PATCH] riscv: Safely remove entries from relocation list
2023-11-20 17:36 UTC
[PATCH v4 0/2] Change the sg2042 timer layout to fit aclint format
2023-11-20 16:52 UTC (4+ 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
[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
[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
2023-11-20 9:58 UTC (6+ messages)
` [PATCH 34/39] arm64: psci: Ignore DENIED CPUs
[PATCH v4 0/5] RISC-V SBI debug console extension support
2023-11-20 8:05 UTC (8+ 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] scripts: clean up IA-64 code
2023-11-20 5:15 UTC (4+ messages)
[PATCH v2 00/17] Solve iommu probe races around iommu_fwspec
2023-11-19 14:13 UTC (30+ 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 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 (16+ messages)
` [PATCH 1/5] dt-bindings: clock: sophgo: Add SG2042 clock definitions
` [PATCH 2/5] dt-bindings: soc: sophgo: Add Sophgo syscon module
` [PATCH 3/5] dt-bindings: clock: sophgo: Add SG2042 bindings
` [PATCH 5/5] riscv: dts: add clock generator for Sophgo SG2042 SoC
[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 (11+ 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 1/1] tty/serial: RISC-V SBI earlycon via DBCN extension
2023-11-15 16:22 UTC (2+ messages)
[PATCH v6 0/7] RISC-V: Add MMC support for TH1520 boards
2023-11-15 16:05 UTC (16+ 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 v6 6/7] riscv: dts: thead: Enable BeagleV Ahead eMMC and microSD
` [PATCH v6 7/7] riscv: dts: thead: Enable LicheePi 4A "
[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 (5+ 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 (5+ messages)
` [PATCH 1/7] kexec_file: add kexec_file flag to control debug printing
` [PATCH v2 "
[PATCH RFC 00/22] Initial cleanups for vCPU hotplug
2023-11-15 10:11 UTC (4+ messages)
` [PATCH RFC 11/22] drivers: base: remove unnecessary call to register_cpu_under_node()
[PATCH v6 0/7] consolidate and cleanup CPU capacity
2023-11-15 9:42 UTC (4+ messages)
` [PATCH v6 7/7] arm64/amu: Use capacity_ref_freq to set AMU ratio
[PATCH v2 2/2] riscv: dts: sophgo: separate sg2042 mtime and mtimecmp to fit aclint format
2023-11-14 23:13 UTC (2+ messages)
[PATCH v2 1/2] dt-bindings: timer: thead,c900-aclint-mtimer: separate mtime and mtimecmp regs
2023-11-14 22:45 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox