Linux-ACPI Archive mirror
 help / color / mirror / Atom feed
[PATCH] x86/acpi: Fix LAPIC/x2APIC parsing order
 2024-12-11  5:40 UTC  (4+ messages)

[PATCH v1] ACPI: OSL: Use usleep_range() in acpi_os_sleep()
 2024-12-11  4:14 UTC  (2+ messages)

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

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

[PATCH 0/2] Make ELOG log and trace consistently with GHES
 2024-12-11  1:51 UTC  (5+ messages)
` [PATCH 2/2] ACPI: extlog: Trace CPER PCI Express Error Section

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

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

[RFC PATCH] mm/mempolicy: Weighted interleave auto-tuning
 2024-12-10 21:54 UTC 

[PATCHv2] PCI/ACPI: _DSM PRESERVE_BOOT_CONFIG function rev id doesn't match with spec
 2024-12-10 21:17 UTC  (5+ messages)

[PATCH v2 0/7] ipu6: get rid of all the IS_ENABLED(CONFIG_ACPI)
 2024-12-10 19:55 UTC  (4+ messages)
` [PATCH v2 3/7] ACPI: bus: implement acpi_get_physical_device_location when !ACPI

[PATCH 0/4] drivers: base: Don't match device with NULL of_node/fwnode/etc + tests
 2024-12-10 19:13 UTC  (5+ messages)
` [PATCH 1/4] drivers: base: Don't match devices with NULL of_node/fwnode/etc
` [PATCH 2/4] drivers: base: test: Enable device model tests with KUNIT_ALL_TESTS
` [PATCH 3/4] drivers: base: test: Drop "devm" from platform-device-test names
` [PATCH 4/4] drivers: base: test: Add ...find_device_by...(... NULL) tests

[PATCH v5 0/4] power: supply: extension API
 2024-12-10 18:52 UTC  (10+ messages)
` [PATCH v5 1/4] ACPI: battery: Rename extensions to hook in messages
` [PATCH v5 2/4] power: supply: core: implement extension API
` [PATCH v5 3/4] power: supply: test-power: implement a power supply extension
` [PATCH v5 4/4] power: supply: cros_charge-control: "

