linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-24 07:54:20 to 2024-10-31 00:21:04 UTC [more...]

[PATCH v4 00/12] Initial support for SMMUv3 nested translation
 2024-10-31  0:20 UTC  (2+ messages)
` [PATCH v4 02/12] ACPICA: IORT: Update for revision E.f

[PATCH v3 0/9] Initial support for SMMUv3 nested translation
 2024-10-30 23:59 UTC  (18+ messages)
` [PATCH v3 5/9] iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info
` [PATCH v3 6/9] iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENT
` [PATCH v3 7/9] iommu/arm-smmu-v3: Expose the arm_smmu_attach interface
` [PATCH v3 8/9] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED
` [PATCH v3 9/9] iommu/arm-smmu-v3: Use S2FWB for NESTED domains

[RFC PATCH 0/6] acpi/hmat / cxl: Add exclusive caching enumeration and RAS support
 2024-10-30 23:37 UTC  (21+ messages)
` [RFC PATCH 2/6] acpi: numa: Add support to enumerate and store extended linear address mode
` [RFC PATCH 3/6] acpi/hmat / cxl: Add extended linear cache support for CXL
` [RFC PATCH 4/6] acpi/hmat: Add helper functions to provide extended linear cache translation
` [RFC PATCH 5/6] cxl: Add extended linear cache address alias emission for cxl events
` [RFC PATCH 6/6] cxl: Add mce notifier to emit aliased address for extended linear cache

[PATCH v1 1/1] ACPI: battery: Check for error code from devm_mutex_init() call
 2024-10-30 18:29 UTC  (4+ messages)

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

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

[rafael-pm:bleeding-edge] BUILD SUCCESS be5bc7b9002a3a52de6c4699e3c99d4f6d232c67
 2024-10-30 15:21 UTC 

[PATCH 1/2] [v3] acpi: processor_perflib: extend X86 dependency
 2024-10-30 15:14 UTC  (4+ messages)
` [PATCH 2/2] [v3] acpi: allow building without CONFIG_HAS_IOPORT

[PATCH v5 00/27] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-10-30 14:48 UTC  (3+ messages)
` [PATCH v5 02/27] ACPI/CDAT: Add CDAT/DSMAS shared and read only flag values

[PATCH v2 00/15] Add support for binding ACPI platform profile to multiple drivers
 2024-10-30 14:08 UTC  (31+ messages)
` [PATCH v2 01/15] ACPI: platform-profile: Add a name member to handlers
` [PATCH v2 02/15] platform/surface: aggregator: Add platform handler pointer to device
` [PATCH v2 03/15] ACPI: platform_profile: Add platform handler argument to platform_profile_remove()
` [PATCH v2 04/15] ACPI: platform_profile: Add a list to platform profile handler
` [PATCH v2 05/15] ACPI: platform_profile: Move sanity check out of the mutex
` [PATCH v2 06/15] ACPI: platform_profile: Use guard(mutex) for register/unregister
` [PATCH v2 07/15] ACPI: platform_profile: Only remove group when no more handler registered
` [PATCH v2 08/15] ACPI: platform_profile: Require handlers to support balanced profile
` [PATCH v2 09/15] ACPI: platform_profile: Notify change events on register and unregister
` [PATCH v2 10/15] ACPI: platform_profile: Only show profiles common for all handlers
` [PATCH v2 11/15] ACPI: platform_profile: Set profile for all registered handlers
` [PATCH v2 12/15] ACPI: platform_profile: Make sure all profile handlers agree on profile
` [PATCH v2 13/15] ACPI: platform_profile: Check all profile handler to calculate next
` [PATCH v2 14/15] ACPI: platform_profile: Allow multiple handlers
` [PATCH v2 15/15] platform/x86/amd: pmf: Drop all quirks

[PATCH] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on action required events
 2024-10-30 14:08 UTC  (12+ messages)
` [PATCH v14 3/3] ACPI: APEI: handle synchronous exceptions in task work
` [PATCH v15 0/3] ACPI: APEI: handle synchronous errors "
` [PATCH v15 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [PATCH v15 2/3] mm: memory-failure: move return value documentation to function declaration
` [PATCH v15 3/3] ACPI: APEI: handle synchronous exceptions in task work

[PATCH v2 1/3] acpi: make EC support compile-time conditional
 2024-10-30 12:40 UTC  (4+ messages)

[PATCHv4, REBASED 0/4] x86: Reduce code duplication on page table initialization
 2024-10-30 11:47 UTC  (4+ messages)
