LoongArch architecture development
 help / color / mirror / Atom feed
 messages from 2026-05-25 08:50:17 to 2026-06-02 03:06:35 UTC [more...]

[PATCH v15 00/23] arm64/riscv: Add support for crashkernel CMA reservation
 2026-06-02  3:06 UTC  (27+ messages)
` [PATCH v15 01/23] riscv: kexec_file: Fix crashk_low_res not exclude bug
` [PATCH v15 02/23] powerpc/crash: Fix possible memory leak in update_crash_elfcorehdr()
` [PATCH v15 03/23] powerpc/kexec_file: Fix NULL pointer dereference in kexec_extra_fdt_size_ppc64()
` [PATCH v15 04/23] powerpc/kexec_file: Fix memory range truncation in __merge_memory_ranges()
` [PATCH v15 05/23] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v15 06/23] kexec: Extract kexec_free_segment_cma() from kimage_free_cma()
` [PATCH v15 07/23] arm64: kexec_file: Fix CMA page leaks during segment placement retry loops
` [PATCH v15 08/23] arm64: kexec_file: Fix image->elf_headers memory leak during retry loop
` [PATCH v15 09/23] kexec: Fix UAF and Double Free in crash_load_dm_crypt_keys()
` [PATCH v15 10/23] crash_core: Introduce CRASH_HOTPLUG_SAFETY_PADDING for memory hotplug safety
` [PATCH v15 11/23] x86: kexec_file: Fix TOCTOU buffer overflow via memory region padding
` [PATCH v15 12/23] arm64: "
` [PATCH v15 13/23] riscv: "
` [PATCH v15 14/23] LoongArch: "
` [PATCH v15 15/23] crash: Add crash_prepare_headers() to exclude crash kernel memory
` [PATCH v15 16/23] arm64: kexec_file: Use crash_prepare_headers() helper to simplify code
` [PATCH v15 17/23] x86: "
` [PATCH v15 18/23] riscv: "
` [PATCH v15 19/23] LoongArch: "
` [PATCH v15 20/23] powerpc/kexec_file: Use crash_exclude_core_ranges() helper
` [PATCH v15 21/23] arm64: kexec_file: Add support for crashkernel CMA reservation
` [PATCH v15 22/23] riscv: "
` [PATCH v15 23/23] arm64: crash: Add crash hotplug support

[PATCH] LoongArch: bpf: Support kptr xchg inline
 2026-06-02  2:52 UTC  (2+ messages)

[PATCH v3 0/4] LoongArch: KVM: Add PV TLB flush support
 2026-06-02  2:18 UTC  (5+ messages)
` [PATCH v3 1/4] LoongArch: KVM: Preserve auto-enabled PV features on userspace override
` [PATCH v3 2/4] LoongArch: KVM: Add PV TLB flush support via steal-time shared memory
` [PATCH v3 3/4] LoongArch: KVM: Implement guest-side PV TLB flush
` [PATCH v3 4/4] KVM: selftests: loongarch: Add PV TLB flush performance test

[PATCH v5 0/6] LoongArch: KVM: Small enhancement about interrupt injection
 2026-06-02  1:36 UTC  (9+ messages)
` [PATCH v5 1/6] LoongArch: KVM: Check irq validility in kvm_vcpu_ioctl_interrupt()
` [PATCH v5 2/6] LoongArch: KVM: Check msgint feature in interrupt post
` [PATCH v5 3/6] LoongArch: KVM: Use existing macro about interrupt bit mask
` [PATCH v5 4/6] LoongArch: KVM: Inject interrupt with batch method
` [PATCH v5 5/6] LoongArch: KVM: Add valid bit check when set ESTAT CSR register
` [PATCH v5 6/6] LoongArch: KVM: Deliver interrupt after IN_GUEST_MODE is set

[PATCH v2 0/6] LoongArch: KVM: Set max VM supported FPU type with FPU exception
 2026-06-02  1:20 UTC  (8+ messages)

[RFC PATCH 0/3] Move thread_info into task_struct for LoongArch
 2026-06-01 13:46 UTC  (3+ messages)
` [RFC PATCH 1/3] LoongArch: Implement CONFIG_THREAD_INFO_IN_TASK

[PATCH v3 0/5] mm/sparse-vmemmap: Provide generic vmemmap_set_pmd() and vmemmap_check_pmd()
 2026-06-01 12:37 UTC  (13+ messages)
` [PATCH v3 1/5] mm/sparse-vmemmap: provide "
` [PATCH v3 2/5] arm64/mm: drop vmemmap_pmd helpers and use generic code
` [PATCH v3 3/5] riscv/mm: "
` [PATCH v3 4/5] loongarch/mm: drop vmemmap_check_pmd helper "
` [PATCH v3 5/5] sparc/mm: "

[PATCH v3 0/3] LoongArch: add KHO support and selftests
 2026-06-01  9:39 UTC  (4+ messages)
