Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-07 07:44:26 to 2026-07-09 10:17:12 UTC [more...]

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

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-07-09  8:41 UTC  (58+ 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 16/18] x86/entry: Get rid of the sys_ni_syscall() indirection
` [patch 17/18] x86/entry: Simplify the syscall number logic
` [patch 18/18] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution

[PATCH v4 0/7] irqchip/ACPI: Arm GICv5 IWB ACPI IRQ probe deferral
 2026-07-09  8:40 UTC  (8+ 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 v16 00/18] arm64: entry: Convert to Generic Entry
 2026-07-09  8:27 UTC  (10+ messages)
` [PATCH v16 02/18] syscall_user_dispatch: Introduce a weak fallback for arch_syscall_is_vdso_sigreturn()
` [PATCH v16 18/18] arm64: vdso: Expose sigreturn address on vdso to the kernel

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

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

[PATCH v4 0/6] riscv: spacemit: Add PCIe RC controller support for K3
 2026-07-09  7:21 UTC  (10+ 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 v6 0/2] riscv: add c.jal instruction simulation for kprobes
 2026-07-09  7:19 UTC  (5+ 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

[PATCH] riscv: vdso: Only try to install vDSO when present
 2026-07-09  6:49 UTC 

[PATCH v3 00/17] riscv: Generate riscv instruction functions
 2026-07-09  6:26 UTC  (18+ messages)
` [PATCH v3 02/17] riscv: alternatives: Use generated instruction headers for patching code
` [PATCH v3 03/17] riscv: kgdb: Use generated instruction headers
` [PATCH v3 04/17] riscv: Add kprobes instruction simulation KUnit
` [PATCH v3 05/17] riscv: kprobes: Use generated instruction headers
` [PATCH v3 06/17] riscv: cfi: "
` [PATCH v3 07/17] riscv: Maintain epc on misaligned emulation error
` [PATCH v3 08/17] riscv: Use generated instruction headers for misaligned loads/stores
` [PATCH v3 09/17] riscv: kvm: Use generated instruction headers for csr code
` [PATCH v3 10/17] KVM: device: Add test device
` [PATCH v3 11/17] KVM: riscv: selftests: Add mmio test
` [PATCH v3 12/17] riscv: kvm: Use generated instruction headers for mmio emulation
` [PATCH v3 13/17] riscv: kvm: Add emulated test csr
` [PATCH v3 14/17] KVM: riscv: selftests: Add csr emulation test
` [PATCH v3 15/17] riscv: kvm: Use generated instruction headers for csr emulation
` [PATCH v3 16/17] riscv: kexec: Use generated instruction headers for kexec relocations
` [PATCH v3 17/17] riscv: Remove unused instruction headers
` [syzbot ci] Re: riscv: Generate riscv instruction functions

[PATCH v4 0/8] riscv: Add Ssqosid and initial CBQRI resctrl support
 2026-07-09  6:09 UTC  (7+ messages)
` [PATCH v4 5/8] riscv_cbqri: resctrl: Add cache allocation via capacity block mask
` [PATCH v4 8/8] riscv_cbqri: Add CBQRI capacity allocation platform driver

[PATCH 0/37] PCI/MSI: Enforce explicit IRQ vector management by removing devres auto-free
 2026-07-09  5:43 UTC  (3+ messages)
` (subset) "

[PATCH v2] riscv: defconfig: thead: enable PCA953X GPIO driver
 2026-07-09  5:37 UTC  (3+ messages)

[PATCH 0/2] riscv: dts: spacemit: k3: Add USB/PCIe devices
 2026-07-09  4:04 UTC  (3+ messages)
` [PATCH 1/2] riscv: dts: spacemit: k3: add USB controller and USB phy support
` [PATCH 2/2] riscv: dts: spacemit: k3: Add PCIe device node

[PATCH v2] selftests/rseq: Fix a building error for riscv arch
 2026-07-08 23:05 UTC  (3+ messages)

[PATCH 0/5] riscv: vdso: Implement __vdso_futex_robust_try_unlock()
 2026-07-08 20:46 UTC  (5+ messages)
` [PATCH 5/5] "

[PATCH 0/9] riscv: ultrarisc: add DP1000 SoC DT and pinctrl support
 2026-07-08 17:38 UTC  (5+ messages)
` [PATCH 9/9] riscv: defconfig: enable ARCH_ULTRARISC

[PATCH 0/3] mm/early_ioremap: clarify and clean up early_ioremap_reset()
 2026-07-08 17:06 UTC  (4+ messages)
` [PATCH 1/3] mm/early_ioremap: clarify early_ioremap_reset() semantics
` [PATCH 2/3] riscv: remove unused __late_set_fixmap() and __late_clear_fixmap()
` [PATCH 3/3] arm64: remove early_ioremap_reset() call and __late_* macros

[PATCH v4 0/3] riscv: Add PCIe support for UltraRISC DP1000 SoC
 2026-07-08 16:52 UTC  (3+ messages)
` [PATCH v4 1/3] riscv: add UltraRISC SoC family Kconfig support

[PATCH bpf-next v6 0/7] Mixing bpf2bpf and tailcalls for RV64
 2026-07-08  8:54 UTC  (10+ messages)
` [PATCH bpf-next v6 1/7] bpf: Extract the is_struct_ops_tramp helper
` [PATCH bpf-next v6 2/7] riscv, bpf: Fix memory leak in bpf_jit_free
` [PATCH bpf-next v6 3/7] riscv, bpf: Using kvzalloc_objs to allocate cache buffer
` [PATCH bpf-next v6 4/7] riscv, bpf: Fix kernel stack corruption in tailcall with CFI
` [PATCH bpf-next v6 5/7] riscv, bpf: Add RV_TAILCALL_OFFSET macro to format tailcall offset
` [PATCH bpf-next v6 6/7] riscv, bpf: Mixing bpf2bpf and tailcalls
` [PATCH bpf-next v6 7/7] selftests/bpf: Remove tailcalls tests from DENYLIST.riscv64

[PATCH v4 RESEND 0/7] riscv: Add reliable stack unwinding for livepatch
 2026-07-08  8:21 UTC  (9+ messages)
` [PATCH v4 RESEND 1/7] riscv: stacktrace: Add frame record metadata
` [PATCH v4 RESEND 2/7] riscv: stacktrace: disable KASAN and KCOV instrumentation for stacktrace.o
` [PATCH v4 RESEND 4/7] riscv: stacktrace: introduce stack-bound tracking helpers
` [PATCH v4 RESEND 5/7] riscv: stacktrace: switch to frame-pointer based unwinder

[PATCH] pwm: th1520: use vertical import style
 2026-07-08  7:39 UTC  (2+ messages)

[PATCH v5 00/17] riscv: hwprobe: Expose RVA23U64 base behavior
 2026-07-08  7:30 UTC  (8+ messages)
` [PATCH v5 01/17] dt-bindings: riscv: sort multi-letter Z extensions alphanumerically
` [PATCH v5 02/17] riscv: hwprobe.rst: Make indentation consistent
` [PATCH v5 03/17] riscv: hwprobe.rst: Document EXT_ZICFISS and EXT_ZICFILP

[PATCH] selftests: riscv: Bypass libc in inactive vector ptrace test
 2026-07-08  7:30 UTC  (3+ messages)

[PATCH 0/3] Add UFS Host driver support for SpacemiT K3 SoC
 2026-07-08  7:10 UTC  (7+ messages)
` [PATCH 2/3] scsi: ufs: spacemit: k3: Add UFS Host Controller driver
` [PATCH 3/3] riscv: dts: spacemit: k3: Add UFS support

[PATCH v2] rcu: Use an intermediate irq_work to start process_srcu()
 2026-07-08  6:58 UTC  (9+ messages)

[PATCH v2 0/1] RISC-V: KVM: Serialize virtual interrupt pending state updates
 2026-07-08  3:35 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH] riscv: stacktrace: Fix NULL task pointer in ftrace_graph_ret_addr()
 2026-07-08  1:50 UTC 

