LoongArch architecture development
 help / color / mirror / Atom feed
 messages from 2026-05-04 13:57:54 to 2026-05-19 08:24:43 UTC [more...]

cleanup the RAID6 P/Q library v3
 2026-05-19  8:24 UTC  (21+ messages)
` [PATCH 01/18] raid6: turn the userspace test harness into a kunit test
` [PATCH 02/18] raid6: remove __KERNEL__ ifdefs
` [PATCH 03/18] raid6: move to lib/raid/
` [PATCH 04/18] raid6: remove unused defines in pq.h
` [PATCH 05/18] raid6: remove raid6_get_zero_page
` [PATCH 06/18] raid6: use named initializers for struct raid6_calls
` [PATCH 07/18] raid6: improve the public interface
` [PATCH 08/18] raid6: warn when using less than four devices
` [PATCH 09/18] raid6: hide internals
` [PATCH 10/18] raid6: rework registration of optimized algorithms
` [PATCH 11/18] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 12/18] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 13/18] raid6: update top of file comments
` [PATCH 14/18] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 15/18] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 16/18] raid6_kunit: cleanup dataptr handling
` [PATCH 17/18] raid6_kunit: randomize parameters and increase limits
` [PATCH 18/18] raid6_kunit: randomize buffer alignment

[PATCH v8] PCI: loongson: Override PCIe bridge supported speeds for Loongson-3C6000 series
 2026-05-19  2:23 UTC  (5+ messages)

[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
 2026-05-18 21:21 UTC  (19+ messages)

[PATCH] LoongArch: Remove unused code to avoid build warning
 2026-05-18 11:28 UTC  (3+ messages)

[PATCH] LoongArch: KVM: Add missing slots_lock for EIOINTC virtual extension device registration
 2026-05-18  9:56 UTC  (2+ messages)

[PATCH 0/2] Add Loongson CAN-FD controller driver
 2026-05-18  9:18 UTC  (10+ messages)
` [PATCH 1/2] can: Add Loongson CAN-FD controller support
` [PATCH 2/2] can: loongson_canfd: Add RXDMA support

cleanup the RAID6 P/Q library v3
 2026-05-18  5:12 UTC  (3+ messages)
` [PATCH 01/18] raid6: turn the userspace test harness into a kunit test
` [PATCH 02/18] raid6: remove __KERNEL__ ifdefs

cleanup the RAID6 P/Q library v2
 2026-05-18  5:12 UTC  (33+ messages)
` [PATCH 01/19] btrfs: require at least 4 devices for RAID 6
` [PATCH 02/19] raid6: turn the userspace test harness into a kunit test
` [PATCH 03/19] raid6: remove __KERNEL__ ifdefs
` [PATCH 04/19] raid6: move to lib/raid/
` [PATCH 05/19] raid6: remove unused defines in pq.h
` [PATCH 06/19] raid6: remove raid6_get_zero_page
` [PATCH 07/19] raid6: use named initializers for struct raid6_calls
` [PATCH 08/19] raid6: improve the public interface
` [PATCH 09/19] raid6: hide internals
` [PATCH 10/19] raid6: rework the init helpers
` [PATCH 11/19] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 12/19] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 13/19] raid6: update top of file comments
` [PATCH 14/19] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 15/19] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 16/19] raid6_kunit: cleanup dataptr handling
` [PATCH 17/19] raid6_kunit: randomize parameters and increase limits
` [PATCH 18/19] "
` [PATCH 19/19] raid6_kunit: randomize buffer alignment

[PATCH v2] mfd: loongson-se: Add multi-node support
 2026-05-18  3:17 UTC  (7+ messages)

[PATCH] LoongArch: Remove unused arch/loongarch/crypto directory
 2026-05-17  3:14 UTC 

[PATCH v1 0/4] Fix ftrace and kprobes issues for LoongArch
 2026-05-15  4:29 UTC  (9+ messages)
` [PATCH v1 1/4] LoongArch: ftrace: Fix stale per-CPU kprobe state after task migration
` [PATCH v1 2/4] LoongArch: kprobes: Use larch_insn_text_copy() to patch instructions
` [PATCH v1 3/4] LoongArch: kprobes: Fix single-stepping instruction slot preparation
` [PATCH v1 4/4] LoongArch: kprobes: Fix handling of fatal unrecoverable recursions

[PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
 2026-05-14 16:45 UTC  (3+ messages)

[PATCH v2 0/5] LoongArch: KVM: Small enhancement about interrupt injection
 2026-05-14  6:28 UTC  (6+ messages)
` [PATCH v2 1/5] LoongArch: KVM: Check irq validility in kvm_vcpu_ioctl_interrupt()
` [PATCH v2 2/5] LoongArch: KVM: Use existing macro about interrupt bit mask
` [PATCH v2 3/5] LoongArch: KVM: Inject interrupt with batch method
` [PATCH v2 4/5] LoongArch: KVM: Add valid bit check when set ESTAT CSR register
` [PATCH v2 5/5] LoongArch: KVM: Simple interrupt status acquire interface

