public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-12 10:08:02 to 2023-09-15 16:20:38 UTC [more...]

[PATCH v2 1/2] ACPI: NFIT: Fix incorrect calculation of idt size
 2023-09-15 16:13 UTC  (2+ messages)

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-09-15 15:41 UTC  (98+ messages)
` [RFC PATCH v2 01/35] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [RFC PATCH v2 02/35] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [RFC PATCH v2 03/35] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [RFC PATCH v2 04/35] drivers: base: Move cpu_dev_init() after node_dev_init()
` [RFC PATCH v2 05/35] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [RFC PATCH v2 06/35] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [RFC PATCH v2 07/35] x86: intel_epb: Don't rely on link order
` [RFC PATCH v2 08/35] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [RFC PATCH v2 09/35] LoongArch: "
` [RFC PATCH v2 10/35] riscv: "
` [RFC PATCH v2 11/35] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [RFC PATCH v2 12/35] ACPI: Use the acpi_device_is_present() helper in more places
` [RFC PATCH v2 13/35] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
` [RFC PATCH v2 14/35] ACPI: Only enumerate enabled (or functional) devices
` [RFC PATCH v2 15/35] ACPI: processor: Add support for processors described as container packages
` [RFC PATCH v2 16/35] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [RFC PATCH v2 17/35] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [RFC PATCH v2 18/35] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [RFC PATCH v2 19/35] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [RFC PATCH v2 20/35] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [RFC PATCH v2 21/35] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [RFC PATCH v2 22/35] ACPI: Check _STA present bit before making CPUs not present
` [RFC PATCH v2 23/35] ACPI: Warn when the present bit changes but the feature is not enabled
` [RFC PATCH v2 24/35] drivers: base: Implement weak arch_unregister_cpu()
` [RFC PATCH v2 25/35] LoongArch: Use the __weak version of arch_unregister_cpu()
` [RFC PATCH v2 26/35] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [RFC PATCH v2 27/35] ACPICA: Add new MADT GICC flags fields [code first?]
` [RFC PATCH v2 28/35] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
` [RFC PATCH v2 29/35] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [RFC PATCH v2 30/35] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [RFC PATCH v2 31/35] arm64: psci: Ignore DENIED CPUs
` [RFC PATCH v2 32/35] ACPI: add support to register CPUs based on the _STA enabled bit
` [RFC PATCH v2 33/35] arm64: document virtual CPU hotplug's expectations
` [RFC PATCH v2 34/35] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [RFC PATCH v2 35/35] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH v3 00/11] gpiolib: work towards removing gpiochip_find()
 2023-09-15 15:03 UTC  (12+ messages)
` [PATCH v3 01/11] gpiolib: make gpio_device_get() and gpio_device_put() public
` [PATCH v3 02/11] gpiolib: add support for scope-based management to gpio_device
` [PATCH v3 03/11] gpiolib: provide gpio_device_find()
` [PATCH v3 04/11] gpiolib: provide gpio_device_find_by_label()
` [PATCH v3 05/11] gpiolib: provide gpio_device_get_desc()
` [PATCH v3 06/11] gpiolib: reluctantly provide gpio_device_get_chip()
` [PATCH v3 07/11] gpiolib: replace find_chip_by_name() with gpio_device_find_by_label()
` [PATCH v3 08/11] gpio: of: replace gpiochip_find_* with gpio_device_find_*
` [PATCH v3 09/11] gpio: acpi: replace gpiochip_find() with gpio_device_find()
` [PATCH v3 10/11] gpio: swnode: replace gpiochip_find() with gpio_device_find_by_label()
` [PATCH v3 11/11] gpio: sysfs: drop the mention of gpiochip_find() from sysfs code

[PATCH v2 00/11] gpiolib: work towards removing gpiochip_find()
 2023-09-15  9:44 UTC  (22+ messages)
` [PATCH v2 02/11] gpiolib: add support for scope-based management to gpio_device
` [PATCH v2 04/11] gpiolib: provide gpio_device_find_by_label()
` [PATCH v2 05/11] gpiolib: provide gpio_device_get_desc()
` [PATCH v2 06/11] gpiolib: reluctantly provide gpio_device_get_chip()
` [PATCH v2 07/11] gpiolib: replace find_chip_by_name() with gpio_device_find_by_label()
` [PATCH v2 08/11] gpio: of: replace gpiochip_find_* with gpio_device_find_*
` [PATCH v2 09/11] gpio: acpi: replace gpiochip_find() with gpio_device_find()
` [PATCH v2 10/11] gpio: swnode: replace gpiochip_find() with gpio_device_find_by_label()
` [PATCH v2 11/11] gpio: sysfs: drop the mention of gpiochip_find() from sysfs code

[rafael-pm:bleeding-edge] BUILD SUCCESS 77717cab92056218f16b9fa41af5363b9411f4d6
 2023-09-15  8:05 UTC 

[PATCH] mailbox: pcc: export the PCC subspace type
 2023-09-15  7:04 UTC  (3+ messages)

[PATCH v6] cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timer
 2023-09-15  3:39 UTC  (2+ messages)

[PATCH] ACPI: OSI: refactor deprecated strncpy
 2023-09-15  3:16 UTC  (2+ messages)

[PATCH V4] acpi: trigger wakeup key event from power button
 2023-09-15  2:12 UTC  (4+ messages)

[PATCH v1] ACPI: processor_pdc: Fix uninitialized access of buf
 2023-09-14 22:25 UTC 

[PATCH v5] driver core: platform: set numa_node before platform_add_device()
 2023-09-14 21:31 UTC 

[PATCH v4] driver core: platform: set numa_node before platform_add_device()
 2023-09-14 19:29 UTC  (2+ messages)

[PATCH v5] cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timer
 2023-09-14 18:13 UTC  (6+ messages)

[PATCH RFC v2] cpu-hotplug: provide prototypes for arch CPU registration
 2023-09-14 14:51 UTC 

[PATCH RFC] cpu-hotplug: provide prototypes for arch CPU registration, [PATCH] cpu-hotplug: provide prototypes for arch CPU registration
 2023-09-14 14:47 UTC 

[Patch v2 0/2] Add support for _TFP and change throttle pctg
 2023-09-14  4:39 UTC  (6+ messages)
` [Patch v2 1/2] ACPI: thermal: Add Thermal fast Sampling Period (_TFP) support
` [Patch v2 2/2] ACPI: processor: reduce CPUFREQ thermal reduction pctg for Tegra241

[PATCH v2] driver core: platform: set numa_node before platform_add_device()
 2023-09-14  4:00 UTC  (3+ messages)

[PATCH v3] driver core: platform: set numa_node before platform_add_device()
 2023-09-13 16:44 UTC  (2+ messages)

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-09-13 15:28 UTC  (8+ messages)
` [RFC PATCH 30/32] KVM: arm64: Pass PSCI calls to userspace

[PATCH] driver core: platform: set numa_node before platform_add_device()
 2023-09-13 15:14 UTC  (5+ messages)

[PATCH 1/2] ACPI: resource: Consolidate IRQ trigger-type override DMI tables
 2023-09-13 11:19 UTC  (2+ messages)
` [PATCH 2/2] ACPI: resource: Drop .ident values from dmi_system_id tables

[rafael-pm:bleeding-edge] BUILD SUCCESS e7c8ca758515814f08cd2e1cbb718d16264f99a1
 2023-09-13  3:34 UTC 

[PATCH] driver core: platform: set numa_node before platform_add_device()
 2023-09-13  3:02 UTC  (2+ messages)

[PATCH V6 1/7] x86: Drop CPU_SUP_INTEL from SCHED_MC_PRIO for the expansion
 2023-09-13  1:34 UTC  (2+ messages)

[PATCH V3] acpi: trigger wakeup key event from power button
 2023-09-13  0:20 UTC  (3+ messages)

[PATCH v4 0/2] CXL: Apply SRAT defined PXM to entire CFMWS window
 2023-09-12 21:13 UTC  (3+ messages)
` [PATCH v4 2/2] ACPI: NUMA: Apply SRAT proximity domain "

[PATCH v1 0/9] ACPI: thermal: Removal of redundant data and cleanup
 2023-09-12 18:47 UTC  (10+ messages)
` [PATCH v1 1/9] ACPI: thermal: Simplify initialization of critical and hot trips
` [PATCH v1 2/9] ACPI: thermal: Fold acpi_thermal_get_info() into its caller
` [PATCH v1 3/9] ACPI: thermal: Determine the number of trip points earlier
` [PATCH v1 4/9] ACPI: thermal: Create and populate trip points table earlier
` [PATCH v1 5/9] ACPI: thermal: Simplify critical and hot trips representation
` [PATCH v1 6/9] ACPI: thermal: Untangle initialization and updates of the passive trip
` [PATCH v1 7/9] ACPI: thermal: Untangle initialization and updates of active trips
` [PATCH v1 8/9] ACPI: thermal: Drop redundant trip point flags
` [PATCH v1 9/9] ACPI: thermal: Drop valid flag from struct acpi_thermal_trip

[PATCH v4 0/3] CXL, ACPI, APEI, EINJ: Update EINJ for CXL 1.1 error types
 2023-09-12 16:33 UTC  (10+ messages)
` [PATCH v4 1/3] CXL, PCIE: Add cxl_rcrb_addr file to dport_dev
` [PATCH v4 2/3] ACPI, APEI, EINJ: Add CXL 1.1 EINJ error type support
` [PATCH v4 3/3] ACPI, APEI, EINJ: Update EINJ documentation

[PATCH] acpi: trigger wakeup key event from power button
 2023-09-12 12:53 UTC  (5+ messages)

[PATCH] ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA
 2023-09-12 10:08 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox