loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-11 16:03:19 to 2024-04-18 13:54:16 UTC [more...]

[PATCH v7 00/16] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-18 13:53 UTC 

[PATCH v5] LoongArch: Give chance to build under !CONFIG_SMP
 2024-04-18 11:05 UTC 

[PATCH v6 00/16] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-18  8:16 UTC  (32+ messages)
` [PATCH v6 01/16] ACPI: processor: Simplify initial onlining to use same path for cold and hotplug
` [PATCH v6 02/16] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [PATCH v6 03/16] ACPI: processor: Drop duplicated check on _STA (enabled + present)
` [PATCH v6 04/16] ACPI: processor: Move checks and availability of acpi_processor earlier
` [PATCH v6 05/16] ACPI: processor: Add acpi_get_processor_handle() helper
` [PATCH v6 06/16] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
` [PATCH v6 07/16] ACPI: scan: switch to flags for acpi_scan_check_and_detach();
` [PATCH v6 08/16] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH v6 09/16] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH v6 10/16] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH v6 11/16] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH v6 12/16] arm64: psci: Ignore DENIED CPUs
` [PATCH v6 13/16] arm64: arch_register_cpu() variant to check if an ACPI handle is now available
` [PATCH v6 14/16] arm64: Kconfig: Enable hotplug CPU on arm64 if ACPI_PROCESSOR is enabled
` [PATCH v6 15/16] arm64: document virtual CPU hotplug's expectations
` [PATCH v6 16/16] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH v4 0/3] Give chance to build under !CONFIG_SMP for LoongArch
 2024-04-18  3:17 UTC  (7+ messages)
` [PATCH v4 1/3] LoongArch: Modify acpi_parse_processor() for non-SMP
` [PATCH v4 2/3] LoongArch: Modify ACPI S3 state function "
` [PATCH v4 3/3] LoongArch: Give chance to build under !CONFIG_SMP

[PATCH v1] LoongArch/tlb: fix "error: parameter 'ptep' set but not used" due to __tlb_remove_tlb_entry()
 2024-04-18  3:03 UTC  (5+ messages)

[PATCH RFC v2 0/6] blk-throttle: support enable and disable during runtime
 2024-04-18  2:05 UTC  (26+ messages)
` [PATCH RFC v2 1/6] blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW
` [PATCH RFC v2 2/6] blk-throttle: delay initialization until configuration
` [PATCH RFC v2 5/6] blk-throttle: support to destroy throtl_data when blk-throttle is disabled
` [PATCH RFC v2 6/6] blk-throtl: switch to use rq_qos
    ` Re: [PATCH RFC v2 0/6] blk-throttle: support enable and disable during runtime

[PATCH v4 00/15] mm: jit/text allocator
 2024-04-17 23:32 UTC  (28+ messages)
` [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v4 06/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v4 07/15] mm/execmem, arch: convert remaining "
` [PATCH v4 09/15] riscv: extend execmem_params for generated code allocations
` [PATCH v4 10/15] powerpc: extend execmem_params for kprobes allocations
` [PATCH v4 11/15] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v4 12/15] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v4 13/15] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropiate
` [PATCH v4 14/15] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v4 15/15] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH v5 00/18] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-17 16:19 UTC  (57+ messages)
` [PATCH v5 01/18] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [PATCH v5 02/18] ACPI: processor: Set the ACPI_COMPANION for the struct cpu instance
` [PATCH v5 03/18] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
` [PATCH v5 04/18] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH v5 05/18] ACPI: utils: Add an acpi_sta_enabled() helper and use it in acpi_processor_make_present()
` [PATCH v5 06/18] ACPI: scan: Add parameter to allow defering some actions in acpi_scan_check_and_detach
` [PATCH v5 07/18] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH v5 08/18] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH v5 09/18] ACPI: Check _STA present bit before making CPUs not present
` [PATCH v5 10/18] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH v5 11/18] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH v5 12/18] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH v5 13/18] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH v5 14/18] arm64: psci: Ignore DENIED CPUs
` [PATCH v5 15/18] arm64: arch_register_cpu() variant to allow checking of ACPI _STA
` [PATCH v5 16/18] ACPI: add support to (un)register CPUs based on the _STA enabled bit
` [PATCH v5 17/18] arm64: document virtual CPU hotplug's expectations
` [PATCH v5 18/18] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH 1/2] arch/loongarch: clean up the left code and Kconfig item related to CRASH_CORE
 2024-04-17  7:32 UTC  (5+ messages)

[PATCH v2] LoongArch: KVM: Add PMU support
 2024-04-17  6:52 UTC 

[PATCH 3/5] mm: add vaddr param to pmd_populate_kernel
 2024-04-16 19:18 UTC  (2+ messages)
  ` [PATCH 3/5 RESEND] "

./include/asm-generic/tlb.h:629:10: error: parameter 'ptep' set but not used
 2024-04-16 14:41 UTC  (4+ messages)

[PATCH v3 0/2] pwm: Introduce pwm driver for the Loongson family chips
 2024-04-16  2:02 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: pwm: Add Loongson PWM controller
` [PATCH v3 2/2] pwm: Add Loongson PWM controller support

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-15 17:03 UTC  (14+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback

[PATCH v2 0/4] thermal: loongson2: Add Loongson-2K0500 and Loongson-2K2000 thermal support
 2024-04-15  8:04 UTC  (6+ messages)
` [PATCH v2 1/4] thermal: loongson2: Trivial code style adjustment
` [PATCH v2 2/4] dt-bindings: thermal: loongson,ls2k-thermal: Add Loongson-2K0500 compaible
` [PATCH v2 3/4] dt-bindings: thermal: loongson,ls2k-thermal: Fix incorrect compatible definition
` [PATCH v2 4/4] thermal: loongson2: Add Loongson-2K2000 support

[PATCH] KVM: loongarch: Add vcpu id check before create vcpu
 2024-04-15  2:04 UTC  (4+ messages)

[PATCH v1 0/3] mm/gup: consistently call it GUP-fast
 2024-04-13 20:12 UTC  (7+ messages)
` [PATCH v1 1/3] mm/gup: consistently name GUP-fast functions
` [PATCH v1 2/3] mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FAST
` [PATCH v1 3/3] mm: use "GUP-fast" instead "fast GUP" in remaining comments

[PATCH v3 0/4] Give chance to build under !CONFIG_SMP for LoongArch
 2024-04-13  7:22 UTC  (15+ messages)
` [PATCH v3 1/4] LoongArch: Move CONFIG_HAVE_SETUP_PER_CPU_AREA related code to smp.c
` [PATCH v3 2/4] LoongArch: Refactor get_acpi_id_for_cpu() related code
` [PATCH v3 3/4] LoongArch: Save and restore PERCPU_BASE_KS for ACPI S3 state

[PATCH 1/1] LoongArch: KVM: Add PMU support
 2024-04-12  7:55 UTC  (2+ messages)

[PATCH v2 0/2] pwm: Introduce pwm driver for the Loongson family chips
 2024-04-12  7:30 UTC  (13+ messages)
` [PATCH v2 1/2] dt-bindings: pwm: Add Loongson PWM controller
` [PATCH v2 2/2] pwm: Add Loongson PWM controller support

[PATCH v4 00/15] Unified cross-architecture kernel-mode FPU API
 2024-04-12  1:54 UTC  (9+ messages)
` [PATCH v4 13/15] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT

[GIT PULL] LoongArch fixes for v6.9-rc4
 2024-04-11 19:09 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).