[PATCH v5 0/8] Add objtool and orc support for LoongArch
2023-12-02 13:52 UTC (11+ messages)
` [PATCH v5 1/8] objtool/LoongArch: Enable objtool to be built
` [PATCH v5 2/8] objtool/LoongArch: Implement instruction decoder
` [PATCH v5 3/8] objtool/x86: Separate arch-specific and generic parts
` [PATCH v5 4/8] objtool/LoongArch: Enable orc to be built
` [PATCH v5 5/8] objtool: Check local label about sibling call
` [PATCH v5 6/8] objtool: Check local label in add_dead_ends()
` [PATCH v5 7/8] objtool: Check local label in read_unwind_hints()
` [PATCH v5 8/8] LoongArch: Add ORC stack unwinder support
[PATCH 00/21] Initial cleanups for vCPU hotplug
2023-12-01 16:09 UTC (53+ messages)
` [PATCH 01/21] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH 02/21] x86: intel_epb: Don't rely on link order
` [PATCH 03/21] x86/topology: remove arch_*register_cpu() exports
` [PATCH 04/21] Loongarch: "
` [PATCH 05/21] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH 06/21] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [PATCH 07/21] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH 08/21] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH 09/21] drivers: base: add arch_cpu_is_hotpluggable()
` [PATCH 10/21] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH 11/21] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [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 14/21] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH 15/21] x86/topology: use weak version of arch_unregister_cpu()
` [PATCH 16/21] x86/topology: convert to use arch_cpu_is_hotpluggable()
` [PATCH 17/21] LoongArch: Switch over to GENERIC_CPU_DEVICES
` [PATCH 18/21] LoongArch: Use the __weak version of arch_unregister_cpu()
` [PATCH 19/21] LoongArch: convert to use arch_cpu_is_hotpluggable()
` [PATCH 20/21] riscv: Switch over to GENERIC_CPU_DEVICES
` [PATCH 21/21] riscv: convert to use arch_cpu_is_hotpluggable()
[PATCH v2 0/2] LoongArch: KVM: Add LSX,LASX support
2023-12-01 8:46 UTC (3+ messages)
` [PATCH v2 1/2] LoongArch: KVM: Add LSX support
` [PATCH v2 2/2] LoongArch: KVM: Add LASX support
[PATCH v2] kexec_core: change dependency of object files
2023-12-01 6:03 UTC
[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
2023-11-30 16:46 UTC (5+ messages)
` [RFC PATCH v2 11/35] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
[PATCH v5 0/5] dt-bindings: interrupt-controller: Fix some loongson,liointc warnings
2023-11-30 13:02 UTC (8+ messages)
` [PATCH v5 1/5] dt-bindings: interrupt-controller: loongson,liointc: Standardize the naming of 'loongson,parent-int-map'
` [PATCH v5 2/5] dt-bindings: interrupt-controller: loongson,liointc: Fix dtbs_check warning for reg-names
` [PATCH v5 3/5] dt-bindings: interrupt-controller: loongson,liointc: Fix dtbs_check warning for interrupt-names
` [PATCH v5 4/5] irqchip/loongson-liointc: Fix 'loongson,parent_int_map' parse
` [PATCH v5 5/5] MIPS: Loongson64: DTS: Fix 'loongson,parent_int_map' references
[PATCH RFC 00/22] Initial cleanups for vCPU hotplug
2023-11-30 12:17 UTC (47+ messages)
` [PATCH RFC 01/22] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH RFC 02/22] x86: intel_epb: Don't rely on link order
` [PATCH RFC 03/22] x86/topology: remove arch_*register_cpu() exports
` [PATCH RFC 04/22] Loongarch: "
` [PATCH RFC 05/22] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH RFC 07/22] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH RFC 08/22] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH RFC 09/22] drivers: base: add arch_cpu_is_hotpluggable()
` [PATCH RFC 10/22] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH RFC 12/22] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH RFC 13/22] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH RFC 14/22] arm64: convert to arch_cpu_is_hotpluggable()
` [PATCH RFC 15/22] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 16/22] x86/topology: use weak version of arch_unregister_cpu()
` [PATCH RFC 17/22] x86/topology: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 18/22] LoongArch: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 20/22] LoongArch: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 22/22] riscv: "
[PATCH v5 0/4] KVM: selftests: Add LoongArch support
2023-11-30 11:18 UTC (5+ messages)
` [PATCH v5 1/4] KVM: selftests: Add KVM selftests header files for LoongArch
` [PATCH v5 2/4] KVM: selftests: Add core KVM selftests support "
` [PATCH v5 3/4] KVM: selftests: Add ucall test "
` [PATCH v5 4/4] KVM: selftests: Add test cases "
Kernel panic and stall triggered by bpf selftests
2023-11-30 11:23 UTC (3+ messages)
[PATCH v4 0/3] LoongArch: KVM: Remove SW timer switch when vcpu is halt polling
2023-11-30 10:06 UTC (2+ messages)
[PATCH v2 0/2] loongson2_thermal: Fix some issues
2023-11-29 12:24 UTC (4+ messages)
` [PATCH v2 1/2] dt-bindings: thermal: loongson,ls2k-thermal: Fix binding check issues
` [PATCH v2 2/2] drivers/thermal/loongson2_thermal: Fix incorrect PTR_ERR() judgment
[PATCH v5 0/9] stmmac: Add Loongson platform support
2023-11-29 10:29 UTC (17+ messages)
` [PATCH v5 2/9] net: stmmac: Allow platforms to set irq_flags
` [PATCH v5 3/9] net: stmmac: Add Loongson DWGMAC definitions
[PATCH AUTOSEL 6.1 15/25] LoongArch: Add dependency between vmlinuz.efi and vmlinux.efi
2023-11-28 21:07 UTC (2+ messages)
` [PATCH AUTOSEL 6.1 16/25] LoongArch: Implement constant timer shutdown interface
[PATCH AUTOSEL 6.6 18/40] LoongArch: Add dependency between vmlinuz.efi and vmlinux.efi
2023-11-28 21:05 UTC (5+ messages)
` [PATCH AUTOSEL 6.6 19/40] LoongArch: Record pc instead of offset in la_abs relocation
` [PATCH AUTOSEL 6.6 20/40] LoongArch: Silence the boot warning about 'nokaslr'
` [PATCH AUTOSEL 6.6 21/40] LoongArch: Mark {dmw,tlb}_virt_to_page() exports as non-GPL
` [PATCH AUTOSEL 6.6 22/40] LoongArch: Implement constant timer shutdown interface
[PATCH] LoongArch: Set unwind stack type to unknown rather than set error flag
2023-11-27 2:41 UTC (2+ messages)
[PATCH] LoongArch: KVM: Optimization for memslot hugepage checking
2023-11-27 1:44 UTC
[PATCH] LoongArch: Apply dynamic relocations for LLD
2023-11-26 14:20 UTC (2+ messages)
[PATCH] LoongArch: Slightly clean up drdtime
2023-11-26 12:17 UTC
[PATCH] LoongArch: KVM: Fix build due to API changes
2023-11-24 14:22 UTC (3+ messages)
[PATCH 00/22] -Wmissing-prototype warning fixes
2023-11-24 12:04 UTC (5+ messages)
` [PATCH 15/22] arch: vdso: consolidate gettime prototypes
` [PATCH 20/22] usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static
[PATCH] LoongArch: Check unwind_error() in show_backtrace()
2023-11-24 8:47 UTC (10+ messages)
[PATCH] LoongArch: Store syscall nr in thread_info
2023-11-23 14:39 UTC (9+ messages)
Potential config regression after 89cde455 ("kexec: consolidate kexec and crash options into kernel/Kconfig.kexec")
2023-11-23 8:27 UTC (9+ messages)
[PATCH v2] LoongArch: KVM: Fix timer emulation with oneshot mode
2023-11-23 2:44 UTC
[GIT PULL] LoongArch fixes for v6.7-rc3
2023-11-22 19:16 UTC (2+ messages)
[PATCH v5 0/2] New driver for the Loongson LS2X APB DMA Controller
2023-11-22 9:27 UTC (3+ messages)
` [PATCH v5 1/2] dt-bindings: dmaengine: Add Loongson LS2X APB DMA controller
` [PATCH v5 2/2] dmaengine: ls2x-apb: new driver for the "
[PATCH v1 0/2] LoongArch: KVM: Add LSX,LASX support
2023-11-21 12:17 UTC (11+ messages)
` [PATCH v1 1/2] LoongArch: KVM: Add lsx support
` [PATCH v1 2/2] LoongArch: KVM: Add lasx support
[PATCH] LoongArch: KVM: Fix oneshot timer emulation
2023-11-21 2:34 UTC
[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
2023-11-21 1:44 UTC (7+ messages)
` [PATCH 34/39] arm64: psci: Ignore DENIED CPUs
[PATCH] LoongArch: Record pc instead of offset in la-abs relocation
2023-11-21 1:32 UTC (3+ messages)
[PATCH] loongarch: add dependency between vmlinuz.efi and vmlinux.efi
2023-11-20 6:13 UTC (6+ messages)
[PATCH v2] LoongArch: Implement constant timer shutdown interface
2023-11-20 2:46 UTC
[PATCH 0/2] Docs/LoongArch: Update links in the introduction.rst
2023-11-19 4:50 UTC (3+ messages)
` [PATCH 2/2] Docs/zh_CN/LoongArch: Update arch LoongArch introduction.rst
[PATCH] LoongArch: Mark {dmw,tlb}_virt_to_page() exports as non-GPL
2023-11-19 2:33 UTC
page: next (older)
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).