messages from 2025-06-23 13:17:27 to 2025-06-25 12:54:00 UTC [more...]
[PATCH v4 0/4] mm: batched unmap lazyfree large folios during reclamation
2025-06-25 10:49 UTC (15+ messages)
` [PATCH v4 3/4] mm: Support batched unmap for "
[PATCH 0/5] drm/sun4i: Support LVDS on D1s/T113 combo D-PHY
2025-06-25 8:36 UTC (13+ messages)
` [PATCH 1/5] phy: allwinner: phy-sun6i-mipi-dphy: Support LVDS in "
` [PATCH 2/5] drm/sun4i: Support LVDS using MIPI DSI "
` [PATCH 3/5] drm/sun4i: Enable LVDS output on sun20i D1s/T113
` [PATCH 4/5] riscv: dts: allwinner: d1s-t113: Add D-PHY to TCON LCD0
` [PATCH 5/5] riscv: dts: allwinner: d1s-t113: Add LVDS0 pins
[PATCH v6 0/8] Add TH1520 GPU support with power sequencing
2025-06-25 10:09 UTC (12+ messages)
` [PATCH v6 1/8] power: sequencing: Add T-HEAD TH1520 GPU power sequencer driver
` [PATCH v6 8/8] drm/imagination: Enable PowerVR driver for RISC-V
` [PATCH v6 4/8] drm/imagination: Use pwrseq for TH1520 GPU power management
` [PATCH v6 5/8] dt-bindings: gpu: img,powervr-rogue: Add TH1520 GPU compatible
` (subset) [PATCH v6 0/8] Add TH1520 GPU support with power sequencing
[GIT PULL] Immutable tag between the pwrseq, drm and pmdomain trees for v6.17-rc1
2025-06-25 10:04 UTC (4+ messages)
[PATCH 0/5] pwrseq: replace magic numbers with defines for match() return values
2025-06-25 10:03 UTC (7+ messages)
` [PATCH 1/5] pwrseq: thead-gpu: add missing header
` [PATCH 2/5] pwrseq: extend build coverage for pwrseq drivers with COMPILE_TEST=y
` [PATCH 3/5] pwrseq: add defines for return values of the match() callback
` [PATCH 4/5] pwrseq: qcom-wcn: use new defines for match() return values
` [PATCH 5/5] pwrseq: thead-gpu: "
[PATCH v4] crypto: riscv/poly1305 - import OpenSSL/CRYPTOGAMS implementation
2025-06-25 9:38 UTC (6+ messages)
[PATCH v15 00/13] Support page table check on PowerPC
2025-06-25 6:37 UTC (14+ messages)
` [PATCH v15 01/13] arm64/mm: Add addr parameter to __set_{ptes_anysz,ptes,pmds,puds}()
` [PATCH v15 02/13] arm64/mm: Add addr parameter to __ptep_get_and_clear_anysz()
` [PATCH v15 03/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud[s]_set()
` [PATCH v15 04/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd[s]_set()
` [PATCH v15 05/13] mm/page_table_check: Provide addr parameter to [__]page_table_check_ptes_set()
` [PATCH v15 06/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_clear()
` [PATCH v15 07/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd_clear()
` [PATCH v15 08/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pte_clear()
` [PATCH v15 09/13] mm: Provide address parameter to p{te,md,ud}_user_accessible_page()
` [PATCH v15 10/13] powerpc: mm: Add pud_pfn() stub
` [PATCH v15 11/13] powerpc: mm: Implement *_user_accessible_page() for ptes
` [PATCH v15 12/13] powerpc: mm: Use set_pte_at_unchecked() for internal usages
` [PATCH v15 13/13] powerpc: mm: Support page table check
[PATCH 00/18] SHA-256 library improvements
2025-06-25 7:08 UTC (19+ messages)
` [PATCH 01/18] libceph: Rename hmac_sha256() to ceph_hmac_sha256()
` [PATCH 02/18] cxl/test: Simplify fw_buf_checksum_show()
` [PATCH 03/18] crypto: sha512 - Use the correct legacy export format
` [PATCH 04/18] lib/crypto: sha512: Reorder some code in sha512.c
` [PATCH 05/18] lib/crypto: sha512: Do not include <crypto/internal/sha2.h>
` [PATCH 06/18] lib/crypto: sha512: Fix a grammatical error in kerneldoc comments
` [PATCH 07/18] lib/crypto: sha256: Reorder some code
` [PATCH 08/18] lib/crypto: sha256: Remove sha256_blocks_simd()
` [PATCH 09/18] lib/crypto: sha256: Add sha224() and sha224_update()
` [PATCH 10/18] lib/crypto: sha256: Make library API use strongly-typed contexts
` [PATCH 11/18] lib/crypto: sha256: Propagate sha256_block_state type to implementations
` [PATCH 12/18] lib/crypto: sha256: Add HMAC-SHA224 and HMAC-SHA256 support
` [PATCH 13/18] crypto: sha256 - Wrap library and add HMAC support
` [PATCH 14/18] crypto: sha256 - Use same state format as legacy drivers
` [PATCH 15/18] lib/crypto: sha512: Remove sha256_is_arch_optimized()
` [PATCH 16/18] lib/crypto: sha256: Consolidate into single module
` [PATCH 17/18] lib/crypto: sha256: Sync sha256_update() with sha512_update()
` [PATCH 18/18] lib/crypto: sha256: Document the SHA-224 and SHA-256 API
[PATCH v3 00/12] MMU related improvements for KVM RISC-V
2025-06-25 7:59 UTC (27+ messages)
` [PATCH v3 01/12] RISC-V: KVM: Check kvm_riscv_vcpu_alloc_vector_context() return value
` [PATCH v3 02/12] RISC-V: KVM: Drop the return value of kvm_riscv_vcpu_aia_init()
` [PATCH v3 04/12] RISC-V: KVM: Replace KVM_REQ_HFENCE_GVMA_VMID_ALL with KVM_REQ_TLB_FLUSH
` [PATCH v3 05/12] RISC-V: KVM: Don't flush TLB when PTE is unchanged
` [PATCH v3 06/12] RISC-V: KVM: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v3 07/12] RISC-V: KVM: Use ncsr_xyz() in kvm_riscv_vcpu_trap_redirect()
` [PATCH v3 08/12] RISC-V: KVM: Factor-out MMU related declarations into separate headers
` [PATCH v3 09/12] RISC-V: KVM: Introduce struct kvm_gstage_mapping
` [PATCH v3 10/12] RISC-V: KVM: Add vmid field to struct kvm_riscv_hfence
` [PATCH v3 11/12] RISC-V: KVM: Factor-out g-stage page table management
` [PATCH v3 12/12] RISC-V: KVM: Pass VMID as parameter to kvm_riscv_hfence_xyz() APIs
[PATCH] PCI: host-generic: Set driver_data before calling gen_pci_init()
2025-06-25 7:42 UTC (3+ messages)
[PATCH v2] riscv: Enable interrupt during exception handling
2025-06-25 8:56 UTC
[PATCH v2 3/2] RISC-V: sbi: remove sbi_ecall tracepoints
2025-06-25 8:34 UTC (5+ messages)
[PATCH 0/6] spacemit: introduce P1 PMIC and regulator support
2025-06-25 8:21 UTC (5+ messages)
` [PATCH 2/6] mfd: spacemit: add support for SpacemiT PMICs
[PATCH 0/3] riscv: dts: spacemit: Add DMA translation buses for K1
2025-06-25 3:21 UTC (5+ messages)
` [PATCH 2/3] riscv: dts: spacemit: Move UARTs under dma-bus "
[PATCH] riscv: Prevent early kernel panic in instrumented apply_early_boot_alternatives
2025-06-25 3:10 UTC (3+ messages)
[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
2025-06-25 1:09 UTC (5+ messages)
` [PATCH v2 10/14] loongarch: Handle KCOV __init vs inline mismatches
[PATCH] riscv: Enable interrupt during exception handling
2025-06-24 18:51 UTC (13+ messages)
[PATCH 0/8] pwm: Drop local locking in several drivers
2025-06-24 18:15 UTC (2+ messages)
` [PATCH 5/8] pwm: microchip-core: Drop driver local locking
[PATCH] clk: microchip: mpfs: Fix incorrect MSSPLL ID in error message
2025-06-24 17:09 UTC (3+ messages)
` [External] : "
[PATCH V2] mm/ptdump: Take the memory hotplug lock inside ptdump_walk_pgd()
2025-06-24 14:59 UTC (4+ messages)
[PATCH 0/2] RISC-V: KVM: Enable ring-based dirty memory tracking
2025-06-24 14:10 UTC (3+ messages)
` [PATCH 2/2] KVM: riscv: selftests: Add common supported test cases
[PATCH 0/5] RISC-V: KVM: Allow zicop/bfloat16 exts for guest
2025-06-24 13:47 UTC (11+ messages)
` [PATCH 1/5] RISC-V: KVM: Provide UAPI for Zicbop block size
` [PATCH 2/5] RISC-V: KVM: Allow Zicbop extension for Guest/VM
` [PATCH 3/5] RISC-V: KVM: Allow bfloat16 "
` [PATCH 4/5] KVM: riscv: selftests: Add Zicbop extension to get-reg-list test
` [PATCH 5/5] KVM: riscv: selftests: Add bfloat16 "
[PATCH V8 0/3] riscv: mm: Add soft-dirty and uffd-wp support
2025-06-24 13:45 UTC (3+ messages)
[PATCH v3] selftests: riscv: add misaligned access testing
2025-06-24 12:47 UTC (4+ messages)
[PATCH v2 0/2] RISC-V: turn sbi_ecall into a variadic macro
2025-06-24 12:40 UTC (4+ messages)
[PATCH] riscv: cpu_ops_sbi: Use static array for boot_data
2025-06-24 10:18 UTC (2+ messages)
[PATCH v3] riscv: hwprobe: Fix stale vDSO data for late-initialized keys at boot
2025-06-24 9:54 UTC (4+ messages)
[PATCH v17 00/27] riscv control-flow integrity for usermode
2025-06-24 7:29 UTC (3+ messages)
` [PATCH v17 23/27] arch/riscv: compile vdso with landing pad
[PATCH v6 00/23] Linux SBI MPXY and RPMI drivers
2025-06-24 6:58 UTC (3+ messages)
` [PATCH v6 03/23] RISC-V: Add defines for the SBI message proxy extension
[PATCH] riscv: Fix sparse warning in vendor_extensions/sifive.c
2025-06-24 6:50 UTC (4+ messages)
[PATCH] Revert "riscv: misaligned: fix sleeping function called during misaligned access handling"
2025-06-24 0:50 UTC (2+ messages)
[PATCH] Revert "riscv: Define TASK_SIZE_MAX for __access_ok()"
2025-06-24 0:50 UTC (2+ messages)
[PATCH] riscv: export boot_cpu_hartid
2025-06-24 0:50 UTC (2+ messages)
[PATCH v2 5/9] lib/crypto: riscv: move arch/riscv/lib/crypto/ into lib/crypto/
2025-06-24 2:44 UTC (3+ messages)
[PATCH v10 15/19] riscv: mm: Add page fault trace points
2025-06-23 23:37 UTC (2+ messages)
[PATCH V8 2/3] riscv: mm: Add soft-dirty page tracking support
2025-06-23 23:19 UTC (2+ messages)
[PATCH v6] clocksource/drivers/timer-clint: Add T-Head C9xx clint
2025-06-23 23:15 UTC
[PATCH] Revert "riscv: Define TASK_SIZE_MAX for __access_ok()"
2025-06-23 23:03 UTC (2+ messages)
[PATCH v3 0/7] spacemit: introduce P1 PMIC support
2025-06-23 21:46 UTC (7+ messages)
` [PATCH v3 4/7] rtc: spacemit: support the SpacemiT P1 RTC
[PATCH net-next RFC v2 0/4] riscv: dts: sophgo: Add ethernet support for cv18xx
2025-06-23 21:59 UTC (4+ messages)
` [PATCH net-next RFC v2 4/4] riscv: dts: sophgo: Add ethernet configuration for Huashan Pi
next-20250623: riscv defconfig raid6 recov_rvv.c use of undeclared identifier 'raid6_empty_zero_page'
2025-06-23 20:16 UTC (2+ messages)
[PATCH] riscv: export boot_cpu_hartid
2025-06-23 23:35 UTC (2+ messages)
[PATCH v5 0/9] Rust Abstractions for PWM subsystem with TH1520 PWM driver
2025-06-23 18:08 UTC (10+ messages)
` [PATCH v5 1/9] rust: pwm: Add Kconfig and basic data structures
` [PATCH v5 2/9] rust: pwm: Add core 'Device' and 'Chip' object wrappers
` [PATCH v5 3/9] rust: pwm: Add driver operations trait and registration support
` [PATCH v5 4/9] pwm: Add Rust driver for T-HEAD TH1520 SoC
` [PATCH v5 5/9] clk: thead: Mark essential bus clocks as CLK_IGNORE_UNUSED
` [PATCH v5 6/9] dt-bindings: pwm: thead: Add T-HEAD TH1520 PWM controller
` [PATCH v5 7/9] riscv: dts: thead: Add PWM controller node
` [PATCH v5 8/9] riscv: dts: thead: Add PVT node
` [PATCH v5 9/9] riscv: dts: thead: Add PWM fan and thermal control
[PATCH v1 0/3] riscv: dts: starfive: jh7110: More U-Boot downstream changes for JH7110
2025-06-23 16:11 UTC (5+ messages)
` [PATCH v1 1/3] dt-bindings: memory-controllers: add StarFive JH7110 SoC DMC
[PATCH] RISC-V: KVM: Delegate illegal instruction fault
2025-06-23 14:11 UTC (9+ messages)
` [External] "
[PATCH v3 0/9] Redo PolarFire SoC's mailbox/clock devicestrees and related code
2025-06-23 12:56 UTC (10+ messages)
` [PATCH v3 1/9] dt-bindings: mfd: syscon document the control-scb syscon on PolarFire SoC
` [PATCH v3 2/9] dt-bindings: soc: microchip: document the simple-mfd "
` [PATCH v3 3/9] soc: microchip: add mfd drivers for two syscon regions "
` [PATCH v3 4/9] reset: mpfs: add non-auxiliary bus probing
` [PATCH v3 5/9] dt-bindings: clk: microchip: mpfs: remove first reg region
` [PATCH v3 6/9] riscv: dts: microchip: fix mailbox description
` [PATCH v3 7/9] riscv: dts: microchip: convert clock and reset to use syscon
` [PATCH v3 8/9] clk: divider, gate: create regmap-backed copies of gate and divider clocks
` [PATCH v3 9/9] clk: microchip: mpfs: use regmap clock types
[PATCH v1 0/7] Risc-V ACLINT IPI controller
2025-06-23 12:53 UTC (3+ messages)
` [PATCH v1 1/7] riscv: helper to parse hart index
[PATCH 1/2] bitops: generic rotate
2025-06-23 11:59 UTC (2+ messages)
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).