[PATCH 0/3] ACPI: Constify 'struct bin_attribute'
 2024-12-10 18:36 UTC  (5+ 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: "

[PATCH 0/4] PCI: Constify 'struct bin_attribute'
 2024-12-10 18:23 UTC  (8+ messages)
` [PATCH 1/4] PCI/sysfs: "
` [PATCH 2/4] PCI/VPD: "
` [PATCH 3/4] PCI/P2PDMA: "
` [PATCH 4/4] PCI/ACPI: "

[PATCH] ACPICA: events/evxfregn: don't release the ContextMutex that was never acquired
 2024-12-10 18:22 UTC  (2+ messages)

[PATCH v2 0/3] Support for autonomous selection in cppc_cpufreq
 2024-12-10 18:14 UTC  (4+ messages)
` [PATCH v2 1/3] ACPI: CPPC: Refactor register get and set ABIs

[PATCH] acpi: Fix hed module initialization order when it is built-in
 2024-12-10 17:59 UTC  (2+ messages)

[PATCH 1/1] acpi_driver: add CONFIG_ACPI_KERN_DEBUG config to enable KERN_DEBUG
 2024-12-10 17:53 UTC  (2+ messages)

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

[rafael-pm:bleeding-edge] BUILD SUCCESS 093574affcb4e253b810c3de273c05ae25d4f26c
 2024-12-10 14:34 UTC 

[PATCH 0/3] Support for autonomous selection in cppc_cpufreq
 2024-12-10  7:20 UTC  (9+ messages)
` [PATCH 1/3] ACPI: CPPC: Refactor register get and set ABIs
` [PATCH 3/3] cpufreq: CPPC: Support for autonomous selection in cppc_cpufreq

[PATCH 1/1] ACPI: resource: Fix memory resource type union access
 2024-12-09 20:31 UTC  (2+ messages)

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

[PATCH 0/4] acpi/hmat / cxl: Add exclusive caching enumeration and RAS support
 2024-12-09 16:24 UTC  (7+ 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

[PATCH v17 00/18] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-12-09 14:28 UTC  (4+ messages)
` [PATCH v17 05/18] cxl: Add Get Supported Features command for kernel usage

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

[PATCH v2 0/9] Enable EINJv2 support
 2024-12-06 21:02 UTC  (14+ messages)
` [PATCH v2 1/9] ACPICA: Update values to hex to follow ACPI specs
` [PATCH v2 2/9] ACPICA: Add EINJv2 get error type action
` [PATCH v2 3/9] ACPI: APEI: EINJ: Fix kernel test robot sparse warning
` [PATCH v2 4/9] ACPI: APEI: EINJ: Remove redundant calls to einj_get_available_error_type
` [PATCH v2 5/9] ACPI: APEI: EINJ: Enable the discovery of EINJv2 capabilities
` [PATCH v2 6/9] ACPI: APEI: EINJ: Add einjv2 extension struct
` [PATCH v2 7/9] ACPI: APEI: EINJ: Add debugfs files for EINJv2 support
` [PATCH v2 8/9] ACPI: APEI: EINJ: Enable EINJv2 error injections
` [PATCH v2 9/9] ACPI: APEI: EINJ: Update the documentation for EINJv2 support

[PATCH v4 0/3] Parse the HEST PCIe AER and set to relevant registers
 2024-12-05 11:40 UTC  (4+ messages)
` [PATCH v4 1/3] ACPI/APEI: Add hest_parse_pcie_aer()
` [PATCH v4 2/3] PCI: Add AER bits #defines for PCIe to PCI/PCI-X Bridge
` [PATCH v4 3/3] PCI/ACPI: Add pci_acpi_program_hest_aer_params()

[rafael-pm:bleeding-edge] BUILD SUCCESS 4e13aaa70332423fef1f18034070e35dd7faad04
 2024-12-06  0:30 UTC 

[PATCH v2 2/4] acpi/cppc: extract _cpc entry parsing logic
 2024-12-05 22:08 UTC  (3+ messages)
  ` [PATCH v2 3/4] xen/cppc: get xen-required cppc perf caps data
  ` [PATCH v2 4/4] xen/cppc: introduce cppc data upload sub-hypercall

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

[PATCH v2] ACPI/IORT: Add PMCG platform information for HiSilicon HIP09A
 2024-12-05 18:24 UTC  (2+ messages)

[PATCH v9 00/22] Add support for binding ACPI platform profile to multiple drivers
 2024-12-05 15:35 UTC  (25+ messages)
` [PATCH v9 10/22] ACPI: platform_profile: Create class for ACPI platform profile
` [PATCH v9 13/22] ACPI: platform_profile: Add profile attribute for class interface
` [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

[RFC/RFT][PATCH v0.1] ACPI: OSL: Use usleep_range() in acpi_os_sleep()
 2024-12-05 10:56 UTC  (7+ messages)

[PATCH v7 00/12] Add support for AMD hardware feedback interface
 2024-12-05  9:09 UTC  (16+ messages)
` [PATCH v7 01/12] Documentation: x86: Add AMD Hardware Feedback Interface documentation
` [PATCH v7 04/12] platform/x86: hfi: Introduce AMD Hardware Feedback Interface Driver
` [PATCH v7 07/12] platform/x86: hfi: add online and offline callback support
` [PATCH v7 09/12] x86/process: Clear hardware feedback history for AMD processors

[PATCH AUTOSEL 6.6 1/3] ACPI: x86: Add skip i2c clients quirk for Acer Iconia One 8 A1-840
 2024-12-04 22:14 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 2/3] ACPI: x86: Clean up Asus entries in acpi_quirk_skip_dmi_ids[]

[PATCH AUTOSEL 6.11 1/3] ACPI: x86: Add skip i2c clients quirk for Acer Iconia One 8 A1-840
 2024-12-04 22:14 UTC  (2+ messages)
` [PATCH AUTOSEL 6.11 2/3] ACPI: x86: Clean up Asus entries in acpi_quirk_skip_dmi_ids[]

[PATCH AUTOSEL 6.12 1/3] ACPI: x86: Add skip i2c clients quirk for Acer Iconia One 8 A1-840
 2024-12-04 22:14 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 2/3] ACPI: x86: Clean up Asus entries in acpi_quirk_skip_dmi_ids[]

[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 

[RFC PATCH v2 0/6] acpi/hmat / cxl: Add exclusive caching enumeration and RAS support
 2024-12-03 23:08 UTC  (7+ 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

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

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

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


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 read-only IMAP folder(s) and NNTP newsgroup(s).