linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-01 15:05:55 to 2025-04-07 15:18:43 UTC [more...]

[PATCH 00/16] lan966x pci device: Add support for SFPs
 2025-04-07 15:18 UTC  (19+ messages)
` [PATCH 01/16] Revert "treewide: Fix probing of devices in DT overlays"
` [PATCH 02/16] driver core: Rename get_dev_from_fwnode() wrapper to get_device_from_fwnode()
` [PATCH 03/16] of: dynamic: Fix overlayed devices not probing because of fw_devlink
` [PATCH 04/16] driver core: Avoid warning when removing a device while its supplier is unbinding
` [PATCH 05/16] bus: simple-pm-bus: Populate child nodes at probe
` [PATCH 06/16] PCI: of: Set fwnode.dev of newly created PCI device nodes
` [PATCH 07/16] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node
` [PATCH 08/16] i2c: core: Introduce i2c_get_adapter_supplier()
` [PATCH 09/16] i2c: mux: Set adapter supplier
` [PATCH 10/16] i2c: mux: Create missing devlink between mux and "
` [PATCH 11/16] of: property: Allow fw_devlink device-tree support for x86
` [PATCH 12/16] clk: lan966x: Add MCHP_LAN966X_PCI dependency
` [PATCH 13/16] i2c: busses: at91: "
` [PATCH 14/16] misc: lan966x_pci: Fix dtso nodes ordering
` [PATCH 15/16] misc: lan966x_pci: Add dtso nodes in order to support SFPs
` [PATCH 16/16] misc: lan966x_pci: Add drivers needed to support SFPs in Kconfig help

[PATCH 1/1] x86/cpu/topology: Don't limit CPUs to 1 for Xen PV guests due to disabled APIC
 2025-04-07 13:24 UTC  (2+ messages)
  ` [PATCH v2 1/1] x86/acpi: Don't limit CPUs to 1 for Xen PV guests due to disabled ACPI

[PATCH v3] ACPI / battery: Use rounding to optimize the power calculation
 2025-04-07  8:54 UTC 

[PATCH v2 0/6] gpiolib: acpi: Refactor to shrink the code by ~8%
 2025-04-07  6:41 UTC  (11+ 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] ACPI: button: Only send `KEY_POWER` for `ACPI_BUTTON_NOTIFY_STATUS`
 2025-04-07  2:13 UTC  (2+ messages)

[PATCH v6 0/4] Parse the HEST PCIe AER and set to relevant registers
 2025-04-07  2:05 UTC  (5+ messages)
` [PATCH v6 1/4] ACPI: APEI: Move apei_hest_parse() to apei.h
` [PATCH v6 2/4] ACPI: APEI: Add new hest_parse_pcie_aer()
` [PATCH v6 3/4] PCI: Add AER bits #defines for PCIe to PCI/PCI-X Bridge
` [PATCH v6 4/4] PCI: ACPI: Add new pci_acpi_program_hest_aer_params()

[syzbot] [acpi?] KASAN: slab-use-after-free Read in software_node_notify_remove
 2025-04-06 14:09 UTC  (5+ messages)

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

[PATCH 0/10] More Rust bindings for device property reads
 2025-04-04 16:35 UTC  (25+ messages)
` [PATCH 01/10] rust: Move property_present to property.rs
` [PATCH 03/10] device property: Add fwnode_property_read_int_array()
` [PATCH 04/10] rust: Add bindings for reading device properties

[PATCH v5 0/9] Enable EINJv2 Support
 2025-04-04 14:56 UTC  (22+ 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] ACPI: button: Only send `KEY_POWER` when suspended
 2025-04-04 14:44 UTC  (2+ messages)

[PATCH 00/12] VRAM Self Refresh
 2025-04-04 12:53 UTC  (37+ 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

[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 v2 1/1] device property: Add a note to the fwnode.h
 2025-04-04 10:19 UTC  (5+ messages)

[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  (22+ messages)

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  (8+ 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 


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