[PATCH v3 0/8] riscv: Add Ssqosid and initial CBQRI resctrl support
 2026-07-07 18:22 UTC  (4+ messages)
` [PATCH v3 8/8] riscv_cbqri: Add CBQRI capacity allocation platform driver

[PATCH 0/2] riscv: vdso: Do not use LTO for the vDSO
 2026-07-07 17:45 UTC  (6+ messages)
` [PATCH 1/2] "

[PATCH v8] mm: pgtable: free kernel page tables via RCU to fix ptdump UAF
 2026-07-07 17:08 UTC  (3+ messages)

Re: [PATCH v3 0/4] riscv: optimize Vector context restore on syscall
 2026-07-07 16:05 UTC  (4+ messages)
` [PATCH v4 "
  ` [[PATCH] v4 1/4] riscv: vector: refactor vector context operations

[PATCH bpf-next v5 0/6] Mixing bpf2bpf and tailcalls for RV64
 2026-07-07 14:22 UTC  (7+ messages)
` [PATCH bpf-next v5 1/6] bpf: Extract the is_struct_ops_tramp helper
` [PATCH bpf-next v5 2/6] riscv, bpf: Using kvzalloc_objs to allocate cache buffer
` [PATCH bpf-next v5 3/6] riscv, bpf: Fix kernel stack corruption in tailcall with CFI
` [PATCH bpf-next v5 4/6] riscv, bpf: Add RV_TAILCALL_OFFSET macro to format tailcall offset
` [PATCH bpf-next v5 5/6] riscv, bpf: Mixing bpf2bpf and tailcalls
` [PATCH bpf-next v5 6/6] selftests/bpf: Remove tailcalls tests from DENYLIST.riscv64

