messages from 2026-03-23 04:06:39 to 2026-03-24 17:45:57 UTC [more...]
[PATCH v13 0/5] PolarFire SoC GPIO interrupt support
2026-03-24 17:45 UTC (3+ messages)
` (subset) "
[PATCH 0/6] riscv: dts: spacemit: enable more devices
2026-03-24 17:07 UTC (14+ messages)
` [PATCH 1/6] riscv: dts: spacemit: add LEDs for Milk-V Jupiter board
` [PATCH 2/6] riscv: dts: spacemit: add 24c04 eeprom on Milk-V Jupiter
` [PATCH 3/6] riscv: dts: spacemit: add i2c aliases "
` [PATCH 4/6] riscv: dts: spacemit: enable QSPI and add SPI NOR "
` [PATCH 5/6] riscv: dts: spacemit: enable USB 3 ports "
` [PATCH 6/6] riscv: dts: spacemit: enable PCIe "
cleanup the RAID5 XOR library v3
2026-03-24 16:42 UTC (29+ messages)
` [PATCH 01/26] xor: assert that xor_blocks is not from preemptible user context
` [PATCH 02/26] arm/xor: remove in_interrupt() handling
` [PATCH 03/26] um/xor: cleanup xor.h
` [PATCH 04/26] xor: move to lib/raid/
` [PATCH 05/26] xor: small cleanups
` [PATCH 06/26] xor: cleanup registration and probing
` [PATCH 07/26] xor: split xor.h
` [PATCH 08/26] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/26] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/26] alpha: move the XOR code to lib/raid/
` [PATCH 11/26] arm: "
` [PATCH 12/26] arm64: "
` [PATCH 13/26] loongarch: "
` [PATCH 14/26] powerpc: "
` [PATCH 15/26] riscv: "
` [PATCH 16/26] sparc: "
` [PATCH 17/26] s390: "
` [PATCH 18/26] x86: "
` [PATCH 19/26] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/26] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/26] xor: add a better public API
` [PATCH 22/26] async_xor: use xor_gen
` [PATCH 23/26] btrfs: "
` [PATCH 24/26] xor: pass the entire operation to the low-level ops
` [PATCH 25/26] xor: use static_call for xor_gen
` [PATCH 26/26] xor: add a kunit test case
[PATCH v4 0/8] riscv: spacemit: enable SD card support with UHS modes for OrangePi RV2
2026-03-24 14:43 UTC (11+ messages)
` [PATCH v4 1/8] mmc: sdhci-of-k1: enable essential clock infrastructure for SD operation
` [PATCH v4 2/8] mmc: sdhci-of-k1: add regulator and pinctrl voltage switching support
` [PATCH v4 3/8] mmc: sdhci-of-k1: add comprehensive SDR tuning support
` [PATCH v4 4/8] riscv: dts: spacemit: k1: add SD card controller and pinctrl support
` [PATCH v4 5/8] riscv: dts: spacemit: k1-orangepi-rv2: add PMIC and power infrastructure
` [PATCH v4 6/8] riscv: dts: spacemit: k1-orangepi-rv2: add SD card support with UHS modes
` [PATCH v4 7/8] riscv: dts: spacemit: k1-bananapi-f3: "
` [PATCH v4 8/8] riscv: dts: spacemit: k1-musepi-pro: "
[PATCH v5 0/4] Add USB support for Canaan K230
2026-03-24 13:03 UTC (3+ messages)
` [PATCH v5 2/4] dt-bindings: usb: dwc2: Add support for Canaan K230 SoC
[PATCH v2 0/1] usb: dwc3: Add optional VBUS regulator support to SpacemiT K1
2026-03-24 13:02 UTC (4+ messages)
` [PATCH v2 1/1] "
[PATCH v3 07/12] rvtrace: Add trace ramsink driver
2026-03-24 12:45 UTC (3+ messages)
[PATCH 0/4] Add crashdump support in guest kernel
2026-03-24 11:45 UTC (5+ messages)
` [PATCH 1/4] riscv: Add kexec trampoline text section to vmlinux.lds.S
` [PATCH 2/4] riscv: kexec: Place norelocate trampoline into .kexec.tramp.text
` [PATCH 3/4] riscv: kexec: Build trampoline page tables for crash kernel entry
` [PATCH 4/4] riscv: kexec: Switch to trampoline page table before norelocate
[RFC PATCH v2 08/18] iommu/riscv: Use MSI table to enable IMSIC access
2026-03-24 9:12 UTC (12+ messages)
[PATCH] riscv: dts: spacemit: Add PDMA controller node for K3 SoC
2026-03-24 8:43 UTC (3+ messages)
[PATCH net-next v5 0/3] net: stmmac: eic7700: fix EIC7700 eth1 RX sampling timing
2026-03-24 7:42 UTC (5+ messages)
` [PATCH net-next v5 1/3] dt-bindings: ethernet: eswin: add clock sampling control
` [PATCH net-next v5 2/3] net: stmmac: eic7700: enable clocks before syscon access and correct RX sampling timing
` [PATCH net-next v5 3/3] riscv: dts: eswin: eic7700-hifive-premier-p550: enable Ethernet controller
[PATCH] riscv: dts: spacemit: drop incorrect pinctrl for combo PHY
2026-03-24 6:54 UTC (3+ messages)
[PATCH v5] riscv: dts: spacemit: Add ethernet device for K3
2026-03-24 6:48 UTC (2+ messages)
[PATCH] clk: spacemit: ccu_mix: fix inverted condition in ccu_mix_trigger_fc()
2026-03-24 6:45 UTC (2+ messages)
cleanup the RAID6 P/Q library
2026-03-24 6:40 UTC (18+ messages)
` [PATCH 01/17] raid6: turn the userspace test harness into a kunit test
` [PATCH 02/17] raid6: remove __KERNEL__ ifdefs
` [PATCH 03/17] raid6: move to lib/raid/
` [PATCH 04/17] raid6: remove unused defines in pq.h
` [PATCH 05/17] raid6: remove raid6_get_zero_page
` [PATCH 06/17] raid6: use named initializers for struct raid6_calls
` [PATCH 07/17] raid6: improve the public interface
` [PATCH 08/17] raid6: hide internals
` [PATCH 09/17] raid6: rework the init helpers
` [PATCH 10/17] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 11/17] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 12/17] raid6: update top of file comments
` [PATCH 13/17] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 14/17] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 15/17] raid6_kunit: cleanup dataptr handling
` [PATCH 16/17] raid6_kunit: randomize parameters and increase limits
` [PATCH 17/17] raid6_kunit: randomize buffer alignment
[PATCH 1/1] riscv: dts: spacemit: reorder phy nodes for K1
2026-03-24 6:39 UTC (2+ messages)
[PATCH v9 0/5] arm64/riscv: Add support for crashkernel CMA reservation
2026-03-24 6:35 UTC (14+ messages)
` [PATCH v9 1/5] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v9 2/5] crash: Exclude crash kernel memory in crash core
` [PATCH v9 3/5] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v9 4/5] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v9 5/5] riscv: "
[PATCH v4] riscv: dts: spacemit: Add ethernet device for K3
2026-03-24 6:19 UTC (2+ messages)
[PATCH v3 00/12] perf annotate arch clean up
2026-03-24 6:07 UTC (2+ messages)
[PATCH] irqchip/sifive-plic: Fix frozen interrupt due to affinity setting
2026-03-24 6:07 UTC (2+ messages)
[PATCH] RISC-V: KVM: fix off-by-one array access in SBI PMU
2026-03-24 6:07 UTC (2+ messages)
[PATCH] RISC-V: KVM: Fix out-of-bounds by 1
2026-03-24 6:07 UTC (2+ messages)
[PATCH v2] perf vendor events riscv: Add CVA6 JSON file
2026-03-24 6:07 UTC (2+ messages)
[PATCH v2] perf regs: Refactor use of arch__sample_reg_masks to perf_reg_name
2026-03-24 6:07 UTC (2+ messages)
[PATCH] irqchip/riscv-rpmi-sysmsi: Fix mailbox channel leak in rpmi_sysmsi_probe()
2026-03-24 6:07 UTC (2+ messages)
[PATCH v2] RISC-V: KVM: Fix null pointer dereference in kvm_riscv_vcpu_aia_rmw_topei()
2026-03-24 6:07 UTC (2+ messages)
[PATCH v2 0/2] irqchip/riscv-aplic: Fix RISC-V APLIC irqchip probe issues
2026-03-24 6:07 UTC (2+ messages)
[Patch v3 0/4] Perf tools: perf-regs bug fix and optimization
2026-03-24 6:07 UTC (2+ messages)
[PATCH v2 0/4] KVM: riscv: Fix Spectre-v1 vulnerabilities in register access
2026-03-24 6:07 UTC (2+ messages)
[PATCH] KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay
2026-03-24 6:07 UTC (2+ messages)
[PATCH] RISC-V: KVM: Fix potential UAF in kvm_riscv_aia_imsic_has_attr()
2026-03-24 6:07 UTC (2+ messages)
[PATCH bpf-next v4 0/3] bpf: fsession support for riscv
2026-03-24 6:07 UTC (2+ messages)
[PATCH v3 1/5] perf kvm stat: Remove use of the arch directory
2026-03-24 6:07 UTC (2+ messages)
[PATCH v5 phy-next 00/27] Split Generic PHY consumer and provider API
2026-03-24 5:35 UTC (11+ messages)
` [PATCH v5 phy-next 08/27] PCI: Remove device links to PHY
` [PATCH v5 phy-next 09/27] scsi: ufs: exynos: stop poking into struct phy guts
` [PATCH v5 phy-next 10/27] scsi: ufs: qcom: keep parallel track of PHY power state
[PATCH v2 0/5] AST2700-A2 interrupt controller hierarchy and route support
2026-03-24 2:24 UTC (4+ messages)
` [PATCH v2 1/5] dt-bindings: interrupt-controller: aspeed: Add AST2700-A2 support
[PATCH 00/19] GHASH library
2026-03-24 0:50 UTC (3+ messages)
[PATCH v5 00/10] Add clock and reset support for Mobileye EyeQ7H
2026-03-24 0:38 UTC (2+ messages)
[PATCH v5 00/17] cleanup in spi by use devm_clk_get_enabled
2026-03-23 21:49 UTC (18+ messages)
` [PATCH v5 01/17] spi: axiado: Simplify clock management with devm_clk_get_enabled()
` [PATCH v5 04/17] spi: img-spfi: Simplify clock handling "
` [PATCH v5 05/17] spi: imx: "
` [PATCH v5 07/17] spi: orion: "
` [PATCH v5 08/17] spi: rockchip-sfc: "
` [PATCH v5 12/17] spi: stm32-qspi: "
` [PATCH v5 15/17] spi: uniphier: "
` [PATCH v5 17/17] spi: zynqmp-gqspi: "
` (subset) [PATCH v5 00/17] cleanup in spi by use devm_clk_get_enabled
[PATCH] riscv: make runtime const not usable by modules
2026-03-23 23:59 UTC (2+ messages)
[PATCH 1/2] riscv: remove redundant check for CONFIG_SMP
2026-03-23 23:49 UTC (4+ messages)
` [PATCH 2/2] riscv: remove redundant #ifdef check in cpu-hotplug
[PATCH] riscv: acpi: update FADT revision check to 6.6
2026-03-23 23:42 UTC (2+ messages)
[RFC PATCH v2 0/3] riscv: support EIC770X/JH7110 noncoherent devices with XPbmtUC
2026-03-23 23:08 UTC (2+ messages)
[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
2026-03-23 18:46 UTC (16+ messages)
` [PATCH v11 01/16] set_memory: set_direct_map_* to take address
` [PATCH v11 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v11 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v11 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v11 10/16] KVM: guest_memfd: Add flag to remove from direct map
[PATCH] riscv: cacheinfo: Fix node reference leak in populate_cache_leaves
2026-03-23 19:36 UTC (2+ messages)
[PATCH] riscv: misaligned: Restore epc in error path
2026-03-23 17:28 UTC
[PATCH] riscv: patch: Avoid early page_to_phys()
2026-03-23 16:34 UTC (4+ messages)
[PATCH] iommu/riscv: Add DebugFS support for register dump
2026-03-23 15:58 UTC
[PATCH v4 00/25] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-23 15:51 UTC (7+ messages)
` [PATCH v4 23/25] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v4 24/25] mm/vma: convert __mmap_region() "
` [PATCH v4 25/25] mm: simplify VMA flag tests of excluded flags
[PATCH v5 0/3] Add SDHCI support for Canaan K230 SoC
2026-03-23 15:19 UTC (2+ messages)
[PATCH v3 00/10] gpu: nova-core: convert registers to use the kernel register macro
2026-03-23 14:22 UTC (17+ messages)
` [PATCH v3 01/10] gpu: nova-core: convert PMC registers to "
` [PATCH v3 02/10] gpu: nova-core: convert PBUS "
` [PATCH v3 03/10] gpu: nova-core: convert PFB "
` [PATCH v3 04/10] gpu: nova-core: convert GC6 "
` [PATCH v3 05/10] gpu: nova-core: convert FUSE "
` [PATCH v3 06/10] gpu: nova-core: convert PDISP "
` [PATCH v3 07/10] gpu: nova-core: falcon: introduce `bounded_enum` macro
` [PATCH v3 08/10] gpu: nova-core: convert falcon registers to kernel register macro
` [PATCH v3 09/10] gpu: nova-core: remove `io::` qualifier to register macro invocations
` [PATCH v3 10/10] Documentation: nova: remove register abstraction task
[PATCH 00/12] SM3 library
2026-03-23 14:13 UTC (2+ messages)
[PATCH v2 00/15] mm: memory hot(un)plug and SPARSEMEM cleanups
2026-03-23 14:00 UTC (7+ messages)
` [PATCH v2 01/15] mm/memory_hotplug: fix possible race in scan_movable_pages()
` [PATCH v2 13/15] mm/sparse: move sparse_init_one_section() to internal.h
[PATCH net-next v10 0/6] net: stmmac: qcom-ethqos: add support for SCMI power domains
2026-03-23 13:20 UTC (7+ messages)
` [PATCH net-next v10 1/6] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems
` [PATCH net-next v10 2/6] net: stmmac: qcom-ethqos: use generic device properties
` [PATCH net-next v10 3/6] net: stmmac: qcom-ethqos: wrap emac driver data in additional structure
` [PATCH net-next v10 4/6] net: stmmac: qcom-ethqos: split power management fields into a separate structure
` [PATCH net-next v10 5/6] net: stmmac: qcom-ethqos: split power management context into a separate struct
` [PATCH net-next v10 6/6] net: stmmac: qcom-ethqos: add support for sa8255p
[PATCH 6.1.y] riscv: stacktrace: Disable KASAN checks for non-current tasks
2026-03-23 13:03 UTC (2+ messages)
` Patch "riscv: stacktrace: Disable KASAN checks for non-current tasks" has been added to the 6.1-stable tree
[PATCH v5] reset: spacemit: k3: Decouple composite reset lines
2026-03-23 11:36 UTC (5+ messages)
[PATCH v8 0/5] arm64/riscv: Add support for crashkernel CMA reservation
2026-03-23 9:12 UTC (3+ messages)
` [PATCH v8 2/5] crash: Exclude crash kernel memory in crash core
[PATCH] RISC-V: KVM: Fix integer overflow in kvm_pmu_validate_counter_mask()
2026-03-23 8:47 UTC (2+ messages)
[PATCH v2] riscv: cif: clear CFI lock status in start_thread
2026-03-23 6:56 UTC
[PATCH] riscv: Reset pmm when PR_TAGGED_ADDR_ENABLE is not set
2026-03-23 4:06 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