messages from 2025-04-22 06:27:59 to 2025-04-28 15:24:01 UTC [more...]
[RESEND PATCH v18 0/2] ACPI: APEI: handle synchronous errors in task work
2025-04-28 15:23 UTC (9+ messages)
` [RESEND PATCH v18 1/2] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
[PATCH 0/3] ACPI: thermal: Properly support the _SCP control method
2025-04-28 12:34 UTC (6+ messages)
[PATCH] firmware: SDEI: Allow sdei initialization without ACPI_APEI_GHES
2025-04-28 9:56 UTC
[PATCH] ACPI: pci: Release excess memory usage
2025-04-28 8:56 UTC
[PATCH] ACPI: EC: Fix CPU frequency limitation on AMD platforms after suspend/resume
2025-04-28 2:06 UTC (6+ messages)
[PATCH] gcc-15: acpi: sprinkle random '__nonstring' crumbles around
2025-04-27 11:24 UTC (4+ messages)
[PATCH v3 00/14] MSR code cleanup part one
2025-04-27 9:26 UTC (24+ messages)
` [PATCH v3 01/14] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [PATCH v3 02/14] x86/msr: Remove rdpmc()
` [PATCH v3 03/14] x86/msr: Rename rdpmcl() to rdpmc()
` [PATCH v3 04/14] x86/msr: Convert the rdpmc() macro into an always inline function
` [PATCH v3 05/14] x86/msr: Return u64 consistently in Xen PMC read functions
` [PATCH v3 06/14] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [PATCH v3 07/14] x86/msr: Add the native_rdmsrq() helper
` [PATCH v3 08/14] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [PATCH v3 09/14] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [PATCH v3 10/14] x86/xen/msr: Remove pmu_msr_{read,write}()
` [PATCH v3 11/14] x86/xen/msr: Remove the error pointer argument from set_seg()
` [PATCH v3 12/14] x86/pvops/msr: refactor pv_cpu_ops.write_msr{,_safe}()
` [PATCH v3 13/14] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [PATCH v3 14/14] x86/msr: Change the function type of native_read_msr_safe()
[PATCH v4 00/15] MSR code cleanup part one
2025-04-27 9:20 UTC (16+ messages)
` [PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
` [PATCH v4 02/15] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [PATCH v4 03/15] x86/msr: Remove rdpmc()
` [PATCH v4 04/15] x86/msr: Rename rdpmcl() to rdpmc()
` [PATCH v4 05/15] x86/msr: Convert the rdpmc() macro into an always inline function
` [PATCH v4 06/15] x86/xen/msr: Return u64 consistently in Xen PMC read functions
` [PATCH v4 07/15] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [PATCH v4 08/15] x86/msr: Add the native_rdmsrq() helper
` [PATCH v4 09/15] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [PATCH v4 10/15] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [PATCH v4 11/15] x86/xen/msr: Remove pmu_msr_{read,write}()
` [PATCH v4 12/15] x86/xen/msr: Remove the error pointer argument from set_seg()
` [PATCH v4 13/15] x86/pvops/msr: refactor pv_cpu_ops.write_msr{,_safe}()
` [PATCH v4 14/15] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [PATCH v4 15/15] x86/msr: Change the function type of native_read_msr_safe()
[PATCH] ACPI:PRM: Reduce unnecessary printing to avoid the worries of regular users
2025-04-27 7:53 UTC
[Patch 0/5] Support Autonomous Selection mode in cppc_cpufreq
2025-04-27 6:23 UTC (13+ messages)
[rafael-pm:bleeding-edge] BUILD SUCCESS 37dad34be75116e35386dbe07a4e31cc6dee6337
2025-04-25 20:38 UTC
[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
2025-04-25 20:12 UTC (94+ 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 05/34] x86/msr: Return u64 consistently in Xen PMC read functions
` [RFC PATCH v2 06/34] x86/msr: Use the alternatives mechanism to read PMC
` [RFC PATCH v2 07/34] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [RFC PATCH v2 08/34] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
` [RFC PATCH v2 09/34] x86/msr: Add the native_rdmsrq() helper
` [RFC PATCH v2 10/34] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [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 15/34] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [RFC PATCH v2 16/34] x86/msr: Change function type of native_read_msr_safe()
` [RFC PATCH v2 17/34] x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions
` [RFC PATCH v2 18/34] x86/opcode: Add immediate form MSR instructions
` [RFC PATCH v2 19/34] x86/extable: Add support for "
` [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 23/34] x86/extable: Remove new dead code in ex_handler_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 27/34] x86/msr: Rename native_write_msr() to native_wrmsrq()
` [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 31/34] x86/msr: Rename native_read_msr() to native_rdmsrq()
` [RFC PATCH v2 32/34] x86/msr: Rename native_read_msr_safe() to native_rdmsrq_safe()
` [RFC PATCH v2 33/34] x86/msr: Move the ARGS macros after the MSR read/write APIs
` [RFC PATCH v2 34/34] x86/msr: Convert native_rdmsr_no_trace() uses to native_rdmsrq_no_trace() uses
[PATCH v1 00/19] ACPICA: ACPICA 20250404
2025-04-25 19:33 UTC (20+ messages)
` [PATCH v1 01/19] ACPICA: Drop stale comment about the header file content
` [PATCH v1 02/19] ACPICA: Apply pack(1) to union aml_resource
` [PATCH v1 03/19] ACPICA: utilities: Fix overflow check in vsnprintf()
` [PATCH v1 04/19] ACPICA: Interpret SIDP structures in DMAR
` [PATCH v1 05/19] ACPICA: infrastructure: Add new header and ACPI_DMT_BUF26 types
` [PATCH v1 06/19] ACPICA: actbl2.h: MRRM: Add typedef and other definitions
` [PATCH v1 07/19] ACPICA: actbl2: Add definitions for RIMT
` [PATCH v1 08/19] ACPICA: MRRM: Some cleanups
` [PATCH v1 09/19] ACPICA: Utilities: Fix spelling mistake "Incremement" -> "Increment"
` [PATCH v1 10/19] ACPICA: infrastructure: Add new DMT_BUF types and shorten a long name
` [PATCH v1 11/19] ACPICA: actbl2.h: ERDT: Add typedef and other definitions
` [PATCH v1 12/19] ACPICA: Introduce ACPI_NONSTRING
` [PATCH v1 13/19] ACPICA: Apply ACPI_NONSTRING
` [PATCH v1 14/19] ACPICA: actbl2.h: ACPI 6.5: RAS2: Rename structure and field names of the RAS2 table
` [PATCH v1 15/19] ACPICA: Adjust the position of code lines
` [PATCH v1 16/19] ACPICA: Avoid sequence overread in call to strncmp()
` [PATCH v1 17/19] ACPICA: Apply ACPI_NONSTRING in more places
` [PATCH v1 18/19] ACPICA: Replace strncpy() with memcpy()
` [PATCH v1 19/19] ACPICA: Logfile: Changes for version 20250404
[GIT PULL] Power management fixes for v6.15-rc4
2025-04-25 18:01 UTC (2+ messages)
[PATCH] ACPI: pci_root: Constify fwnode_handle in acpi_pci_root_remap_iospace
2025-04-25 3:48 UTC
[PATCH v2] pinctrl: amd: Fix use of undeclared identifier 'pinctrl_amd_s2idle_dev_ops'
2025-04-24 20:07 UTC (4+ messages)
[PATCH v2] ACPICA: Add support for printing AML arguments when trace point enabled
2025-04-24 20:03 UTC (7+ messages)
[rafael-pm:fixes] BUILD SUCCESS 5786ef8ad8d4222fdc2e7cf65337880695cef60e
2025-04-24 14:34 UTC
[PATCH v2 0/4] iommu: Fix the longstanding probe issues
2025-04-24 13:58 UTC (12+ messages)
` [PATCH v2 4/4] iommu: Get DT/ACPI parsing into the proper probe path
[PATCH] ACPI: tables: Add __nonstring annotations for unterminated strings
2025-04-23 20:04 UTC (2+ messages)
[PATCH v4 0/3] ACPI: Add support for ACPI RAS2 feature table
2025-04-23 16:35 UTC (4+ messages)
` [PATCH v4 1/3] ACPI: ACPI 6.5: RAS2: Rename RAS2 table structure and field names
` [PATCH v4 2/3] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v4 3/3] ras: mem: Add memory "
Potential issue with pci_prepare_to_sleep if there's no platform support for D3cold transition
2025-04-23 9:45 UTC (4+ messages)
[PATCH] drivers/acpi: Improve logging around acpi_initialize_tables
2025-04-23 8:56 UTC
Build warning on drivers/acpi/tables.c:399
2025-04-23 7:22 UTC
[PATCH v6 0/9] Enable EINJv2 Support
2025-04-22 19:49 UTC (4+ messages)
` [PATCH v6 8/9] ACPI: APEI: EINJ: Enable EINJv2 error injections
4b4bd8c50f48 ("gcc-15: acpi: sprinkle random '__nonstring' crumbles around")
2025-04-22 18:21 UTC (2+ messages)
[PATCH 00/16] lan966x pci device: Add support for SFPs
2025-04-22 12:00 UTC (5+ messages)
` [PATCH 11/16] of: property: Allow fw_devlink device-tree support for x86
[PATCH v1] ACPI: battery: Reduce unnecessary calls to acpi_battery_update()
2025-04-22 9:10 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).