[PATCH] mm/mseal: fix mseal documentation for 32-bit kernels
 2026-07-07 13:50 UTC  (9+ messages)

[PATCH v2 0/2] RISC-V: KVM: Optimize hfence request handling for SMP guests
 2026-07-07 12:50 UTC  (3+ messages)
` [PATCH v2 1/2] RISC-V: KVM: Introduce make_xfence_request_nodata for FENCE.I requests
` [PATCH v2 2/2] RISC-V: KVM: Separate req and fallback_req masks in make_xfence_request

[PATCH] RISC-V: KVM: Inject instruction access fault on unmapped guest fetch
 2026-07-07 12:25 UTC 

[PATCH] MAINTAINERS: Update SpacemiT SoC git tree repository
 2026-07-07 12:14 UTC 

[PATCH] riscv: ftrace: reject out-of-range non-direct targets
 2026-07-07 12:12 UTC 

[PATCH 0/2] RISC-V: KVM: Optimize hfence request handling for SMP guests
 2026-07-07 11:37 UTC  (3+ messages)
` [PATCH 1/2] RISC-V: KVM: Move hfence type check out of loop
` [PATCH 2/2] RISC-V: KVM: Separate req and fallback_req masks in make_xfence_request

[PATCH v2 0/2] spi: enable the SpacemiT K3 SoC QSPI
 2026-07-07 10:56 UTC  (3+ messages)
` [PATCH v2 2/2] riscv: dts: spacemit: add QSPI support for K3 Pico-ITX

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

[PATCH] RISC-V: KVM: Fix lost virtual interrupts during IRQ sync
 2026-07-07  8:27 UTC  (2+ messages)

[PATCH v8 00/22] Add Counter delegation ISA extension support
 2026-07-07  8:24 UTC  (7+ messages)
` [PATCH v8 12/22] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v8 13/22] RISC-V: perf: Add a mechanism to defined legacy event encoding
` [PATCH v8 14/22] RISC-V: perf: Implement supervisor counter delegation support

[PATCH] selftests/rseq: Fix a buliding error for riscv arch
 2026-07-07  8:21 UTC  (2+ messages)
` NACK: "

[PATCH v3 0/2] RISC-V IOMMU HPM support
 2026-07-07  8:05 UTC  (8+ messages)
` [PATCH v3 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver

[PATCH v2 0/5] riscv: dts: spacemit: serial/i2c/ethernet improvements for the K3 Pico-ITX board
 2026-07-07  7:56 UTC  (3+ messages)
` [PATCH v2 5/5] riscv: dts: spacemit: improve RTL8211F PHY configuration on "

[PATCH v5 0/8] RISC-V: KVM: Add Svadu/Zicfiss/Zicfilp FWFT support
 2026-07-07  7:51 UTC  (5+ messages)
` [PATCH v5 1/8] RISC-V: KVM: Add support for Svadu FWFT features

[PATCH net-next v12 0/7] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-07-07  7:48 UTC  (2+ messages)


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