Jonathan Cameron ([email protected])

Number of posts: 2442 (0.96 per day)
First post: 2017-07-05 08:07:37
Last post: 2024-06-13 12:41:03

Date List Subject
2024-04-18 14:02:19 linux-kernel [PATCH v7 13/16] arm64: arch_register_cpu() variant to check if an ACPI handle is now available.
2024-04-18 14:01:39 linux-kernel [PATCH v7 12/16] arm64: psci: Ignore DENIED CPUs
2024-04-18 14:00:10 linux-kernel [PATCH v7 10/16] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
2024-04-18 13:59:15 linux-kernel [PATCH v7 09/16] arm64: acpi: Move get_cpu_for_acpi_id() to a header
2024-04-18 13:58:56 linux-kernel [PATCH v7 08/16] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
2024-04-18 13:58:26 linux-kernel [PATCH v7 07/16] ACPI: scan: switch to flags for acpi_scan_check_and_detach()
2024-04-18 13:57:57 linux-kernel [PATCH v7 05/16] ACPI: processor: Add acpi_get_processor_handle() helper
2024-04-18 13:56:31 linux-kernel [PATCH v7 04/16] ACPI: processor: Move checks and availability of acpi_processor earlier
2024-04-18 13:56:13 linux-kernel [PATCH v7 03/16] ACPI: processor: Drop duplicated check on _STA (enabled + present)
2024-04-18 13:55:51 linux-kernel [PATCH v7 02/16] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
2024-04-18 13:55:14 linux-kernel [PATCH v7 01/16] ACPI: processor: Simplify initial onlining to use same path for cold and hotplug
2024-04-18 13:54:33 linux-kernel [PATCH v7 00/16] ACPI/arm64: add support for virtual cpu hotplug
2024-04-18 08:17:26 linux-kernel Re: [PATCH v6 04/16] ACPI: processor: Move checks and availability of acpi_processor earlier
2024-04-17 18:59:13 linux-kernel Re: [PATCH v6 06/16] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
2024-04-17 17:11:10 linux-kernel Re: [PATCH v6 06/16] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
2024-04-17 16:55:25 linux-kernel Re: [PATCH v6 13/16] arm64: arch_register_cpu() variant to check if an ACPI handle is now available.
2024-04-17 15:50:45 linux-kernel Re: [PATCH v6 06/16] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
2024-04-17 15:40:37 linux-kernel Re: [PATCH v6 04/16] ACPI: processor: Move checks and availability of acpi_processor earlier
2024-04-17 14:45:28 linux-kernel Re: [PATCH v6 02/16] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
2024-04-17 13:47:39 linux-kernel [PATCH v6 16/16] cpumask: Add enabled cpumask for present CPUs that can be brought online
2024-04-17 13:46:00 linux-kernel [PATCH v6 15/16] arm64: document virtual CPU hotplug's expectations
2024-04-17 13:44:42 linux-kernel [PATCH v6 14/16] arm64: Kconfig: Enable hotplug CPU on arm64 if ACPI_PROCESSOR is enabled.
2024-04-17 13:38:08 linux-kernel [PATCH v6 10/16] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
2024-04-17 13:37:03 linux-kernel [PATCH v6 09/16] arm64: acpi: Move get_cpu_for_acpi_id() to a header
2024-04-17 13:35:56 linux-kernel [PATCH v6 08/16] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
2024-04-17 13:27:33 linux-kernel [PATCH v6 13/16] arm64: arch_register_cpu() variant to check if an ACPI handle is now available.
2024-04-17 13:27:00 linux-kernel [PATCH v6 12/16] arm64: psci: Ignore DENIED CPUs
2024-04-17 13:26:06 linux-kernel [PATCH v6 11/16] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
2024-04-17 13:24:14 linux-kernel [PATCH v6 06/16] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
2024-04-17 13:23:37 linux-kernel [PATCH v6 04/16] ACPI: processor: Move checks and availability of acpi_processor earlier
2024-04-17 13:23:27 linux-kernel [PATCH v6 05/16] ACPI: processor: Add acpi_get_processor_handle() helper
2024-04-17 13:23:26 linux-kernel [PATCH v6 07/16] ACPI: scan: switch to flags for acpi_scan_check_and_detach();
2024-04-17 13:21:44 linux-kernel [PATCH v6 03/16] ACPI: processor: Drop duplicated check on _STA (enabled + present)
2024-04-17 13:21:03 linux-kernel [PATCH v6 02/16] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
2024-04-17 13:20:19 linux-kernel [PATCH v6 01/16] ACPI: processor: Simplify initial onlining to use same path for cold and hotplug
2024-04-17 13:19:44 linux-kernel [PATCH v6 00/16] ACPI/arm64: add support for virtual cpu hotplug
2024-04-17 10:40:03 linux-kernel Re: [PATCH v5 03/18] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
2024-04-16 17:41:32 linux-kernel Re: [PATCH v5 03/18] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
2024-04-16 17:35:24 linux-kernel Re: [PATCH v5 02/18] ACPI: processor: Set the ACPI_COMPANION for the struct cpu instance
2024-04-16 14:00:51 linux-kernel Re: [PATCH v5 03/18] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
2024-04-15 17:35:14 linux-kernel Re: [PATCH v5 02/18] ACPI: processor: Set the ACPI_COMPANION for the struct cpu instance
2024-04-15 16:51:28 linux-kernel Re: [PATCH v5 02/18] ACPI: processor: Set the ACPI_COMPANION for the struct cpu instance
2024-04-15 15:49:17 linux-kernel Re: [PATCH v5 02/18] ACPI: processor: Set the ACPI_COMPANION for the struct cpu instance
2024-04-15 12:24:12 linux-kernel Re: [PATCH v5 03/18] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
2024-04-15 11:58:06 linux-kernel Re: [PATCH v5 03/18] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
2024-04-15 11:57:07 linux-kernel Re: [PATCH v5 03/18] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
2024-04-15 11:14:00 linux-kernel Re: [PATCH v5 03/18] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
2024-04-15 11:13:54 linux-kernel Re: [PATCH v5 03/18] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
2024-04-15 09:38:29 linux-kernel Re: [PATCH v5 03/18] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
2024-04-15 09:25:07 linux-kernel Re: [PATCH v5 03/18] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
2024-04-15 08:46:10 linux-kernel Re: [PATCH v5 03/18] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()