linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-31 07:38:38 to 2025-04-04 11:21:08 UTC [more...]

[RESEND PATCH v18 0/2] ACPI: APEI: handle synchronous errors in task work
 2025-04-04 11:20 UTC  (3+ messages)
` [RESEND PATCH v18 1/2] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [RESEND PATCH v18 2/2] ACPI: APEI: handle synchronous exceptions in task work

[PATCH 0/10] More Rust bindings for device property reads
 2025-04-04 11:00 UTC  (19+ messages)
` [PATCH 03/10] device property: Add fwnode_property_read_int_array()
` [PATCH 04/10] rust: Add bindings for reading device properties

[PATCH v2 0/6] gpiolib: acpi: Refactor to shrink the code by ~8%
 2025-04-04 10:23 UTC  (10+ messages)
` [PATCH v2 1/6] gpiolib: acpi: Improve struct acpi_gpio_info memory footprint
` [PATCH v2 2/6] gpiolib: acpi: Remove index parameter from acpi_gpio_property_lookup()
` [PATCH v2 3/6] gpiolib: acpi: Reduce memory footprint for struct acpi_gpio_params
` [PATCH v2 4/6] gpiolib: acpi: Rename par to params for better readability
` [PATCH v2 5/6] gpiolib: acpi: Reuse struct acpi_gpio_params in struct acpi_gpio_lookup
` [PATCH v2 6/6] gpiolib: acpi: Deduplicate some code in __acpi_find_gpio()

[PATCH v2 1/1] device property: Add a note to the fwnode.h
 2025-04-04 10:19 UTC  (5+ messages)

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

[PATCH 0/2] ACPI: apply ACPI_NONSTRING annotations
 2025-04-04  8:25 UTC  (3+ messages)
` [PATCH 1/2] ACPI: PRM: apply ACPI_NONSTRING annotation
` [PATCH 2/2] ACPI: sysfs: "

[PATCH v2] mm: numa_memblks: introduce numa_add_reserved_memblk
 2025-04-04  6:29 UTC  (6+ messages)

[PATCH AUTOSEL 6.6 15/16] mailbox: pcc: Fix the possible race in updation of chan_in_use flag
 2025-04-04  0:06 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 16/16] mailbox: pcc: Always clear the platform ack interrupt first

[PATCH AUTOSEL 6.12 19/20] mailbox: pcc: Fix the possible race in updation of chan_in_use flag
 2025-04-04  0:05 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 20/20] mailbox: pcc: Always clear the platform ack interrupt first

[PATCH AUTOSEL 6.13 21/22] mailbox: pcc: Fix the possible race in updation of chan_in_use flag
 2025-04-04  0:04 UTC  (2+ messages)
` [PATCH AUTOSEL 6.13 22/22] mailbox: pcc: Always clear the platform ack interrupt first

[PATCH AUTOSEL 6.14 22/23] mailbox: pcc: Fix the possible race in updation of chan_in_use flag
 2025-04-04  0:04 UTC  (2+ messages)
` [PATCH AUTOSEL 6.14 23/23] mailbox: pcc: Always clear the platform ack interrupt first

[PATCH] ACPI: EC: Set ec_no_wakeup for Lenovo Go S
 2025-04-03 19:56 UTC  (23+ messages)

[PATCH 00/12] VRAM Self Refresh
 2025-04-03 18:15 UTC  (36+ messages)
` [PATCH 01/12] PCI/ACPI: Add D3cold Aux Power Limit_DSM method
` [PATCH 02/12] PCI/ACPI: Add PERST# Assertion Delay _DSM method
` [PATCH 03/12] PCI/ACPI: Add aux power grant notifier
` [PATCH 04/12] drm/xe/vrsr: Introduce flag has_vrsr
` [PATCH 05/12] drm/xe/vrsr: Detect VRSR Capability
` [PATCH 06/12] drm/xe/vrsr: Initialize VRSR feature
` [PATCH 07/12] drm/xe/vrsr: Enable VRSR on default VGA boot device
` [PATCH 08/12] drm/xe: Add PCIe ACPI Aux Power notifier
` [PATCH 09/12] drm/xe/vrsr: Refactor d3cold.allowed to a enum
` [PATCH 10/12] drm/xe/pm: D3Cold target state
  ` [10/12] "
` [PATCH 11/12] drm/xe/vrsr: Enable VRSR
` [PATCH 12/12] drm/xe/vrsr: Introduce a debugfs node named vrsr_capable

kernel-6.15 randomly shutting down system on bogus power button events
 2025-04-03 14:33 UTC  (3+ messages)

