messages from 2025-06-04 06:36:44 to 2025-06-08 16:58:23 UTC [more...]
[PATCH RFC 0/6] Rust Abstractions for PWM subsystem with TH1520 PWM driver
2025-06-08 16:58 UTC (11+ messages)
` [PATCH RFC 2/6] pwm: Add Rust driver for T-HEAD TH1520 SoC
[PATCH v2] crypto: riscv/poly1305 - import OpenSSL/CRYPTOGAMS implementation
2025-06-08 13:31 UTC
[PATCH] clk: spacemit: mark K1 pll1_d8 as critical
2025-06-08 12:56 UTC (5+ messages)
[PATCH 0/2] remoteproc: cv1800b: Add initial support for C906L processor
2025-06-08 2:37 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: remoteproc: Add C906L rproc for Sophgo CV1800B SoC
` [PATCH 2/2] drivers: remoteproc: Add C906L controller "
[PATCH v2 00/12] lib/crc: improve how arch-optimized code is integrated
2025-06-07 23:47 UTC (14+ messages)
` [PATCH v2 01/12] lib/crc: move files into lib/crc/
` [PATCH v2 02/12] lib/crc: prepare for arch-optimized code in subdirs of lib/crc/
` [PATCH v2 03/12] lib/crc/arm: migrate arm-optimized CRC code into lib/crc/
` [PATCH v2 04/12] lib/crc/arm64: migrate arm64-optimized "
` [PATCH v2 05/12] lib/crc/loongarch: migrate loongarch-optimized "
` [PATCH v2 06/12] lib/crc/mips: migrate mips-optimized "
` [PATCH v2 07/12] lib/crc/powerpc: migrate powerpc-optimized "
` [PATCH v2 08/12] lib/crc/riscv: migrate riscv-optimized "
` [PATCH v2 09/12] lib/crc/s390: migrate s390-optimized "
` [PATCH v2 10/12] lib/crc/sparc: migrate sparc-optimized "
` [PATCH v2 11/12] lib/crc/x86: migrate x86-optimized "
` [PATCH v2 12/12] lib/crc: remove ARCH_HAS_* kconfig symbols
[PATCH v2] RISC-V: vDSO: Wire up getrandom() vDSO implementation
2025-06-07 14:16 UTC (13+ messages)
` [PATCH] RISC-V: vDSO: Correct inline assembly constraints in the getrandom syscall wrapper
` [PATCH v2] "
[PATCH v3 00/35] mmc: Cleanup sdhci_pltfm_free()/sdhci_free_host() usage
2025-06-07 7:39 UTC (3+ messages)
` [PATCH v3 01/35] mmc: sdhci: Use devm_mmc_alloc_host() helper
` [PATCH v3 22/35] mmc: sdhci-of-k1: Drop the use of sdhci_pltfm_free()
[GIT PULL] RISC-V Patches for the 6.16 Merge Window, Part 1
2025-06-07 1:18 UTC (2+ messages)
[PATCH v4 00/23] Linux SBI MPXY and RPMI drivers
2025-06-06 23:51 UTC (7+ messages)
` [PATCH v4 01/23] riscv: Add new error codes defined by SBI v3.0
` [PATCH v4 11/23] dt-bindings: Add RPMI system MSI message proxy bindings
` [PATCH v4 12/23] dt-bindings: Add RPMI system MSI interrupt controller bindings
Broken 32-bit riscv debug build with ZSTD and FTRACE
2025-06-06 19:42 UTC (5+ messages)
[PATCH v8] riscv: mm: Add support for Svinval extension
2025-06-06 18:22 UTC (2+ messages)
[PATCH RFC v7 0/3] riscv: mm: Add soft-dirty and uffd-wp support
2025-06-06 17:30 UTC (7+ messages)
` [PATCH RFC v7 1/3] riscv: Add RISC-V Svrsw60t59b extension support
` [PATCH RFC v7 2/3] riscv: mm: Add soft-dirty page tracking support
` [PATCH RFC v7 3/3] riscv: mm: Add uffd write-protect support
[PATCH v2 0/3] riscv: dts: sophgo: add more sg2042 isa extension support
2025-06-06 16:01 UTC (8+ messages)
` [PATCH v2 3/3] riscv: dts: sophgo: add zfh for sg2042
[PATCH v5 0/8] add Voyager board support
2025-06-06 16:00 UTC (2+ messages)
[PATCH v3 0/3] Optimize GCD performance on RISC-V by selecting implementation at runtime
2025-06-06 13:47 UTC (4+ messages)
` [PATCH v3 1/3] lib/math/gcd: Use static key to select "
` [PATCH v3 2/3] riscv: Optimize gcd() code size when CONFIG_RISCV_ISA_ZBB is disabled
` [PATCH v3 3/3] riscv: Optimize gcd() performance on RISC-V without Zbb extension
[PATCH v2] mm/pagewalk: split walk_page_range_novma() into kernel/user parts
2025-06-06 13:41 UTC (15+ messages)
[PATCH v1 0/3] riscv: dts: starfive: jh7110: More U-Boot downstream changes for JH7110
2025-06-06 13:02 UTC (4+ messages)
` [PATCH v1 1/3] dt-bindings: memory-controllers: add StarFive JH7110 SoC DMC
` [PATCH v1 2/3] riscv: dts: starfive: jh7110: add memory controller node
` [PATCH v1 3/3] riscv: dts: starfive: jh7110: bootph-pre-ram hinting needed by boot loader
riscv failures
2025-06-06 12:22 UTC
[PATCH v4 0/4] Add SpacemiT K1 USB3.0 host controller support
2025-06-06 11:43 UTC (4+ messages)
` [PATCH v4 3/4] usb: dwc3: add generic driver to support flattened DT
[PATCH v2 0/2] riscv: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
2025-06-06 7:09 UTC (3+ messages)
` [PATCH v2 1/2] riscv: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH v2 2/2] riscv: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
[PATCH 00/13] MMU related improvements for KVM RISC-V
2025-06-06 4:25 UTC (22+ messages)
` [PATCH 01/13] RISC-V: KVM: Fix the size parameter check in SBI SFENCE calls
` [PATCH 02/13] RISC-V: KVM: Don't treat SBI HFENCE calls as NOPs
` [PATCH 03/13] RISC-V: KVM: Check kvm_riscv_vcpu_alloc_vector_context() return value
` [PATCH 04/13] RISC-V: KVM: Drop the return value of kvm_riscv_vcpu_aia_init()
` [PATCH 05/13] RISC-V: KVM: Rename and move kvm_riscv_local_tlb_sanitize()
` [PATCH 06/13] RISC-V: KVM: Replace KVM_REQ_HFENCE_GVMA_VMID_ALL with KVM_REQ_TLB_FLUSH
` [PATCH 07/13] RISC-V: KVM: Don't flush TLB in gstage_set_pte() when PTE is unchanged
` [PATCH 08/13] RISC-V: KVM: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH 09/13] RISC-V: KVM: Factor-out MMU related declarations into separate headers
` [PATCH 10/13] RISC-V: KVM: Introduce struct kvm_gstage_mapping
` [PATCH 11/13] RISC-V: KVM: Add vmid field to struct kvm_riscv_hfence
` [PATCH 12/13] RISC-V: KVM: Factor-out g-stage page table management
` [PATCH 13/13] RISC-V: KVM: Pass VMID as parameter to kvm_riscv_hfence_xyz() APIs
[GIT PULL] RISC-V Patches for the 6.16 Merge Window, Part 2
2025-06-05 21:13 UTC (2+ messages)
[PATCH v2 0/3] riscv: misaligned: fix misaligned accesses handling in put/get_user()
2025-06-05 18:50 UTC (6+ messages)
` [PATCH v2 2/3] riscv: process: use unsigned int instead of unsigned long for put_user()
` [PATCH v2 3/3] riscv: uaccess: do not do misaligned accesses in get/put_user()
[GIT PULL] RISC-V Patches for the 6.16 Merge Window, Part 3
2025-06-05 18:06 UTC (2+ messages)
[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-05 17:04 UTC (24+ messages)
` [PATCH 01/12] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH 02/12] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk
` [PATCH 04/12] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH 05/12] mm: Remove remaining uses of PFN_DEV
` [PATCH 06/12] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH 07/12] mm: Remove redundant pXd_devmap calls
[PATCH] crypto: riscv/poly1305 - import OpenSSL/CRYPTOGAMS implementation
2025-06-05 16:42 UTC (3+ messages)
[PATCH v3] mm/pagewalk: split walk_page_range_novma() into kernel/user parts
2025-06-05 13:54 UTC (2+ messages)
[PATCH v5 0/4] Add USB2.0 PHY and USB3.0 PHY support for SpacemiT K1
2025-06-05 13:15 UTC (4+ messages)
` [PATCH v5 3/4] phy: spacemit: support K1 USB2.0 PHY controller
[PATCH v3 0/8] Add TH1520 GPU support with power sequencing
2025-06-05 10:34 UTC (28+ messages)
` [PATCH v3 1/8] dt-bindings: power: Add T-HEAD TH1520 GPU power sequencer
` [PATCH v3 7/8] riscv: dts: thead: th1520: Add IMG BXM-4-64 GPU node
` [PATCH v3 3/8] drm/imagination: Use pwrseq for TH1520 GPU power management
` [PATCH v3 6/8] riscv: dts: thead: Add GPU power sequencer node
[PATCH] riscv: defconfig: Enable TH1520 aon, mbox and reset support
2025-06-05 8:04 UTC (2+ messages)
[PATCH v6 0/4] rust: Add bug/warn abstractions
2025-06-05 7:20 UTC (3+ messages)
[PATCH v8 00/14] riscv: add SBI FWFT misaligned exception delegation support
2025-06-05 7:12 UTC (5+ messages)
[PATCH v2] riscv: uaccess: Only restore the CSR_STATUS SUM bit
2025-06-05 1:30 UTC (2+ messages)
[PATCH] riscv: use generic MMIO accessors
2025-06-05 0:51 UTC (2+ messages)
[PATCH v2 0/3] Optimize GCD performance on RISC-V by selecting implementation at runtime
2025-06-04 23:02 UTC (5+ messages)
` [PATCH v2 1/3] lib/math/gcd: Use static key to select "
` [PATCH v2 3/3] riscv: Optimize gcd() performance on RISC-V without Zbb extension
[PATCH v17 00/27] riscv control-flow integrity for usermode
2025-06-04 17:15 UTC (28+ messages)
` [PATCH v17 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v17 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v17 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v17 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v17 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v17 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v17 07/27] riscv/mm: manufacture shadow stack pte
` [PATCH v17 08/27] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v17 09/27] riscv/mm: write protect and shadow stack
` [PATCH v17 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v17 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v17 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v17 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v17 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v17 15/27] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v17 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v17 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v17 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v17 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v17 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v17 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v17 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v17 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v17 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v17 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v17 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v17 27/27] kselftest/riscv: kselftest for user mode cfi
[PATCH] RISC-V: Documentation: Add enough title underlines to CMODX
2025-06-04 14:33 UTC (2+ messages)
[PATCH v2] riscv: Add kprobes KUnit test
2025-06-04 14:33 UTC (2+ messages)
[PATCH v4 0/3] Move duplicated instructions macros into asm/insn.h
2025-06-04 14:33 UTC (2+ messages)
[PATCH] riscv: enable mseal sysmap for RV64
2025-06-04 14:33 UTC (2+ messages)
[PATCH v2 00/11] riscv: kprobes: Clean up instruction simulation
2025-06-04 14:33 UTC (2+ messages)
[PATCH RESEND] mm/pagewalk: split walk_page_range_novma() into kernel/user parts
2025-06-04 12:31 UTC (8+ messages)
[PATCH v4 2/2] Allow for riscv-clock to pick up mmio address
2025-06-04 11:25 UTC (2+ messages)
[PATCH] riscv: traps: handle uprobe event in software-check exception
2025-06-04 9:38 UTC (5+ messages)
[PATCH v2] riscv: traps: handle uprobe event in software-check exception
2025-06-04 9:34 UTC
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;
as well as URLs for NNTP newsgroup(s).