messages from 2025-08-21 22:36:00 to 2025-08-23 14:45:14 UTC [more...]
[PATCH 0/3] Initial thermal management for Lichee Pi 4A board
2025-08-23 14:37 UTC (7+ messages)
` [PATCH 1/3] riscv: dts: thead: th1520: add coefficients to the PVT node
` [PATCH 3/3] riscv: dts: thead: th1520: add soft PWM fan for Lichee Pi 4A
[PATCH v14 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
2025-08-23 14:20 UTC (9+ messages)
` [PATCH v14 3/7] rust: pwm: Add complete abstraction layer
` [PATCH v14 7/7] riscv: dts: thead: Add PWM fan and thermal control
[PATCH v2 0/3] riscv: dts: starfive: jh7110: More U-Boot downstream changes for JH7110
2025-08-23 8:10 UTC (6+ messages)
` [PATCH v2 3/3] riscv: dts: starfive: jh7110: bootph-pre-ram hinting needed by boot loader
[PATCH v3 0/3] riscv: dts: starfive: jh7110: More U-Boot downstream changes for JH7110
2025-08-23 8:58 UTC (3+ messages)
` [PATCH v3 2/3] riscv: dts: starfive: jh7110: add DMC memory controller
` [PATCH v3 3/3] riscv: dts: starfive: jh7110: bootph-pre-ram hinting needed by boot loader
[PATCH v3 RESEND 0/3] riscv: dts: starfive: jh7110: More U-Boot downstream changes for JH7110
2025-08-23 10:01 UTC (4+ messages)
` [PATCH v3 1/3] dt-bindings: memory-controllers: add StarFive JH7110 SoC DMC
` [PATCH v3 2/3] riscv: dts: starfive: jh7110: add DMC memory controller
` [PATCH v3 3/3] riscv: dts: starfive: jh7110: bootph-pre-ram hinting needed by boot loader
[PATCH v3 0/8] selftests/mm: Add compiler flags and fix found warnings
2025-08-23 0:42 UTC (12+ messages)
` [PATCH v3 1/8] selftests/mm: Add -Wunreachable-code and fix warnings
` [PATCH v3 2/8] selftests/mm: protection_keys: Fix dead code
` [PATCH v3 3/8] selftests: kselftest.h: Add unused macro
` [PATCH v3 4/8] selftests/mm: Add -Wunused family of flags
` [PATCH v3 5/8] selftests/mm: Remove unused parameters
` [PATCH v3 6/8] selftests/mm: Fix unused parameter warnings for different architectures
` [PATCH v3 7/8] selftests/mm: mark variable unused with macro
` [PATCH v3 8/8] selftests/mm: pkey-helpers: Remove duplicate __maybe_unused
[PATCH v1 RESEND 0/5] RISC-V: Add Zilsd/Zclsd support in hwprobe and KVM
2025-08-22 22:34 UTC (4+ messages)
` [PATCH v1 RESEND 1/5] dt-bidings: riscv: add Zilsd and Zclsd extension descriptions
[PATCH v13 0/4] Add TH1520 GPU support with power sequencing
2025-08-22 20:43 UTC (12+ messages)
` [PATCH v13 1/4] drm/imagination: Use pwrseq for TH1520 GPU power management
` [PATCH v13 2/4] dt-bindings: gpu: img,powervr-rogue: Add TH1520 GPU support
` [PATCH v13 3/4] riscv: dts: thead: th1520: Add IMG BXM-4-64 GPU node
` [PATCH v13 4/4] drm/imagination: Enable PowerVR driver for RISC-V
[PATCH RFC 00/35] mm: remove nth_page()
2025-08-23 8:59 UTC (74+ messages)
` [PATCH RFC 01/35] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH RFC 02/35] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH RFC 03/35] s390/Kconfig: "
` [PATCH RFC 04/35] x86/Kconfig: "
` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH RFC 07/35] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH RFC 08/35] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH RFC 09/35] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH RFC 11/35] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH RFC 12/35] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH RFC 13/35] mm: simplify folio_page() and folio_page_idx()
` [PATCH RFC 14/35] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH RFC 15/35] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH RFC 16/35] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH RFC 17/35] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage
` [PATCH RFC 19/35] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH RFC 20/35] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH RFC 21/35] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH RFC 22/35] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH RFC 23/35] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH RFC 24/35] ata: libata-eh: drop nth_page() usage within "
` [PATCH RFC 25/35] drm/i915/gem: "
` [PATCH RFC 26/35] mspro_block: "
` [PATCH RFC 27/35] memstick: "
` [PATCH RFC 28/35] mmc: "
` [PATCH RFC 29/35] scsi: core: "
` [PATCH RFC 30/35] vfio/pci: "
` [PATCH RFC 31/35] crypto: remove "
` [PATCH RFC 32/35] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH RFC 33/35] kfence: drop nth_page() usage
` [PATCH RFC 34/35] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH RFC 35/35] mm: remove nth_page()
` [syzbot ci] "
[PATCH 0/8] riscv: add initial support for hardware breakpoints
2025-08-22 17:59 UTC (10+ messages)
` [PATCH 1/8] riscv: Add insn.c, consolidate instruction decoding
` [PATCH 2/8] riscv: Add SBI debug trigger extension and function ids
` [PATCH 3/8] riscv: insn: Add get_insn_nofault
` [PATCH 4/8] riscv: Introduce support for hardware break/watchpoints
` [PATCH 5/8] riscv: hw_breakpoint: Use icount for single stepping
` [PATCH 6/8] riscv: ptrace: Add hw breakpoint support
` [PATCH 7/8] riscv: ptrace: Add hw breakpoint regset
` [PATCH 8/8] selftests: riscv: Add test for hardware breakpoints
RISC-V big-endian support
2025-08-22 16:52 UTC (19+ messages)
` [PATCH 01/18] riscv: add initial kconfig and build flags for big-endian
` [PATCH 02/18] riscv: update byteorder.h "
` [PATCH 03/18] riscv: disable vector if big-endian, gcc unsupported option
` [PATCH 04/18] riscv: word-at-atime: move to generic if we're big endian
` [PATCH 05/18] riscv: asm: use .insn for making custom instructioons
` [PATCH 06/18] kconfig: remove CONFIG_COMAPT for big-endian
` [PATCH 07/18] riscv: fixup use of natural endian on instructions
` [PATCH 08/18] riscv: bpf: big endian fixes, updated BPF_ALU ops
` [PATCH 09/18] riscv: probes: sort out endian-ness
` [PATCH 10/18] riscv: ftrace big endian updates
` [PATCH 11/18] riscv: traps: make insn fetch common in unknown instruction
` [PATCH 12/18] riscv: threads need UBE flag setting if big-endian
` [PATCH 13/18] riscv: fixes for big-endian library routines
` [PATCH 14/18] riscv: update to add ASM_INSN for .2byte instructions
` [PATCH 15/18] KVM: riscv: set HSTATUS big endian same as build
` [PATCH 16/18] KVM: riscv: add hstatus to allow endian control
` [PATCH 17/18] KVM: riscv: instructions are little endian
` [PATCH 18/18] KVM: riscv: add warning if undecoded instruction
[PATCH net-next v6 0/5] Add Ethernet MAC support for SpacemiT K1
2025-08-22 13:27 UTC (4+ messages)
` [PATCH net-next v6 2/5] net: spacemit: Add K1 Ethernet MAC
[PATCH] dt-bindings: i2c: spacemit,k1-i2c: Minor whitespace cleanup in example
2025-08-22 19:29 UTC (3+ messages)
[PATCH] dt-bindings: gpio: Minor whitespace cleanup in example
2025-08-22 19:30 UTC (2+ messages)
[PATCH 0/8] riscv: add initial support for hardware breakpoints
2025-08-22 17:58 UTC (4+ messages)
` [PATCH 8/8] selftests: riscv: Add test "
[RFC 0/3] Add support for StarFive VisionFive 2 Lite board
2025-08-22 16:37 UTC (11+ messages)
` [RFC 1/3] dt-bindings: riscv: Add StarFive JH7110S SoC and "
` [RFC 2/3] riscv: dts: starfive: jh7110-common: Move out some nodes to the board dts
` [RFC 3/3] riscv: dts: starfive: Add VisionFive 2 Lite board device tree
[PATCH 000/114] clk: convert drivers from deprecated round_rate() to determine_rate()
2025-08-22 13:09 UTC (5+ messages)
[PATCH v2 00/12] Bump minimum supported version of LLVM for building the kernel to 15.0.0
2025-08-22 12:38 UTC (7+ messages)
` [PATCH v2 07/12] riscv: Remove version check for LTO_CLANG selects
` [PATCH v2 08/12] riscv: Unconditionally use linker relaxation
` [PATCH v2 09/12] riscv: Remove ld.lld version checks from many TOOLCHAIN_HAS configs
[PATCH] RISC-V: KVM: fix stack overrun when loading vlenb
2025-08-22 11:28 UTC (2+ messages)
[PATCH v2 0/6] RISC-V: KVM: Allow zicbop/bfloat16 exts for guests
2025-08-22 11:20 UTC (2+ messages)
[PATCH] RISC-V: KVM: Correct kvm_riscv_check_vcpu_requests() comment
2025-08-22 11:16 UTC (2+ messages)
[PATCH v2 0/3] Scope TH1520 reset driver to VO subsystem
2025-08-22 9:45 UTC (5+ messages)
` [PATCH v2 1/3] dt-bindings: reset: Scope the compatible to VO subsystem explicitly
[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
2025-08-22 10:32 UTC (4+ messages)
` [PATCH v5 16/44] KVM: Add a simplified wrapper for registering perf callbacks
[PATCH 00/21] treewide: remove unneeded 'fast_io' parameter in regmap_config
2025-08-22 5:59 UTC (4+ messages)
` [PATCH 02/21] clk: "
[PATCH v4] iommu/riscv: prevent NULL deref in iova_to_phys
2025-08-22 6:52 UTC (2+ messages)
[v4] iommu/riscv: prevent NULL deref in iova_to_phys
2025-08-22 2:36 UTC (2+ messages)
` "
[PATCH v5 0/8] dmaengine: mmp_pdma: Add SpacemiT K1 SoC support with 64-bit addressing
2025-08-22 3:06 UTC (9+ messages)
` [PATCH v5 1/8] dt-bindings: dma: Add SpacemiT K1 PDMA controller
` [PATCH v5 2/8] dmaengine: mmp_pdma: Add clock support
` [PATCH v5 3/8] dmaengine: mmp_pdma: Add reset controller support
` [PATCH v5 4/8] dmaengine: mmp_pdma: Add operations structure for controller abstraction
` [PATCH v5 5/8] dmaengine: mmp_pdma: Add SpacemiT K1 PDMA support with 64-bit addressing
` [PATCH v5 6/8] riscv: dts: spacemit: Add PDMA node for K1 SoC
` [PATCH v5 7/8] riscv: dts: spacemit: Enable PDMA on Banana Pi F3 and Milkv Jupiter
` [PATCH v5 8/8] riscv: defconfig: Enable MMP_PDMA support for SpacemiT K1 SoC
[PATCH v12 0/4] Add TH1520 GPU support with power sequencing
2025-08-21 22:02 UTC (5+ messages)
` [PATCH v12 1/4] drm/imagination: Use pwrseq for TH1520 GPU power management
[PATCH v2 0/8] selftests/mm: Add compiler flags and fix found warnings
2025-08-21 22:13 UTC (7+ messages)
` [PATCH v2 4/8] selftests/mm: Add -Wunused family of flags
[PATCH v2] riscv: dts: spacemit: add UART resets for Soc K1
2025-08-21 22:04 UTC (2+ messages)
[PATCH v4 0/7] Basic device tree support for ESWIN EIC7700 RISC-V SoC
2025-08-21 19:11 UTC (3+ messages)
` [PATCH v4 3/7] dt-bindings: vendor-prefixes: add eswin
[PATCH 0/4] clk: thead: Misc changes to TH1520 clock driver
2025-08-21 18:29 UTC (3+ messages)
` [PATCH 2/4] clk: thead: support changing DPU pixel clock rate
[PATCH v4 0/3] Add driver support for ESWIN eic700 SoC clock controller
2025-08-21 18:32 UTC (3+ messages)
` [PATCH v4 2/3] clock: eswin: Add eic7700 clock driver
[PATCH v2 0/5] riscv: Use __riscv_has_extension_{likely,unlikely}
2025-08-21 17:49 UTC (5+ messages)
` [PATCH v2 4/5] riscv: bitops: Use __riscv_has_extension_likely
[PATCH 1/2] selftests: riscv: vector: add early ptrace test
2025-08-21 17:39 UTC (2+ messages)
` [PATCH 2/2] riscv: vector: init vlenb in vector context allocation
[PATCH V4 RESEND 0/3] Fixup & optimize hgatp mode & vmid detect functions
2025-08-21 14:25 UTC (2+ messages)
` [PATCH V4 RESEND 2/3] RISC-V: KVM: Remove unnecessary HGATP csr_read
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).