loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-09 16:13:25 to 2024-02-01 03:19:53 UTC [more...]

[PATCH v4 0/6] LoongArch: Add pv ipi support on LoongArch VM
 2024-02-01  3:19 UTC  (4+ messages)
` [PATCH v4 1/6] LoongArch/smp: Refine ipi ops on LoongArch platform
` [PATCH v4 2/6] LoongArch: KVM: Add hypercall instruction emulation support
` [PATCH v4 3/6] LoongArch: KVM: Add cpucfg area for kvm hypervisor

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-01-31 17:25 UTC  (17+ messages)
` [PATCH RFC v4 01/15] ACPI: Only enumerate enabled (or functional) processor devices
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v4 03/15] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH RFC v4 04/15] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH RFC v4 05/15] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH RFC v4 06/15] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH RFC v4 07/15] ACPI: Check _STA present bit before making CPUs not present
` [PATCH RFC v4 08/15] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH RFC v4 09/15] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH RFC v4 10/15] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v4 11/15] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH RFC v4 12/15] arm64: psci: Ignore DENIED CPUs
` [PATCH RFC v4 13/15] ACPI: add support to (un)register CPUs based on the _STA enabled bit
` [PATCH RFC v4 14/15] arm64: document virtual CPU hotplug's expectations
` [PATCH RFC v4 15/15] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH 6.1.y and 6.6.y] LoongArch/smp: Call rcutree_report_cpu_starting() at tlb_init()
 2024-01-31  7:21 UTC 

[PATCH] LoongArch: vDSO: Disable UBSAN instrumentation
 2024-01-31  6:05 UTC  (2+ messages)

[PATCH] LoongArch: KVM: Remove unnecessary CSR register saving during enter guest
 2024-01-31  3:48 UTC  (2+ messages)

[PATCH 0/2] LoongArch: KVM: Start SW timer only when vcpu is blocking
 2024-01-30  7:22 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] LoongArch: KVM: Do not restart SW timer when it is expired

[PATCH v6 0/8] Add objtool, orc and livepatching support for LoongArch
 2024-01-30  6:17 UTC  (9+ messages)
` [PATCH v6 1/8] objtool/LoongArch: Enable objtool to be built
` [PATCH v6 2/8] objtool/LoongArch: Implement instruction decoder
` [PATCH v6 3/8] objtool/x86: Separate arch-specific and generic parts
` [PATCH v6 4/8] objtool/LoongArch: Enable orc to be built
` [PATCH v6 5/8] objtool: Check local label in add_dead_ends()
` [PATCH v6 6/8] objtool: Check local label in read_unwind_hints()
` [PATCH v6 7/8] LoongArch: Add ORC stack unwinder support
` [PATCH v6 8/8] LoongArch: Add kernel livepatching support

[PATCH v3 0/6] LoongArch: Add pv ipi support on LoongArch VM
 2024-01-30  2:53 UTC  (13+ messages)
