messages from 2025-06-18 12:04:13 to 2025-06-20 13:02:21 UTC [more...]
[PATCH] Revert "riscv: misaligned: fix sleeping function called during misaligned access handling"
2025-06-20 11:52 UTC (3+ messages)
[PATCH 0/2] Implementing bitops rotate using riscv Zbb extension
2025-06-20 11:12 UTC
[GIT PULL] KVM/riscv fixes for 6.16 take #1
2025-06-20 12:17 UTC
[PATCH] riscv: Fix sparse warning in vendor_extensions/sifive.c
2025-06-20 12:08 UTC
[PATCH] RISC-V: KVM: Delegate illegal instruction fault
2025-06-20 12:04 UTC (2+ messages)
[PATCH] riscv: Enable interrupt during exception handling
2025-06-20 11:43 UTC
[PATCH 0/2] Implementing bitops rotate using riscv Zbb extension
2025-06-20 11:16 UTC (3+ messages)
` [PATCH 1/2] bitops: generic rotate
` [PATCH 2/2] bitops: rotate: Add riscv implementation using Zbb extension
[PATCH RFC] riscv: dts: spacemit: Add DMA translation buses for K1
2025-06-20 10:56 UTC (4+ messages)
[PATCH 0/5] RISC-V: KVM: Allow zicop/bfloat16 exts for guest
2025-06-20 9:58 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 v3 00/16] kunit: Introduce UAPI testing framework
2025-06-20 9:48 UTC (20+ messages)
` [PATCH v3 08/16] kunit: tool: Add test for nested test result reporting
` [PATCH v3 09/16] kunit: tool: Don't overwrite test status based on subtest counts
` [PATCH v3 10/16] kunit: tool: Parse skipped tests from kselftest.h
` [PATCH v3 11/16] kunit: Always descend into kunit directory during build
` [PATCH v3 12/16] kunit: qemu_configs: loongarch: Enable LSX/LSAX
` [PATCH v3 13/16] kunit: Introduce UAPI testing framework
` [PATCH v3 14/16] kunit: uapi: Add example for UAPI tests
` [PATCH v3 15/16] kunit: uapi: Introduce preinit executable
` [PATCH v3 16/16] kunit: uapi: Validate usability of /proc
[PATCH v3] riscv: hwprobe: Fix stale vDSO data for late-initialized keys at boot
2025-06-20 8:43 UTC (2+ messages)
[PATCH 0/2] riscv: sophgo: rename compatible string of the USB device for cv18xx
2025-06-20 5:50 UTC (3+ messages)
` [PATCH 2/2] usb: dwc2: follow compatible string change for Sophgo CV18XX/SG200X series SoC
[PATCH V2] mm/ptdump: Take the memory hotplug lock inside ptdump_walk_pgd()
2025-06-20 5:24 UTC
[PATCH v5 0/8] Add TH1520 GPU support with power sequencing
2025-06-20 3:32 UTC (28+ messages)
` [PATCH v5 1/8] power: sequencing: Add T-HEAD TH1520 GPU power sequencer driver
` [PATCH v5 2/8] dt-bindings: firmware: thead,th1520: Add resets for GPU clkgen
` [PATCH v5 3/8] pmdomain: thead: Instantiate GPU power sequencer via auxiliary bus
` [PATCH v5 4/8] drm/imagination: Use pwrseq for TH1520 GPU power management
` [PATCH v5 5/8] dt-bindings: gpu: img,powervr-rogue: Add TH1520 GPU compatible
` [PATCH v5 6/8] riscv: dts: thead: th1520: Add GPU clkgen reset to AON node
` [PATCH v5 7/8] riscv: dts: thead: th1520: Add IMG BXM-4-64 GPU node
` [PATCH v5 8/8] drm/imagination: Enable PowerVR driver for RISC-V
[PATCH v17 00/27] riscv control-flow integrity for usermode
2025-06-20 2:16 UTC (4+ messages)
` [PATCH v17 15/27] riscv/traps: Introduce software check exception and uprobe handling
[PATCH] riscv: dts: sophgo: sg2044: Add missing riscv,cbop-block-size property
2025-06-20 0:58 UTC (4+ messages)
[PATCH v4 0/9] Rust Abstractions for PWM subsystem with TH1520 PWM driver
2025-06-20 0:52 UTC (13+ messages)
` [PATCH v4 1/9] rust: pwm: Add Kconfig and basic data structures
` [PATCH v4 2/9] rust: pwm: Add core 'Device' and 'Chip' object wrappers
` [PATCH v4 3/9] rust: pwm: Add driver operations trait and registration support
` [PATCH v4 4/9] pwm: Add Rust driver for T-HEAD TH1520 SoC
` [PATCH v4 5/9] clk: thead: Mark essential bus clocks as CLK_IGNORE_UNUSED
` [PATCH v4 6/9] dt-bindings: pwm: thead: Add T-HEAD TH1520 PWM controller
` [PATCH v4 7/9] riscv: dts: thead: Add PWM controller node
` [PATCH v4 8/9] riscv: dts: thead: Add PVT node
` [PATCH v4 9/9] riscv: dts: thead: Add PWM fan and thermal control
[PATCH v2 0/9] lib/crypto: move arch/$(ARCH)/lib/crypto/ to lib/crypto/$(ARCH)/
2025-06-19 19:19 UTC (10+ messages)
` [PATCH v2 1/9] lib/crypto: arm: move arch/arm/lib/crypto/ into lib/crypto/
` [PATCH v2 2/9] lib/crypto: arm64: move arch/arm64/lib/crypto/ "
` [PATCH v2 3/9] lib/crypto: mips: move arch/mips/lib/crypto/ "
` [PATCH v2 4/9] lib/crypto: powerpc: move arch/powerpc/lib/crypto/ "
` [PATCH v2 5/9] lib/crypto: riscv: move arch/riscv/lib/crypto/ "
` [PATCH v2 6/9] lib/crypto: s390: move arch/s390/lib/crypto/ "
` [PATCH v2 7/9] lib/crypto: sparc: move arch/sparc/lib/crypto/ "
` [PATCH v2 8/9] lib/crypto: x86: move arch/x86/lib/crypto/ "
` [PATCH v2 9/9] MAINTAINERS: drop arch/*/lib/crypto/ pattern
[PATCH v2 0/2] RISC-V: turn sbi_ecall into a variadic macro
2025-06-19 19:03 UTC (4+ messages)
` [PATCH v2 1/2] RISC-V: sbi: turn sbi_ecall into "
` [PATCH v2 2/2] RISC-V: make use of variadic sbi_ecall
` [PATCH v2 3/2] RISC-V: sbi: remove sbi_ecall tracepoints
[PATCH 0/6] spacemit: introduce P1 PMIC and regulator support
2025-06-19 14:41 UTC (13+ messages)
` [PATCH 1/6] dt-bindings: mfd: add support the SpacmiT P1 PMIC
` [PATCH 2/6] mfd: spacemit: add support for SpacemiT PMICs
` [PATCH 3/6] regulator: spacemit: support SpacemiT P1 regulators
[PATCH v2 0/6] spacemit: introduce P1 PMIC and regulator support
2025-06-19 14:44 UTC (8+ messages)
` [PATCH v2 1/6] dt-bindings: mfd: add support the SpacemiT P1 PMIC
` [PATCH v2 2/6] mfd: spacemit: add support for SpacemiT PMICs
` [PATCH v2 3/6] regulator: spacemit: support SpacemiT P1 regulators
` [PATCH v2 4/6] riscv: dts: spacemit: enable the i2c8 adapter
` [PATCH v2 5/6] riscv: dts: spacemit: define fixed regulators
` [PATCH v2 6/6] riscv: dts: spacemit: define regulator constraints
futex(0x1ffffff81300000) on risc-v -> mm panic
2025-06-19 16:02 UTC (8+ messages)
[PATCH] Revert "riscv: Define TASK_SIZE_MAX for __access_ok()"
2025-06-19 15:58 UTC
[PATCH v12 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
2025-06-19 12:10 UTC (11+ messages)
` [PATCH v12 1/3] dt-bindings: pwm: Add binding for Allwinner D1/T113-S3/R329 PWM controller
` [PATCH v12 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support
[PATCH v3 00/35] mmc: Cleanup sdhci_pltfm_free()/sdhci_free_host() usage
2025-06-19 11:19 UTC (2+ messages)
[PATCH v3 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-19 8:58 UTC (15+ messages)
` [PATCH v3 01/14] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH v3 02/14] mm: Filter zone device pages returned from folio_walk_start()
` [PATCH v3 03/14] mm: Remove remaining uses of PFN_DEV
` [PATCH v3 04/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH v3 05/14] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH v3 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
` [PATCH v3 07/14] mm: Remove redundant pXd_devmap calls
` [PATCH v3 08/14] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH v3 09/14] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH v3 10/14] fs/dax: Remove FS_DAX_LIMITED config option
` [PATCH v3 11/14] mm: Remove devmap related functions and page table bits
` [PATCH v3 12/14] mm: Remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH v3 13/14] mm: Remove callers of pfn_t functionality
` [PATCH v3 14/14] mm/memremap: Remove unused devmap_managed_key
[PATCH] riscv: export boot_cpu_hartid
2025-06-19 10:25 UTC (2+ messages)
[PATCH V8 0/3] riscv: mm: Add soft-dirty and uffd-wp support
2025-06-19 9:34 UTC (5+ messages)
` [PATCH V8 1/3] riscv: Add RISC-V Svrsw60t59b extension support
` [PATCH V8 2/3] riscv: mm: Add soft-dirty page tracking support
` [PATCH V8 3/3] riscv: mm: Add uffd write-protect support
[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
2025-06-19 8:55 UTC (5+ messages)
` [PATCH v2 09/14] mips: Handle KCOV __init vs inline mismatches
` [PATCH v2 10/14] loongarch: "
[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-19 8:52 UTC (14+ messages)
` [PATCH v2 01/14] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH v2 02/14] mm: Filter zone device pages returned from folio_walk_start()
` [PATCH v2 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
` [PATCH v2 08/14] mm/khugepaged: Remove redundant pmd_devmap() check
[PATCH] i2c: busses: Fix out-of-bounds bug in mchp_corei2c_smbus_xfer
2025-06-19 7:33 UTC (2+ messages)
[PATCH 0/2] riscv: dts: sophgo: sg2044: add PCIe device node
2025-06-19 7:13 UTC (3+ messages)
` [PATCH 1/2] riscv: dts: sophgo: sg2044: add MSI device support for SG2044
[PATCH] RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()
2025-06-19 7:04 UTC (8+ messages)
[PATCH v8 0/6] arm64 support for Milk-V Duo Module 01 EVB
2025-06-19 6:15 UTC (2+ messages)
[PATCH] riscv: defconfig: run savedefconfig to reorder it
2025-06-19 3:32 UTC (3+ messages)
[PATCH 0/8] dma: mmp_pdma: Add SpacemiT K1 SoC support with 64-bit addressing
2025-06-19 2:37 UTC (7+ messages)
` [PATCH 2/8] dma: mmp_pdma: Add optional clock support
` [PATCH 4/8] dma: mmp_pdma: Add SpacemiT PDMA support with 64-bit addressing
[PATCH net-next v2 0/6] Add Ethernet MAC support for SpacemiT K1
2025-06-18 21:17 UTC (3+ messages)
` [PATCH net-next v2 2/6] net: spacemit: Add K1 Ethernet MAC
[PATCH v2 00/57] irqdomain: Cleanups and Documentation
2025-05-12 9:55 UTC (3+ messages)
[PATCH 00/12] gpio: convert another round of GPIO drivers to using new line value setters
2025-06-18 17:00 UTC (8+ messages)
` [PATCH 01/12] gpio: mmio: use new GPIO line value setter callbacks
[PATCH v6 00/23] Linux SBI MPXY and RPMI drivers
2025-06-18 12:13 UTC (24+ messages)
` [PATCH v6 01/23] dt-bindings: mailbox: Add bindings for RPMI shared memory transport
` [PATCH v6 02/23] dt-bindings: mailbox: Add bindings for RISC-V SBI MPXY extension
` [PATCH v6 03/23] RISC-V: Add defines for the SBI message proxy extension
` [PATCH v6 04/23] mailbox: Add common header for RPMI messages sent via mailbox
` [PATCH v6 05/23] mailbox: Allow controller specific mapping using fwnode
` [PATCH v6 06/23] mailbox: Add RISC-V SBI message proxy (MPXY) based mailbox driver
` [PATCH v6 07/23] dt-bindings: clock: Add RPMI clock service message proxy bindings
` [PATCH v6 08/23] dt-bindings: clock: Add RPMI clock service controller bindings
` [PATCH v6 09/23] clk: Add clock driver for the RISC-V RPMI clock service group
` [PATCH v6 10/23] dt-bindings: Add RPMI system MSI message proxy bindings
` [PATCH v6 11/23] dt-bindings: Add RPMI system MSI interrupt controller bindings
` [PATCH v6 12/23] irqchip: Add driver for the RPMI system MSI service group
` [PATCH v6 13/23] ACPI: property: Refactor acpi_fwnode_get_reference_args()
` [PATCH v6 14/23] ACPI: property: Add support for cells property
` [PATCH v6 15/23] ACPI: scan: Update honor list for RPMI System MSI
` [PATCH v6 16/23] ACPI: RISC-V: Create interrupt controller list in sorted order
` [PATCH v6 17/23] ACPI: RISC-V: Add support to update gsi range
` [PATCH v6 18/23] ACPI: RISC-V: Add RPMI System MSI to GSI mapping
` [PATCH v6 19/23] irqchip/irq-riscv-imsic-early: Export imsic_acpi_get_fwnode()
` [PATCH v6 20/23] mailbox/riscv-sbi-mpxy: Add ACPI support
` [PATCH v6 21/23] irqchip/riscv-rpmi-sysmsi: "
` [PATCH v6 22/23] RISC-V: Enable GPIO keyboard and event device in RV64 defconfig
` [PATCH v6 23/23] MAINTAINERS: Add entry for RISC-V RPMI and MPXY drivers
[PATCH v11 0/6] reset: spacemit: add K1 reset support
2025-06-18 11:42 UTC (6+ messages)
` [PATCH v11 5/6] reset: spacemit: add support for SpacemiT CCU resets
[PATCH v3 00/12] MMU related improvements for KVM RISC-V
2025-06-18 11:35 UTC (13+ 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 03/12] RISC-V: KVM: Rename and move kvm_riscv_local_tlb_sanitize()
` [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 v2 00/17] pinctrl: Constify pointers to 'pinctrl_desc' and more
2025-06-18 11:27 UTC (2+ messages)
RISC-V 32-bit debug builds reaching breaking point: too many symbols
2025-06-18 10:55 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).