Linux ACPI
 help / color / mirror / Atom feed
 messages from 2025-06-20 15:26:29 to 2025-06-26 10:15:24 UTC [more...]

[PATCH v1 0/9] PM: Reconcile different driver options for runtime PM integration with system sleep
 2025-06-26 10:15 UTC  (17+ messages)
` [PATCH v1 1/9] PM: Use true/false as power.needs_force_resume values
` [PATCH v1 0/9] PM: Check power.needs_force_resume in pm_runtime_force_suspend()
` [PATCH v1 3/9] PM: Make pm_runtime_force_resume() work with DPM_FLAG_SMART_SUSPEND
` [PATCH v1 4/9] PM: Move pm_runtime_force_suspend/resume() under CONFIG_PM_SLEEP
` [PATCH v1 5/9] PM: Move needs_force_resume "
` [PATCH v1 7/9] PM: sleep: Add strict_midlayer flag to struct dev_pm_info
` [PATCH v1 8/9] ACPI: PM: Set/clear power.strict_midlayer during attach/detach
` [PATCH v1 9/9] PCI: PM: Set power.strict_midlayer in pci_pm_init()

[PATCH v2 0/8] Cache coherency management subsystem
 2025-06-26  9:55 UTC  (18+ messages)
` [PATCH v2 1/8] memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
` [PATCH v2 2/8] generic: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v2 3/8] cache: coherency core registration and instance handling
` [PATCH v2 4/8] MAINTAINERS: Add Jonathan Cameron to drivers/cache
` [PATCH v2 5/8] arm64: Select GENERIC_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v2 6/8] cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent
` [RFC v2 7/8] acpi: PoC of Cache control via ACPI0019 and _DSM
` [PATCH v2 8/8] Hack: Pretend we have PSCI 1.2

[PATCH v3 0/4] Fix soc-button-array debounce
 2025-06-26  8:35 UTC  (7+ messages)
` [PATCH v3 1/4] gpiolib: acpi: Add a helper for programming debounce
` [PATCH v3 2/4] gpiolib: acpi: Program debounce when finding GPIO
` [PATCH v3 3/4] Input: Don't program hw debounce for soc_button_array devices
` [PATCH v3 4/4] Input: Don't send fake button presses to wake system

[PATCH v4 00/22] AMD MCA interrupts rework
 2025-06-26  8:03 UTC  (29+ messages)
` [PATCH v4 01/22] x86/mce: Don't remove sysfs if thresholding sysfs init fails
` [PATCH v4 02/22] x86/mce: Restore poll settings after storm subsides
` [PATCH v4 03/22] x86/mce/amd: Add default names for MCA banks and blocks
` [PATCH v4 04/22] x86/mce/amd: Fix threshold limit reset
` [PATCH v4 05/22] x86/mce/amd: Rename threshold restart function
` [PATCH v4 06/22] x86/mce/amd: Remove return value for mce_threshold_{create,remove}_device()
` [PATCH v4 07/22] x86/mce/amd: Remove smca_banks_map
` [PATCH v4 08/22] x86/mce/amd: Put list_head in threshold_bank
` [PATCH v4 09/22] x86/mce: Cleanup bank processing on init
` [PATCH v4 10/22] x86/mce: Remove __mcheck_cpu_init_early()
` [PATCH v4 11/22] x86/mce: Define BSP-only init
` [PATCH v4 12/22] x86/mce: Define BSP-only SMCA init
` [PATCH v4 13/22] x86/mce: Do 'UNKNOWN' vendor check early
` [PATCH v4 14/22] x86/mce: Separate global and per-CPU quirks
` [PATCH v4 15/22] x86/mce: Move machine_check_poll() status checks to helper functions
` [PATCH v4 16/22] x86/mce: Unify AMD THR handler with MCA Polling
` [PATCH v4 17/22] x86/mce: Unify AMD DFR "
` [PATCH v4 18/22] x86/mce/amd: Support SMCA Corrected Error Interrupt
` [PATCH v4 19/22] x86/mce/amd: Remove redundant reset_block()
` [PATCH v4 20/22] x86/mce/amd: Define threshold restart function for banks
` [PATCH v4 21/22] x86/mce: Handle AMD threshold interrupt storms
` [PATCH v4 22/22] x86/mce: Save and use APEI corrected threshold limit

