Linux-ACPI Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-14 05:59:26 to 2024-03-28 18:18:29 UTC [more...]

[PATCH 00/19] ACPI: store owner from modules with acpi_bus_register_driver()
 2024-03-28 18:18 UTC  (27+ messages)
` [PATCH 01/19] "
` [PATCH 02/19] Input: atlas: - drop owner assignment
` [PATCH 03/19] net: fjes: "
` [PATCH 04/19] platform: chrome: "
` [PATCH 05/19] platform: asus-laptop: "
` [PATCH 06/19] platform: classmate-laptop: "
` [PATCH 07/19] platform/x86/dell: "
` [PATCH 08/19] platform/x86/eeepc: "
` [PATCH 09/19] platform/x86/intel/rst: "
` [PATCH 10/19] platform/x86/intel/smartconnect: "
` [PATCH 11/19] platform/x86/lg-laptop: "
` [PATCH 12/19] platform/x86/sony-laptop: "
` [PATCH 13/19] platform/x86/toshiba_acpi: "
` [PATCH 14/19] platform/x86/toshiba_bluetooth: "
` [PATCH 15/19] platform/x86/toshiba_haps: "
` [PATCH 16/19] platform/x86/wireless-hotkey: "
` [PATCH 17/19] ptp: vmw: "
` [PATCH 18/19] virt: vmgenid: "
` [PATCH 19/19] ACPI: drop redundant owner from acpi_driver

[PATCH v2 0/3] SRAT/CEDT fixes and updates
 2024-03-28 16:49 UTC  (15+ messages)
` [PATCH v2 1/3] x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()
` [PATCH v2 2/3] ACPI/NUMA: Print CXL Early Discovery Table (CEDT)
` [PATCH v2 3/3] ACPI/NUMA: Remove architecture dependent remainings

[rafael-pm:intel_pstate-testing 14/14] drivers/cpufreq/intel_pstate.c:963:2: error: implicit declaration of function 'arch_set_cpu_capacity'; did you mean 'arch_scale_cpu_capacity'?
 2024-03-28 15:55 UTC 

[RFC PATCH v7 00/12] memory: scrub: introduce subsystem + CXL/ACPI-RAS2 drivers
 2024-03-28 15:23 UTC  (3+ messages)
` [RFC PATCH v7 12/12] memory: RAS2: Add memory RAS2 driver

[rafael-pm:intel_pstate-testing 14/14] drivers/cpufreq/intel_pstate.c:963:2: error: call to undeclared function 'arch_set_cpu_capacity'; ISO C99 and later do not support implicit function declarations
 2024-03-28 14:08 UTC 

[PATCH 00/11] address remaining stringop-truncation warnings
 2024-03-28 14:04 UTC  (2+ messages)
` [PATCH 06/11] acpi: avoid warning for truncated string copy

[rafael-pm:intel_pstate-testing 4/14] drivers/cpufreq/intel_pstate.c:1655:25: warning: variable 'cpudata' is uninitialized when used here
 2024-03-28 12:00 UTC 

[RFC KERNEL PATCH v5 0/3] Support device passthrough when dom0 is PVH on Xen
 2024-03-28  6:56 UTC  (4+ messages)
` [KERNEL PATCH v5 1/3] xen/pci: Add xen_reset_device_state function
` [RFC KERNEL PATCH v5 2/3] xen/pvh: Setup gsi for passthrough device
` [RFC KERNEL PATCH v5 3/3] PCI/sysfs: Add gsi sysfs for pci_dev

[rafael-pm:bleeding-edge] BUILD SUCCESS 9685341ff0d238a15c1041a1912a045a4f80b25c
 2024-03-28  4:39 UTC 

[PATCH v1] ACPI: bus: allow _UID matching for integer zero
 2024-03-28  3:55 UTC 

[PATCH] ACPI: thermal_lib: Continue registering thermal zones even if trip points fail validation
 2024-03-27 23:04 UTC  (3+ messages)

[PATCH] platform/x86: quickstart: Fix race condition when reporting input event
 2024-03-27 21:45 UTC 

FAILED: Patch "ACPI: CPPC: Use access_width over bit_width for system memory accesses" failed to apply to 5.15-stable tree
 2024-03-27 15:48 UTC  (2+ messages)

[PATCH 0/5] ACPI: bus: _OSC fixes
 2024-03-27 15:41 UTC  (4+ messages)

[PATCH v8 0/4] ACPI: NHLT: Access and query helpers
 2024-03-27 15:38 UTC  (6+ messages)
` [PATCH v8 1/4] ACPI: NHLT: Reintroduce types the table consists of
` [PATCH v8 2/4] ACPI: NHLT: Introduce API for the table
` [PATCH v8 3/4] ACPI: NHLT: Drop redundant types
` [PATCH v8 4/4] ACPI: NHLT: Streamline struct naming

[PATCH v2 0/6] Add ACPI NUMA support for RISC-V
 2024-03-27 12:37 UTC  (2+ messages)

ACPI BIOS bug and memory leak?
 2024-03-27 10:48 UTC 

[PATCH v1 0/7] ACPI: scan: A few ad-hoc cleanups
 2024-03-27  5:50 UTC  (9+ messages)
` [PATCH v1 1/7] ACPI: bus: Make container_of() no-op where it makes sense
` [PATCH v1 2/7] ACPI: bus: Don't use "proxy" headers
` [PATCH v1 3/7] ACPI: scan: Replace infinite for-loop with finite while-loop
` [PATCH v1 4/7] ACPI: scan: Use list_first_entry_or_null() in acpi_device_hid()
` [PATCH v1 5/7] ACPI: scan: Move misleading comment to acpi_dma_configure_id()
` [PATCH v1 6/7] ACPI: scan: Use standard error checking pattern
` [PATCH v1 7/7] ACPI: scan: Introduce typedef:s for struct acpi_hotplug_context members

[PATCH v2 0/2] ARM Error Source Table V1 Support
 2024-03-27  5:46 UTC  (5+ messages)
` [PATCH v2 1/2] ACPI/AEST: Initial AEST driver
` [PATCH v2 2/2] trace, ras: add ARM RAS extension trace event

[Question] report ghes_estatus_pool consume too much memory
 2024-03-27  4:11 UTC 

[PATCH 0/2] ACPICA: AEST: Support AEST V2
 2024-03-27  3:45 UTC  (3+ messages)
` [PATCH 1/2] ACPICA: AEST: Fix coding style at struct definition
` [PATCH 2/2] ACPICA: AEST: Add support for the AEST V2 table

[rafael-pm:bleeding-edge] BUILD SUCCESS 497faca9b45e03b5695f1ca41e665c39265f0d28
 2024-03-27  0:56 UTC 

[PATCH 0/2] PRM handler direct call interface
 2024-03-26 21:26 UTC  (3+ messages)
` [PATCH 1/2] ACPI: PRM: Add PRM handler direct call support
` [PATCH 2/2] RAS/AMD/ATL: Translate normalized to system physical addresses using PRM

[PATCH v1 0/2] gpiolib: in-kernel documentation updates
 2024-03-26 18:11 UTC  (3+ messages)
` [PATCH v1 1/2] gpiolib: Do not mention legacy GPIOF_* in the code
` [PATCH v1 2/2] gpiolib: Up to date the kernel documentation

[PATCH] ACPICA: debugger: check status of acpi_evaluate_object in acpi_db_walk_for_fields
 2024-03-26 12:07 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] acpi: EINJ: mark remove callback as non-__exit
 2024-03-26 11:18 UTC  (4+ messages)

[PATCH v4 0/4] PCI: Allow D3Hot for PCI bridges in Devicetree based platforms
 2024-03-26 10:48 UTC  (5+ messages)
` [PATCH v4 1/4] PCI/portdrv: Make use of pci_dev::bridge_d3 for checking the D3 possibility
` [PATCH v4 2/4] PCI: Rename pci_bridge_d3_possible() to pci_bridge_d3_allowed()
` [PATCH v4 3/4] PCI: Decouple D3Hot and D3Cold handling for bridges
` [PATCH v4 4/4] PCI: Allow PCI bridges to go to D3Hot on all Devicetree based platforms

Implementation of fwnode_operations :: device_get_match_data() for software nodes?
 2024-03-25 15:57 UTC  (14+ messages)

[PATCH v5 1/2] platform/x86: wmi: Support reading/writing 16 bit EC values
 2024-03-25 14:54 UTC  (4+ messages)
` [PATCH v5 2/2] platform/x86: wmi: Avoid returning AE_OK upon unknown error

[PATCH v5 1/2] ACPI: IPMI: Add helper to wait for when SMI is selected
 2024-03-25 14:40 UTC  (6+ messages)
` [PATCH v5 2/2] hwmon: (acpi_power_meter) Ensure IPMI space handler is ready on Dell systems

[PATCH] software node: Implement device_get_match_data fwnode callback
 2024-03-25 13:41 UTC  (12+ messages)

[PATCH v1] irq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amd
 2024-03-25 13:36 UTC  (3+ messages)

Bug report: probe of AMDI0040:00 failed with error -16
 2024-03-22 20:07 UTC  (5+ messages)

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-03-22 18:53 UTC  (4+ messages)
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()

[PATCH v5 0/2] Adds additional information to ARM RAS errors
 2024-03-21 22:55 UTC  (3+ messages)
` [PATCH v5 1/2] RAS: ACPI: APEI: add conditional compilation to ARM specific error reporting routines
` [PATCH v5 2/2] RAS: Report ARM processor information to userspace

[PATCH 0/3] ACPI/NUMA: SRAT/CEDT fixes and updates
 2024-03-21 12:09 UTC  (14+ messages)
` [PATCH 1/3] x86/numa: Fix SRAT lookup for CFMWS ranges with numa_fill_memblks()
    ` [PATCH] cxl: Fix use of phys_to_target_node() outside of init section
` [PATCH 1/3] x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()
` [PATCH 2/3] ACPI/NUMA: Print CXL Early Discovery Table (CEDT)
` [PATCH 3/3] ACPI/NUMA: Remove architecture dependent remainings

[PATCH v1 -next 0/3] RISC-V: ACPI: Enable CPPC based cpufreq support
 2024-03-21  5:49 UTC  (8+ messages)

[PATCH v3 -next 0/3] RISC-V: ACPI: Add LPI support
 2024-03-20 20:50 UTC  (9+ messages)
` [PATCH v3 -next 2/3] ACPI: RISC-V: Add LPI driver

Wake-on-LAN stopped working around 6.8-rc7. Thinkpad X220
 2024-03-20 20:19 UTC 

[PATCH] acpi/ghes: load balance timers
 2024-03-20 15:27 UTC  (2+ messages)

[PATCH v1 0/3] gpiolib: acpi: More fixes to the consolidation rework
 2024-03-20 15:05 UTC  (8+ messages)
` [PATCH v1 2/3] gpiolib: Fix debug messaging in gpiod_find_and_request()

[GIT PULL] More ACPI updates for v6.9-rc1
 2024-03-19 19:29 UTC  (2+ messages)

[PATCH v2 0/1] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-03-18 20:12 UTC  (6+ messages)
` [PATCH v2 1/1] memory tier: acpi/hmat: create CPUless memory tiers after obtaining HMAT info
    ` [External] "

[PATCH] gpiolib: acpi: Move storage of acpi_gpio_chip
 2024-03-18 10:52 UTC  (7+ messages)

[GIT PULL] Compute Express Link (CXL) for 6.9
 2024-03-16 17:22 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 0d98d467155d782b8b31be48f73cf47a088d8929
 2024-03-16  1:22 UTC 

[PATCH -next v2] ACPI: Add kernel-doc comments for ACPI suspend and hibernation functions
 2024-03-15 12:27 UTC  (3+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 2be1965caeef7aed6fb2a9cfa76e83ba0165cde5
 2024-03-15  4:36 UTC 

[PATCH] ACPI: docs: enumeration: Make footnotes links
 2024-03-14 15:39 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 014f1ca82c04a9cf5fce6e8a20d763d4c31532f5
 2024-03-14  9:17 UTC 

[PATCH V7 00/11] coresight: Move remaining AMBA ACPI devices into platform driver
 2024-03-14  5:58 UTC  (11+ messages)
` [PATCH V7 02/11] coresight: stm: Extract device name from AMBA pid based table lookup
` [PATCH V7 03/11] coresight: tmc: Extract device properties "
` [PATCH V7 04/11] coresight: Add helpers registering/removing both AMBA and platform drivers
` [PATCH V7 05/11] coresight: replicator: Move ACPI support from AMBA driver to platform driver
` [PATCH V7 06/11] coresight: funnel: "
` [PATCH V7 07/11] coresight: catu: "
` [PATCH V7 08/11] coresight: tpiu: "
` [PATCH V7 09/11] coresight: tmc: "
` [PATCH V7 10/11] coresight: stm: "
` [PATCH V7 11/11] coresight: debug: "


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