` [PATCHv4, REBASED 1/4] x86/mm/ident_map: Fix virtual address wrap to zero

[PATCH v4] ACPI: GTDT: Tighten the check for the array of platform timer structures
 2024-10-30  9:49 UTC  (4+ messages)

[rafael-pm:fixes] BUILD SUCCESS c58e12abb31c51ef657e1d048682070212062106
 2024-10-30  2:09 UTC 

[PATCH v4 00/18] platform/chrome: Add DT USB/DP muxing/topology support
 2024-10-29 20:15 UTC  (10+ messages)
` [PATCH v4 13/18] dt-bindings: usb-switch: Extend for DisplayPort altmode
` [PATCH v4 15/18] dt-bindings: usb: Add ports to google,cros-ec-typec for DP altmode

[PATCH 0/8] Add support for binding ACPI platform profile to multiple drivers
 2024-10-29 19:10 UTC  (34+ messages)
` [PATCH 1/8] ACPI: platform-profile: Add a name member to handlers
` [PATCH 2/8] platform/surface: aggregator: Add platform handler pointer to device
` [PATCH 3/8] ACPI: platform_profile: Add platform handler argument to platform_profile_remove()
` [PATCH 4/8] ACPI: platform_profile: Add a list to platform profile handler
` [PATCH 5/8] ACPI: platform_profile: Use guard(mutex) for register/unregister
` [PATCH 6/8] ACPI: platform_profile: Only remove group when no more handler registered
` [PATCH 7/8] ACPI: platform_profile: Add support for multiple handlers
` [PATCH 8/8] platform/x86/amd: pmf: Drop all quirks

[PATCH] ACPI: processor: Move arch_init_invariance_cppc() call later
 2024-10-29 17:49 UTC 

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

[rafael-pm:bleeding-edge] BUILD SUCCESS 60048d341beb5aaeeae5a39fd520bcc6030f80ea
 2024-10-29 12:32 UTC 

[PATCH v2] ACPI: CPPC: Make rmw_lock a raw_spin_lock
 2024-10-29 12:03 UTC  (2+ messages)

[PATCH] ACPI: CPPC: Make rmw_lock a raw_spin_lock
 2024-10-29  0:32 UTC  (3+ messages)

[PATCH] ACPI: thermal: Use strscpy instead of strcpy
 2024-10-27  8:28 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS 2b3b38c2c5409c57da4e4899070053ddbc88e51b
 2024-10-26 15:16 UTC 

[GIT PULL] ACPI updates for v6.12-rc5
 2024-10-25 18:10 UTC  (2+ messages)

[GIT PULL] Power management fixes for v6.12-rc5
 2024-10-25 18:10 UTC  (2+ messages)

[PATCH] acpi: zero-initialize acpi_object union structure
 2024-10-25 17:29 UTC  (4+ messages)

[PATCH v4 0/5] x86 Heterogeneous design identification
 2024-10-25 17:14 UTC  (6+ messages)
` [PATCH v4 1/5] x86/cpufeatures: Rename X86_FEATURE_FAST_CPPC to have AMD prefix
` [PATCH v4 2/5] x86/cpufeatures: Add feature bits for AMD heterogeneous processor
` [PATCH v4 3/5] x86/cpu: Enable SD_ASYM_PACKING for PKG Domain on AMD Processors
` [PATCH v4 4/5] x86/cpu: Add CPU type to struct cpuinfo_topology
` [PATCH v4 5/5] x86/amd: Use heterogeneous core topology for identifying boost numerator

[PATCH v3 0/5] x86 Heterogeneous design identification
 2024-10-25 17:03 UTC  (8+ messages)
` [PATCH v3 4/5] x86/cpu: Add CPU type to struct cpuinfo_topology
` [PATCH v3 5/5] x86/amd: Use heterogeneous core topology for identifying boost numerator

[rafael-pm:fixes] BUILD SUCCESS 0bb2cdfc8e286443621aa323ac01c9fe1f0069e8
 2024-10-25  8:27 UTC 

[PATCH][next] ACPI: pfr_telemetry: remove redundant error check on ret
 2024-10-24 15:43 UTC  (2+ messages)

[PATCH v3] cpufreq/cppc: fix perf_to_khz/khz_to_perf conversion exception
 2024-10-24 15:38 UTC  (2+ messages)

[PATCH] ACPI: PRM: Clean Up guid type in struct prm_handler_info
 2024-10-24 15:33 UTC  (3+ messages)

[PATCH 7/8] ACPI: APEI: EINJ: Enable EINJv2 error injections
 2024-10-24  8:33 UTC  (2+ 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).