LoongArch architecture development
 help / color / mirror / Atom feed
 messages from 2023-12-13 10:15:05 to 2023-12-28 06:21:00 UTC [more...]

[PATCH v2 00/14] Unified cross-architecture kernel-mode FPU API
 2023-12-28  6:20 UTC  (21+ messages)
` [PATCH v2 01/14] arch: Add ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v2 02/14] ARM: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v2 03/14] ARM: crypto: Use CC_FLAGS_FPU for NEON CFLAGS
` [PATCH v2 04/14] arm64: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v2 05/14] arm64: crypto: Use CC_FLAGS_FPU for NEON CFLAGS
` [PATCH v2 06/14] lib/raid6: "
` [PATCH v2 07/14] LoongArch: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v2 08/14] powerpc: "
` [PATCH v2 09/14] x86: "
` [PATCH v2 10/14] riscv: Add support for kernel-mode FPU
` [PATCH v2 11/14] drm/amd/display: Only use hard-float, not altivec on powerpc
` [PATCH v2 12/14] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v2 13/14] selftests/fpu: Move FP code to a separate translation unit
` [PATCH v2 14/14] selftests/fpu: Allow building on other architectures

[PATCH v2 1/2] LoongArch: use generic interface to support crashkernel=X,[high,low]
 2023-12-28  1:24 UTC  (2+ messages)

[PATCH v2 2/2] docs: kdump: Update the crashkernel description for LoongArch
 2023-12-27 12:24 UTC 

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2023-12-27 11:15 UTC  (61+ messages)
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices
` [PATCH RFC v3 02/21] ACPI: processor: Add support for processors described as container packages
` [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH RFC v3 04/21] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v3 05/21] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [PATCH RFC v3 06/21] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH RFC v3 07/21] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH RFC v3 08/21] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH RFC v3 09/21] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH RFC v3 10/21] ACPI: Check _STA present bit before making CPUs not present
` [PATCH RFC v3 11/21] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH RFC v3 12/21] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH RFC v3 13/21] ACPICA: Add new MADT GICC flags fields
` [PATCH RFC v3 14/21] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v3 15/21] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH RFC v3 16/21] arm64: psci: Ignore DENIED CPUs
` [PATCH RFC v3 17/21] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH RFC v3 18/21] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected
` [PATCH RFC v3 19/21] arm64: document virtual CPU hotplug's expectations
` [PATCH RFC v3 20/21] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH RFC v3 21/21] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH] modpost: Ignore relaxation and alignment marker relocs on LoongArch
 2023-12-27 11:06 UTC  (2+ messages)

[PATCH v3 0/2] selftests/vDSO: Fix errors on LoongArch
 2023-12-27  7:55 UTC  (2+ messages)

[PATCH] LoongArch: KVM: Add hypercall instruction emulation support
 2023-12-27  7:09 UTC 

[PATCH v6 0/7] LoongArch: Add built-in dtb support
 2023-12-27  6:04 UTC  (10+ messages)
