linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-12 13:20:56 to 2023-06-21 05:50:37 UTC [more...]

[PATCH V4 0/8] Support Wifi RFI interference mitigation feature
 2023-06-21  5:46 UTC  (7+ messages)
` [PATCH V4 1/8] drivers/acpi: Add support for Wifi band RF mitigations
` [PATCH V4 2/8] cfg80211: expose nl80211_chan_width_to_mhz for wide sharing
` [PATCH V4 3/8] wifi: mac80211: Add support for ACPI WBRF
` [PATCH V4 4/8] drm/amd/pm: update driver_if and ppsmc headers for coming wbrf feature
` [PATCH V4 5/8] drm/amd/pm: setup the framework to support Wifi RFI mitigation feature
` [PATCH V4 6/8] drm/amd/pm: add flood detection for wbrf events

[PATCH v3 0/3] Enable amd-pstate active mode by default
 2023-06-21  4:25 UTC  (6+ messages)
` [PATCH v3 1/3] ACPI: CPPC: Add definition for undefined FADT preferred PM profile value
` [PATCH v3 2/3] cpufreq: amd-pstate: Set a fallback policy based on preferred_profile
` [PATCH v3 3/3] cpufreq: amd-pstate: Add a kernel config option to set default mode

[PATCH v4 0/4] Add support for Vendor Defined Error Types in Einj Module
 2023-06-21  3:51 UTC  (5+ messages)
` [PATCH v4 1/4] ACPI: APEI: EINJ: Refactor available_error_type_show()
` [PATCH v4 2/4] fs: debugfs: Add write functionality to debugfs blobs
` [PATCH v4 3/4] platform/chrome: cros_ec_debugfs: Fix permissions for panicinfo
` [PATCH v4 4/4] ACPI: APEI: EINJ: Add support for vendor defined error types

[PATCH V3 0/7] Support Wifi RFI interference mitigation feature
 2023-06-21  1:26 UTC  (21+ messages)
` [PATCH V3 1/7] drivers/acpi: Add support for Wifi band RF mitigations
` [PATCH V3 2/7] wifi: mac80211: Add support for ACPI WBRF
` [PATCH V3 3/7] drm/amd/pm: update driver_if and ppsmc headers for coming wbrf feature
` [PATCH V3 4/7] drm/amd/pm: setup the framework to support Wifi RFI mitigation feature
` [PATCH V3 5/7] drm/amd/pm: add flood detection for wbrf events
` [PATCH V3 6/7] drm/amd/pm: enable Wifi RFI mitigation feature support for SMU13.0.0
` [PATCH V3 7/7] drm/amd/pm: enable Wifi RFI mitigation feature support for SMU13.0.7

[GIT PULL] ACPI fix for v6.4-rc8
 2023-06-20 22:53 UTC  (2+ messages)

[PATCH] ACPI: video: Add backlight=native DMI quirk for Dell Studio 1569
 2023-06-20 18:45 UTC 

[PATCH v1 1/2] ACPI: platform: Ignore SMB0001 only when it has resources
 2023-06-20 16:35 UTC  (2+ messages)
` [PATCH v1 2/2] ACPI: platform: Move SMB0001 HID to the header and reuse

[PATCH v4] PCI: Call _REG when transitioning D-states
 2023-06-20 14:04 UTC 

[PATCH 0/3] mm: use memmap_on_memory semantics for dax/kmem
 2023-06-20 13:14 UTC  (11+ messages)
` [PATCH 1/3] mm/memory_hotplug: Allow an override for the memmap_on_memory param
` [PATCH 2/3] mm/memory_hotplug: Export symbol mhp_supports_memmap_on_memory()
` [PATCH 3/3] dax/kmem: Always enroll hotplugged memory for memmap_on_memory

[PATCH -next] x86/acpi: Remove unused extern declaration acpi_copy_wakeup_routine()
 2023-06-20  9:45 UTC 

[PATCH 0/3 v2] Update ACPI documentation for Arm systems
 2023-06-20  6:51 UTC  (5+ messages)
` [PATCH 1/3 v2] Documentation/arm64: Update ARM and arch reference

[PATCH] ACPI: APEI: mark some functions __init
 2023-06-20  3:58 UTC  (3+ messages)

[PATCH v3 00/10] Consolidate the probe_device path
 2023-06-19 19:03 UTC  (2+ messages)

[PATCH v3 0/3] device property: Introduce device_is_compatible()
 2023-06-19 10:51 UTC  (10+ messages)
` [PATCH v3 1/3] ACPI: Move ACPI_DEVICE_CLASS() to mod_devicetable.h
` [PATCH v3 2/3] device property: Implement device_is_compatible()
` [PATCH v3 3/3] ata: ahci_platform: Make code agnostic to OF/ACPI

