loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-23 16:36:20 to 2024-02-20 17:37:37 UTC [more...]

[PATCH] LoongArch: Call early_init_fdt_scan_reserved_mem() earlier
 2024-02-20 17:37 UTC  (2+ messages)

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-02-20 16:24 UTC  (27+ 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 bpf-next 2/2] bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()
 2024-02-20  8:56 UTC  (6+ messages)

[PATCH 08/10] loongarch/vdso: Use generic union vdso_data_store
 2024-02-19 15:39 UTC 

[PATCH v4 0/6] LoongArch: Add pv ipi support on LoongArch VM
 2024-02-19  9:57 UTC  (26+ 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
` [PATCH v4 4/6] LoongArch: Add paravirt interface for guest kernel
` [PATCH v4 5/6] LoongArch: KVM: Add vcpu search support from physical cpuid
` [PATCH v4 6/6] LoongArch: Add pv ipi support on LoongArch system

[PATCH v3] LoongArch: KVM: Add software breakpoint support
 2024-02-18  6:33 UTC 

[PATCH v2] LoongArch: KVM: Add software breakpoint support
 2024-02-17  9:42 UTC 

[PATCH for-6.8 v3 0/3] KVM: LoongArch: Fix wrong CPUCFG ID handling
 2024-02-17  3:03 UTC  (5+ messages)
` [PATCH for-6.8 v3 1/3] LoongArch: KVM: Fix input validation of _kvm_get_cpucfg and kvm_check_cpucfg
` [PATCH for-6.8 v3 2/3] LoongArch: KVM: Rename _kvm_get_cpucfg to _kvm_get_cpucfg_mask
` [PATCH for-6.8 v3 3/3] LoongArch: KVM: Streamline kvm_check_cpucfg and improve comments

[PATCH RESEND for-6.8 v3 0/3] KVM: LoongArch: Fix wrong CPUCFG ID handling
 2024-02-16  9:37 UTC  (4+ messages)
` [PATCH RESEND for-6.8 v3 1/3] LoongArch: KVM: Fix input validation of _kvm_get_cpucfg and kvm_check_cpucfg
` [PATCH RESEND for-6.8 v3 2/3] LoongArch: KVM: Rename _kvm_get_cpucfg to _kvm_get_cpucfg_mask
` [PATCH RESEND for-6.8 v3 3/3] LoongArch: KVM: Streamline kvm_check_cpucfg and improve comments

[PATCH 0/3] Restructure init sequence to set aside reserved memory earlier
 2024-02-15  9:37 UTC  (7+ messages)
` [PATCH 1/3] loongarch: Call arch_mem_init() before platform_init() in the init sequence
` [PATCH 2/3] openrisc: Call setup_memory() earlier "
` [PATCH 3/3] sh: Call paging_init() "

[PATCH for-6.8 v2 0/4] KVM: LoongArch: Fix wrong CPUCFG ID handling
 2024-02-14 16:33 UTC  (5+ messages)
` [PATCH for-6.8 v2 1/4] KVM: LoongArch: Fix input value checking of _kvm_get_cpucfg
` [PATCH for-6.8 v2 2/4] KVM: LoongArch: Fix kvm_check_cpucfg incorrectly accepting bad CPUCFG IDs
` [PATCH for-6.8 v2 3/4] KVM: LoongArch: Rename _kvm_get_cpucfg to _kvm_get_cpucfg_mask
` [PATCH for-6.8 v2 4/4] KVM: LoongArch: Streamline kvm_check_cpucfg and improve comments

[PATCH for-6.8 0/5] KVM: LoongArch: Fix wrong CPUCFG ID handling
 2024-02-14 13:08 UTC  (8+ messages)
` [PATCH for-6.8 1/5] KVM: LoongArch: Fix input value checking of _kvm_get_cpucfg
` [PATCH for-6.8 2/5] KVM: LoongArch: Fix kvm_check_cpucfg incorrectly accepting bad CPUCFG IDs
` [PATCH for-6.8 3/5] KVM: LoongArch: Rename _kvm_get_cpucfg to _kvm_get_cpucfg_mask
` [PATCH for-6.8 4/5] KVM: LoongArch: Streamline control flow of kvm_check_cpucfg
` [PATCH for-6.8 5/5] KVM: LoongArch: Clean up comments of _kvm_get_cpucfg_mask and kvm_check_cpucfg

[PATCH AUTOSEL 6.1 20/28] LoongArch: Select ARCH_ENABLE_THP_MIGRATION instead of redefining it
 2024-02-13  0:22 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 21/28] LoongArch: Select HAVE_ARCH_SECCOMP to use the common SECCOMP menu

[PATCH AUTOSEL 6.6 33/51] LoongArch: Select ARCH_ENABLE_THP_MIGRATION instead of redefining it
 2024-02-13  0:20 UTC  (4+ messages)
` [PATCH AUTOSEL 6.6 34/51] LoongArch: Select HAVE_ARCH_SECCOMP to use the common SECCOMP menu
` [PATCH AUTOSEL 6.6 35/51] LoongArch: Change acpi_core_pic[NR_CPUS] to acpi_core_pic[MAX_CORE_PIC]
` [PATCH AUTOSEL 6.6 36/51] LoongArch: vDSO: Disable UBSAN instrumentation

[PATCH AUTOSEL 6.7 39/58] LoongArch: Select ARCH_ENABLE_THP_MIGRATION instead of redefining it
 2024-02-13  0:17 UTC  (4+ messages)
` [PATCH AUTOSEL 6.7 40/58] LoongArch: Select HAVE_ARCH_SECCOMP to use the common SECCOMP menu
` [PATCH AUTOSEL 6.7 41/58] LoongArch: Change acpi_core_pic[NR_CPUS] to acpi_core_pic[MAX_CORE_PIC]
` [PATCH AUTOSEL 6.7 42/58] LoongArch: vDSO: Disable UBSAN instrumentation

linux-next: Tree for Feb 12 (drivers/md/dm-vdo/thread-registry.c on arch/loongarch/)
 2024-02-12 21:13 UTC  (2+ messages)

[PATCH] LoongArch: dts: minor whitespace cleanup
 2024-02-08 12:15 UTC  (2+ messages)

[GIT PULL] LoongArch fixes for v6.8-rc4
 2024-02-07 18:08 UTC  (2+ messages)

[PATCH v6 0/8] Add objtool, orc and livepatching support for LoongArch
 2024-02-07 13:27 UTC  (10+ 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] LoongArch: Change acpi_core_pic[NR_CPUS] to acpi_core_pic[MAX_CORE_PIC]
 2024-02-06  4:33 UTC 

[PATCH] loongarch: select HAVE_ARCH_SECCOMP to use the common SECCOMP menu
 2024-02-06  4:04 UTC  (2+ messages)

[PATCH] loongarch: select ARCH_ENABLE_THP_MIGRATION instead of redefining it
 2024-02-06  4:04 UTC  (2+ messages)

[PATCH] LoongArch: KVM: Add software breakpoint support
 2024-02-05  7:50 UTC 

[PATCH v2 00/14] Split crash out from kexec and clean up related config items
 2024-02-04  3:26 UTC  (3+ messages)

[PATCH 6.1.y and 6.6.y] LoongArch/smp: Call rcutree_report_cpu_starting() at tlb_init()
 2024-02-03  1:27 UTC  (2+ messages)

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

[PATCH] LoongArch: vDSO: Disable UBSAN instrumentation
 2024-01-31  6:05 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 v3 0/6] LoongArch: Add pv ipi support on LoongArch VM
 2024-01-30  2:53 UTC  (10+ messages)
` [PATCH v3 1/6] LoongArch/smp: Refine ipi ops on LoongArch platform
` [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  (40+ messages)
` [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH RFC v3 05/21] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [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  (3+ 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  (9+ messages)


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