public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-21 22:59:48 to 2024-12-04 22:48:38 UTC [more...]

[PATCH 0/4] acpi/hmat / cxl: Add exclusive caching enumeration and RAS support
 2024-12-04 22:46 UTC  (5+ messages)
` [PATCH 1/4] acpi: numa: Add support to enumerate and store extended linear address mode
` [PATCH 2/4] acpi/hmat / cxl: Add extended linear cache support for CXL
` [PATCH 3/4] cxl: Add extended linear cache address alias emission for cxl events
` [PATCH 4/4] cxl: Add mce notifier to emit aliased address for extended linear cache

[RFC/RFT][PATCH v0.1] ACPI: OSL: Use usleep_range() in acpi_os_sleep()
 2024-12-04 21:41 UTC  (6+ messages)

[PATCH] ACPI/HMAT: Move HMAT messages to pr_debug()
 2024-12-04 20:55 UTC  (7+ messages)

[PATCH AUTOSEL 5.15 3/6] PCI: Detect and trust built-in Thunderbolt chips
 2024-12-04 16:01 UTC 

[PATCH AUTOSEL 6.1 3/6] PCI: Detect and trust built-in Thunderbolt chips
 2024-12-04 16:01 UTC 

[PATCH AUTOSEL 6.6 07/12] PCI: Detect and trust built-in Thunderbolt chips
 2024-12-04 16:01 UTC 

[PATCH AUTOSEL 6.11 07/13] PCI: Detect and trust built-in Thunderbolt chips
 2024-12-04 16:00 UTC 

[PATCH AUTOSEL 6.12 07/15] PCI: Detect and trust built-in Thunderbolt chips
 2024-12-04 15:59 UTC 

[PATCH AUTOSEL 6.11 33/33] mailbox: pcc: Check before sending MCTP PCC response ACK
 2024-12-04 15:47 UTC 

[PATCH AUTOSEL 6.12 36/36] mailbox: pcc: Check before sending MCTP PCC response ACK
 2024-12-04 15:45 UTC 

[PATCH v9 00/22] Add support for binding ACPI platform profile to multiple drivers
 2024-12-04 13:41 UTC  (25+ messages)
` [PATCH v9 01/22] ACPI: platform-profile: Add a name member to handlers
` [PATCH v9 02/22] platform/x86/dell: dell-pc: Create platform device
` [PATCH v9 03/22] ACPI: platform_profile: Add device pointer into platform profile handler
` [PATCH v9 04/22] ACPI: platform_profile: Add platform handler argument to platform_profile_remove()
` [PATCH v9 05/22] ACPI: platform_profile: Pass the profile handler into platform_profile_notify()
` [PATCH v9 06/22] ACPI: platform_profile: Move sanity check out of the mutex
` [PATCH v9 07/22] ACPI: platform_profile: Move matching string for new profile out of mutex
` [PATCH v9 08/22] ACPI: platform_profile: Use guard(mutex) for register/unregister
` [PATCH v9 09/22] ACPI: platform_profile: Use `scoped_cond_guard`
` [PATCH v9 10/22] ACPI: platform_profile: Create class for ACPI platform profile
` [PATCH v9 11/22] ACPI: platform_profile: Add name attribute to class interface
` [PATCH v9 12/22] ACPI: platform_profile: Add choices attribute for "
` [PATCH v9 13/22] ACPI: platform_profile: Add profile "
` [PATCH v9 14/22] ACPI: platform_profile: Notify change events on register and unregister
` [PATCH v9 15/22] ACPI: platform_profile: Only show profiles common for all handlers
` [PATCH v9 16/22] ACPI: platform_profile: Add concept of a "custom" profile
` [PATCH v9 17/22] ACPI: platform_profile: Make sure all profile handlers agree on profile
` [PATCH v9 18/22] ACPI: platform_profile: Check all profile handler to calculate next
` [PATCH v9 19/22] ACPI: platform_profile: Notify class device from platform_profile_notify()
` [PATCH v9 20/22] ACPI: platform_profile: Allow multiple handlers
` [PATCH v9 21/22] platform/x86/amd: pmf: Drop all quirks
` [PATCH v9 22/22] Documentation: Add documentation about class interface for platform profiles

