linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-29 18:44:27 to 2024-09-05 16:30:23 UTC [more...]

[PATCH v3 00/11] Adjustments for preferred core detection
 2024-09-05 16:30 UTC  (6+ messages)
` [PATCH v3 01/11] x86/amd: Move amd_get_highest_perf() from amd.c to cppc.c
` [PATCH v3 02/11] ACPI: CPPC: Adjust return code for inline functions in !CONFIG_ACPI_CPPC_LIB
` [PATCH v3 03/11] x86/amd: Rename amd_get_highest_perf() to amd_get_boost_ratio_numerator()
` [PATCH v3 04/11] ACPI: CPPC: Drop check for non zero perf ratio
` [PATCH v3 05/11] ACPI: CPPC: Adjust debug messages in amd_set_max_freq_ratio() to warn

[PATCH v2 00/11] Adjustments for preferred core detection
 2024-09-05 16:11 UTC  (19+ messages)
` [PATCH v2 01/11] x86/amd: Move amd_get_highest_perf() from amd.c to cppc.c
` [PATCH v2 02/11] ACPI: CPPC: Adjust return code for inline functions in !CONFIG_ACPI_CPPC_LIB
` [PATCH v2 03/11] x86/amd: Rename amd_get_highest_perf() to amd_get_boost_ratio_numerator()
` [PATCH v2 04/11] ACPI: CPPC: Drop check for non zero perf ratio
` [PATCH v2 05/11] ACPI: CPPC: Adjust debug messages in amd_set_max_freq_ratio() to warn
` [PATCH v2 06/11] x86/amd: Move amd_get_highest_perf() out of amd-pstate
` [PATCH v2 07/11] x86/amd: Detect preferred cores in amd_get_boost_ratio_numerator()
` [PATCH v2 08/11] cpufreq: amd-pstate: Merge amd_pstate_highest_perf_set() into amd_get_boost_ratio_numerator()
` [PATCH v2 09/11] cpufreq: amd-pstate: Optimize amd_pstate_update_limits()
` [PATCH v2 10/11] cpufreq: amd-pstate: Add documentation for `amd_pstate_hw_prefcore`
` [PATCH v2 11/11] amd-pstate: Add missing documentation for `amd_pstate_prefcore_ranking`

[PATCH v2 0/5] platform/x86: wmi: Pass event data directly to legacy notify handlers
 2024-09-05 15:31 UTC  (13+ messages)
` [PATCH v2 1/5] hwmon: (hp-wmi-sensors) Check if WMI event data exists
` [PATCH v2 2/5] platform/x86: wmi: Pass event data directly to legacy notify handlers
` [PATCH v2 3/5] platform/x86: wmi: Remove wmi_get_event_data()
` [PATCH v2 4/5] platform/x86: wmi: Merge get_event_data() with wmi_get_notify_data()
` [PATCH v2 5/5] platform/x86: wmi: Call both legacy and WMI driver notify handlers

[PATCH] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on action required events
 2024-09-05 14:17 UTC  (13+ messages)
` [PATCH v12 0/3] ACPI: APEI: handle synchronous errors in task work
` [PATCH v12 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [PATCH v12 2/3] mm: memory-failure: move return value documentation to function declaration
` [PATCH v12 3/3] ACPI: APEI: handle synchronous exceptions in task work

[PATCH V3] acpi/prmt: find block with specific type
 2024-09-05 12:49 UTC 

[PATCH] ACPI: resource: Skip IRQ override on Asus Vivobook Go E1404GAB
 2024-09-05 10:45 UTC  (4+ messages)

[PATCH v4 00/18] platform/chrome: Add DT USB/DP muxing/topology support
 2024-09-04 21:45 UTC  (35+ messages)
