messages from 2024-10-14 10:27:58 to 2024-10-21 18:03:31 UTC [more...]
[PATCH v4 00/13] Add support for AMD hardware feedback interface
2024-10-21 18:02 UTC (14+ messages)
` [PATCH v4 01/13] Documentation: x86: Add AMD Hardware Feedback Interface documentation
` [PATCH v4 02/13] MAINTAINERS: Add maintainer entry for AMD Hardware Feedback Driver
` [PATCH v4 03/13] x86/cpufeatures: add X86_FEATURE_WORKLOAD_CLASS feature bit
` [PATCH v4 04/13] x86/msr-index: define AMD heterogeneous CPU related MSR
` [PATCH v4 05/13] platform/x86: hfi: Introduce AMD Hardware Feedback Interface Driver
` [PATCH v4 06/13] platform/x86: hfi: parse CPU core ranking data from shared memory
` [PATCH v4 07/13] platform/x86: hfi: init per-cpu scores for each class
` [PATCH v4 08/13] platform/x86: hfi: add online and offline callback support
` [PATCH v4 09/13] platform/x86: hfi: add power management callback
` [PATCH v4 10/13] x86/process: Clear hardware feedback history for AMD processors
` [PATCH v4 11/13] cpufreq/amd-pstate: Disable preferred cores on designs with workload classification
` [PATCH v4 12/13] platform/x86/amd: hfi: Set ITMT priority from ranking data
` [PATCH v4 13/13] platform/x86/amd: hfi: Add debugfs support
[PATCH v3 0/2] Add support of AMD 3D V-Cache optimizer driver
2024-10-21 16:58 UTC (3+ messages)
` [PATCH v3 1/2] platform/x86/amd: amd_3d_vcache: Add "
` [PATCH v3 2/2] platform/x86/amd: amd_3d_vcache: Add sysfs ABI documentation
[PATCH] char: Switch back to struct platform_driver::remove()
2024-10-21 16:21 UTC (2+ messages)
[PATCH v3] platform/x86/intel/pmc: Fix pmc_core_iounmap to call iounmap for valid addresses
2024-10-21 14:29 UTC (2+ messages)
[PATCH] platform/x86: dell-wmi: Ignore suspend notifications
2024-10-21 14:23 UTC (3+ messages)
[PATCH v2 0/2] Add support of AMD 3D V-Cache optimizer driver
2024-10-21 14:20 UTC (6+ messages)
` [PATCH v2 1/2] platform/x86/amd: amd_3d_vcache: Add "
` [PATCH v2 2/2] platform/x86/amd: amd_3d_vcache: Add sysfs ABI documentation
[PATCH] platform/x86:intel/pmc: fix IS_ENABLED() check
2024-10-21 14:15 UTC (2+ messages)
[PATCH] Revert "platform/x86:intel/pmc: Enable the ACPI PM Timer to be turned off when suspended"
2024-10-21 14:10 UTC (2+ messages)
[PATCH v3 0/5] platform/x86: intel_scu_ipc: Avoid working around IO and cleanups
2024-10-21 13:34 UTC (6+ messages)
` [PATCH v3 1/5] platform/x86: intel_scu_ipc: Unify the flow in pwr_reg_rdwr()
` [PATCH v3 2/5] platform/x86: intel_scu_ipc: Replace workaround by 32-bit IO
` [PATCH v3 3/5] platform/x86: intel_scu_ipc: Simplify code with cleanup helpers
` [PATCH v3 4/5] platform/x86: intel_scu_ipc: Convert to check for errors first
` [PATCH v3 5/5] platform/x86: intel_scu_ipc: Save a copy of the entire struct intel_scu_ipc_data
[PATCH v3] platform/x86/hp: Avoid spurious wakeup on HP ProOne 440
2024-10-21 13:04 UTC (4+ messages)
[PATCH v2 1/3] acpi: make EC support compile-time conditional
2024-10-21 11:39 UTC (2+ messages)
[v10 01/11] platform/x86/amd/hsmp: Create hsmp/ directory
2024-10-21 11:14 UTC (11+ messages)
` [v10 02/11] platform/x86/amd/hsmp: Create wrapper function init_acpi()
` [v10 03/11] platform/x86/amd/hsmp: Convert amd_hsmp_rdwr() to a function pointer
` [v10 04/11] platform/x86/amd/hsmp: Move structure and macros to header file
` [v10 05/11] platform/x86/amd/hsmp: Move platform device specific code to plat.c
` [v10 06/11] platform/x86/amd/hsmp: Move ACPI code to acpi.c
` [v10 07/11] platform/x86/amd/hsmp: Change generic plat_dev name to hsmp_pdev
` [v10 08/11] platform/x86/amd/hsmp: Create separate ACPI, plat and common drivers
` [v10 09/11] platform/x86/amd/hsmp: Use name space while exporting module symbols
` [v10 10/11] platform/x86/amd/hsmp: Use dev_groups in the driver structure
` [v10 11/11] platform/x86/amd/hsmp: Make hsmp_pdev static instead of global
[PATCH] platform/x86: dell-dcdbase: Replace snprintf in show functions with sysfs_emit
2024-10-21 10:53 UTC (2+ messages)
[PATCH v1] platform/x86: classmate-laptop: Replace snprintf in show functions with sysfs_emit
2024-10-21 10:51 UTC (2+ messages)
[PATCH v2 0/5] platform/x86/amd/pmf: Updates to AMD PMF driver
2024-10-21 10:48 UTC (7+ messages)
` [PATCH v2 1/5] platform/x86/amd/pmf: Add SMU metrics table support for 1Ah family 60h model
` [PATCH v2 2/5] platform/x86/amd/pmf: Use dev_err_probe() to simplify error handling
` [PATCH v2 3/5] MAINTAINERS: Change AMD PMF driver status to "Supported"
` [PATCH v2 4/5] platform/x86/amd/pmf: Switch to platform_get_resource() and devm_ioremap_resource()
` [PATCH v2 5/5] platform/x86/amd/pmf: Add PMF driver changes to make compatible with PMF-TA
[PATCH v2 0/3] platform/x86: intel_scu_ipc: Avoid working around IO and cleanups
2024-10-21 10:14 UTC (15+ messages)
` [PATCH v2 1/3] platform/x86: intel_scu_ipc: Replace workaround by 32-bit IO
` [PATCH v2 2/3] platform/x86: intel_scu_ipc: Simplify code with cleanup helpers
` [PATCH v2 3/3] platform/x86: intel_scu_ipc: Save a copy of the entire struct intel_scu_ipc_data
[PATCH v1 0/3] platform/x86: intel_scu_ipc: Avoid working around IO and cleanups
2024-10-21 8:34 UTC (8+ messages)
` [PATCH v1 1/3] platform/x86: intel_scu_ipc: Replace workaround by 32-bit IO
` [PATCH v1 2/3] platform/x86: intel_scu_ipc: Simplify code with cleanup helpers
` [PATCH v1 3/3] platform/x86: intel_scu_ipc: Save a copy of the entire struct intel_scu_ipc_data
[PATCH] platform/x86: asus-wmi: Support setting AIPT modes
2024-10-20 22:10 UTC (6+ messages)
[PATCH v6 0/5] Dell AWCC platform_profile support
2024-10-20 22:09 UTC (13+ messages)
` [PATCH v6 1/5] alienware-wmi: fixed indentation and clean up
` [PATCH v6 2/5] alienware-wmi: alienware_wmax_command() is now input size agnostic
` [PATCH v6 3/5] alienware-wmi: added platform profile support
` [PATCH v6 4/5] alienware-wmi: added autodetect_thermal_profile for devices with quirk_unknown
` [PATCH v6 5/5] alienware-wmi: WMAX interface documentation
[PATCH V3 1/2] platform/x86/intel/pmc: Refactor platform resume functions to use cnl_resume()
2024-10-18 15:58 UTC (4+ messages)
` [PATCH V3 2/2] platform/x86/intel/pmc: Disable C1 auto-demotion during suspend
[PATCH 1/2] platform/x86/intel/pmc: Fix ioremap of bad address
2024-10-18 14:36 UTC (3+ messages)
` [PATCH 2/2] platform/x86/intel/pmc: Remove unnecessary ioremap
[PATCH v2 00/13] Add support for AMD hardware feedback interface
2024-10-18 13:46 UTC (18+ messages)
` [PATCH v2 05/13] platform/x86: hfi: Introduce AMD Hardware Feedback Interface Driver
` [PATCH v2 06/13] platform/x86: hfi: parse CPU core ranking data from shared memory
` [PATCH v2 08/13] platform/x86: hfi: add online and offline callback support
` [PATCH v2 09/13] platform/x86: hfi: add power management callback
[PATH] platform/x86: classmate-laptop: Replace snprintf in show functions with sysfs_emit
2024-10-18 8:32 UTC (2+ messages)
[PATCH] platform/x86: Switch back to struct platform_driver::remove()
2024-10-18 8:23 UTC (4+ messages)
[PATCH v2] platform/x86/intel/pmc: Fix pmc_core_iounmap to call iounmap for valid addresses
2024-10-18 8:13 UTC (2+ messages)
[PATCH] platform/x86/intel/pmc: Fix pmc_core_iounmap to call iounmap for valid addresses
2024-10-18 4:27 UTC (4+ messages)
[PATCH v3 00/14] Add support for AMD hardware feedback interface
2024-10-17 19:27 UTC (25+ messages)
` [PATCH v3 01/14] Documentation: x86: Add AMD Hardware Feedback Interface documentation
` [PATCH v3 02/14] MAINTAINERS: Add maintainer entry for AMD Hardware Feedback Driver
` [PATCH v3 03/14] x86/cpufeatures: add X86_FEATURE_WORKLOAD_CLASS feature bit
` [PATCH v3 04/14] x86/msr-index: define AMD heterogeneous CPU related MSR
` [PATCH v3 05/14] platform/x86: hfi: Introduce AMD Hardware Feedback Interface Driver
` [PATCH v3 06/14] platform/x86: hfi: parse CPU core ranking data from shared memory
` [PATCH v3 07/14] platform/x86: hfi: init per-cpu scores for each class
` [PATCH v3 08/14] platform/x86: hfi: add online and offline callback support
` [PATCH v3 09/14] platform/x86: hfi: add power management callback
` [PATCH v3 10/14] x86/cpu: Enable SD_ASYM_PACKING for DIE Domain on AMD Processors
` [PATCH v3 11/14] x86/process: Clear hardware feedback history for AMD processors
` [PATCH v3 12/14] cpufreq/amd-pstate: Disable preferred cores on designs with workload classification
` [PATCH v3 13/14] platform/x86/amd: hfi: Set ITMT priority from ranking data
` [PATCH v3 14/14] platform/x86: hfi: Add debugfs support
[PATCH v6 0/9] platform/x86: introduce asus-armoury driver
2024-10-17 14:41 UTC (11+ messages)
` [PATCH v6 1/9] platform/x86: asus-wmi: export symbols used for read/write WMI
` [PATCH v6 2/9] hid-asus: Add MODULE_IMPORT_NS(ASUS_WMI)
` [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 0/3] Support OV5670 on IPU3 devices
2024-10-16 12:27 UTC (7+ messages)
` [PATCH 1/3] media: i2c: Defer ov5670_probe() if endpoint not found
` [PATCH 2/3] platform/x86: int3472: Add board data for Dell 7212
` [PATCH 3/3] media: ipu-bridge: Add _HID for OV5670
[PATCH] x86: acer-wmi: remove unused mocros
2024-10-16 12:22 UTC (2+ messages)
[PATCH v2 1/1] platform/x86: intel: Add 'intel' prefix to the modules automatically
2024-10-16 10:59 UTC
[v9 01/11] platform/x86/amd/hsmp: Create hsmp/ directory
2024-10-16 9:22 UTC (3+ messages)
` [v9 08/11] platform/x86/amd/hsmp: Create separate ACPI, plat and common drivers
please help with intermittent s2idle problem on AMD laptop
2024-10-15 19:56 UTC (10+ messages)
[Bug 218863] [BAD FIRMWARE] amd-pmf AMDI0102:00: ta invoke cmd init failed err: 60005
2024-10-15 11:58 UTC
[rfc, PATCH v1 1/1] platform/x86: intel: Add 'intel' prefix to the modules automatically
2024-10-15 11:01 UTC (3+ messages)
[PATCH v5 0/4] Dell AWCC platform_profile support
2024-10-15 8:20 UTC (14+ messages)
` [PATCH v5 1/4] alienware-wmi: fixed indentation and clean up
` [PATCH v5 2/4] alienware-wmi: alienware_wmax_command() is now input size agnostic
` [PATCH v5 3/4] alienware-wmi: added platform profile support
` [PATCH v5 4/4] alienware-wmi: WMAX interface documentation
[PATCH 0/5] platform/x86/amd/pmf: Updates to AMD PMF driver
2024-10-15 8:18 UTC (7+ messages)
` [PATCH 4/5] platform/x86/amd/pmf: Switch to platform_get_resource() and devm_ioremap_resource()
[PATCH v3] alienware-wmi: Dell AWCC platform_profile support
2024-10-15 1:35 UTC (2+ messages)
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