` [PATCH v3 1/6] LoongArch/smp: Refine ipi ops on LoongArch platform
` [PATCH v3 2/6] LoongArch: KVM: Add hypercall instruction emulation support
` [PATCH v3 3/6] LoongArch: KVM: Add cpucfg area for kvm hypervisor
` [PATCH v3 4/6] LoongArch: Add paravirt interface for guest kernel
` [PATCH v3 5/6] LoongArch: KVM: Add physical cpuid map support
` [PATCH v3 6/6] LoongArch: Add pv ipi support on LoongArch system

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2024-01-29 15:34 UTC  (80+ messages)
` [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 14/21] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [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 20/21] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices

[PATCH] LoongArch: Fix earlycon parameter if KASAN enabled
 2024-01-29 14:15 UTC 

[PATCH v3 0/2] selftests/vDSO: Fix errors on LoongArch
 2024-01-29  8:27 UTC  (3+ messages)

[PATCH linux-next v3 00/14] Split crash out from kexec and clean up related config items
 2024-01-29  1:57 UTC  (26+ messages)
` [PATCH linux-next v3 01/14] kexec: split crashkernel reservation code out from crash_core.c
` [PATCH linux-next v3 02/14] crash: split vmcoreinfo exporting "
` [PATCH linux-next v3 03/14] crash: remove dependency of FA_DUMP on CRASH_DUMP
` [PATCH linux-next v3 04/14] crash: split crash dumping code out from kexec_core.c
` [PATCH linux-next v3 05/14] crash: clean up kdump related config items
` [PATCH linux-next v3 06/14] x86, crash: wrap crash dumping code into crash related ifdefs
` [PATCH linux-next v3 07/14] arm64, "
` [PATCH linux-next v3 08/14] ppc, crash: enforce KEXEC and KEXEC_FILE to select CRASH_DUMP
` [PATCH linux-next v3 09/14] s390, crash: wrap crash dumping code into crash related ifdefs
` [PATCH linux-next v3 10/14] sh, "
` [PATCH linux-next v3 11/14] mips, "
` [PATCH linux-next v3 12/14] riscv, "
` [PATCH linux-next v3 13/14] arm, "
` [PATCH linux-next v3 14/14] loongarch, "

[GIT PULL] LoongArch fixes for v6.8-rc2
 2024-01-27 17:52 UTC  (2+ messages)

[PATCH v4 1/2] rust: Refactor the build target to allow the use of builtin targets
 2024-01-27 17:31 UTC  (5+ messages)

[PATCH] LoongArch: KVM: Fix build due to API changes
 2024-01-27  8:17 UTC  (6+ messages)

[PATCH] LoongArch/smp: Call rcutree_report_cpu_starting() at tlb_init()
 2024-01-26  8:18 UTC 

[RFC PATCH] mm: z3fold: rename CONFIG_Z3FOLD to CONFIG_Z3FOLD_DEPRECATED
 2024-01-24 21:40 UTC  (19+ messages)

[PATCH 6.1.y and 6.6.y] LoongArch/smp: Call rcutree_report_cpu_starting() earlier
 2024-01-23  2:41 UTC 

[PATCH v2 00/14] Split crash out from kexec and clean up related config items
 2024-01-21  1:55 UTC  (18+ messages)
` [PATCH v2 01/14] kexec: split crashkernel reservation code out from crash_core.c
` [PATCH v2 02/14] crash: split vmcoreinfo exporting "
` [PATCH v2 03/14] crash: remove dependency of FA_DUMP on CRASH_DUMP
` [PATCH v2 04/14] crash: split crash dumping code out from kexec_core.c
` [PATCH v2 05/14] crash: clean up kdump related config items
` [PATCH v2 06/14] x86, crash: wrap crash dumping code into crash related ifdefs
` [PATCH v2 07/14] arm64, "
` [PATCH v2 08/14] ppc, crash: enforce KEXEC and KEXEC_FILE to select CRASH_DUMP
` [PATCH v2 09/14] s390, crash: wrap crash dumping code into crash related ifdefs
` [PATCH v2 10/14] sh, "
` [PATCH v2 11/14] arm, "
` [PATCH v2 12/14] mips, "
` [PATCH v2 13/14] riscv, "
` [PATCH v2 14/14] loongarch, "

[GIT PULL] LoongArch changes for v6.8
 2024-01-19 22:50 UTC  (2+ messages)

[PATCH v1 0/2] Rust enablement for LoongArch
 2024-01-17  4:34 UTC  (13+ messages)

[PATCH AUTOSEL 6.7 03/21] arch: fix asm-offsets.c building with -Wmissing-prototypes
 2024-01-16  1:03 UTC 

[PATCH v1 0/2] Update kprobes documentation
 2024-01-11 16:36 UTC  (2+ messages)

[PATCH] LoongArch: Enable initial Rust support
 2024-01-11  3:17 UTC  (5+ messages)

[PATCH v2 10/14] riscv: Add support for kernel-mode FPU
 2024-01-10 14:51 UTC  (2+ messages)

[PATCH 00/22] -Wmissing-prototype warning fixes
 2024-01-10 10:20 UTC  (4+ messages)
` [PATCH 08/22] [v2] arch: consolidate arch_irq_work_raise prototypes


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).