public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-07 06:03:42 to 2024-11-14 21:58:25 UTC [more...]

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

[RFC PATCH v2 0/6] acpi/hmat / cxl: Add exclusive caching enumeration and RAS support
 2024-11-14 15:52 UTC  (10+ 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
` [RFC PATCH v2 5/5] cxl: Add mce notifier to emit aliased address for extended linear cache

[PATCH v3] acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl
 2024-11-14 15:42 UTC  (4+ messages)

[PATCH] ACPI/IORT: Add PMCG platform information for HiSilicon HIP09A
 2024-11-14 14:55 UTC  (2+ messages)

[PATCH v15 00/15] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-11-14 13:32 UTC  (22+ messages)
` [PATCH v15 01/15] EDAC: Add support for EDAC device features control
` [PATCH v15 02/15] EDAC: Add scrub control feature
` [PATCH v15 04/15] cxl: Add Get Supported Features command for kernel usage
` [PATCH v15 09/15] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v15 11/15] EDAC: Add memory repair control feature
` [PATCH v15 14/15] cxl/memfeature: Add CXL memory device memory sparing "

[PATCH v2] ACPI: thermal: Support for linking devices associated with the thermal zone
 2024-11-14 11:53 UTC  (4+ messages)

[rafael-pm:bleeding-edge 447/448] drivers/thermal/testing/zone.c:333 tt_zone_add_trip() error: uninitialized symbol 'tt_zone'
 2024-11-14 11:40 UTC  (2+ messages)

[PATCH v3 2/5] i3c: master: Add ACPI support to i3c subsystem
 2024-11-14 11:04 UTC  (8+ messages)

[PATCH 0/3] Support for autonomous selection in cppc_cpufreq
 2024-11-14  8:48 UTC  (4+ messages)
` [PATCH 1/3] ACPI: CPPC: Refactor register get and set ABIs
` [PATCH 2/3] ACPI: CPPC: Add autonomous selection ABIs
` [PATCH 3/3] cpufreq: CPPC: Support for autonomous selection in cppc_cpufreq

[PATCH v7 2/2] PCI: Rename pci_dev->untrusted to pci_dev->untrusted_dma
 2024-11-14  7:27 UTC  (6+ messages)
` [PATCH 0/2] PCI/ACPI: Support Microsoft's "DmaProperty"
  ` [PATCH 1/2] "
  ` [PATCH 2/2] PCI: Rename pci_dev->untrusted to pci_dev->untrusted_dma

[PATCHv2] PCI/ACPI: _DSM PRESERVE_BOOT_CONFIG function rev id doesn't match with spec
 2024-11-14  3:04 UTC 

[PATCH v4 00/12] Initial support for SMMUv3 nested translation
 2024-11-14  0:51 UTC  (22+ messages)
` [PATCH v4 05/12] iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info

[rafael-pm:bleeding-edge] BUILD SUCCESS d1bf954af846f66ac2ea07b2457b4a089a009c08
 2024-11-13 22:07 UTC 

[PATCH v16 00/14] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-11-13 18:27 UTC  (15+ messages)
` [PATCH v16 01/14] EDAC: Add support for EDAC device features control
` [PATCH v16 02/14] EDAC: Add scrub control feature
` [PATCH v16 03/14] EDAC: Add ECS "
` [PATCH v16 04/14] cxl: Add Get Supported Features command for kernel usage
` [PATCH v16 05/14] cxl/mbox: Add GET_FEATURE mailbox command
` [PATCH v16 06/14] cxl/mbox: Add SET_FEATURE "
` [PATCH v16 07/14] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH v16 08/14] cxl/memfeature: Add CXL memory device ECS "
` [PATCH v16 09/14] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v16 10/14] ras: mem: Add memory "
` [PATCH v16 11/14] EDAC: Add memory repair control feature
` [PATCH v16 12/14] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH v16 13/14] cxl/memfeature: Add CXL memory device soft PPR control feature
` [PATCH v16 14/14] cxl/memfeature: Add CXL memory device memory sparing "

[syzbot] [acpi?] [nvdimm?] KASAN: vmalloc-out-of-bounds Read in acpi_nfit_ctl (2)
 2024-11-13 12:27 UTC  (5+ messages)

[PATCH] ACPI: video: force native for Apple MacbookPro11,2 and Air7,2
 2024-11-13 12:03 UTC  (2+ messages)