[PATCH v2 0/3] Support for autonomous selection in cppc_cpufreq
 2024-12-04  6:07 UTC  (5+ messages)
` [PATCH v2 1/3] ACPI: CPPC: Refactor register get and set ABIs
` [PATCH v2 2/3] ACPI: CPPC: Add autonomous selection ABIs
` [PATCH v2 3/3] cpufreq: CPPC: Support for autonomous selection in cppc_cpufreq

[PATCH 1/2] device property: do not leak child nodes when using NULL/error pointers
 2024-12-04  1:16 UTC  (14+ messages)
` [PATCH 2/2] device property: fix UAF in device_get_next_child_node()

[PATCH v4 15/18] dt-bindings: usb: Add ports to google,cros-ec-typec for DP altmode
 2024-12-03 23:50 UTC  (12+ messages)

[RFC PATCH v2 0/6] acpi/hmat / cxl: Add exclusive caching enumeration and RAS support
 2024-12-03 23:08 UTC  (11+ messages)
` [RFC PATCH v2 1/5] acpi: numa: Add support to enumerate and store extended linear address mode
` [RFC PATCH v2 2/5] acpi/hmat / cxl: Add extended linear cache support for CXL
` [RFC PATCH v2 3/5] acpi/hmat: Add helper functions to provide extended linear cache translation
` [RFC PATCH v2 4/5] cxl: Add extended linear cache address alias emission for cxl events

[PATCH v7 00/12] Add support for AMD hardware feedback interface
 2024-12-03 21:56 UTC  (23+ messages)
` [PATCH v7 01/12] Documentation: x86: Add AMD Hardware Feedback Interface documentation
` [PATCH v7 02/12] MAINTAINERS: Add maintainer entry for AMD Hardware Feedback Driver
` [PATCH v7 03/12] x86/msr-index: define AMD heterogeneous CPU related MSR
` [PATCH v7 04/12] platform/x86: hfi: Introduce AMD Hardware Feedback Interface Driver
` [PATCH v7 05/12] platform/x86: hfi: parse CPU core ranking data from shared memory
` [PATCH v7 06/12] platform/x86: hfi: init per-cpu scores for each class
` [PATCH v7 07/12] platform/x86: hfi: add online and offline callback support
` [PATCH v7 08/12] platform/x86: hfi: add power management callback
` [PATCH v7 09/12] x86/process: Clear hardware feedback history for AMD processors
` [PATCH v7 10/12] cpufreq/amd-pstate: Disable preferred cores on designs with workload classification
` [PATCH v7 11/12] platform/x86/amd: hfi: Set ITMT priority from ranking data
` [PATCH v7 12/12] platform/x86/amd: hfi: Add debugfs support

[PATCH 0/4] PCI: Constify 'struct bin_attribute'
 2024-12-03 21:32 UTC  (7+ messages)
` [PATCH 1/4] PCI/sysfs: "
` [PATCH 2/4] PCI/VPD: "
` [PATCH 3/4] PCI/P2PDMA: "
` [PATCH 4/4] PCI/ACPI: "

[PATCH v3 0/7] ACPI: scan: MIPI DisCo for Imaging support
 2024-12-03 19:44 UTC  (4+ messages)
` [PATCH v3 2/7] ACPI: scan: Extract CSI-2 connection graph from _CRS

[PATCH v6] acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl
 2024-12-03  9:18 UTC  (6+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 4d27d1319cc08e4c4ed497c97360eb6e1489eeb1
 2024-12-03  8:56 UTC 

[PATCH] ACPI: fan: cleanup resources in the error path of .probe()
 2024-12-03  3:30 UTC 

[PATCH 0/3] ACPI: Constify 'struct bin_attribute'
 2024-12-02 19:04 UTC  (4+ messages)
` [PATCH 1/3] ACPI: BGRT: Mark bin_attribute as __ro_after_init
` [PATCH 2/3] ACPI: BGRT: Constify 'struct bin_attribute'
` [PATCH 3/3] ACPI: sysfs: "

Thermal driver with safeguards
 2024-12-02 14:52 UTC 

[PATCH 5.10.y 0/1] Backport fix for CVE-2024-49935
 2024-12-02 12:11 UTC  (2+ messages)