` [PATCH v3 1/3] LoongArch: kexec: add KHO support for FDT-based
  ` [PATCH v3 2/3] LoongArch: kexec: add KHO support for ACPI-only
  ` [PATCH v3 3/3] selftests/kho: add LoongArch vmtest support

[PATCH v3 0/4] ASoC: loongson: Refactor DMA and regmap handling
 2026-06-01  9:29 UTC  (5+ messages)
` [PATCH v3 1/4] MAINTAINERS: Add entry for Loongson ASoC driver
` [PATCH v3 2/4] ASoC: loongson: Combined regmap definitions
` [PATCH v3 3/4] ASoC: loongson: Use the `idma` identifier for internal DMA variables
` [PATCH v3 4/4] ASoC: loongson: Separate external shared DMA from the platform interface

[PATCH v3 00/11] kdump: reduce vmcore size and capture time
 2026-06-01  5:00 UTC  (15+ messages)
` [PATCH v3 01/11] of: reserved_mem: handle NULL name in of_reserved_mem_lookup()
` [PATCH v3 02/11] kexec/crash: provide crash_exclude_mem_range() stub when CONFIG_CRASH_DUMP=n
` [PATCH v3 03/11] of: reserved_mem: avoid post-init UAF when alloc_reserved_mem_array() fails
` [PATCH v3 04/11] of: reserved_mem: zero total_reserved_mem_cnt if no valid /reserved-memory entry
` [PATCH v3 05/11] of: reserved_mem: split alloc_reserved_mem_array() from fdt_scan_reserved_mem_late()
` [PATCH v3 06/11] of: reserved_mem: add dumpable flag to opt-in vmcore
` [PATCH v3 07/11] of: reserved_mem: save /memreserve/ entries into the reserved_mem array
` [PATCH v3 08/11] of: reserved_mem: add kdump helpers to exclude non-dumpable regions
` [PATCH v3 09/11] arm64: kdump: exclude non-dumpable reserved memory regions from vmcore
` [PATCH v3 10/11] riscv: "
` [PATCH v3 11/11] loongarch: "

[PATCH 1/1] LoongArch: kexec: avoid overwriting QEMU's machine FDT at 0x100000
 2026-06-01  3:38 UTC  (5+ messages)
    ` [PATCH v2] LoongArch: kexec: drop hardcoded addresses to avoid QEMU FDT conflict

[v2 0/2] KVM: Validate irqchip index in routing entries
 2026-05-31 15:25 UTC  (6+ messages)
` [v2 1/2] KVM: LoongArch: Validate irqchip index in irqfd routing
` [v2 2/2] KVM: PPC: Validate irqchip index in MPIC routing

[PATCH] KVM: Validate irqchip index for LoongArch and PowerPC
 2026-05-31 14:02 UTC  (5+ messages)

(no subject)
 2026-05-31  9:28 UTC  (6+ messages)
` [PATCH v2 1/4] LoongArch: kexec: add KHO support for FDT-based systems
` [PATCH v2 2/4] LoongArch: kexec: add KHO support for ACPI-only systems
` [PATCH v2 3/4] selftests/kho: add LoongArch vmtest support
` [PATCH v2 4/4] selftests/kho: handle QEMU not exiting after kexec on LoongArch
` 

[PATCH] fw_cfg: Add support for LoongArch architecture
 2026-05-30  7:02 UTC  (4+ messages)

[PATCH] crypto: loongson - Remove broken and unused loongson-rng
 2026-05-29 23:32 UTC 

[PATCH] crypto: loongson - Select CRYPTO_RNG
 2026-05-29  6:08 UTC  (12+ messages)

[PATCH bpf-next] libbpf: Add __NR_bpf definition for LoongArch
 2026-05-28 21:50 UTC  (2+ messages)

[PATCH v2 0/4] LoongArch: KVM: Add PV TLB flush support
 2026-05-28 13:35 UTC  (5+ messages)
` [PATCH v2 1/4] LoongArch: KVM: Preserve auto-enabled PV features on userspace override
` [PATCH v2 2/4] LoongArch: KVM: Add PV TLB flush support via steal-time shared memory
` [PATCH v2 3/4] LoongArch: KVM: Implement guest-side PV TLB flush
` [PATCH v2 4/4] KVM: selftests: loongarch: Add PV TLB flush performance test

[PATCH 0/7] LoongArch: add KHO support and selftests
 2026-05-28 13:26 UTC  (9+ messages)
` [PATCH 1/7] LoongArch: Add KHO basic support
` [PATCH 2/7] LoongArch: kho: strip stale kho_handover= from reused cmdline

[PATCH v14 00/17] arm64/riscv: Add support for crashkernel CMA reservation
 2026-05-28  7:48 UTC  (24+ messages)