[PATCH v4 0/4] acpi: Add CDAT parsing support to ACPI tables code
 2023-06-19  7:40 UTC  (6+ messages)
` [PATCH v4 1/4] acpi: Move common tables helper functions to common lib
` [PATCH v4 2/4] lib/firmware_table: tables: Add CDAT table parsing support
` [PATCH v4 3/4] acpi: fix misnamed define for CDAT DSMAS
` [PATCH v4 4/4] acpi: Add defines for CDAT SSLBIS

[rafael-pm:bleeding-edge] BUILD SUCCESS ffad264a7f15f9bfaad50621b3657e72193c79ee
 2023-06-17  6:12 UTC 

[PATCH v3 0/6] acpi: numa: add target support for generic port to HMAT parsing
 2023-06-16 17:58 UTC  (8+ messages)
` [PATCH v3 1/6] acpi: numa: Create enum for memory_target access coordinates indexing
` [PATCH v3 2/6] ACPICA: Add a define for size of acpi_srat_generic_affinity DeviceHandle
` [PATCH v3 3/6] acpi: numa: Add genport target allocation to the HMAT parsing
` [PATCH v3 4/6] acpi: Break out nesting for hmat_parse_locality()
` [PATCH v3 5/6] acpi: numa: Add setting of generic port system locality attributes
` [PATCH v3 6/6] acpi: numa: Add helper function to retrieve the performance attributes

[PATCH v5 00/10] Remove .notify callback in acpi_device_ops
 2023-06-16 16:50 UTC  (11+ messages)
` [PATCH v5 01/10] acpi/bus: Introduce wrappers for ACPICA event handler install/remove
` [PATCH v5 02/10] acpi/bus: Set driver_data to NULL every time .add() fails
` [PATCH v5 03/10] acpi/ac: Move handler installing logic to driver
` [PATCH v5 04/10] acpi/video: "
` [PATCH v5 05/10] acpi/battery: "
` [PATCH v5 06/10] acpi/hed: "
` [PATCH v5 07/10] acpi/nfit: Move acpi_nfit_notify() before acpi_nfit_add()
` [PATCH v5 08/10] acpi/nfit: Improve terminator line in acpi_nfit_ids
` [PATCH v5 09/10] acpi/nfit: Move handler installing logic to driver
` [PATCH v5 10/10] acpi/thermal: "

[PATCH 2/3] acpi/processor: sanitize _PDC buffer bits when running as Xen dom0
 2023-06-16 14:39 UTC  (5+ messages)

[PATCH v7 0/9] fix fwnode_irq_get[_byname()] returnvalue
 2023-06-16 11:45 UTC  (5+ messages)

[PATCH v6 0/2] Support Nvidia BlueField-3 GPIO driver and pin controller
 2023-06-16  9:09 UTC  (3+ messages)
` [PATCH v6 1/2] gpio: mlxbf3: Add gpio driver support

[RESEND PATCH v7 0/2] ACPI: APEI: handle synchronous exceptions with proper si_code
 2023-06-16  7:15 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS c183fe143e1d8bc5742f2c7b2650b979e1b59337
 2023-06-16  3:18 UTC 

[PATCH v2 0/2] CXL: Apply SRAT defined PXM to entire CFMWS window
 2023-06-15 15:44 UTC  (14+ messages)
` [PATCH v2 1/2] x86/numa: Introduce numa_fill_memblks()
` [PATCH v2 2/2] ACPI: NUMA: Apply SRAT proximity domain to entire CFMWS window

[PATCH v2] base/node / acpi: Change 'node_hmem_attrs' to 'access_coordinates'
 2023-06-15 11:24 UTC  (4+ messages)

[PATCH] LoongArch: Add SMT (Simultaneous Multi-Threading) support
 2023-06-15  2:31 UTC  (3+ messages)

[RFC] ACPI: PCC: Support shared interrupt for multiple subspaces
 2023-06-15  1:58 UTC  (6+ messages)
` [PATCH v4 0/2] mailbox: pcc: Support platform notification for type4 and shared interrupt
  ` [PATCH v4 1/2] mailbox: pcc: Add support for platform notification handling
  ` [PATCH v4 2/2] mailbox: pcc: Support shared interrupt for multiple subspaces

[PATCH] ACPICA: Fix missing check for return value of acpi_ns_get_attached_object()
 2023-06-14 16:40 UTC  (2+ messages)

[PATCH v2] ACPI: sleep: Avoid breaking S3 wakeup due to might_sleep()
 2023-06-14 15:29 UTC 

[PATCH v1] ACPI: sleep: Avoid breaking S3 wakeup due to might_sleep()
 2023-06-14 14:15 UTC  (3+ messages)