[PATCH v1 0/5] gpiolib: acpi: Refactor to shrink the code by ~8%
 2025-04-03 12:38 UTC  (11+ messages)
` [PATCH v1 1/5] gpiolib: acpi: Improve struct acpi_gpio_info memory footprint
` [PATCH v1 2/5] gpiolib: acpi: Remove index parameter from acpi_gpio_property_lookup()
` [PATCH v1 3/5] gpiolib: acpi: Reduce memory footprint for struct acpi_gpio_params
` [PATCH v1 4/5] gpiolib: acpi: Reuse struct acpi_gpio_params in struct acpi_gpio_lookup
` [PATCH v1 5/5] gpiolib: acpi: Deduplicate some code in __acpi_find_gpio()

[PATCH v2] ACPI / battery: Use rounding to optimize the power calculation
 2025-04-03 11:01 UTC  (2+ messages)

[PATCH 1/2] ACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are invalid
 2025-04-03 10:42 UTC  (10+ messages)
` [PATCH 2/2] ACPI: processor: idle: Remove obsolete comment

[GIT PULL] More ACPI updates for v6.15-rc1
 2025-04-03  0:11 UTC  (2+ messages)

[GIT PULL] Power management fix for v6.15-rc1
 2025-04-03  0:11 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS dff8015f508f9dead0122a6861e1cf0ef58fa3af
 2025-04-02 17:55 UTC 

[PATCH v3 0/3] ACPI: Add support for ACPI RAS2 feature table
 2025-04-02 12:02 UTC  (4+ messages)
` [NOT FOR MERGING PATCH v3 1/3] ACPI: ACPI 6.5: RAS2: Rename RAS2 table structure and field names
` [PATCH v3 2/3] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v3 3/3] ras: mem: Add memory "

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

[PATCH v2] tools: Restore built-in rules for subdirectory tool compilation
 2025-04-02 10:06 UTC  (2+ messages)

PCI: hotplug_event: PCIe PLDA Device BAR Reset
 2025-04-02  5:24 UTC  (3+ messages)

[PATCH v1] tools: Fix compile error of pfrut/firewire
 2025-04-02  2:36 UTC  (6+ messages)

[PATCH] ACPI PPTT: Fix typos in a couple of sizeof() calls
 2025-04-02  0:15 UTC 

[PATCH v2 0/4] iommu: Fix the longstanding probe issues
 2025-04-01 20:34 UTC  (12+ messages)
` [PATCH v2 4/4] iommu: Get DT/ACPI parsing into the proper probe path

[PATCH] ACPICA: exserial: don't forget to handle FFixedHW opregions for reading
 2025-04-01 18:43 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS de27f67c9d90ad0d41f14330027467b00517bbd7
 2025-04-01 15:54 UTC 

[PATCH v2] ACPI: EC: Set ec_no_wakeup for Lenovo Go S
 2025-04-01 14:18 UTC  (3+ messages)

[Patch 0/5] Support Autonomous Selection mode in cppc_cpufreq
 2025-04-01 13:56 UTC  (11+ messages)

[PATCH v1] ACPI / battery: Use rounding to optimize the power calculation
 2025-04-01 12:20 UTC 

[RFC 0/6] VRAM Self Refresh
 2025-04-01  5:24 UTC  (4+ messages)
` [RFC 4/6] drm/xe/vrsr: Refactor d3cold.allowed to a enum

[RFC 6/6] drm/xe/vrsr: Enable VRSR
 2025-04-01  5:19 UTC  (2+ messages)
` [RFC,6/6] "

[PATCH v2 0/8] cxl: support CXL memory RAS features
 2025-03-31 23:35 UTC  (5+ messages)
` [PATCH v2 1/8] cxl: Add helper function to retrieve a feature entry

[RFC PATCH 0/2] ACPI: replace deprecated strncpy()
 2025-03-31 17:55 UTC  (4+ messages)
` [RFC PATCH 1/2] ACPI: mark ACPI_COPY_NAMESEG destinations with __nonstring attribute

[PATCH v1 1/1] device property: Add a note to the fwnode.h
 2025-03-31 16:36 UTC  (2+ messages)

[PATCH 1/1] ACPI: property: Fix REF STR... reference parsing
 2025-03-31 16:10 UTC  (7+ messages)

[PATCH v2] ACPI: video: Handle fetching EDID as ACPI_TYPE_PACKAGE
 2025-03-31 14:34 UTC  (5+ messages)

[PATCH v10 0/8] Support ROHM BD79124 ADC
 2025-03-31  9:57 UTC  (6+ messages)
` [PATCH v10 3/8] iio: adc: add helpers for parsing ADC nodes


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