Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-09 07:16:53 to 2026-07-11 13:01:35 UTC [more...]

[PATCH v4 0/6] riscv: spacemit: Add PCIe RC controller support for K3
 2026-07-11 13:01 UTC  (22+ messages)
` [PATCH v4 1/6] PCI: spacemit-k1: Add device data support
` [PATCH v4 2/6] PCI: spacemit-k1: Add multiple PHY handles support
` [PATCH v4 3/6] PCI: spacemit-k1: Add device id update helper
` [PATCH v4 4/6] dt-bindings: PCI: snps,dw-pcie: Add msi-parent for MSI handle check
` [PATCH v4 5/6] dt-bindings: PCI: spacemit: Introduce Spacemit K3 PCIe host controller
` [PATCH v4 6/6] PCI: spacemit-k1: Add Spacemit K3 PCIe host controller support

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-07-11 12:29 UTC  (59+ messages)
` [patch 01/18] powerpc: Move stack randomization after syscall_enter_from_user_mode()
` [patch 02/18] randomize_kstack: Provide add_random_kstack_offset_irqsoff()
` [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()
` [patch 04/18] loongarch/syscall: Use syscall_enter_from_user_mode_randomize_stack()
` [patch 05/18] powerpc/syscall: "
` [patch 06/18] riscv/syscall: "
` [patch 07/18] s390/syscall: Use enter_from_user_mode_randomize_stack()
` [patch 08/18] x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()
` [patch 09/18] entry: Remove syscall_enter_from_user_mode()
` [patch 10/18] entry: Use syscall number instead of rereading it
` [patch 11/18] seccomp, treewide: Rename and convert __secure_computing() to return boolean
` [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
` [patch 13/18] entry: Make trace_syscall_enter() return type bool
` [patch 14/18] entry: Make return type of syscall_trace_enter() bool
` [patch 15/18] x86/entry: Make syscall functions static
` [patch 18/18] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution

[PATCH v4 0/2] rust: clk: Add ExclusiveClk and use it in pwm-th1520
 2026-07-11 10:16 UTC  (3+ messages)
` [PATCH v4 1/2] rust: clk: Add `ExclusiveClk` wrapper for `clk_rate_exclusive_get`
` [PATCH v4 2/2] pwm: th1520: Lock clock rate with clk_rate_exclusive_get

[PATCH v2 0/8] clk: sunxi-ng: Add support for Allwinner A733 CCU and PRCM
 2026-07-11  8:10 UTC  (9+ messages)
` [PATCH v2 1/8] dt-bindings: clk: sun60i-a733-ccu: Add allwinner A733 support
` [PATCH v2 2/8] clk: sunxi-ng: sdm: Add dual patterns support
` [PATCH v2 3/8] clk: sunxi-ng: a733: Add PRCM CCU
` [PATCH v2 4/8] clk: sunxi-ng: a733: Add PLL clocks support
` [PATCH v2 5/8] clk: sunxi-ng: a733: Add bus "
` [PATCH v2 6/8] clk: sunxi-ng: a733: Add mod "
` [PATCH v2 7/8] clk: sunxi-ng: a733: Add bus clock gates
` [PATCH v2 8/8] clk: sunxi-ng: a733: Add reset lines

[PATCH v4 0/2] cpufreq: spacemit: Add cpufreq support for K1 SoC
 2026-07-11  7:44 UTC  (7+ messages)
` [PATCH v4 1/2] cpufreq: dt-platdev: Add SpacemiT K1 SoC to the allowlist
` [PATCH v4 2/2] riscv: dts: spacemit: Add cpu scaling for K1 SoC

[PATCH 1/2] riscv: dts: spacemit: Add enough deassert time for the PHY on PICO ITX
 2026-07-11  7:19 UTC  (4+ messages)
` [PATCH 2/2] riscv: dts: spacemit: Add enough deassert time for the PHY on com260 board

[PATCH v3] riscv: dts: spacemit: k3: Add QSPI support for Pico-ITX board
 2026-07-11  2:36 UTC  (2+ messages)

[PATCH v1 0/2] RISC-V: KVM: fix vcpu vector context handling
 2026-07-11  1:58 UTC  (3+ messages)
` [PATCH v1 1/2] riscv: vector: refactor riscv_v_start_kernel_context
` [PATCH v1 2/2] RISC-V: KVM: fix vcpu vector context handling for kernel-mode vector

[PATCH RESEND 0/2] riscv: mm: Some optimizations for tlb flush
 2026-07-11  0:07 UTC  (4+ messages)
` [PATCH RESEND 1/2] riscv: mm: Apply svinval in update_mmu_cache()

[PATCH v2 00/19] crypto: cmh - add CRI CryptoManager Hub driver
 2026-07-10 23:14 UTC  (23+ messages)
` [PATCH v2 01/19] dt-bindings: crypto: add Rambus CryptoManager Hub
` [PATCH v2 02/19] crypto: cmh - add core platform driver
` [PATCH v2 03/19] crypto: cmh - add key provisioning and management
` [PATCH v2 04/19] crypto: cmh - add SHA-2/SHA-3/SHAKE ahash
` [PATCH v2 05/19] crypto: cmh - add HMAC ahash
` [PATCH v2 06/19] crypto: cmh - add CSHAKE/KMAC ahash
` [PATCH v2 07/19] crypto: cmh - add SM3 ahash
` [PATCH v2 08/19] crypto: cmh - add AES skcipher/aead/cmac
` [PATCH v2 09/19] crypto: cmh - add SM4 skcipher/aead/cmac/xcbc
` [PATCH v2 10/19] crypto: cmh - add ChaCha20-Poly1305
` [PATCH v2 11/19] crypto: cmh - add DRBG hwrng
` [PATCH v2 12/19] crypto: cmh - add RSA akcipher
` [PATCH v2 13/19] crypto: cmh - add ECDSA/SM2 sig
` [PATCH v2 14/19] crypto: cmh - add ECDH/X25519 kpp
` [PATCH v2 15/19] crypto: cmh - add ML-KEM/ML-DSA (QSE)
` [PATCH v2 16/19] crypto: cmh - add SLH-DSA/LMS/XMSS (HCQ)
` [PATCH v2 17/19] Documentation: ioctl: add CMH ioctl documentation and register 'J'
` [PATCH v2 18/19] selftests: crypto: cmh - add kselftest for management ioctl
` [PATCH v2 19/19] MAINTAINERS: add Rambus CryptoManager Hub (CMH)

[PATCH 7.1.y 0/6] cBPF JIT spray hardening
 2026-07-10 21:03 UTC  (9+ messages)
` [PATCH 7.1.y 1/6] bpf: Support for hardening against JIT spraying
` [PATCH 7.1.y 2/6] x86/bugs: Enable IBPB flush on BPF JIT allocation
` [PATCH 7.1.y 3/6] bpf: Restrict JIT predictor flush to cBPF
` [PATCH 7.1.y 4/6] bpf: Skip redundant IBPB in pack allocator
` [PATCH 7.1.y 5/6] bpf: Prefer packs that won't trigger an IBPB flush on allocation
` [PATCH 7.1.y 6/6] bpf: Prefer dirty packs for eBPF allocations

[RFC] entry: Untangle the return value of syscall_enter_from_user_mode from syscall NR
 2026-07-03  7:53 UTC  (9+ messages)

[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
 2026-07-09  8:27 UTC  (9+ messages)
` [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
` [PATCH v16 18/18] arm64: vdso: Expose sigreturn address on vdso to the kernel

[PATCH v3 00/17] riscv: Generate riscv instruction functions
 2026-07-08  3:34 UTC  (2+ messages)
` [PATCH v3 01/17] riscv: Introduce instruction table generation

[PATCH] riscv: kprobes: Add test case for c.jal instruction simulation
 2026-07-10 18:40 UTC  (2+ messages)

[PATCH v6 0/2] riscv: add c.jal instruction simulation for kprobes
 2026-07-10 18:39 UTC  (7+ messages)
` [PATCH v6 1/2] riscv: probes: simulate c.jal instruction
` [PATCH v6 2/2] riscv: kprobes: add test case for c.jal instruction simulation

[GIT PULL] RISC-V devicetrees for v7.3 - Early Canaan k230 material
 2026-07-10 18:25 UTC 

[PATCH v3 0/3] riscv: dts: sophgo: Add Milk-V Duo 256M board support
 2026-07-10 16:41 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: soc: sophgo: add Milk-V Duo 256M board
` [PATCH v3 2/3] riscv: dts: sophgo: cv180x: Add PWR_GPIO controller
` [PATCH v3 3/3] riscv: dts: sophgo: Add Milk-V Duo 256M board support

[PATCH 00/12] Add TH1520 USB support
 2026-07-10 15:55 UTC  (4+ messages)
` [PATCH 11/12] riscv: dts: thead: Add Lichee Pi 4A IO expansions

[GIT PULL] RISC-V defconfig changes for v7.2
 2026-07-10 15:51 UTC  (3+ messages)

[PATCH] selftests/riscv: ptrace: Fix memory leak of regset_data in vector tests
 2026-07-10 15:38 UTC  (3+ messages)

[PATCH] riscv: dts: spacemit: k3-pico-itx: Fix non-functional ethernet TX timing
 2026-07-10 14:34 UTC  (8+ messages)

[PATCH] drivers/perf: riscv: handle legacy fallback in event check
 2026-07-10 10:08 UTC 

[PATCH bpf-next v6 6/7] riscv, bpf: Mixing bpf2bpf and tailcalls
 2026-07-10  9:43 UTC  (8+ messages)

[PATCH v8] mm: pgtable: free kernel page tables via RCU to fix ptdump UAF
 2026-07-10  9:33 UTC  (5+ messages)

[PATCH] i2c: spacemit: fix spurious IRQ handling returning IRQ_HANDLED
 2026-07-10  9:28 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v5 0/8] futex: Use runtime constants for futex_hash computation
 2026-07-10  8:17 UTC  (12+ messages)
` [PATCH v5 2/8] arm64/runtime-const: Use aarch64_insn_patch_text_nosync() for patching
` [PATCH v5 3/8] arm64/runtime-const: Introduce runtime_const_mask_32()
` [PATCH v5 5/8] riscv/runtime-const: "
` [PATCH v5 7/8] asm-generic/runtime-const: Add dummy runtime_const_mask_32()
` [PATCH v5 8/8] futex: Use runtime constants for __futex_hash() hot path

[PATCH v2 2/2] riscv: dts: sophgo: Add Milk-V Duo 256M board support
 2026-07-10  8:07 UTC  (4+ messages)

[PATCH] pwm: pxa: Depend on OF and simplify accordingly
 2026-07-10  8:07 UTC  (2+ messages)

[PATCH v1 0/5] pwm: Unify arrays of various *_device_id
 2026-07-10  8:03 UTC  (2+ messages)

[PATCH RFC v2] KVM: riscv: Allow G-stage PMD block mappings for VM_PFNMAP
 2026-07-10  5:19 UTC 

[PATCH v5] mm/sparse-vmemmap: flush_cache_vmap() after hotplugging vmemmap
 2026-07-10  3:51 UTC  (4+ messages)

[PATCH v4] riscv: mm: Avoid spurious fault after hotplugging vmemmap
 2026-07-10  2:34 UTC  (6+ messages)

[PATCH] i2c: spacemit: fix spurious IRQ handling returning IRQ_HANDLED
 2026-07-10  1:10 UTC  (3+ messages)

[PATCH] riscv: mm: Fix concurrency in mark_new_valid_map()
 2026-07-10  0:59 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: remove redundant config option from selftests fragments
 2026-07-09 18:42 UTC 

[PATCH 00/26] dmaengine: Remove redundant error messages on IRQ request failure
 2026-07-09 14:26 UTC  (3+ messages)
` [PATCH 11/26] dmaengine: sf-pdma-sf-pdma: Remove redundant dev_err()/dev_err_probe()

[PATCH v4 0/7] irqchip/ACPI: Arm GICv5 IWB ACPI IRQ probe deferral
 2026-07-09 13:32 UTC  (9+ messages)
` [PATCH v4 1/7] ACPI: Add acpi_device_clear_deps() helper function
` [PATCH v4 2/7] ACPI: RISC-V: Fix riscv_acpi_irq_get_dep() loop termination
` [PATCH v4 3/7] ACPI: RISC-V: Check acpi_get_handle() status in riscv_acpi_add_prt_dep()
` [PATCH v4 4/7] ACPI: RISC-V: Fix riscv_acpi_add_prt_dep() loop handling
` [PATCH v4 5/7] ACPI: irq: Move RISC-V interrupt controllers autodep to ACPI IRQ code
` [PATCH v4 6/7] ACPI/IORT: Implement ACPI infrastructure to enable GICv5 IWB probe deferral
` [PATCH v4 7/7] irqchip/gic-v5: Enable GICv5 IWB ACPI probe ordering detection

[PATCH RFC 0/1] KVM: riscv: G-stage PMD block mappings for VM_PFNMAP
 2026-07-09 13:00 UTC  (2+ messages)
` [PATCH RFC 1/1] KVM: riscv: Allow safe "

[PATCH] RISC-V: KVM: Add kvm-riscv.wfi_trap_policy to control VS-mode WFI trapping
 2026-07-09 11:56 UTC 

[PATCH 0/7] vDSO: Replace CONFIG_GENERIC_GETTIMEOFDAY ifdeffery with IS_ENABLED()
 2026-07-09 11:32 UTC  (8+ messages)
` [PATCH 1/7] kbuild: support generated asm-headers in subdirectories
` [PATCH 2/7] vDSO: Make clockmode constants available without CONFIG_GENERIC_GETTIMEOFDAY
` [PATCH 3/7] MIPS: csrc-r4k: Replace CONFIG_GENERIC_GETTIMEOFDAY ifdeffery with IS_ENABLED()
` [PATCH 4/7] clocksource/drivers/mips-gic-timer: "
` [PATCH 5/7] clocksource/drivers/arm_arch_timer: "
` [PATCH 6/7] clocksource/drivers/timer-riscv: "
` [PATCH 7/7] LoongArch: "

[PATCH v1] iommu/riscv: Drop superflous zeros in pci_device_id array
 2026-07-09  8:10 UTC  (2+ messages)

[PATCH] syscall_user_dispatch: Introduce ARCH_SUPPORTS_SYSCALL_USER_DISPATCH
 2026-07-09  7:59 UTC  (3+ messages)


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