` [PATCH 5.10.y 1/1] ACPI: PAD: fix crash in exit_round_robin()

[PATCH 1/1] ACPI: resource: Fix memory resource type union access
 2024-12-02 10:06 UTC 

[ANNOUNCE][CFP] Power Management and Scheduling in the Linux Kernel VII edition (OSPM-summit 2025)
 2024-12-02  9:55 UTC  (2+ messages)

[PATCH v17 0/3] ACPI: APEI: handle synchronous errors in task work
 2024-12-02  3:05 UTC  (4+ messages)
` [PATCH v17 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [PATCH v17 2/3] mm: memory-failure: move return value documentation to function declaration
` [PATCH v17 3/3] ACPI: APEI: handle synchronous exceptions in task work

[PATCH v8 00/22] Add support for binding ACPI platform profile to multiple drivers
 2024-12-01 17:20 UTC  (27+ messages)
` [PATCH v8 01/22] ACPI: platform-profile: Add a name member to handlers
` [PATCH v8 02/22] platform/x86/dell: dell-pc: Create platform device
` [PATCH v8 03/22] ACPI: platform_profile: Add device pointer into platform profile handler
` [PATCH v8 04/22] ACPI: platform_profile: Add platform handler argument to platform_profile_remove()
` [PATCH v8 05/22] ACPI: platform_profile: Pass the profile handler into platform_profile_notify()
` [PATCH v8 06/22] ACPI: platform_profile: Move sanity check out of the mutex
` [PATCH v8 07/22] ACPI: platform_profile: Move matching string for new profile out of mutex
` [PATCH v8 08/22] ACPI: platform_profile: Use guard(mutex) for register/unregister
` [PATCH v8 09/22] ACPI: platform_profile: Use `scoped_cond_guard`
` [PATCH v8 10/22] ACPI: platform_profile: Create class for ACPI platform profile
` [PATCH v8 11/22] ACPI: platform_profile: Add name attribute to class interface
` [PATCH v8 12/22] ACPI: platform_profile: Add choices attribute for "
` [PATCH v8 13/22] ACPI: platform_profile: Add profile "
` [PATCH v8 14/22] ACPI: platform_profile: Notify change events on register and unregister
` [PATCH v8 15/22] ACPI: platform_profile: Only show profiles common for all handlers
` [PATCH v8 16/22] ACPI: platform_profile: Add concept of a "custom" profile
` [PATCH v8 17/22] ACPI: platform_profile: Make sure all profile handlers agree on profile
` [PATCH v8 18/22] ACPI: platform_profile: Check all profile handler to calculate next
` [PATCH v8 19/22] ACPI: platform_profile: Notify class device from platform_profile_notify()
` [PATCH v8 20/22] ACPI: platform_profile: Allow multiple handlers
` [PATCH v8 21/22] platform/x86/amd: pmf: Drop all quirks
` [PATCH v8 22/22] Documentation: Add documentation about class interface for platform profiles

[PATCH v4 00/12] Initial support for SMMUv3 nested translation
 2024-11-29 15:06 UTC  (4+ messages)
` [PATCH v4 08/12] iommu/arm-smmu-v3: Support IOMMU_VIOMMU_ALLOC

[GIT PULL] More ACPI updates for v6.13-rc1
 2024-11-27 22:59 UTC  (2+ messages)

[PATCH v4 00/26] mm: introduce numa_memblks
 2024-11-27 19:32 UTC  (3+ messages)
` [PATCH v4 24/26] arch_numa: switch over to numa_memblks

[PATCH v5] PCI: Allow PCI bridges to go to D3Hot on all Devicetree based platforms
 2024-11-27  6:10 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS f99ee8b8d78b6740cbe8e964a4693253b0be06b2
 2024-11-27  1:05 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS 17243e3dd9a215fc88da50f7896f8e4cf4a23bc1
 2024-11-26 12:20 UTC 

[RFC PATCH v2 0/9] Use ERST for persistent storage of MCE and APEI errors
 2024-11-26  7:04 UTC  (5+ messages)

[PATCH v6 0/3] memory,x86,acpi: hotplug memory alignment advisement
 2024-11-25 22:35 UTC  (4+ messages)
` [PATCH v6 2/3] x86: probe memory block size advisement value during mm init

[PATCH AUTOSEL 6.6 3/3] ACPI: x86: Make UART skip quirks work on PCI UARTs without an UID
 2024-11-24 12:45 UTC 

[PATCH AUTOSEL 6.11 4/6] ACPI: x86: Make UART skip quirks work on PCI UARTs without an UID
 2024-11-24 12:45 UTC  (3+ messages)
` [PATCH AUTOSEL 6.11 5/6] ACPI: x86: Add adev NULL check to acpi_quirk_skip_serdev_enumeration()
` [PATCH AUTOSEL 6.11 6/6] ACPI: video: force native for Apple MacbookPro11,2 and Air7,2

[PATCH AUTOSEL 6.12 4/6] ACPI: x86: Make UART skip quirks work on PCI UARTs without an UID
 2024-11-24 12:45 UTC  (3+ messages)
` [PATCH AUTOSEL 6.12 5/6] ACPI: x86: Add adev NULL check to acpi_quirk_skip_serdev_enumeration()
` [PATCH AUTOSEL 6.12 6/6] ACPI: video: force native for Apple MacbookPro11,2 and Air7,2

[rafael-pm:bleeding-edge] BUILD SUCCESS db5d4c589ffa266d8897b3b342a4e0bebfb9eaec
 2024-11-23 11:13 UTC 

[GIT PULL] More power management updates for v6.13-rc1
 2024-11-23  4:10 UTC  (2+ messages)

[PATCH v4] ACPI: introduce acpi_arch_init
 2024-11-22 20:33 UTC  (2+ messages)

[PATCH 1/2] ACPI: x86: Add skip i2c clients quirk for Acer Iconia One 8 A1-840
 2024-11-22 20:13 UTC  (2+ messages)

[PATCH v17 00/18] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-11-22 18:04 UTC  (19+ messages)
` [PATCH v17 01/18] EDAC: Add support for EDAC device features control
` [PATCH v17 02/18] EDAC: Add scrub control feature
` [PATCH v17 03/18] EDAC: Add ECS "
` [PATCH v17 04/18] cxl: Refactor user ioctl command path from mds to mailbox
` [PATCH v17 05/18] cxl: Add Get Supported Features command for kernel usage
` [PATCH v17 06/18] cxl/mbox: Add GET_FEATURE mailbox command
` [PATCH v17 07/18] cxl: Add Get Feature command support for user submission
` [PATCH v17 08/18] cxl/mbox: Add SET_FEATURE mailbox command
` [PATCH v17 09/18] cxl: Add Set Feature command support for user submission
` [PATCH v17 10/18] cxl: Add UUIDs for the CXL RAS features
` [PATCH v17 11/18] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH v17 12/18] cxl/memfeature: Add CXL memory device ECS "
` [PATCH v17 13/18] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v17 14/18] ras: mem: Add memory "
` [PATCH v17 15/18] EDAC: Add memory repair control feature
` [PATCH v17 16/18] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH v17 17/18] cxl/memfeature: Add CXL memory device soft PPR control feature
` [PATCH v17 18/18] cxl/memfeature: Add CXL memory device memory sparing "

[PATCH v2 0/7] ipu6: get rid of all the IS_ENABLED(CONFIG_ACPI)
 2024-11-22  9:48 UTC  (8+ messages)
` [PATCH v2 1/7] media: ipu-bridge: Fix warning when !ACPI
` [PATCH v2 2/7] ACPI: bus: implement for_each_acpi_dev_match "
` [PATCH v2 3/7] ACPI: bus: implement acpi_get_physical_device_location "
` [PATCH v2 4/7] ACPI: header: implement acpi_device_handle "
` [PATCH v2 5/7] ACPI: bus: implement for_each_acpi_consumer_dev "
` [PATCH v2 6/7] ACPI: bus: implement acpi_device_hid "
` [PATCH v2 7/7] media: ipu-bridge: Remove unneeded conditional compilations

[PATCH] ACPICA: events/evxfregn: don't release the ContextMutex that was never acquired
 2024-11-22  8:29 UTC 


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