` [PATCH v4 01/18] drm/atomic-helper: Introduce lane remapping support to bridges
` [PATCH v4 02/18] drm/bridge: Verify lane assignment is going to work during atomic_check
` [PATCH v4 03/18] usb: typec: Stub out typec_switch APIs when CONFIG_TYPEC=n
` [PATCH v4 04/18] usb: typec: Add device managed typec_mux_register()
` [PATCH v4 05/18] usb: typec: Add device managed typec_switch_register()
` [PATCH v4 06/18] drm/bridge: aux-hpd: Support USB Type-C DP altmodes via DRM lane assignment
` [PATCH v4 07/18] drm/bridge: dp_typec: Support USB Type-C orientation
` [PATCH v4 08/18] drm/bridge: dp_typec: Add "no-hpd" support
` [PATCH v4 09/18] drm/bridge: dp_typec: Allow users to hook hpd notify path
` [PATCH v4 10/18] devcon property: Document devcon_match_fn_t
` [PATCH v4 11/18] device property: Add remote endpoint to devcon matcher
` [PATCH v4 12/18] dt-bindings: usb-switch: Extract endpoints to defs
` [PATCH v4 13/18] dt-bindings: usb-switch: Extend for DisplayPort altmode
` [PATCH v4 14/18] dt-bindings: Move google,cros-ec-typec binding to usb
` [PATCH v4 15/18] dt-bindings: usb: Add ports to google,cros-ec-typec for DP altmode
` [PATCH v4 16/18] platform/chrome: cros_ec_typec: Add support for signaling DP HPD via drm_bridge
` [PATCH v4 17/18] platform/chrome: cros_ec_typec: Support DP muxing
` [PATCH v4 18/18] platform/chrome: cros_ec_typec: Handle lack of HPD information

[PATCH v2 0/9] x86/hyperv: Support wakeup mailbox for VTL2 TDX guest
 2024-09-04 17:31 UTC  (15+ messages)
` [PATCH v2 3/9] x86/dt: Support the ACPI multiprocessor wakeup for device tree
` [PATCH v2 4/9] x86/hyperv: Parse the ACPI wakeup mailbox
` [PATCH v2 5/9] x86/hyperv: Mark ACPI wakeup mailbox page as private
` [PATCH v2 8/9] x86/hyperv: Set realmode_limit to 4G for VTL2 TDX guest

[PATCH 0/5] ACPI: battery: various cleanups
 2024-09-04 17:10 UTC  (8+ messages)
` [PATCH 1/5] ACPI: battery: check result of register_pm_notifier()
` [PATCH 2/5] ACPI: battery: allocate driver data through devm_ APIs
` [PATCH 3/5] ACPI: battery: initialize mutexes "
` [PATCH 4/5] ACPI: battery: use DEFINE_SIMPLE_DEV_PM_OPS
` [PATCH 5/5] ACPI: battery: install notify handler through ACPI core

[PATCH v2 0/8] Initial support for SMMUv3 nested translation
 2024-09-04 15:00 UTC  (60+ messages)
` [PATCH v2 1/8] vfio: Remove VFIO_TYPE1_NESTING_IOMMU
` [PATCH v2 2/8] iommu/arm-smmu-v3: Use S2FWB when available
` [PATCH v2 4/8] ACPI/IORT: Support CANWBS memory access flag
` [PATCH v2 5/8] iommu/arm-smmu-v3: Report IOMMU_CAP_ENFORCE_CACHE_COHERENCY for CANWBS
` [PATCH v2 6/8] iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info
` [PATCH v2 7/8] iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENT
` [PATCH v2 8/8] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED

[PATCH v2 1/5] RAS: Report all ARM processor CPER information to userspace
 2024-09-04 10:25 UTC  (11+ messages)
` [PATCH v2 3/5] efi/cper: Add a new helper function to print bitmasks
` [PATCH v2 4/5] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs

[PATCH v3 0/5] Fix issues with ARM Processor CPER records
 2024-09-04  6:07 UTC  (3+ messages)
