messages from 2024-10-25 19:31:17 to 2024-10-30 17:19:25 UTC [more...]
[PATCH v3 0/5] platform/x86/amd/pmf: Updates to AMD PMF driver
2024-10-30 17:19 UTC (16+ messages)
` [PATCH v3 5/5] platform/x86/amd/pmf: Add PMF driver changes to make compatible with PMF-TA
[PATCH] platform/x86/amd/hsmp: mark hsmp_msg_desc_table[] as maybe_unused
2024-10-30 17:17 UTC (5+ messages)
[PATCH v6 0/9] platform/x86: introduce asus-armoury driver
2024-10-30 15:17 UTC (10+ messages)
` [PATCH v6 3/9] platform/x86: asus-armoury: move existing tunings to asus-armoury module
` [PATCH v6 8/9] platform/x86: asus-armoury: add core count control
[PATCH v11 0/5] Dell AWCC platform_profile support
2024-10-30 14:41 UTC (8+ messages)
` [PATCH v11 1/5] alienware-wmi: fixed indentation and clean up
` [PATCH v11 2/5] alienware-wmi: alienware_wmax_command() is now input size agnostic
` [PATCH v11 3/5] alienware-wmi: added platform profile support
` [PATCH v11 4/5] alienware-wmi: added force module parameters
` [PATCH v11 5/5] alienware-wmi: WMAX interface documentation
[PATCH 00/16] AMD NB and SMN rework
2024-10-30 14:21 UTC (7+ messages)
` [PATCH 03/16] x86/amd_nb: Clean up early_is_amd_nb()
[PATCH v2 00/15] Add support for binding ACPI platform profile to multiple drivers
2024-10-30 14:08 UTC (31+ messages)
` [PATCH v2 01/15] ACPI: platform-profile: Add a name member to handlers
` [PATCH v2 02/15] platform/surface: aggregator: Add platform handler pointer to device
` [PATCH v2 03/15] ACPI: platform_profile: Add platform handler argument to platform_profile_remove()
` [PATCH v2 04/15] ACPI: platform_profile: Add a list to platform profile handler
` [PATCH v2 05/15] ACPI: platform_profile: Move sanity check out of the mutex
` [PATCH v2 06/15] ACPI: platform_profile: Use guard(mutex) for register/unregister
` [PATCH v2 07/15] ACPI: platform_profile: Only remove group when no more handler registered
` [PATCH v2 08/15] ACPI: platform_profile: Require handlers to support balanced profile
` [PATCH v2 09/15] ACPI: platform_profile: Notify change events on register and unregister
` [PATCH v2 10/15] ACPI: platform_profile: Only show profiles common for all handlers
` [PATCH v2 11/15] ACPI: platform_profile: Set profile for all registered handlers
` [PATCH v2 12/15] ACPI: platform_profile: Make sure all profile handlers agree on profile
` [PATCH v2 13/15] ACPI: platform_profile: Check all profile handler to calculate next
` [PATCH v2 14/15] ACPI: platform_profile: Allow multiple handlers
` [PATCH v2 15/15] platform/x86/amd: pmf: Drop all quirks
[PATCH v2 1/3] acpi: make EC support compile-time conditional
2024-10-30 12:40 UTC (4+ messages)
"asus_wmi: Unknown key code 0xcf" when plugging in charger to laptop
2024-10-30 0:06 UTC (2+ messages)
[PATCH v10 0/5] Dell AWCC platform_profile support
2024-10-30 0:03 UTC (13+ messages)
` [PATCH v10 1/5] alienware-wmi: fixed indentation and clean up
` [PATCH v10 2/5] alienware-wmi: alienware_wmax_command() is now input size agnostic
` [PATCH v10 3/5] alienware-wmi: added platform profile support
` [PATCH v10 4/5] alienware-wmi: added force module parameters
` [PATCH v10 5/5] alienware-wmi: WMAX interface documentation
[PATCH v5 00/13] Add support for AMD hardware feedback interface
2024-10-29 19:48 UTC (20+ messages)
` [PATCH v5 01/13] Documentation: x86: Add AMD Hardware Feedback Interface documentation
` [PATCH v5 02/13] MAINTAINERS: Add maintainer entry for AMD Hardware Feedback Driver
` [PATCH v5 03/13] x86/cpufeatures: add X86_FEATURE_AMD_WORKLOAD_CLASS feature bit
` [PATCH v5 04/13] x86/msr-index: define AMD heterogeneous CPU related MSR
` [PATCH v5 05/13] platform/x86: hfi: Introduce AMD Hardware Feedback Interface Driver
` [PATCH v5 06/13] platform/x86: hfi: parse CPU core ranking data from shared memory
` [PATCH v5 07/13] platform/x86: hfi: init per-cpu scores for each class
` [PATCH v5 08/13] platform/x86: hfi: add online and offline callback support
` [PATCH v5 09/13] platform/x86: hfi: add power management callback
` [PATCH v5 10/13] x86/process: Clear hardware feedback history for AMD processors
` [PATCH v5 11/13] cpufreq/amd-pstate: Disable preferred cores on designs with workload classification
` [PATCH v5 12/13] platform/x86/amd: hfi: Set ITMT priority from ranking data
` [PATCH v5 13/13] platform/x86/amd: hfi: Add debugfs support
[PATCH 0/8] Add support for binding ACPI platform profile to multiple drivers
2024-10-29 19:10 UTC (34+ messages)
` [PATCH 1/8] ACPI: platform-profile: Add a name member to handlers
` [PATCH 2/8] platform/surface: aggregator: Add platform handler pointer to device
` [PATCH 3/8] ACPI: platform_profile: Add platform handler argument to platform_profile_remove()
` [PATCH 4/8] ACPI: platform_profile: Add a list to platform profile handler
` [PATCH 5/8] ACPI: platform_profile: Use guard(mutex) for register/unregister
` [PATCH 6/8] ACPI: platform_profile: Only remove group when no more handler registered
` [PATCH 7/8] ACPI: platform_profile: Add support for multiple handlers
` [PATCH 8/8] platform/x86/amd: pmf: Drop all quirks
[PATCH v2 0/8] platform/x86/amd/pmc: Updates to AMD PMC driver
2024-10-29 16:14 UTC (11+ messages)
` [PATCH v2 1/8] platform/x86/amd/pmc: Move STB functionality to a new file for better code organization
` [PATCH v2 2/8] platform/x86/amd/pmc: Update function names to align with new STB file
` [PATCH v2 3/8] platform/x86/amd/pmc: Define enum for S2D/PMC msg_port
` [PATCH v2 4/8] platform/x86/amd/pmc: Isolate STB code changes to a new file
` [PATCH v2 5/8] platform/x86/amd/pmc: Update IP information structure for newer SoCs
` [PATCH v2 6/8] platform/x86/amd/pmc: Update S2D message id for 1Ah Family 70h model
` [PATCH v2 7/8] platform/x86/amd/pmc: Add STB support for AMD Desktop variants
` [PATCH v2 8/8] MAINTAINERS: Change AMD PMF driver status to "Supported"
[PATCH 0/8] platform/x86/amd/pmc: Updates to AMD PMC driver
2024-10-29 15:10 UTC (19+ messages)
` [PATCH 1/8] platform/x86/amd/pmc: Move STB functionality to a new file for better code organization
` [PATCH 2/8] platform/x86/amd/pmc: Update function names to align with new STB file
` [PATCH 3/8] platform/x86/amd/pmc: Define enum for S2D/PMC msg_port
` [PATCH 4/8] platform/x86/amd/pmc: Isolate STB code changes to a new file
` [PATCH 5/8] platform/x86/amd/pmc: Update IP information structure for newer SoCs
` [PATCH 6/8] platform/x86/amd/pmc: Update S2D message id for 1Ah Family 70h model
` [PATCH 7/8] platform/x86/amd/pmc: Add STB support for AMD Desktop variants
` [PATCH 8/8] MAINTAINERS: Change AMD PMF driver status to "Supported"
[PATCH v2] platform/x86: compal-laptop: use sysfs_emit() instead of sprintf()
2024-10-29 15:02 UTC (2+ messages)
[PATCH 1/3] platform/x86: wmi: Remove wmi_block_list
2024-10-29 15:02 UTC (4+ messages)
` [PATCH 2/3] platform/x86: wmi: Replace dev_to_wdev() with to_wmi_device()
` [PATCH 3/3] platform/x86: wmi: Introduce to_wmi_driver()
[PATCH v2 1/4] platform/x86: think-lmi: improve check if BIOS account security enabled
2024-10-29 15:02 UTC (2+ messages)
[PATCH] platform/x86/amd/pmc: Detect when STB is not available
2024-10-29 12:17 UTC (8+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH 0/2] platform/x86: asus-wmi: Fix thermal profile handling
2024-10-29 1:19 UTC (13+ messages)
` [PATCH 1/2] platform/x86: asus-wmi: Fix thermal profile initialization
` [PATCH 2/2] platform/x86: asus-wmi: Fix inconsistent use of thermal policies
[Bug 204807] Hardware monitoring sensor nct6798d doesn't work unless acpi_enforce_resources=lax is enabled
2024-10-28 21:05 UTC (2+ messages)
[PATCH v2 1/1] platform/x86: intel: Add 'intel' prefix to the modules automatically
2024-10-28 13:05 UTC (4+ messages)
[PATCH 1/1] MAINTAINERS: replace bouncing maintainers
2024-10-28 11:19 UTC
[PATCH 0/1] MAINTAINERS: replace bouncing maintainers
2024-10-28 11:23 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH AUTOSEL 5.15 6/7] platform/x86: dell-wmi: Ignore suspend notifications
2024-10-28 10:53 UTC
[PATCH AUTOSEL 6.1 7/8] platform/x86: dell-wmi: Ignore suspend notifications
2024-10-28 10:52 UTC
[PATCH AUTOSEL 6.6 12/15] platform/x86: dell-wmi: Ignore suspend notifications
2024-10-28 10:52 UTC
[PATCH AUTOSEL 6.11 23/32] platform/x86: dell-wmi: Ignore suspend notifications
2024-10-28 10:50 UTC
[GIT PULL] platform-drivers-x86 for 6.12-3
2024-10-27 18:56 UTC (2+ messages)
[PATCH v9 0/4] Dell AWCC platform_profile support
2024-10-27 14:04 UTC (6+ messages)
` [PATCH v9 3/4] alienware-wmi: added platform profile support
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