LinuxLists
Users
About
Russell King (Oracle) (
[email protected]
)
Number of posts: 216 (0.08 per day)
First post: 2017-03-19 10:49:02
Last post: 2024-05-30 19:52:43
Previous Page
/
Next Page
Date
List
Subject
2023-11-21 13:47:50
linux-kernel
[PATCH 09/21] drivers: base: add arch_cpu_is_hotpluggable()
2023-11-21 13:47:14
linux-kernel
[PATCH 20/21] riscv: Switch over to GENERIC_CPU_DEVICES
2023-11-21 13:47:12
linux-kernel
[PATCH 19/21] LoongArch: convert to use arch_cpu_is_hotpluggable()
2023-11-21 13:47:09
linux-kernel
[PATCH 15/21] x86/topology: use weak version of arch_unregister_cpu()
2023-11-21 13:47:06
linux-kernel
[PATCH 05/21] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
2023-11-21 13:46:34
linux-kernel
[PATCH 17/21] LoongArch: Switch over to GENERIC_CPU_DEVICES
2023-11-21 13:46:29
linux-kernel
[PATCH 06/21] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
2023-11-21 13:46:08
linux-kernel
[PATCH 12/21] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
2023-11-21 13:46:02
linux-kernel
[PATCH 07/21] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
2023-11-21 13:45:12
linux-kernel
[PATCH 08/21] drivers: base: Implement weak arch_unregister_cpu()
2023-11-21 13:45:07
linux-kernel
[PATCH 10/21] drivers: base: Move cpu_dev_init() after node_dev_init()
2023-11-21 13:44:53
linux-kernel
[PATCH 02/21] x86: intel_epb: Don't rely on link order
2023-11-21 13:44:38
linux-kernel
[PATCH 04/21] Loongarch: remove arch_*register_cpu() exports
2023-11-21 13:44:32
linux-kernel
[PATCH 03/21] x86/topology: remove arch_*register_cpu() exports
2023-11-21 13:44:10
linux-kernel
[PATCH 01/21] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
2023-10-24 15:30:56
linux-kernel
[PATCH 32/39] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
2023-10-24 15:30:56
linux-kernel
[PATCH 33/39] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
2023-10-24 15:30:47
linux-kernel
[PATCH 34/39] arm64: psci: Ignore DENIED CPUs
2023-10-24 15:30:36
linux-kernel
[PATCH 36/39] arm64: document virtual CPU hotplug's expectations
2023-10-24 15:29:59
linux-kernel
[PATCH 31/39] ACPICA: Add new MADT GICC flags fields
2023-10-24 15:24:04
linux-kernel
[PATCH 38/39] cpumask: Add enabled cpumask for present CPUs that can be brought online
2023-10-24 15:23:57
linux-kernel
[PATCH 37/39] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
2023-10-24 15:23:30
linux-kernel
[PATCH 35/39] ACPI: add support to register CPUs based on the _STA enabled bit
2023-10-24 15:23:28
linux-kernel
[PATCH 39/39] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected
2023-10-24 15:23:13
linux-kernel
[PATCH 30/39] arm64: acpi: Move get_cpu_for_acpi_id() to a header
2023-10-24 15:22:56
linux-kernel
[PATCH 29/39] LoongArch: Use the __weak version of arch_unregister_cpu()
2023-10-24 15:22:51
linux-kernel
[PATCH 28/39] ACPI: Warn when the present bit changes but the feature is not enabled
2023-10-24 15:22:31
linux-kernel
[PATCH 26/39] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
2023-10-24 15:22:22
linux-kernel
[PATCH 27/39] ACPI: Check _STA present bit before making CPUs not present
2023-10-24 15:22:10
linux-kernel
[PATCH 22/39] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
2023-10-24 15:21:57
linux-kernel
[PATCH 25/39] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
2023-10-24 15:21:51
linux-kernel
[PATCH 23/39] drivers: base: Implement weak arch_unregister_cpu()
2023-10-24 15:21:51
linux-kernel
[PATCH 24/39] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
2023-10-24 15:21:35
linux-kernel
[PATCH 20/39] ACPI: processor: Register CPUs that are online, but not described in the DSDT
2023-10-24 15:21:31
linux-kernel
[PATCH 21/39] ACPI: processor: Register all CPUs from acpi_processor_get_info()
2023-10-24 15:20:09
linux-kernel
[PATCH 18/39] ACPI: Only enumerate enabled (or functional) devices
2023-10-24 15:20:05
linux-kernel
[PATCH 17/39] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
2023-10-24 15:19:59
linux-kernel
[PATCH 16/39] riscv: Switch over to GENERIC_CPU_DEVICES
2023-10-24 15:19:58
linux-kernel
[PATCH 19/39] ACPI: processor: Add support for processors described as container packages
2023-10-24 15:19:45
linux-kernel
[PATCH 13/39] x86: intel_epb: Don't rely on link order
2023-10-24 15:19:39
linux-kernel
[PATCH 15/39] LoongArch: Switch over to GENERIC_CPU_DEVICES
2023-10-24 15:19:22
linux-kernel
[PATCH 14/39] x86/topology: Switch over to GENERIC_CPU_DEVICES
2023-10-24 15:18:56
linux-kernel
[PATCH 05/39] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
2023-10-24 15:18:47
linux-kernel
[PATCH 12/39] ia64/topology: Switch over to GENERIC_CPU_DEVICES
2023-10-24 15:18:44
linux-kernel
[PATCH 11/39] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
2023-10-24 15:18:42
linux-kernel
[PATCH 10/39] drivers: base: Print a warning instead of panic() when register_cpu() fails
2023-10-24 15:18:26
linux-kernel
[PATCH 09/39] drivers: base: remove unnecessary call to register_cpu_under_node()
2023-10-24 15:18:04
linux-kernel
[PATCH 08/39] drivers: base: Move cpu_dev_init() after node_dev_init()
2023-10-24 15:18:03
linux-kernel
[PATCH 07/39] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
2023-10-24 15:17:56
linux-kernel
[PATCH 06/39] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
2023-10-24 15:17:44
linux-kernel
[PATCH 04/39] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper