linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-27 10:48:39 to 2023-02-03 13:56:42 UTC [more...]

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-02-03 13:50 UTC  (20+ messages)
` [RFC PATCH 01/32] ia64: Fix build error due to switch case label appearing next to declaration
` [RFC PATCH 02/32] ACPI: Move ACPI_HOTPLUG_CPU to be enabled per architecture
` [RFC PATCH 03/32] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [RFC PATCH 04/32] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [RFC PATCH 05/32] drivers: base: Move cpu_dev_init() after node_dev_init()
` [RFC PATCH 06/32] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [RFC PATCH 07/32] ia64/topology: Switch over to GENERIC_CPU_DEVICES
` [RFC PATCH 08/32] x86/topology: "
` [RFC PATCH 09/32] LoongArch: "
` [RFC PATCH 10/32] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [RFC PATCH 11/32] ACPI: processor: Add support for processors described as container packages
` [RFC PATCH 12/32] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [RFC PATCH 13/32] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [RFC PATCH 14/32] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [RFC PATCH 15/32] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [RFC PATCH 16/32] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [RFC PATCH 17/32] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [RFC PATCH 20/32] drivers: base: Implement weak arch_unregister_cpu()
` [RFC PATCH 27/32] arm64: psci: Ignore DENIED CPUs

[PATCH] tree-wide: trivial: s/ a SPI/ an SPI/
 2023-02-03 12:30 UTC  (4+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS WITH WARNING dcb17d36bed40f2ab07d6ffb318a5277b6c3378d
 2023-02-03 12:09 UTC 

kismet: WARNING: unmet direct dependencies detected for IDLE_INJECT when selected by INTEL_POWERCLAMP
 2023-02-03 10:47 UTC 

[PATCH v2 00/11] fw_devlink improvements
 2023-02-03  9:39 UTC  (53+ messages)
` [PATCH v2 01/11] driver core: fw_devlink: Don't purge child fwnode's consumer links
` [PATCH v2 03/11] soc: renesas: Move away from using OF_POPULATED for fw_devlink
` [PATCH v2 04/11] gpiolib: Clear the gpio_device's fwnode initialized flag before adding
` [PATCH v2 05/11] driver core: fw_devlink: Add DL_FLAG_CYCLE support to device links
` [PATCH v2 06/11] driver core: fw_devlink: Allow marking a fwnode link as being part of a cycle
` [PATCH v2 08/11] driver core: fw_devlink: Make cycle detection more robust
` [PATCH v2 09/11] of: property: Simplify of_link_to_phandle()
` [PATCH v2 10/11] irqchip/irq-imx-gpcv2: Mark fwnode device as not initialized
` [PATCH v2 11/11] firmware: arm_scmi: Set fwnode for the scmi_device

[PATCH 1/3] acpi/processor: fix evaluating _PDC method when running as Xen dom0
 2023-02-03  7:05 UTC  (3+ messages)

[PATCH] ACPI: Make custom_method use per-open state
 2023-02-03  6:42 UTC  (8+ messages)

[PATCH v3 0/8] ACPI _CRS CSI-2 and MIPI DisCo for Imaging support
 2023-02-02 20:57 UTC  (16+ messages)
` [PATCH v3 1/8] ACPI: property: Parse data node string references in properties
` [PATCH v3 2/8] ACPI: property: Parse _CRS CSI-2 descriptor
` [PATCH v3 4/8] ACPI: property: Generate camera swnodes for ACPI and DisCo for Imaging

[rafael-pm:bleeding-edge 173/175] drivers/thermal/intel/intel_powerclamp.c:422:6: warning: variable 'update' is used uninitialized whenever 'if' condition is false
 2023-02-02 19:48 UTC 

[rafael-pm:bleeding-edge 163/175] drivers/thermal/intel/intel_pch_thermal.c:321:14: warning: variable 'nr_trips' is uninitialized when used here
 2023-02-02 19:28 UTC 

[PATCH] ACPI / Documentation: update ACPI customize method feature doc
 2023-02-02 15:27 UTC 

[PATCH] ACPI: video: Fix Lenovo Ideapad Z570 DMI match
 2023-02-02 12:44 UTC 

[PATCH v1] thermal: ACPI: Make helpers retrieve temperature only
 2023-02-02 11:44 UTC  (3+ messages)

[PATCH] ACPICA: PCI: Undefined ACPI_ADR_SPACE_PCI_CONFIG when CONFIG_PCI is unset
 2023-02-02  9:31 UTC  (2+ messages)

[PATCH] ACPI/IORT: Increase allocation size up to sizeof(struct acpi_iort_node)
 2023-02-01 16:15 UTC  (2+ messages)

[PATCH v1 0/8] thermal: intel: intel_pch: Code simplification and cleanups
 2023-02-01  9:30 UTC  (26+ messages)
` [PATCH v1 1/8] thermal: intel: intel_pch: Make pch_wpt_add_acpi_psv_trip() return int
` [PATCH v1 2/8] thermal: intel: intel_pch: Eliminate redundant return pointers
` [PATCH v1 3/8] thermal: intel: intel_pch: Rename device operations callbacks
` [PATCH v1 4/8] thermal: intel: intel_pch: Eliminate device operations object
` [PATCH v1 5/8] thermal: intel: intel_pch: Fold two functions into their callers
` [PATCH v1 6/8] thermal: intel: intel_pch: Fold suspend and resume routines "
` [PATCH v1 7/8] thermal: intel: intel_pch: Rename board ID symbols
` [PATCH v1 8/8] thermal: intel: intel_pch: Refer to thermal zone name directly

[PATCH v2 0/4] thermal: intel: int340x: Assorted cleanups
 2023-02-01  9:09 UTC  (9+ messages)
` [PATCH v2 1/4] thermal: intel: int340x: Assorted minor cleanups
` [PATCH v2 2/4] thermal: intel: int340x: Rename variable in int340x_thermal_zone_add()
` [PATCH v2 3/4] thermal: intel: int340x: Drop pointless cast to unsigned long
` [PATCH v2 4/4] thermal: intel: int340x: Improve int340x_thermal_set_trip_temp()

ACPI BIOS bug breaks wake from sleep
 2023-02-01  7:23 UTC  (3+ messages)

ACPICA: Replace fake flexible arrays with flexible array members
 2023-01-31 23:40 UTC 

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-01-31 16:28 UTC  (6+ messages)
` [PATCH 09/35] Documentation: firmware-guide/acpi: correct spelling
` (subset) [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)

[PATCH AUTOSEL 6.1 12/20] ACPI: video: Add backlight=native DMI quirk for HP Pavilion g6-1d80nr
 2023-01-31 14:59 UTC 

[PATCH] ACPI: cpufreq: use a platform device to load ACPI PPC and PCC drivers
 2023-01-31 13:00 UTC 

[PATCH 00/24] Add basic ACPI support for RISC-V
 2023-01-31  9:11 UTC  (30+ messages)
` [PATCH 01/24] riscv: move sbi_init() earlier before jump_label_init()
` [PATCH 02/24] ACPICA: MADT: Add RISC-V INTC interrupt controller
` [PATCH 03/24] ACPICA: Add structure definitions for RISC-V RHCT
` [PATCH 04/24] RISC-V: ACPI: Add empty headers to enable ACPI core
` [PATCH 05/24] RISC-V: ACPI: Add basic functions to build "
` [PATCH 06/24] RISC-V: ACPI: Add PCI "
` [PATCH 07/24] RISC-V: ACPI: Enable ACPI build infrastructure
` [PATCH 08/24] ACPI: Enable ACPI_PROCESSOR for RISC-V
` [PATCH 09/24] ACPI: OSL: Make should_use_kmap() 0 "
` [PATCH 10/24] ACPI: processor_core: RISC-V: Enable mapping processor to the hartid
` [PATCH 11/24] RISC-V: ACPI: irqchip/riscv-intc: Add ACPI support
` [PATCH 12/24] RISC-V: ACPI: smpboot: Create wrapper smp_setup()
` [PATCH 13/24] RISC-V: ACPI: smpboot: Add ACPI support in smp_setup()
` [PATCH 14/24] RISC-V: ACPI: smpboot: Add function to retrieve the hartid
` [PATCH 15/24] clocksource/timer-riscv: Refactor riscv_timer_init_dt()
` [PATCH 16/24] RISC-V: ACPI: clocksource/timer-riscv: Add ACPI support
` [PATCH 17/24] ACPI: RISC-V: drivers/acpi: Add RHCT related code
` [PATCH 18/24] RISC-V: ACPI: time.c: Add ACPI support for time_init()
` [PATCH 19/24] RISC-V: ACPI: cpufeature: Add ACPI support in riscv_fill_hwcap()
` [PATCH 20/24] RISC-V: ACPI: cpu: Enable cpuinfo for ACPI systems
` [PATCH 21/24] RISC-V: ACPI: Add ACPI initialization in setup_arch()
` [PATCH 22/24] RISC-V: ACPI: Enable ACPI in defconfig
` [PATCH 23/24] MAINTAINERS: Add entry for drivers/acpi/riscv
` [PATCH 24/24] Documentation/kernel-parameters.txt: Add RISC-V for ACPI parameter

[rafael-pm:bleeding-edge] BUILD SUCCESS 80ca19df0fe5cc0906c8731f63dbf2c31a9caf6b
 2023-01-31  8:21 UTC 

[PATCH v2] ACPI: Drop the custom_method debugfs interface
 2023-01-31  5:31 UTC  (2+ messages)

[PATCH] ACPI: APEI: EINJ: Limit error type to 32-bit width
 2023-01-31  1:57 UTC  (5+ messages)

[PATCH v3 0/8] arm64/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
 2023-01-31  1:25 UTC  (5+ messages)
` [PATCH v3 1/8] ftrace: Add DYNAMIC_FTRACE_WITH_CALL_OPS

[PATCH v9 0/9] Register Type-C mode-switch in DP bridge endpoints
 2023-01-30 23:10 UTC  (2+ messages)

[PATCH v3 RESEND] acpi,pci: warn about duplicate IRQ routing entries returned from _PRT
 2023-01-30 19:36 UTC  (5+ messages)

[PATCH v2] ACPI: PMIC: Add comments with DSDT power opregion field names
 2023-01-30 15:48 UTC  (2+ messages)

[PATCH v2 0/2] ACPI: battery: Fix various string handling issues
 2023-01-30 15:45 UTC  (4+ messages)

[PATCH v1 1/2] ACPI: processor: perflib: Use the "no limit" frequency QoS
 2023-01-30 15:23 UTC  (7+ messages)
` [PATCH v2 1/3] "

[rafael-pm:bleeding-edge] BUILD SUCCESS 628c61874ffd18b2ac7596523a60d3a4b3a0e567
 2023-01-28 20:11 UTC 

[RFC] ACPI: PCC: Support shared interrupt for multiple subspaces
 2023-01-28  1:49 UTC  (6+ messages)
` [RFC-V3 0/2] mailbox: pcc: Support platform notification for type4 and shared interrupt

[GIT PULL] Thermal control fixes for v6.2-rc6
 2023-01-27 21:14 UTC  (2+ messages)

[GIT PULL] ACPI fixes for v6.2-rc6
 2023-01-27 21:14 UTC  (2+ messages)

[PATCH v7 0/8] cxl: Process event logs
 2023-01-27 19:45 UTC  (4+ messages)
` [PATCH v7 1/8] cxl/mem: Read, trace, and clear events on driver load

[PATCH v2] ACPICA: Replace fake flexible arrays with flexible array members
 2023-01-27 19:51 UTC  (4+ messages)

[PATCH] ACPICA: Replace fake flexible arrays with flexible array members
 2023-01-27 18:52 UTC  (7+ 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).