[PATCH 6.18 091/270] LoongArch: KVM: Compile switch.S directly into the kernel
 2026-05-13 15:29 UTC  (8+ messages)
        `  "

[PATCH v12 0/4] Loongarch irq-redirect support
 2026-05-13  2:50 UTC  (6+ messages)
` [PATCH v12 1/4] Docs/LoongArch: Add advanced extended IRQ model (redirection) description
` [PATCH v12 2/4] irqchip/loongarch-avec: Prepare for interrupt redirection support
` [PATCH v12 3/4] irqchip/loongarch-avec: Return IRQ_SET_MASK_OK_DONE when keep affinity
` [PATCH v12 4/4] irqchip/loongarch-ir: Add IR (interrupt redirection) irqchip support

[PATCH v2] LoongArch: KVM: Remove timer interrupt injection with SW timer expired
 2026-05-13  1:55 UTC 

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

[PATCH v5 0/3] LoongArch: Move KASLR to EFI stub to avoid initrd overlap
 2026-05-11 10:45 UTC  (4+ messages)
` [PATCH v5 1/3] efi/loongarch: Randomize kernel preferred address for KASLR
` [PATCH v5 2/3] LoongArch: Skip relocation-time KASLR if already applied
` [PATCH v5 3/3] LoongArch: Avoid initrd overlap during kernel relocation

[PATCH 0/5] Small enhancement about interrupt injection
 2026-05-11  7:03 UTC  (7+ messages)
` [PATCH 1/5] LoongArch: KVM: Check msgint feature in interrupt post
` [PATCH 2/5] LoongArch: KVM: Use existing macro about interrupt bit mask
` [PATCH 3/5] LoongArch: KVM: Clear interrupt with batch mode
` [PATCH 4/5] LoongArch: KVM: Deliver interrupt with batch method
` [PATCH 5/5] LoongArch: KVM: Simple interrupt status acquire interface

[PATCH] LoongArch: KVM: Move some variable declaration to file paravirt.h
 2026-05-09 14:11 UTC  (8+ messages)

[PATCH v4 0/3] LoongArch: Move KASLR to EFI stub to avoid initrd overlap
 2026-05-09 14:10 UTC  (2+ messages)

[PATCH v3] i2c: ls2x: Add clocks property parsing and adjust bus speed
 2026-05-09  8:28 UTC 

[PATCH] LoongArch: KVM: Remove timer interrupt injection with SW timer expired
 2026-05-09  4:01 UTC 

[PATCH v2] dt-bindings: i2c: ls2x-i2c: Add clocks and clock-frequency properties
 2026-05-09  3:06 UTC  (7+ messages)
` [PATCH v2] i2c: ls2x: Add clocks property parsing and adjust bus speed

[PATCH 0/5] KVM: Fix race conditions in kvm_arch_flush_shadow_all()
 2026-05-08  7:21 UTC  (16+ messages)
` [PATCH 1/5] KVM: arm64: Grab KVM MMU write lock "
` [PATCH 2/5] KVM: loongarch: Grab MMU "
` [PATCH 3/5] KVM: mips: "
` [PATCH 4/5] KVM: Hold MMU lock exclusively when calling kvm_arch_flush_shadow_all()
` [PATCH 5/5] DO NOT MERGE: KVM: selftests: Reproducer for arm64 double-free

[PATCH 00/11] kdump: reduce vmcore size and capture time via linux,no-dump
 2026-05-07  9:41 UTC  (13+ messages)
` [PATCH 01/11] of: reserved_mem: fix region count for nodes with multiple reg entries
` [PATCH 02/11] of: reserved_mem: reject reserved memory outside physical address range
` [PATCH 05/11] of: reserved_mem: add linux,no-dump property support for reserved memory regions
` [PATCH 07/11] of: reserved_mem: add no-dump crash_mem exclusion helpers

[GIT PULL] LoongArch fixes for v7.1-rc3
 2026-05-06 14:43 UTC  (2+ messages)

[PATCH 0/2] irqchip: Arm GICv5 IWB ACPI IRQ probe deferral
 2026-05-06  8:48 UTC  (5+ messages)
` [PATCH 1/2] drivers/acpi: Move RISC-V interrupt controllers autodep to ACPI IRQ code
` [PATCH 2/2] irqchip/gic-v5: Add IWB to ACPI probe dependency control

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-05-06  8:07 UTC  (2+ messages)

[PATCH 6.12 135/215] perf annotate: Use jump__delete when freeing LoongArch jumps
 2026-05-04 13:52 UTC 

[PATCH 6.18 194/275] perf annotate: Use jump__delete when freeing LoongArch jumps
 2026-05-04 13:52 UTC 

[PATCH 7.0 092/307] perf annotate: Use jump__delete when freeing LoongArch jumps
 2026-05-04 13:49 UTC 


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