Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-11 01:59:45 to 2026-07-14 01:58:11 UTC [more...]

[PATCH 0/2] Add CoreSight nodes for Qualcomm Shikra SoC
 2026-07-14  1:57 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: arm: add CTCU device for shikra
` [PATCH 2/2] arm64: dts: qcom: shikra: Add coresight nodes

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

[PATCH v2] riscv: hwprobe: Avoid uninitialized read in hwprobe_get_cpus()
 2026-07-14  0:30 UTC 

[PATCH bpf-next v4 0/3] riscv, bpf: Add support for signed operations and 32-bit atomics
 2026-07-14  0:24 UTC  (4+ messages)
` [PATCH bpf-next v4 1/3] riscv, bpf: Add support for BPF_SDIV and BPF_SMOD in RV32 JIT
` [PATCH bpf-next v4 2/3] riscv, bpf: Add support for BPF_MOVSX "
` [PATCH bpf-next v4 3/3] riscv, bpf: Add 32 bit atomic operations to "

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

[PATCH v2 00/19] crypto: cmh - add CRI CryptoManager Hub driver
 2026-07-13 23:17 UTC  (6+ messages)
` [PATCH v2 01/19] dt-bindings: crypto: add Rambus CryptoManager Hub

[patch 0/4] entry: Rework syscall skip logic
 2026-07-13 22:20 UTC  (10+ messages)
` [patch 1/4] entry: Rework syscall_audit_enter()
` [patch 2/4] entry: Rework trace_syscall_enter()
` [patch 3/4] entry: Make return type of syscall_trace_enter() bool
` [patch 4/4] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution

[RFC PATCH 00/34] mm: optimize unnecessary loads due to ptep_get() and friends out
 2026-07-13 21:40 UTC  (52+ messages)
` [RFC PATCH 01/34] ARM: mm: make nommu pgd_t a scalar
` [RFC PATCH 02/34] ARM: mm: make 2-level "
` [RFC PATCH 03/34] ARM: mm: remove custom pgdp_get()
` [RFC PATCH 04/34] LoongArch: mm: define pud_leaf() only when PUD exists
` [RFC PATCH 05/34] MIPS: "
` [RFC PATCH 06/34] mm/pgtable: define (pgd|p4d|pud)_leaf() for folded page tables
` [RFC PATCH 07/34] mm/pgtable: define (pgd|p4d|pud)_offset_lockless() "
` [RFC PATCH 08/34] loongarch: kvm: remove stack copy address of pXd in pXd_offset()
` [RFC PATCH 09/34] riscv: "
` [RFC PATCH 10/34] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
` [RFC PATCH 11/34] mm: vmscan: remove stack copy address of pud pass in wallk_pud_range()
` [RFC PATCH 12/34] arm64: mm: use proper set_pXd() for generic compile-time folded patable in kasan_early_init()
` [RFC PATCH 13/34] arm64: mm: define pud_set_huge() when __PGTABLE_PMD_FOLDED not defined
` [RFC PATCH 14/34] csky: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [RFC PATCH 15/34] mips: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault path
` [RFC PATCH 16/34] nios2: "
` [RFC PATCH 17/34] riscv: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [RFC PATCH 18/34] riscv: mm: use proper set_pXd() for generic compile-time folded patable in setup_vm_final()
` [RFC PATCH 19/34] x86: power: use proper set_pXd() for generic compile-time folded patable in resume_one_md_table_init()
` [RFC PATCH 20/34] x86: kexec: use proper set_pXd() for generic compile-time folded patable in machine_kexec_page_table_set_one()
` [RFC PATCH 21/34] x86: platform: use proper set_pXd() for generic compile-time folded patable in setup_olpc_ofw_pgd()
` [RFC PATCH 22/34] x86: mm: use proper set_pXd() for generic compile-time folded patable in one_md_table_init()
` [RFC PATCH 23/34] x86: mm: skip pud setup when using generic compile-time folded pagetable
` [RFC PATCH 24/34] x86: mm: call try_to_free_pmd_page() when CONFIG_PGTABLE_LEVELS > 2
` [RFC PATCH 25/34] x86: mm: remove usage of pgd_page_vaddr() for CONFIG_x86_PAE
` [RFC PATCH 26/34] x86: mm: define pudp_set_access_flags() when CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD is enabled only
` [RFC PATCH 27/34] m68k: mm: remove usage of pgd_page_vaddr() for CONFIG_PGTABLE_LEVELS=3
` [RFC PATCH 28/34] arm: mm: use proper pgtable APIs for generic compile-time folded patable in kasan_init()
` [RFC PATCH 29/34] mm/pgtable: disallow calling folded set_pgd/set_p4d/set_pud
` [RFC PATCH 30/34] mm/pgtable: disallow calling folded (pgd|p4d|pud)_page, pgd_page_vaddr() and (p4d|pud)_pgtable
` [RFC PATCH 31/34] mm/pgtable: optimize pmdp_get() and friends for folded pagetable levels
` [RFC PATCH 32/34] openrisc/pgtable: drop __pmd_offset()
` [RFC PATCH 33/34] mm/pgtable: catch abuse of folded dummy pgd_t/p4d_t/pud_t
` [RFC PATCH 34/34] arm64: pgtable: convert pte_present() from macro to static inline

[PATCH] riscv: Gate FUNCTION_ALIGNMENT_4B on DYNAMIC_FTRACE
 2026-07-13 21:23 UTC  (3+ messages)

[PATCH 0/2] riscv: vdso: Do not use LTO for the vDSO
 2026-07-13 18:15 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] riscv: vdso: Simplify cflags remove logic

[PATCH v8 0/3] riscv: fix PIO helpers and add optimized percpu ops
 2026-07-13 18:03 UTC  (3+ messages)
` [PATCH v8 1/3] riscv: io: avoid null-pointer arithmetic in PIO helpers

