public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-10 22:32:20 to 2025-04-22 08:23:58 UTC [more...]

[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
 2025-04-22  8:22 UTC  (22+ messages)
` [RFC PATCH v2 01/34] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [RFC PATCH v2 02/34] x86/msr: Remove rdpmc()
` [RFC PATCH v2 03/34] x86/msr: Rename rdpmcl() to rdpmcq()
` [RFC PATCH v2 04/34] x86/msr: Convert rdpmcq() into a function
` [RFC PATCH v2 06/34] x86/msr: Use the alternatives mechanism to read PMC
` [RFC PATCH v2 09/34] x86/msr: Add the native_rdmsrq() helper
` [RFC PATCH v2 11/34] x86/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
` [RFC PATCH v2 13/34] x86/xen/msr: Remove the error pointer argument from set_reg()
` [RFC PATCH v2 14/34] x86/msr: refactor pv_cpu_ops.write_msr{_safe}()
` [RFC PATCH v2 18/34] x86/opcode: Add immediate form MSR instructions
` [RFC PATCH v2 20/34] x86/extable: Implement EX_TYPE_FUNC_REWIND
` [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
` [RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR
` [RFC PATCH v2 24/34] x86/mce: Use native MSR API __native_{wr,rd}msrq()
` [RFC PATCH v2 25/34] x86/msr: Rename native_wrmsrq() to native_wrmsrq_no_trace()
` [RFC PATCH v2 26/34] x86/msr: Rename native_wrmsr() to native_wrmsr_no_trace()
` [RFC PATCH v2 28/34] x86/msr: Rename native_write_msr_safe() to native_wrmsrq_safe()
` [RFC PATCH v2 29/34] x86/msr: Rename native_rdmsrq() to native_rdmsrq_no_trace()
` [RFC PATCH v2 30/34] x86/msr: Rename native_rdmsr() to native_rdmsr_no_trace()
` [RFC PATCH v2 34/34] x86/msr: Convert native_rdmsr_no_trace() uses to native_rdmsrq_no_trace() uses

Potential issue with pci_prepare_to_sleep if there's no platform support for D3cold transition
 2025-04-22  6:27 UTC 

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

[PATCH] ACPI: tables: Remove incorrect __nonstring attribute from table_sigs
 2025-04-21 19:04 UTC 

[PATCH] gcc-15: acpi: sprinkle random '__nonstring' crumbles around
 2025-04-21 16:50 UTC  (5+ messages)

Are you currently looking for financial assistance
 2025-04-20 22:35 UTC 

[RFC PATCH] ACPI: EC: Set ec_no_wakeup for MECHREVO Wujie 14XA (GX4HRXL)
 2025-04-20 15:03 UTC  (3+ messages)

[PATCH] ACPI: EC: Fix CPU frequency limitation on AMD platforms after suspend/resume
 2025-04-19 18:03 UTC  (2+ messages)

[PATCH 00/16] lan966x pci device: Add support for SFPs
 2025-04-19 15:30 UTC  (19+ messages)
` [PATCH 11/16] of: property: Allow fw_devlink device-tree support for x86
` [PATCH 15/16] misc: lan966x_pci: Add dtso nodes in order to support SFPs

[PATCH 1/1] x86: Use resource_set_{range,size}() helpers
 2025-04-19 14:57 UTC  (11+ messages)

[PATCH 1/1] LoongArch: Introduce the numa_memblks conversion
 2025-04-19  7:51 UTC  (3+ messages)

[Patch 0/5] Support Autonomous Selection mode in cppc_cpufreq
 2025-04-19  7:44 UTC  (12+ messages)

[PATCH v7 0/8] Add functions for getting and setting registers related to autonomous selection in cppc_acpi
 2025-04-19  6:50 UTC  (12+ messages)
` [PATCH v7 1/8] ACPI: CPPC: Add IS_OPTIONAL_CPC_REG macro to judge if a cpc_reg is optional
` [PATCH v7 2/8] ACPI: CPPC: Optimize cppc_get_perf()
` [PATCH v7 3/8] ACPI: CPPC: Rename cppc_get_perf() to cppc_get_reg_val()
` [PATCH v7 4/8] ACPI: CPPC: Extract cppc_get_reg_val_in_pcc()
` [PATCH v7 5/8] ACPI: CPPC: Add cppc_set_reg_val()
` [PATCH v7 6/8] ACPI: CPPC: Refactor register value get and set ABIs
` [PATCH v7 7/8] ACPI: CPPC: Modify cppc_get_auto_sel_caps() to cppc_get_auto_sel()
` [PATCH v7 8/8] ACPI: CPPC: Add three functions related to autonomous selection

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

[rafael-pm:fixes] BUILD SUCCESS d14bc45e7ee7b0f9df863a39228f65ade443e0da
 2025-04-18 16:50 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS 2552b687f27ff857ddf0fbb8f44255908e7f85b9
 2025-04-18 16:49 UTC 

[RESEND PATCH v18 0/2] ACPI: APEI: handle synchronous errors in task work
 2025-04-18 12:35 UTC  (9+ 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 hyperv-next v8 00/11] arm64: hyperv: Support Virtual Trust Level Boot
 2025-04-17 15:28 UTC  (17+ messages)
` [PATCH hyperv-next v8 01/11] arm64: kvm, smccc: Introduce and use API for getting hypervisor UUID
` [PATCH hyperv-next v8 02/11] arm64: hyperv: Use SMCCC to detect hypervisor presence
` [PATCH hyperv-next v8 03/11] Drivers: hv: Enable VTL mode for arm64
` [PATCH hyperv-next v8 04/11] Drivers: hv: Provide arch-neutral implementation of get_vtl()
` [PATCH hyperv-next v8 05/11] arm64: hyperv: Initialize the Virtual Trust Level field
` [PATCH hyperv-next v8 06/11] arm64, x86: hyperv: Report the VTL the system boots in
` [PATCH hyperv-next v8 07/11] dt-bindings: microsoft,vmbus: Add interrupt and DMA coherence properties
` [PATCH hyperv-next v8 08/11] Drivers: hv: vmbus: Get the IRQ number from DeviceTree
` [PATCH hyperv-next v8 09/11] Drivers: hv: vmbus: Introduce hv_get_vmbus_root_device()
` [PATCH hyperv-next v8 10/11] ACPI: irq: Introduce acpi_get_gsi_dispatcher()
` [PATCH hyperv-next v8 11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree

[PATCH v2] ACPICA: Add support for printing AML arguments when trace point enabled
 2025-04-17 13:51 UTC  (6+ messages)

[PATCH] ACPI: resource: fix a typo for MECHREVO in irq1_edge_low_force_override
 2025-04-17  7:39 UTC 

[PATCH 0/2] ACPI: processor: idle: acpi_processor_get_cstate_info() cleanup
 2025-04-17  7:37 UTC  (2+ messages)

[PATCH] ACPICA: Add support for printing AML arguments when trace point enabled
 2025-04-17  2:31 UTC  (2+ messages)

[PATCH] x86/acpi: fix potential NULL deref in acpi_wakeup_cpu()
 2025-04-16  7:26 UTC  (4+ messages)

[PATCH] property: Use tidy for_each_named_* macros
 2025-04-16  6:41 UTC  (6+ messages)

[rafael-pm:fixes] BUILD SUCCESS df8d205d1ef21ee66376042321fcfc9c27527d11
 2025-04-15 16:37 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS c9f9e03bd4c223b4f00a1adaa6b01db65b61c6e1
 2025-04-15 16:35 UTC 

[PATCH] ACPI: tables: Add __nonstring annotations for unterminated strings
 2025-04-15 23:20 UTC 

[PATCH v1 0/3] x86/cpufeatures: Clean up formatting
 2025-04-15 22:12 UTC  (6+ messages)
` [PATCH v1 1/3] "
` [PATCH v1 2/3] x86/cpufeatures: Shorten X86_FEATURE_CLEAR_BHB_LOOP_ON_VMEXIT to X86_FEATURE_CLEAR_BHB_LOV
` [PATCH v1 3/3] x86/cpufeatures: Shorten X86_FEATURE_AMD_HETEROGENEOUS_CORES to X86_FEATURE_AMD_HTR_CORES

[PATCH v5 0/9] Enable EINJv2 Support
 2025-04-15 22:09 UTC  (4+ messages)
` [PATCH v5 8/9] ACPI: APEI: EINJ: Enable EINJv2 error injections

[PATCH] ACPI: Enable CONFIG_ACPI_DEBUG by default
 2025-04-15 21:27 UTC 

[PATCH v3 0/3] ACPI: Add support for ACPI RAS2 feature table
 2025-04-15 21:05 UTC  (3+ messages)
` [PATCH v3 2/3] ACPI:RAS2: Add ACPI RAS2 driver

[PATCH 1/1] ACPI: Fix building with GCC 15
 2025-04-15 20:30 UTC  (5+ messages)

[PATCH v1 0/4] leds: Introduce and use fwnode_get_child_node_count()
 2025-04-15 16:57 UTC  (2+ messages)
` [GIT PULL] Immutable branch between LEDS, Base and USB due for the v6.16 merge window

[PATCH v2] pinctrl: amd: Fix use of undeclared identifier 'pinctrl_amd_s2idle_dev_ops'
 2025-04-15 13:37 UTC  (4+ messages)

[PATCH 0/2] software node: bug fixes
 2025-04-15  6:42 UTC  (10+ messages)
` [PATCH 1/2] software node: Add comment for the first ERR_CAST() in fwnode_create_software_node()
` [PATCH 2/2] software node: Correct a OOB check in software_node_get_reference_args()

[PATCH v10 00/11] arm64: support poll_idle()
 2025-04-15  6:24 UTC  (9+ messages)
` [PATCH v10 10/11] arm64: idle: export arch_cpu_idle()

[rafael-pm:bleeding-edge 44/52] drivers/cpuidle/cpuidle-psci.c:437:54: error: expected identifier
 2025-04-14 14:46 UTC  (3+ messages)

[PATCH] acpica: Removing deprecated strncpy()
 2025-04-14 14:25 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 4/5] ACPI PPTT: Fix coding mistakes in a couple of sizeof() calls
 2025-04-14 13:32 UTC 

[PATCH AUTOSEL 5.10 05/11] ACPI PPTT: Fix coding mistakes in a couple of sizeof() calls
 2025-04-14 13:31 UTC 

[PATCH AUTOSEL 5.15 06/15] ACPI PPTT: Fix coding mistakes in a couple of sizeof() calls
 2025-04-14 13:31 UTC 

[PATCH AUTOSEL 6.1 06/17] ACPI: EC: Set ec_no_wakeup for Lenovo Go S
 2025-04-14 13:30 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 07/17] ACPI PPTT: Fix coding mistakes in a couple of sizeof() calls

[PATCH AUTOSEL 6.6 08/24] ACPI: EC: Set ec_no_wakeup for Lenovo Go S
 2025-04-14 13:29 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 09/24] ACPI PPTT: Fix coding mistakes in a couple of sizeof() calls

[PATCH AUTOSEL 6.12 08/30] ACPI: EC: Set ec_no_wakeup for Lenovo Go S
 2025-04-14 13:28 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 09/30] ACPI PPTT: Fix coding mistakes in a couple of sizeof() calls

[PATCH AUTOSEL 6.13 11/34] ACPI: EC: Set ec_no_wakeup for Lenovo Go S
 2025-04-14 13:27 UTC  (2+ messages)
` [PATCH AUTOSEL 6.13 12/34] ACPI PPTT: Fix coding mistakes in a couple of sizeof() calls

[PATCH AUTOSEL 6.14 11/34] ACPI: EC: Set ec_no_wakeup for Lenovo Go S
 2025-04-14 13:25 UTC  (2+ messages)
` [PATCH AUTOSEL 6.14 12/34] ACPI PPTT: Fix coding mistakes in a couple of sizeof() calls

[PATCH v2] software node: Correct a OOB check in software_node_get_reference_args()
 2025-04-14 11:36 UTC 

[syzbot] [acpi?] KASAN: slab-use-after-free Read in software_node_notify_remove
 2025-04-14  8:41 UTC  (9+ messages)
` [PATCH] software node: Prevent link creation failure from causing kobj reference count imbalance
    ` [PATCH V2] "

[rafael-pm:bleeding-edge] BUILD REGRESSION 605857f6c52205d83a7963edbdfaaa307ee7bde4
 2025-04-12 15:08 UTC 

[PATCH v1 0/2] gpiolib: acpi: Fix missing info filling
 2025-04-11 18:22 UTC  (5+ messages)
` [PATCH v1 2/2] gpiolib: acpi: Make sure we fill struct acpi_gpio_info

[GIT PULL] ACPI fixes for v6.15-rc2
 2025-04-11 15:40 UTC  (2+ messages)

[PATCH v3 00/13] mailbox: pcc: Fixes and cleanup/refactoring
 2025-04-11 15:07 UTC  (4+ messages)
` [PATCH v3 11/13] hwmon: (xgene-hwmon) Simplify PCC shared memory region handling

[PATCH 1/2] ACPI: PCC: Simplify PCC shared memory region handling
 2025-04-11 11:31 UTC  (2+ messages)
` [PATCH 2/2] ACPI: CPPC: "

[PATCH] ACPI/PCI: deduplicate concurrent eject notify
 2025-04-11 10:39 UTC  (4+ messages)

[PATCH v3 0/4] Add interfaces for ACPI MRRM table
 2025-04-10 22:32 UTC  (3+ messages)
` [PATCH v3 3/4] ACPI/MRRM: Add /sys files to describe memory ranges
` [PATCH v3 4/4] ACPI: Add documentation for exposing MRRM data


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox