linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-18 11:17:44 to 2023-10-24 15:19:08 UTC [more...]

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

[PATCH V2] ACPI: APEI: Use ERST timeout for slow devices
 2023-10-24 14:32 UTC  (9+ messages)

[PATCH] ACPI: EC: Add quirk for HP 250 G7 Notebook PC
 2023-10-24 14:13 UTC 

[PATCH] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
 2023-10-24 14:07 UTC  (3+ messages)

[PATCH v3 0/5] irqchip/gic-v3: Enable non-coherent GIC designs probing
 2023-10-24 13:13 UTC  (10+ messages)
  ` [PATCH v3 3/5] irqchip/gic-v3-its: Split allocation from initialisation of its_node
  ` [PATCH v3 5/5] irqchip/gic-v3: Enable non-coherent redistributors/ITSes ACPI probing

[PATCH 0/2] Add and use new helper acpi_use_parent_companion
 2023-10-24 13:09 UTC  (9+ messages)
` [PATCH 1/2] ACPI: Add "
  ` [PATCH 2/2] i2c: i801: Use new "

[PATCH] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
 2023-10-24 12:02 UTC  (5+ messages)

[PATCH v3 0/6] Refine _UID references across kernel
 2023-10-24 11:00 UTC  (11+ messages)
` [PATCH v3 1/6] ACPI: utils: Introduce acpi_dev_uid_match() for matching _UID
` [PATCH v3 2/6] pinctrl: intel: use "
` [PATCH v3 3/6] ACPI: utils: "
` [PATCH v3 4/6] ACPI: x86: "
` [PATCH v3 5/6] hwmon: nct6775: use acpi_dev_hid_uid_match() for matching _HID and _UID
` [PATCH v3 6/6] perf: arm_cspmu: "

[PATCH v3 0/6] consolidate and cleanup CPU capacity
 2023-10-24  9:58 UTC  (14+ messages)
` [PATCH v3 1/6] topology: add a new arch_scale_freq_reference
` [PATCH v3 2/6] cpufreq: use the fixed and coherent frequency for scaling capacity
` [PATCH v3 3/6] cpufreq/schedutil: use a fixed reference frequency
` [PATCH v3 4/6] energy_model: "
` [PATCH v3 5/6] cpufreq/cppc: set the frequency used for computing the capacity
` [RFC v3 6/6] arm64/amu: use capacity_ref_freq to set AMU ratio

Wycena paneli fotowoltaicznych
 2023-10-24  8:15 UTC 

[PATCH 0/4] ACPI: sysfs: Fix some issues in create_of_modalias() and create_pnp_modalias()
 2023-10-24  7:09 UTC  (11+ messages)
` [PATCH 1/4] ACPI: sysfs: Fix the check for a potential string truncation
` [PATCH 2/4] ACPI: sysfs: Fix a potential out-of-bound write in create_of_modalias()
` [PATCH 3/4] ACPI: sysfs: Remove some useless trailing NULL writes
` [PATCH 4/4] ACPI: sysfs: Remove some dead code

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-10-23 20:01 UTC  (33+ messages)
` [RFC PATCH v2 05/35] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [RFC PATCH v2 11/35] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [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 20/35] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [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 29/35] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()

[PATCH v2 0/6] Refine _UID references across kernel
 2023-10-23 18:45 UTC  (12+ messages)
` [PATCH v2 1/6] ACPI: utils: Introduce acpi_dev_uid_match() for matching _UID
` [PATCH v2 2/6] pinctrl: intel: use "
` [PATCH v2 3/6] ACPI: utils: "
` [PATCH v2 4/6] ACPI: x86: "
` [PATCH v2 5/6] hwmon: nct6775: use acpi_dev_hid_uid_match() for matching _HID and _UID
` [PATCH v2 6/6] perf: arm_cspmu: "

[Patch v5 0/2] Add support for _TFP and change throttle pctg
 2023-10-23  8:53 UTC  (8+ messages)
` [Patch v5 1/2] ACPI: thermal: Add Thermal fast Sampling Period (_TFP) support
` [Patch v5 2/2] ACPI: processor: reduce CPUFREQ thermal reduction pctg for Tegra241

[PATCH] Install Notify() handler before getting NFIT table
 2023-10-22 10:53 UTC  (4+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS c55705c294a8e95b0453a868ea9c672a6919235b
 2023-10-22  8:39 UTC 

[PATCH v1 0/8] Refine _UID references across kernel
 2023-10-21  6:51 UTC  (23+ messages)
` [PATCH v1 1/8] ACPI: utils: Introduce acpi_dev_uid_match() for matching _UID
` [PATCH v1 2/8] pinctrl: intel: use "
` [PATCH v1 3/8] ACPI: sysfs: use acpi_device_uid() for fetching _UID
` [PATCH v1 4/8] ACPI: utils: use acpi_dev_uid_match() for matching _UID
` [PATCH v1 5/8] ACPI: x86: "
` [PATCH v1 6/8] perf: qcom: use acpi_device_uid() for fetching _UID
` [PATCH v1 7/8] hwmon: nct6775: use acpi_dev_hid_uid_match() for matching _HID and _UID
` [PATCH v1 8/8] perf: arm_cspmu: "

[GIT PULL] ACPI fixes for v6.6-rc7
 2023-10-20 21:07 UTC  (2+ messages)

[PATCH] PNP: replace deprecated strncpy with memcpy
 2023-10-20 17:51 UTC  (3+ messages)

[PATCH] ACPI: replace deprecated strncpy with strscpy
 2023-10-20 17:49 UTC  (3+ messages)

[PATCH] ACPI: Use the acpi_device_is_present() helper in more places
 2023-10-20 16:52 UTC  (3+ messages)

[PATCH v2 0/6] ACPI: scan: MIPI DiSco for Imaging support
 2023-10-20 14:40 UTC  (7+ messages)
` [PATCH v2 1/6] ACPI: property: Support using strings in reference properties
` [PATCH v2 2/6] ACPI: scan: Extract CSI-2 connection graph from _CRS
` [PATCH v2 3/6] ACPI: scan: Extract _CRS CSI-2 connection information into swnodes
` [PATCH v2 4/6] device property: Add SOFTWARE_NODE() macro for defining software nodes
` [PATCH v2 5/6] ACPI: scan: Extract MIPI DiSco for Imaging data into swnodes
` [PATCH v2 6/6] ACPI: property: Dig "rotation" property for devices with CSI2 _CRS

[PATCH v1 0/3] gpiolib: acpi: More fixes to the consolidation rework
 2023-10-20 11:50 UTC  (8+ messages)
` [PATCH v1 1/3] gpiolib: acpi: Add missing memset(0) to acpi_get_gpiod_from_data()
` [PATCH v1 2/3] gpiolib: Fix debug messaging in gpiod_find_and_request()
` [PATCH v1 3/3] gpiolib: Make debug messages in gpiod_find_by_fwnode() less confusing

[PATCH v3 1/2] amba: bus: balance firmware node reference counting
 2023-10-20 10:15 UTC  (5+ messages)

[PATCH v1 1/1] ACPI: NFIT: Switch to use acpi_evaluate_dsm_typed()
 2023-10-20  1:03 UTC  (5+ messages)

[PATCH v2 0/3] Replace acpi_driver with platform_driver
 2023-10-19 12:17 UTC  (5+ messages)
` [PATCH v2 1/3] ACPI: acpi_pad: "
` [PATCH v2 2/3] ACPI: acpi_pad: Use dev groups for sysfs
` [PATCH v2 3/3] ACPI: acpi_pad: Rename ACPI device from device to adev

[PATCH v1 0/6] iio: Introduce and use device_property_match_property_string()
 2023-10-19 12:05 UTC  (9+ messages)
` [PATCH v1 2/6] device property: Add fwnode_property_match_property_string()

[PATCH] ACPI: NFIT: Optimize nfit_mem_cmp() for efficiency
 2023-10-19  4:30 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/6] Replace acpi_driver with platform_driver
 2023-10-18 15:38 UTC  (4+ messages)
` [PATCH v2 5/6] ACPI: NFIT: "

[PATCH AUTOSEL 6.1 04/19] ACPI: EC: Add quirk for the HP Pavilion Gaming 15-dk1xxx
 2023-10-18 14:13 UTC 

[PATCH AUTOSEL 6.5 06/31] ACPI: EC: Add quirk for the HP Pavilion Gaming 15-dk1xxx
 2023-10-18 14:11 UTC  (2+ messages)
` [PATCH AUTOSEL 6.5 23/31] ACPI: resource: Add TongFang GM6BGEQ, GM6BG5Q and GM6BG0Q to irq1_edge_low_force_override[]

[PATCH v4 -next 0/4] RISC-V: ACPI improvements
 2023-10-18 13:05 UTC  (6+ messages)
` [PATCH v4 -next 1/4] RISC-V: ACPI: Enhance acpi_os_ioremap with MMIO remapping
` [PATCH v4 -next 2/4] RISC-V: ACPI: Update the return value of acpi_get_rhct()
` [PATCH v4 -next 3/4] RISC-V: ACPI: RHCT: Add function to get CBO block sizes
` [PATCH v4 -next 4/4] RISC-V: cacheflush: Initialize CBO variables on ACPI systems

[PATCH] ACPI: irq: Fix the incorrect return value in acpi_register_gsi()
 2023-10-18 11:31 UTC  (3+ messages)

[PATCH] ACPI: bus: Move acpi_arm_init() to the place of after acpi_ghes_init()
 2023-10-18 11:30 UTC  (3+ messages)

[PATCH] ACPI: Clean up errors in acpi.h
 2023-10-18 11:23 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 NNTP newsgroup(s).