[PATCH RESEND 0/2] riscv: mm: Some optimizations for tlb flush
 2026-07-13 17:49 UTC  (5+ messages)
` [PATCH RESEND 1/2] riscv: mm: Apply svinval in update_mmu_cache()
    ` [External] "

[PATCH v6 0/2] mm/sparse-vmemmap: flush_cache_vmap() after hotplugging vmemmap
 2026-07-13 17:11 UTC  (7+ messages)
` [PATCH v6 1/2] riscv: mm: Make mark_new_valid_map() stuff depend on 64BIT && MMU
` [PATCH v6 2/2] mm/sparse-vmemmap: flush_cache_vmap() after hotplugging vmemmap

[PATCH 7.1.y 1/6] bpf: Support for hardening against JIT spraying
 2026-07-13 16:37 UTC  (3+ messages)

[PATCH v2] riscv/futex: Bound number of LL/SC retries in cmpxchg
 2026-07-13 16:15 UTC  (2+ messages)

[PATCH 0/7] vDSO: Replace CONFIG_GENERIC_GETTIMEOFDAY ifdeffery with IS_ENABLED()
 2026-07-13 15:23 UTC  (3+ messages)
` [PATCH 5/7] clocksource/drivers/arm_arch_timer: "

[PATCH 0/2] riscv: dts: spacemit: k3: Add USB/PCIe devices
 2026-07-13 15:04 UTC  (5+ messages)
` [PATCH 2/2] riscv: dts: spacemit: k3: Add PCIe device node

[PATCH net-next v13 00/10] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-07-13 13:20 UTC  (11+ messages)
` [PATCH net-next v13 01/10] net: phy: aquantia: fix system interface type not updated in forced mode
` [PATCH net-next v13 02/10] dt-bindings: phy: document the serdes PHY on sa8255p
` [PATCH net-next v13 03/10] phy: qcom: add the SGMII SerDes PHY driver for SCMI systems
` [PATCH net-next v13 04/10] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems
` [PATCH net-next v13 05/10] net: stmmac: qcom-ethqos: set serdes mode before powerup
` [PATCH net-next v13 06/10] net: stmmac: qcom-ethqos: update phy_mode to the resolved interface in mac_finish()
` [PATCH net-next v13 07/10] net: stmmac: qcom-ethqos: fix SGMII loopback not set on resume after speed change
` [PATCH net-next v13 08/10] net: stmmac: qcom-ethqos: reuse the address of ethqos_emac_driver_data
` [PATCH net-next v13 09/10] net: stmmac: qcom-ethqos: factor out linux-level setup into a separate function
` [PATCH net-next v13 10/10] net: stmmac: qcom-ethqos: add support for sa8255p

[PATCH v3] RISC-V: KVM: Zicbo[m|z|p] block sizes should be always present in ONE_REG
 2026-07-13 12:57 UTC  (2+ messages)

[PATCH] riscv: kvm: Skip preventive hfence.gvma for new G-stage mappings with Svvptc
 2026-07-13 12:39 UTC  (2+ messages)

[PATCH v1] iommu/riscv: Support 32-bit register accesses
 2026-07-13 12:29 UTC  (5+ messages)
` [PATCH v2] iommu/riscv: Use 32-bit MMIO accesses for 64-bit registers
    `  "
` [PATCH v3] "

[PATCH] KVM: riscv: PMU: Bound counter mask scan to BITS_PER_LONG
 2026-07-13 12:03 UTC  (2+ messages)

[PATCH] cache: sifive_ccache: Remove redundant dev_err_probe()
 2026-07-13 11:29 UTC 

[PATCH v1] iommu/riscv: Add page request queue and IOPF support
 2026-07-13 10:15 UTC  (3+ messages)

[PATCH RESEND] riscv: enable HAVE_CMPXCHG_{DOUBLE,LOCAL}
 2026-07-13  9:09 UTC  (4+ messages)

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

[PATCH] thermal: spacemit: k1: disable hardware on driver remove
 2026-07-13  8:55 UTC  (3+ messages)

[PATCH] KVM: riscv: SBI FWFT: Apply LOCK flag only on successful set
 2026-07-13  8:33 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Fix lost virtual interrupts during IRQ sync
 2026-07-13  7:33 UTC  (6+ messages)
    ` [PATCH v3] RISC-V: KVM: Serialize virtual interrupt pending state updates
    ` [PATCH v4] "

[PATCH RFC v3] KVM: riscv: Allow G-stage PMD block mappings for VM_PFNMAP
 2026-07-13  7:21 UTC 

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-07-13  7:06 UTC  (9+ messages)
` [patch 06/18] riscv/syscall: Use syscall_enter_from_user_mode_randomize_stack()
` [patch 13/18] entry: Make trace_syscall_enter() return type bool

[PATCH RESEND] syscall_user_dispatch: Introduce ARCH_SUPPORTS_SYSCALL_USER_DISPATCH
 2026-07-13  7:01 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Avoid redundant page-table allocations in ioremap topup
 2026-07-13  5:20 UTC  (2+ messages)

[PATCH v2] iommu/riscv: Replace illegal command with dummy IOFENCE to prevent hardware lockup
 2026-07-13  2:51 UTC  (2+ messages)

[PATCH v3 0/3] riscv: dts: sophgo: Add Milk-V Duo 256M board support
 2026-07-13  1:56 UTC  (4+ messages)
` [PATCH v3 2/3] riscv: dts: sophgo: cv180x: Add PWR_GPIO controller

[PATCH v6 0/8] RISC-V: KVM: Add Svadu/Zicfiss/Zicfilp FWFT support
 2026-07-13  1:03 UTC  (9+ messages)
` [PATCH v6 1/8] RISC-V: KVM: Add support for Svadu FWFT features
` [PATCH v6 2/8] KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test
` [PATCH v6 3/8] RISC-V: KVM: Allow Zicfiss/Zicfilp extensions for Guest/VM
` [PATCH v6 4/8] RISC-V: KVM: Add ssp context save/restore
` [PATCH v6 5/8] RISC-V: KVM: Handle software-check exits for VCPU
` [PATCH v6 6/8] RISC-V: KVM: Delegate SPELP bit to VS/VU mode if landing pad is enabled
` [PATCH v6 7/8] RISC-V: KVM: Add support for control-flow integrity FWFT features
` [PATCH v6 8/8] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test

Failed to reinit phy of spacemit-dwmac when reset-gpio is present
 2026-07-12 22:32 UTC  (6+ messages)

[PATCH v4 0/8] riscv: Add Ssqosid and initial CBQRI resctrl support
 2026-07-12 19:15 UTC  (4+ messages)
` [PATCH v4 5/8] riscv_cbqri: resctrl: Add cache allocation via capacity block mask

[GIT PULL] RISC-V updates for v7.2-rc3
 2026-07-12 19:13 UTC  (2+ messages)

[PATCH v2 0/8] clk: sunxi-ng: Add support for Allwinner A733 CCU and PRCM
 2026-07-12 14:35 UTC  (12+ 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/6] riscv: spacemit: Add PCIe RC controller support for K3
 2026-07-12 10:04 UTC  (30+ 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 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 v3 0/3] spacemit: k1: Add support for Banana Pi BPI-CM6 IO board
 2026-07-12  4:00 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: riscv: spacemit: Add Banana Pi BPI-CM6 compatible
` [PATCH v3 2/3] riscv: dts: spacemit: k1: Split gmac_clk_ref into independent pinctrl groups
` [PATCH v3 3/3] riscv: dts: spacemit: k1: Add Banana Pi BPI-CM6 IO board

[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 v4 0/2] cpufreq: spacemit: Add cpufreq support for K1 SoC
 2026-07-11  7:44 UTC  (6+ 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  (2+ messages)

[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  (2+ messages)
` [PATCH v1 2/2] RISC-V: KVM: fix vcpu vector context handling for kernel-mode vector


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