[PATCH v1 1/1] ACPI: LPSS: Remove AudioDSP related ID
 2025-06-26  7:54 UTC  (2+ messages)

[PATCH] ACPI / sysfs: Replace deprecated and unsafe functions with sysfs_emit
 2025-06-26  3:33 UTC  (6+ messages)

[PATCH v4][for-next/hardening] acpi: nfit: intel: avoid multiple -Wflex-array-member-not-at-end warnings
 2025-06-26  1:03 UTC  (3+ messages)

[PATCH] driver core: faux: fix Undefined Behavior in faux_device_destroy()
 2025-06-26  0:55 UTC  (12+ messages)

Instability in ALL stable and LTS distro kernels (IRQ #16 being disabled, PCIe bus errors, ath10k_pci) in Dell Inspiron 5567
 2025-06-25 22:50 UTC  (3+ messages)

[PATCH v3][next] acpi: nfit: intel: avoid multiple -Wflex-array-member-not-at-end warnings
 2025-06-25 22:24 UTC  (8+ messages)

[PATCH][next] ACPI: APEI: EINJ: Fix check and iounmap of uninitialized pointer p
 2025-06-25 21:43 UTC  (5+ messages)

[PATCH next] ACPI: APEI: EINJ: prevent memory corruption in error_type_set()
 2025-06-25 21:21 UTC  (2+ messages)

[PATCH v2 0/3] Fix soc-button-array debounce
 2025-06-25 20:34 UTC  (10+ messages)
` [PATCH v2 1/3] gpiolib: acpi: Add a helper for programming debounce
` [PATCH v2 2/3] gpiolib: acpi: Program debounce when finding GPIO
` [PATCH v2 3/3] Input: soc_button_array: Only debounce cherryview and baytrail systems

[PATCH 0/2] Fix soc-button-array debounce
 2025-06-25 19:32 UTC  (20+ messages)
` [PATCH 1/2] gpiolib: acpi: Program debounce when finding GPIO
` [PATCH 2/2] Revert "Input: soc_button_array - debounce the buttons"

[PATCH v2 00/12] media: uvcvideo: Add support for orientation and rotation
 2025-06-25 18:56 UTC  (3+ messages)
` [PATCH v2 06/12] dt-bindings: usb: usb-device: Add "

[PATCH v2 next] ACPI: APEI: EINJ: prevent memory corruption in error_type_set()
 2025-06-25 18:40 UTC  (5+ messages)

[PATCH next] ACPI: APEI: EINJ: prevent memory corruption in error_type_set()
 2025-06-25 15:58 UTC  (2+ messages)

[bug report] ACPI: APEI: EINJ: Discover EINJv2 parameters
 2025-06-25 15:23 UTC 

[PATCH] driver core: faux: fix Undefined Behavior in faux_device_destroy()
 2025-06-25 15:21 UTC  (2+ messages)

[PATCH v8 0/9] rust: Add ACPI match table support for Rust drivers
 2025-06-25 14:08 UTC  (16+ messages)
` [PATCH v8 1/9] rust: device: implement FwNode::is_of_node()
` [PATCH v8 2/9] samples: rust: platform: don't call as_ref() repeatedly
` [PATCH v8 4/9] rust: acpi: add `acpi::DeviceId` abstraction
` [PATCH v8 5/9] rust: driver: Consolidate `Adapter::of_id_info` methods using `#[cfg]`
` [PATCH v8 6/9] rust: driver: Add ACPI id table support to Adapter trait
` [PATCH v8 7/9] rust: platform: Set `OF_ID_TABLE` default to `None` in `Driver` trait
` [PATCH v8 8/9] rust: platform: Add ACPI match table support to "
` [PATCH v8 9/9] samples: rust: add ACPI match table example to platform driver

[PATCH v6 0/6] rust: Add ACPI match table support for Rust drivers
 2025-06-25  9:27 UTC  (7+ messages)
` [PATCH v6 6/6] samples: rust: add ACPI match table example to platform driver

For sale
 2025-06-25  1:43 UTC 

[PATCH][next] ACPI: APEI: EINJ: Fix less than zero comparison on a size_t variable
 2025-06-24 21:10 UTC  (2+ messages)

[rafael-pm:fixes] BUILD SUCCESS 3516b6fb15377f4c3bc8c6d422e96cc1fcf4267a
 2025-06-24 20:56 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS 214e5f60b0342a6bea4a3e761883c3f154b31bd9
 2025-06-24 20:55 UTC 

[PATCH] ACPI / sysfs: Replace deprecated strcpy() with sysfs_emit
 2025-06-24 14:21 UTC 

[PATCH v1 0/5] ACPI: proc: A few cleanups
 2025-06-24 14:04 UTC  (2+ messages)

[PATCH v4 10/11] drm/xe/vrsr: Enable VRSR
 2025-06-24 11:45 UTC  (2+ messages)
` [v4,10/11] "

[PATCH v1 1/1] i2c: acpi: Replace custom code with device_match_acpi_handle()
 2025-06-24 11:13 UTC  (7+ messages)

[PATCH v4 09/11] drm/xe/pm: D3Cold target state
 2025-06-24 11:10 UTC  (2+ messages)
` [v4,09/11] "

[PATCH v4 06/11] drm/xe/vrsr: Initialize VRSR feature
 2025-06-24 10:28 UTC  (2+ messages)
` [v4,06/11] "

[PATCH AUTOSEL 5.4 6/7] ACPICA: Refuse to evaluate a method if arguments are missing
 2025-06-24  4:13 UTC 

[PATCH AUTOSEL 5.10 7/8] ACPICA: Refuse to evaluate a method if arguments are missing
 2025-06-24  4:13 UTC 

[PATCH AUTOSEL 5.15 09/11] ACPICA: Refuse to evaluate a method if arguments are missing
 2025-06-24  4:12 UTC 

[PATCH AUTOSEL 6.1 13/15] ACPICA: Refuse to evaluate a method if arguments are missing
 2025-06-24  4:12 UTC 

[PATCH AUTOSEL 6.6 16/18] ACPICA: Refuse to evaluate a method if arguments are missing
 2025-06-24  4:12 UTC 

[PATCH AUTOSEL 6.12 17/19] ACPICA: Refuse to evaluate a method if arguments are missing
 2025-06-24  4:11 UTC 

[PATCH AUTOSEL 6.15 18/20] ACPICA: Refuse to evaluate a method if arguments are missing
 2025-06-24  4:11 UTC 

[PATCH] Revert "PCI/ACPI: Fix allocated memory release on error in pci_acpi_scan_root()"
 2025-06-23 20:16 UTC  (3+ messages)

[PATCH 0/3 v4] Make ELOG and GHES log and trace consistently
 2025-06-23 14:54 UTC  (4+ messages)
` [PATCH 1/3 v4] ACPI: extlog: Trace CPER Non-standard Section Body
` [PATCH 2/3 v4] ACPI: extlog: Trace CPER PCI Express Error Section
` [PATCH 3/3 v4] ACPI: extlog: Trace CPER CXL Protocol "

[PATCH 0/4] ACPI / PPTT: Add helpers to fill cpumask from PPTT
 2025-06-23 13:22 UTC  (10+ messages)
` [PATCH 1/4] ACPI / PPTT: Add a helper to fill a cpumask from a processor container
` [PATCH 2/4] ACPI / PPTT: Stop acpi_count_levels() expecting callers to clear levels
` [PATCH 3/4] ACPI / PPTT: Find cache level by cache-id
` [PATCH 4/4] ACPI / PPTT: Add a helper to fill a cpumask from a cache_id

[GIT PULL] ACPI fix for v6.16-rc3
 2025-06-22 10:53 UTC  (4+ messages)

[PATCH v3 00/28] lan966x pci device: Add support for SFPs
 2025-06-21 21:08 UTC  (3+ messages)
` [PATCH v3 19/28] clk: lan966x: Add MCHP_LAN966X_PCI dependency

[PATCH v3 0/5] Fix issues with ARM Processor CPER records
 2025-06-21  8:15 UTC  (5+ messages)

[PATCH] ACPI: fan: Replace sprintf/scnprintf with sysfs_emit in show functions
 2025-06-21  5:52 UTC 

[PATCH] ACPI: FAN: Update fps count debug print
 2025-06-21  5:17 UTC 


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