` [PATCH v14 01/17] riscv: kexec_file: Fix crashk_low_res not exclude bug
` [PATCH v14 02/17] powerpc/crash: Fix possible memory leak in update_crash_elfcorehdr()
` [PATCH v14 03/17] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v14 04/17] arm64: kexec: Fix image->elf_headers memory leak during retry loop
` [PATCH v14 05/17] x86/kexec: Fix potential buffer overflow in prepare_elf_headers()
` [PATCH v14 06/17] arm64: kexec_file: "
` [PATCH v14 07/17] riscv: "
` [PATCH v14 08/17] LoongArch: kexec: "
` [PATCH v14 09/17] crash: Add crash_prepare_headers() to exclude crash kernel memory
` [PATCH v14 10/17] arm64: kexec_file: Use crash_prepare_headers() helper to simplify code
` [PATCH v14 11/17] x86/kexec: "
` [PATCH v14 12/17] riscv: kexec_file: "
` [PATCH v14 13/17] LoongArch: kexec: "
` [PATCH v14 14/17] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v14 15/17] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v14 16/17] riscv: "
` [PATCH v14 17/17] arm64/crash: Add crash hotplug support

[PATCH v2 0/5] ASoC: loongson: Refactor DMA handling and regmap
 2026-05-28  7:39 UTC  (10+ messages)
` [PATCH v2 1/5] MAINTAINERS: Add entry for Loongson ASoC driver
` [PATCH v2 2/5] ASoC: loongson: Combined regmap definitions
` [PATCH v2 3/5] ASoC: loongson: Use the `idma` identifier for internal DMA variables
` [PATCH v2 4/5] ASoC: loongson: Separate external shared DMA from the platform interface
` [PATCH v2 5/5] ASoC: codecs: es8323: Adjust the initialization of certain registers

[PATCH RFC 00/12] Document synchronization used in managing guest faults
 2026-05-27 15:33 UTC  (13+ messages)
` [PATCH RFC 01/12] Documentation: KVM: Elaborate comment on kvm_usage_lock
` [PATCH RFC 02/12] Documentation: KVM: Consolidate notes about cpu_read_lock() and kvm_lock
` [PATCH RFC 03/12] Documentation: KVM: Consolidate notes about kvm->slots_lock and irq_lock
` [PATCH RFC 04/12] Documentation: KVM: Turn - into bullet point
` [PATCH RFC 05/12] Documentation: KVM: Explain what rule the exception section is meant for
` [PATCH RFC 06/12] Documentation: KVM: Have actual headings for exceptions
` [PATCH RFC 07/12] Documentation: KVM: Drop mention of kvm->lock in SRCU documentation
` [PATCH RFC 08/12] Documentation: KVM: Add example for kvm->srcu in relation to mutex/lock
` [PATCH RFC 09/12] Documentation: KVM: Document synchronization for managing guest faults
` [PATCH RFC 10/12] KVM: guest_memfd: Clarify comment about gmem.file vs kvm->srcu
` [PATCH RFC 11/12] KVM: mmu: Point users of host_pfn_mapping_level() to docs
` [PATCH RFC 12/12] Documentation: KVM: Focus acquisition order section on preventing deadlocks

[PATCH v4 0/2] i2c: ls2x: Add clock- related properties and parsing
 2026-05-27  8:54 UTC  (11+ messages)
` [PATCH v4 1/2] dt-bindings: i2c: ls2x-i2c: Add clocks and clock-frequency properties
` [PATCH v4 2/2] i2c: ls2x: Add clocks property parsing and adjust bus speed

[PATCH] LoongArch: KVM: Check return values for put_user
 2026-05-27  6:16 UTC  (2+ messages)

[PATCH 0/4] LoongArch: KVM: Add PV TLB flush support
 2026-05-27  3:02 UTC  (8+ messages)
` [PATCH 1/4] LoongArch: KVM: Preserve auto-enabled PV features on userspace override
` [PATCH 2/4] LoongArch: KVM: Add PV TLB flush support via steal-time shared memory
` [PATCH 3/4] LoongArch: KVM: Implement guest-side PV TLB flush
` [PATCH 4/4] KVM: selftests: loongarch: Add PV TLB flush performance test

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-05-26 16:27 UTC  (3+ messages)

[PATCH 0/2] Add Loongson CAN-FD controller driver
 2026-05-26 15:57 UTC  (5+ messages)
` [PATCH 1/2] can: Add Loongson CAN-FD controller support

[PATCH v2 0/2] LoongArch: BPF: Fix some tail call issues
 2026-05-26  7:03 UTC  (3+ messages)
` [PATCH v2 1/2] LoongArch: BPF: Fix outdated tail call comments
` [PATCH v2 2/2] LoongArch: BPF: Fix off-by-one error in tail call

[PATCH] LoongArch: KVM: Add missing slots_lock for EIOINTC virtual extension device registration
 2026-05-26  1:25 UTC  (5+ messages)
` [PATCH v2 net] LoongArch: KVM: Add missing slots_lock for IO bus device register/unregister


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