` [PATCH v3 1/5] RAS: Report all ARM processor CPER information to userspace
` [PATCH v3 4/5] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs

[PATCH] ACPI: battery: use driver core managed async probing
 2024-09-03 21:20 UTC 

[PATCH v11 00/14] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-09-03 16:35 UTC  (3+ messages)
` [PATCH v11 01/14] EDAC: Add support for EDAC device feature's control

[PATCH] ACPI: button: Use strscpy instead of strcpy
 2024-09-03 14:30 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 4c5b492785d5c009e3c123a8701b83e586ff2d01
 2024-09-03 12:25 UTC 

[PATCH v3 1/1] gpiolib: Update the kernel documentation - add Return sections
 2024-09-02 10:24 UTC  (2+ messages)

[PATCH V2] acpi/prmt: find block with specific type
 2024-09-02  6:58 UTC  (4+ messages)

[PATCH] ACPI: button: Use strscpy instead of strcpy
 2024-09-01 19:14 UTC 

ASUS Vivobook Go E1404GAB_E1404GA keyboard does not work
 2024-09-01  9:46 UTC 

[PATCH] ACPI: CPPC: Remove unneeded semicolon
 2024-09-01  9:08 UTC 

[rafael-pm:bleeding-edge 161/190] drivers/acpi/cppc_acpi.c:1141:3-4: Unneeded semicolon
 2024-09-01  7:59 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS d683340e443e46fafe40b050b5dedb64924bf6c8
 2024-09-01  0:38 UTC 

[PATCH] ACPI: EC: add quirk for Lenovo X13 G4 (AMD)
 2024-08-31 16:08 UTC  (3+ messages)

[acpi:acpi 2/2] drivers/acpi/osl.c:609:14: sparse: sparse: symbol 'one_ms_timer_hack' was not declared. Should it be static?
 2024-08-30 19:34 UTC 

[PATCH] ACPI: Remove msleep() bloat from acpi_os_sleep()
 2024-08-30 13:56 UTC  (9+ messages)

[PATCH v3 0/3] OF support for Surface System Aggregator Module
 2024-08-30 12:57 UTC  (8+ messages)
` [PATCH v3 3/3] platform/surface: Add OF support

[PATCH -next] ACPICA: Use swap() to improve code
 2024-08-30 11:30 UTC  (2+ messages)

[PATCH] ACPI: arm64: Calculate size from pointer instead of struct
 2024-08-30  7:11 UTC 

[PATCH v1 00/20] ACPICA: Release 20240827
 2024-08-29 18:41 UTC  (14+ messages)
` [PATCH v1 01/20] ACPICA: haiku: Fix invalid value used for semaphores
` [PATCH v1 02/20] ACPICA: Complete CXL 3.0 CXIMS structures
` [PATCH v1 03/20] ACPICA: SPCR: Update the SPCR table to version 4
` [PATCH v1 04/20] ACPICA: Headers: Add RISC-V SBI Subtype to DBG2
` [PATCH v1 05/20] ACPICA: Implement the Dword_PCC Resource Descriptor Macro
` [PATCH v1 06/20] ACPICA: MPAM: Correct the typo in struct acpi_mpam_msc_node member
` [PATCH v1 07/20] ACPICA: Implement ACPI_WARNING_ONCE and ACPI_ERROR_ONCE
` [PATCH v1 08/20] ACPICA: executer/exsystem: Don't nag user about every Stall() violating the spec
` [PATCH v1 09/20] ACPICA: Allow PCC Data Type in MCTP resource
` [PATCH v1 10/20] ACPICA: Fix memory leak if acpi_ps_get_next_namepath() fails
` [PATCH v1 15/20] ACPICA: Add support for Windows 11 22H2 _OSI string
` [PATCH v1 16/20] ACPICA: Avoid warning for Dump Functions
` [PATCH v1 17/20] ACPICA: HMAT: Add extended linear address mode to MSCIS


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