loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-07 07:29:56 to 2023-12-19 06:23:38 UTC [more...]

[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] efi/loongarch: Directly position the loaded image file
 2023-12-19  5:35 UTC 

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

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2023-12-18 20:35 UTC  (60+ 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 v6 0/9] stmmac: Add Loongson platform support
 2023-12-18 15:28 UTC  (18+ messages)
` [PATCH v6 1/9] net: stmmac: Pass stmmac_priv and chan in some callbacks
` [PATCH v6 2/9] net: stmmac: dwmac-loongson: Refactor code for loongson_dwmac_probe()
` [PATCH v6 3/9] net: stmmac: dwmac-loongson: Add full PCI support
` [PATCH v6 4/9] net: stmmac: Add multi-channel supports
` [PATCH v6 5/9] net: stmmac: Add Loongson-specific register definitions
` [PATCH v6 6/9] net: stmmac: dwmac-loongson: Add MSI support
` [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 AUTOSEL 6.6 11/18] efi/loongarch: Use load address to calculate kernel entry address
 2023-12-18 12:43 UTC 

[PATCH v6 0/2] New driver for the Loongson LS2X APB DMA Controller
 2023-12-18  1:56 UTC  (3+ 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-18  1:53 UTC  (8+ 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: BPF: Support 64-bit pointers to kfuncs
 2023-12-15 14:21 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  (33+ messages)
` [RFC PATCH 01/12] arch: Add ARCH_HAS_KERNEL_FPU_SUPPORT
` [RFC PATCH 02/12] ARM: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [RFC PATCH 03/12] ARM: crypto: Use CC_FLAGS_FPU for NEON CFLAGS
` [RFC PATCH 04/12] arm64: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [RFC PATCH 05/12] lib/raid6: Use CC_FLAGS_FPU for NEON CFLAGS
` [RFC PATCH 06/12] LoongArch: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [RFC PATCH 07/12] powerpc: "
` [RFC PATCH 08/12] x86: "
` [RFC PATCH 09/12] riscv: Add support for kernel-mode FPU
` [RFC PATCH 10/12] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT
` [RFC PATCH 11/12] selftests/fpu: Move FP code to a separate translation unit
` [RFC PATCH 12/12] selftests/fpu: Allow building on other architectures

[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  (6+ messages)
` [PATCH v1 net 1/3] stmmac: dwmac-loongson: Make sure MDIO is initialized before use
` [PATCH v1 net 2/3] stmmac: dwmac-loongson: drop useless check for compatible fallback
` [PATCH v1 net 3/3] MIPS: dts: loongson: drop incorrect dwmac fallback compatible

[PATCH] selftests/rseq: add LoongArch64 support
 2023-12-13  7:15 UTC 

[PATCH v4 0/2] LoongArch: KVM: Add LSX,LASX support
 2023-12-13  6:27 UTC  (3+ messages)
` [PATCH v4 1/2] LoongArch: KVM: Add LSX support
` [PATCH v4 2/2] LoongArch: KVM: Add LASX support

[PATCH v3 0/2] selftests/vDSO: Fix errors on LoongArch
 2023-12-13  1:23 UTC  (3+ messages)
` [PATCH v3 1/2] selftests/vDSO: Fix building "
` [PATCH v3 2/2] selftests/vDSO: Fix runtime "

[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
 2023-12-12 20:16 UTC  (6+ messages)

[PATCH] LoongArch: BPF: Prevent out-of-bounds memory access
 2023-12-12 11:26 UTC  (5+ messages)

[PATCH v5 0/2] New driver for the Loongson LS2X APB DMA Controller
 2023-12-12  6:05 UTC  (5+ messages)
` [PATCH v5 2/2] dmaengine: ls2x-apb: new driver for the Loongson LS2X APB DMA controller

[PATCH AUTOSEL 6.1 29/29] LoongArch: Preserve syscall nr across execve()
 2023-12-11 13:54 UTC 

[PATCH AUTOSEL 6.6 45/47] LoongArch: Apply dynamic relocations for LLD
 2023-12-11 13:50 UTC  (3+ messages)
` [PATCH AUTOSEL 6.6 46/47] LoongArch: Set unwind stack type to unknown rather than set error flag
` [PATCH AUTOSEL 6.6 47/47] LoongArch: Preserve syscall nr across execve()

[PATCH 00/21] Initial cleanups for vCPU hotplug
 2023-12-11 13:21 UTC  (5+ messages)
` [PATCH 12/21] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH 13/21] arm64: convert to arch_cpu_is_hotpluggable()

[PATCH v5 0/9] stmmac: Add Loongson platform support
 2023-12-11  8:47 UTC  (7+ messages)
` [PATCH v5 4/9] net: stmmac: dwmac-loongson: Refactor code for loongson_dwmac_probe()
` [PATCH v5 5/9] net: stmmac: dwmac-loongson: Add full PCI support

[PATCH 0/5] kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXEC
 2023-12-11  9:10 UTC  (9+ messages)
` [PATCH 1/5] loongarch, kexec: change dependency of object files
` [PATCH 2/5] m68k, kexec: fix the incorrect ifdeffery and build dependency of CONFIG_KEXEC
` [PATCH 3/5] mips, kexec: fix the incorrect ifdeffery and "
` [PATCH 4/5] sh, "
` [PATCH 5/5] x86, kexec: fix the wrong ifdeffery CONFIG_KEXEC

[PATCH v5 0/5] dt-bindings: interrupt-controller: Fix some loongson,liointc warnings
 2023-12-11  2:37 UTC  (4+ messages)
` [PATCH v5 4/5] irqchip/loongson-liointc: Fix 'loongson,parent_int_map' parse

[GIT PULL] LoongArch fixes for v6.7-rc5
 2023-12-09 20:34 UTC  (2+ messages)

[PATCH v1 0/2] Fix failed test cases in test_bpf.ko for LoongArch
 2023-12-09 12:01 UTC  (8+ messages)
` [PATCH v1 1/2] LoongArch: BPF: Fix sign-extension mov instructions
` [PATCH v1 2/2] LoongArch: BPF: Fix unconditional bswap instructions

[PATCH v3 0/2] LoongArch: KVM: Add LSX,LASX support
 2023-12-08  1:31 UTC  (3+ messages)
` [PATCH v3 1/2] LoongArch: KVM: Add LSX support
` [PATCH v3 2/2] LoongArch: KVM: Add LASX support

[PATCH 0/2] LoongArch: BPF: Remove fatal signed-extension instructions
 2023-12-08  0:48 UTC  (4+ messages)

[PATCH 00/22] -Wmissing-prototype warning fixes
 2023-12-07 12:38 UTC  (2+ messages)
` (subset) "

[PATCH v6 0/2] dt-bindings: interrupt-controller: Fix some loongson,liointc warnings
 2023-12-07  8:24 UTC  (5+ messages)
` [PATCH v6 1/2] dt-bindings: interrupt-controller: loongson,liointc: Fix dtbs_check warning for reg-names
` [PATCH v6 2/2] dt-bindings: interrupt-controller: loongson,liointc: Fix dtbs_check warning for interrupt-names

[PATCH v5 0/8] Add objtool and orc support for LoongArch
 2023-12-07  7:43 UTC  (4+ messages)
` [PATCH v5 8/8] LoongArch: Add ORC stack unwinder support


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 read-only IMAP folder(s) and NNTP newsgroup(s).