` [PATCH v6 1/7] dt-bindings: loongarch: Add CPU bindings for LoongArch
` [PATCH v6 2/7] dt-bindings: loongarch: Add Loongson SoC boards compatibles
` [PATCH v6 3/7] LoongArch: Allow device trees to be built into the kernel
` [PATCH v6 4/7] LoongArch: dts: DeviceTree for Loongson-2K0500
` [PATCH v6 5/7] LoongArch: dts: DeviceTree for Loongson-2K1000
` [PATCH v6 6/7] LoongArch: dts: DeviceTree for Loongson-2K2000
` [PATCH v6 7/7] LoongArch: Parsing CPU-related information from DTS

[PATCH v2] LoongArch: KVM: add returns to SIMD stubs
 2023-12-27  1:22 UTC 

[PATCH] LoongArch: KVM: add a return kvm_own_lasx() stub
 2023-12-27  1:15 UTC  (3+ messages)

[PATCH] LoongArch: Let cores_io_master cover the largest NR_CPUS
 2023-12-27  1:09 UTC  (6+ messages)

[PATCH] LoongArch: KVM: add a return kvm_own_lasx() stub
 2023-12-27  1:06 UTC 

[PATCH] MAINTAINERS: Add BPF JIT for LOONGARCH entry
 2023-12-26 14:41 UTC  (4+ messages)

[PATCH] LoongArch: use generic interface to support crashkernel=X,[high,low]
 2023-12-26 12:31 UTC  (3+ messages)

[PATCH V2] LoongArch: Let cores_io_master cover the largest NR_CPUS
 2023-12-25 14:50 UTC 

[PATCH v2] LoongArch: signal.c: add header file to fix build error
 2023-12-23 17:16 UTC  (4+ messages)

[GIT PULL] LoongArch KVM changes for v6.8
 2023-12-23 12:06 UTC 

[PATCH v2] LoongArch: BPF: Support 64-bit pointers to kfuncs
 2023-12-22 14:32 UTC 

[PATCH] LoongArch: BPF: Support 64-bit pointers to kfuncs
 2023-12-22 14:31 UTC  (3+ messages)

[PATCH v2] LoongArch: BPF: Prevent out-of-bounds memory access
 2023-12-22 14:15 UTC 

[PATCH] LoongArch: BPF: Prevent out-of-bounds memory access
 2023-12-22 14:12 UTC  (3+ messages)

[PATCH v3] LoongArch: signal.c: add header file to fix build error
 2023-12-22  4:58 UTC 

[PATCH 1/1] LoongArch: defconfig: Enable Generic PCIE by default
 2023-12-22  2:46 UTC 

[PATCH v6 0/2] New driver for the Loongson LS2X APB DMA Controller
 2023-12-21 16:30 UTC  (4+ messages)
` [PATCH v6 1/2] dt-bindings: dmaengine: Add Loongson LS2X APB DMA controller
` [PATCH v6 2/2] dmaengine: ls2x-apb: New driver for the "

[PATCH v5 0/7] LoongArch: Add built-in dtb support
 2023-12-21 11:40 UTC  (17+ messages)
` [PATCH v5 1/7] dt-bindings: loongarch: Add CPU bindings for LoongArch
` [PATCH v5 2/7] dt-bindings: loongarch: Add Loongson SoC boards compatibles
` [PATCH v5 3/7] LoongArch: Allow device trees to be built into the kernel
` [PATCH v5 4/7] LoongArch: dts: DeviceTree for Loongson-2K0500
` [PATCH v5 5/7] LoongArch: dts: DeviceTree for Loongson-2K1000
` [PATCH v5 6/7] LoongArch: dts: DeviceTree for Loongson-2K2000
` [PATCH v5 7/7] LoongArch: Parsing CPU-related information from DTS

[PATCH] loongarch: mm: Remove unused TASK_SIZE_MIN
 2023-12-21  5:46 UTC 

[PATCH] LoongArch: KVM: Fix build due to API changes
 2023-12-20  3:40 UTC  (4+ messages)

[PATCH v6 0/9] stmmac: Add Loongson platform support
 2023-12-19 12:55 UTC  (17+ messages)
` [PATCH v6 1/9] net: stmmac: Pass stmmac_priv and chan in some callbacks
` [PATCH v6 5/9] net: stmmac: Add Loongson-specific register definitions
` [PATCH v6 7/9] net: stmmac: dwmac-loongson: Add GNET support
` [PATCH v6 8/9] net: stmmac: dwmac-loongson: Disable flow control for GMAC
` [PATCH v6 9/9] net: stmmac: Disable coe for some Loongson GNET

[PATCH v2] efi/loongarch: Directly position the loaded image file
 2023-12-19 10:16 UTC  (10+ messages)

[PATCH] efi/loongarch: Directly position the loaded image file
 2023-12-19  8:44 UTC  (4+ messages)

[PATCH v1 0/2] Update kprobes documentation
 2023-12-19  6:23 UTC  (3+ messages)
` [PATCH v1 1/2] docs, kprobes: Update email address of Masami Hiramatsu
` [PATCH v1 2/2] docs, kprobes: Add loongarch as supported architecture

[PATCH AUTOSEL 6.6 11/18] efi/loongarch: Use load address to calculate kernel entry address
 2023-12-18 12:43 UTC 

[PATCH] LoongArch: Micro-optimize sc_save_fcc and sc_restore_fcc for LA464
 2023-12-14 13:10 UTC  (2+ messages)

[RFC PATCH 00/12] Unified cross-architecture kernel-mode FPU API
 2023-12-14  4:45 UTC  (10+ messages)
` [RFC PATCH 04/12] arm64: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [RFC PATCH 06/12] LoongArch: "
` [RFC PATCH 10/12] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT

[PATCH] LoongArch: KVM: Optimization for memslot hugepage checking
 2023-12-14  3:54 UTC  (2+ messages)

[PATCH v5 0/4] KVM: selftests: Add LoongArch support
 2023-12-14  2:20 UTC  (8+ messages)
` [PATCH v5 1/4] KVM: selftests: Add KVM selftests header files for LoongArch
      `  "

[PATCH v1 net 0/3] Some bug fixes
 2023-12-13 11:00 UTC  (2+ messages)


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