[PATCH] ACPI: CPPC: Fix cpc register setting issue
 2024-11-13 12:03 UTC  (2+ messages)

[PATCH v2] acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl
 2024-11-13  9:06 UTC  (5+ messages)

[PATCH] ACPI: CPPC: fix bug that causes the value written in cpc register to be wrong
 2024-11-13  7:23 UTC  (3+ messages)

[PATCH v6 0/3] memory,x86,acpi: hotplug memory alignment advisement
 2024-11-13  4:14 UTC  (10+ messages)
` [PATCH v6 1/3] memory: implement memory_block_advise/probe_max_size
` [PATCH v6 2/3] x86: probe memory block size advisement value during mm init
` [PATCH v6 3/3] acpi,srat: give memory block size advice based on CFMWS alignment

[PATCH] ACPI: thermal: Support for linking devices associated with the thermal zone
 2024-11-13  1:25 UTC  (3+ messages)

[PATCH] acpi: Switch back to struct platform_driver::remove()
 2024-11-12 20:31 UTC  (2+ messages)

[PATCH] ACPI: x86: Make UART skip quirks work on PCI UARTs without an UID
 2024-11-12 20:27 UTC  (2+ messages)

[PATCH] ACPI: x86: Add adev NULL check to acpi_quirk_skip_serdev_enumeration()
 2024-11-12 20:27 UTC  (2+ messages)

[PATCH] acpi/arm64: remove unnecessary cast
 2024-11-12 16:10 UTC  (4+ messages)

[rafael-pm:fixes] BUILD SUCCESS 0cbce45d61394ec2d9df35f5a26be3ec849c658d
 2024-11-12  4:45 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS 8639cc442593c027abc496d3b5ca961ddb886e86
 2024-11-12  4:44 UTC 

[PATCH v4 00/18] platform/chrome: Add DT USB/DP muxing/topology support
 2024-11-12  2:16 UTC  (12+ messages)
` [PATCH v4 15/18] dt-bindings: usb: Add ports to google,cros-ec-typec for DP altmode

[PATCH] acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl
 2024-11-11 15:36 UTC  (3+ messages)

Adding I2C devices to the SMBus (PIIX4) via the ACPI SSDT overlay method
 2024-11-11 12:48 UTC  (10+ messages)

[GIT PULL] ACPI fix for v6.12-rc7
 2024-11-08 23:25 UTC  (2+ messages)

[PATCH v5 00/20] Add support for binding ACPI platform profile to multiple drivers
 2024-11-08 19:44 UTC  (36+ messages)
` [PATCH v5 02/20] platform/x86/dell: dell-pc: Create platform device
` [PATCH v5 08/20] ACPI: platform_profile: Create class for ACPI platform profile
` [PATCH v5 09/20] ACPI: platform_profile: Unregister class and sysfs group on module unload
` [PATCH v5 10/20] ACPI: platform_profile: Add name attribute to class interface
` [PATCH v5 11/20] ACPI: platform_profile: Add choices attribute for "
` [PATCH v5 12/20] ACPI: platform_profile: Add profile "
` [PATCH v5 13/20] ACPI: platform_profile: Notify change events on register and unregister
` [PATCH v5 14/20] ACPI: platform_profile: Only show profiles common for all handlers
` [PATCH v5 15/20] ACPI: platform_profile: Add concept of a "custom" profile
` [PATCH v5 16/20] ACPI: platform_profile: Make sure all profile handlers agree on profile
` [PATCH v5 17/20] ACPI: platform_profile: Check all profile handler to calculate next
` [PATCH v5 18/20] ACPI: platform_profile: Allow multiple handlers
` [PATCH v5 19/20] platform/x86/amd: pmf: Drop all quirks
` [PATCH v5 20/20] Documentation: Add documentation about class interface for platform profiles

[PATCH v7 00/27] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-11-08 17:27 UTC  (3+ messages)
` [PATCH v7 02/27] ACPI/CDAT: Add CDAT/DSMAS shared and read only flag values

[PATCH] acpi/arm64: Adjust error handling procedure in gtdt_parse_timer_block()
 2024-11-08 16:49 UTC  (5+ messages)

[rafael-pm:fixes] BUILD SUCCESS a29097701020f7e05bd9060f66886e2f7ff2af51
 2024-11-08  2:34 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS c0c640fc78059c1f471f0441f791ab4e73ccb369
 2024-11-08  0:37 UTC 


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