[PATCH V5 0/6] coresight: etm4x: Migrate ACPI AMBA devices to platform driver
 2023-06-14 12:52 UTC  (5+ messages)
` [PATCH V5 6/6] coresight: etm4x: Add ACPI support in "

[REGRESSION] Asus X541UAK hangs on suspend and poweroff (v6.1.6 onward)
 2023-06-14  8:53 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 569f57f6b2dcc8be30eb8714be89b1692e84ece6
 2023-06-14  4:36 UTC 

[RFC PATCH v3 0/3] Add support for Vendor Defined Error Types in Einj Module
 2023-06-13 22:35 UTC  (10+ messages)
` [RFC PATCH v3 1/3] ACPI: APEI: EINJ: Refactor available_error_type_show()
` [RFC PATCH v3 2/3] fs: debugfs: Add write functionality to debugfs blobs
` [RFC PATCH v3 3/3] ACPI: APEI: EINJ: Add support for vendor defined error types

[PATCH v2 0/3] device property: Introduce device_is_compatible()
 2023-06-13 19:23 UTC  (18+ messages)
` [PATCH v2 1/3] ACPI: Move ACPI_DEVICE_CLASS() to mod_devicetable.h
` [PATCH v2 2/3] device property: Implement device_is_compatible()
` [PATCH v2 3/3] ata: ahci_platform: Make code agnostic to OF/ACPI

[PATCH v2] platform/x86/dell/dell-rbtn: Fix resources leaking on error path
 2023-06-13 16:40 UTC  (6+ messages)

[PATCH v3 0/5] Prefer using _OSC method over deprecated _PDC
 2023-06-13 16:10 UTC  (6+ messages)
` [PATCH v3 1/5] acpi: Move logic responsible for conveying processor OSPM capabilities
` [PATCH v3 2/5] acpi: Refactor arch_acpi_set_pdc_bits()
` [PATCH v3 3/5] acpi: Introduce new function callback for _OSC
` [PATCH v3 4/5] acpi: Use _OSC method to convey processor OSPM capabilities
` [PATCH v3 5/5] acpi: Remove acpi_hwp_native_thermal_lvt_osc()

[PATCH 4/4] cpufreq: intel_pstate: Use the acpi_pm_profile_server() symbol
 2023-06-13 10:09 UTC  (2+ messages)

[PATCH v1] platform/x86/dell/dell-rbtn: Fix resources leaking on error path
 2023-06-13  9:57 UTC  (7+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 594c2fe7f2180a1b012a18019e363b9786e7975e
 2023-06-13  9:47 UTC 

[PATCH v3 0/4] acpi: Add CDAT parsing support to ACPI tables code
 2023-06-12 20:47 UTC  (8+ messages)
` [PATCH v3 1/4] acpi: Move common tables helper functions to common lib

[REGRESSION][BISECTED] Boot stall from merge tag 'net-next-6.2'
 2023-06-12 19:50 UTC  (5+ messages)

[PATCH v4 1/4] include/linux/suspend.h: Only show pm_pr_dbg messages at suspend/resume
 2023-06-12 17:58 UTC  (4+ messages)
` [PATCH v4 2/4] ACPI: x86: Add pm_debug_messages for LPS0 _DSM state tracking

[PATCH v2] apei/ghes: correctly return NULL for ghes_get_devices()
 2023-06-12 17:33 UTC  (4+ messages)

[PATCH] ACPI: FFH: Drop the inclusion of linux/arm-smccc.h
 2023-06-12 17:29 UTC  (2+ messages)

[PATCH] ACPI: acpi_pad: mark Zhaoxin CPUs NONSTOP TSC correctly
 2023-06-12 17:26 UTC  (2+ messages)

[PATCH] ACPI: APEI: mark bert_disable as __initdata
 2023-06-12 17:24 UTC  (2+ messages)

[PATCH v2] ACPI: EC: Clear GPE on interrupt handling only
 2023-06-12 17:21 UTC  (2+ messages)

[PATCH v3] PCI: Call _REG when transitioning D-states
 2023-06-12 17:17 UTC  (2+ messages)

[PATCH] ACPI: video: Stop trying to use vendor backlight control on laptops from after ~2012
 2023-06-12 17:03 UTC  (2+ messages)

[PATCH v1] ACPI: reboot: Increase the delay to avoid racing after writing to ACPI RESET_REG on AMD Milan platforms
 2023-06-12 16:57 UTC  (4+ messages)

[PATCH v1 0/3] device property: Introduce device_is_compatible()
 2023-06-12 13:20 UTC  (3+ messages)
` [PATCH v1 3/3] ata: ahci_platform: Make code agnostic to OF/ACPI


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).