messages from 2024-01-31 14:29:46 to 2024-02-03 09:00:55 UTC [more...]
[RFC 00/26] Intel Thread Director Virtualization
2024-02-03 9:12 UTC (13+ messages)
` [RFC 01/26] thermal: Add bit definition for x86 thermal related MSRs
` [RFC 02/26] thermal: intel: hfi: Add helpers to build HFI/ITD structures
` [RFC 03/26] thermal: intel: hfi: Add HFI notifier helpers to notify HFI update
` [RFC 04/26] KVM: Add kvm_arch_sched_out() hook
` [RFC 05/26] KVM: x86: Reset hardware history at vCPU's sched_in/out
` [RFC 06/26] KVM: VMX: Add helpers to handle the writes to MSR's R/O and R/WC0 bits
` [RFC 07/26] KVM: VMX: Emulate ACPI (CPUID.0x01.edx[bit 22]) feature
` [RFC 08/26] KVM: x86: Expose TM/ACC (CPUID.0x01.edx[bit 29]) feature bit to VM
` [RFC 09/26] KVM: x86: cpuid: Define CPUID 0x06.eax by kvm_cpu_cap_mask()
` [RFC 10/26] KVM: VMX: Emulate PTM/PTS (CPUID.0x06.eax[bit 6]) feature
` [RFC 11/26] KVM: VMX: Introduce HFI description structure
` [RFC 12/26] KVM: VMX: Introduce HFI table index for vCPU
pm/testing build: 8 builds: 2 failed, 6 passed, 2 errors, 32 warnings (v6.8-rc2-29-gc24c55a0329d1)
2024-02-03 8:32 UTC
[PATCH 00/18] Remove pm_power_off use in drivers/power/reset
2024-02-03 4:20 UTC (21+ messages)
` [PATCH 01/18] power: reset: atc260x-poweroff: Use devm_register_sys_off_handler(RESTART)
` [PATCH 02/18] power: reset: atc260x-poweroff: Use devm_register_sys_off_handler(POWER_OFF)
` [PATCH 03/18] power: reset: xgene-reboot: Use devm_register_sys_off_handler(RESTART)
` [PATCH 04/18] power: reset: tps65086-restart: "
` [PATCH 05/18] power: reset: tps65086-restart: Remove unneeded device data struct
` [PATCH 06/18] power: reset: brcm-kona-reset: Use devm_register_sys_off_handler(RESTART)
` [PATCH 07/18] power: reset: axxia-reset: "
` [PATCH 08/18] power: reset: rmobile-reset: Use devm_platform_ioremap_resource() helper
` [PATCH 09/18] power: reset: rmobile-reset: Use devm_register_sys_off_handler(RESTART)
` [PATCH 10/18] power: reset: mt6323-poweroff: Use devm_register_sys_off_handler(POWER_OFF)
` [PATCH 11/18] power: reset: msm-poweroff: "
` [PATCH 12/18] power: reset: msm-poweroff: Use devm_register_sys_off_handler(RESTART)
` [PATCH 13/18] power: reset: regulator-poweroff: Use devm_register_sys_off_handler(POWER_OFF)
` [PATCH 14/18] power: reset: as3722-poweroff: "
` [PATCH 15/18] power: reset: gemini-poweroff: "
` [PATCH 16/18] power: reset: restart-poweroff: "
` [PATCH 17/18] power: reset: syscon-poweroff: Move device data into a struct
` [PATCH 18/18] power: reset: syscon-poweroff: Use devm_register_sys_off_handler(POWER_OFF)
[PATCH 0/9] thermal: intel: hfi: Prework for the virtualization of HFI
2024-02-03 4:05 UTC (10+ messages)
` [PATCH 1/9] thermal: intel: hfi: Relocate bit definitions of HFI registers
` [PATCH 2/9] thermal: intel: hfi: Introduce the hfi_table structure
` [PATCH 3/9] thermal: intel: hfi: Move selected data structures to a header file
` [PATCH 4/9] thermal: intel: hfi: Introduce Intel Thread Director classes
` [PATCH 5/9] x86/cpufeatures: Add the Intel Thread Director feature definitions
` [PATCH 6/9] thermal: intel: hfi: Enable Intel Thread Director
` [PATCH 7/9] x86/cpufeatures: Add feature bit for HRESET
` [PATCH 8/9] x86/hreset: Configure history reset
` [PATCH 9/9] x86/cpu: Introduce interface to reset hardware history
[GIT PULL] power-supply changes for 6.8-rc
2024-02-02 21:00 UTC (2+ messages)
[PATCH] dt-bindings: interconnect: qcom,rpmh: Fix bouncing @codeaurora address
2024-02-02 18:17 UTC
[PATCH v1 00/18] Thermal: Part 1 - Introduce new structs and registration
2024-02-02 18:14 UTC (18+ messages)
` [PATCH v1 01/18] thermal: core: Change governor name to const char pointer
` [PATCH v1 02/18] thermal: Add new structures and thermal_zone_device_register()
` [PATCH v1 03/18] thermal: Directly use thermal_zone_platform_params for thermal_zone_device
` [PATCH v1 08/18] thermal: intel: pch_thermal: Migrate to thermal_zone_device_register()
[PATCH 1/3] power: supply: axp288_charger: Call power_supply_changed() after set_property()
2024-02-02 17:45 UTC (5+ messages)
` [PATCH 3/3] power: supply: axp288_charger: Add charge-inhibit support
[PATCH 00/12] Add TI-SCI reboot driver
2024-02-02 17:04 UTC (20+ messages)
` [PATCH 01/12] dt-bindings: power: reset: Document ti,sci-reboot compatible
` [PATCH 02/12] dt-bindings: arm: keystone: ti-sci: Add reboot-controller child node
` [PATCH 03/12] power: reset: Add TI-SCI reboot driver
` [PATCH 04/12] arm64: dts: ti: k3-am64: Add reboot-controller node
` [PATCH 05/12] arm64: dts: ti: k3-am62: "
` [PATCH 06/12] arm64: dts: ti: k3-am62a: "
` [PATCH 07/12] arm64: dts: ti: k3-am62p: "
` [PATCH 08/12] arm64: dts: ti: k3-am65: "
` [PATCH 09/12] arm64: dts: ti: k3-j7200: "
` [PATCH 10/12] arm64: dts: ti: k3-j721e: "
` [PATCH 11/12] arm64: dts: ti: k3-j721s2: "
` [PATCH 12/12] arm64: dts: ti: k3-j784s4: "
[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
2024-02-02 17:04 UTC (20+ messages)
` [PATCH RFC v4 01/15] ACPI: Only enumerate enabled (or functional) processor devices
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v4 03/15] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH RFC v4 04/15] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH RFC v4 05/15] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH RFC v4 06/15] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH RFC v4 07/15] ACPI: Check _STA present bit before making CPUs not present
` [PATCH RFC v4 08/15] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH RFC v4 09/15] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH RFC v4 10/15] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v4 11/15] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH RFC v4 12/15] arm64: psci: Ignore DENIED CPUs
` [PATCH RFC v4 13/15] ACPI: add support to (un)register CPUs based on the _STA enabled bit
` [PATCH RFC v4 14/15] arm64: document virtual CPU hotplug's expectations
` [PATCH RFC v4 15/15] cpumask: Add enabled cpumask for present CPUs that can be brought online
[PATCH 0/2] interconnect: qcom: ACV enable_mask fixes
2024-02-02 16:57 UTC (6+ messages)
` [PATCH 1/2] interconnect: qcom: sm8650: Use correct ACV enable_mask
` [PATCH 2/2] interconnect: qcom: x1e80100: Add missing "
[PATCH v2 0/6] AMD Pstate Fixes And Enhancements
2024-02-02 16:27 UTC (12+ messages)
` [PATCH v2 1/6] ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors
` [PATCH v2 2/6] cpufreq:amd-pstate: fix the nominal freq value set
` [PATCH v2 3/6] cpufreq:amd-pstate: initialize nominal_freq of each cpudata
` [PATCH v2 4/6] cpufreq:amd-pstate: get pstate transition delay and latency value from ACPI tables
` [PATCH v2 5/6] cppc_acpi: print error message if CPPC is unsupported
` [PATCH v2 6/6] cpufreq:amd-pstate: add quirk for the pstate CPPC capabilities missing
[PATCH v5 0/2] Improve VM CPUfreq and task placement behavior
2024-02-02 15:53 UTC (5+ messages)
` [PATCH v5 1/2] dt-bindings: cpufreq: add virtual cpufreq device
[PATCH] Documentation: PM: Fix system hibernation section
2024-02-02 15:21 UTC
[PATCH] usb: host: enable suspend-to-RAM control in userspace
2024-02-02 14:57 UTC (2+ messages)
[Bug 218171] New: amd-pstate not loading on zen2 threadripper 3960x (trx40
2024-02-02 14:28 UTC (3+ messages)
` [Bug 218171] "
[PATCH 0/3] thermal/netlink/intel_hfi: Enable HFI feature only when required
2024-02-02 13:00 UTC (10+ messages)
` [PATCH 1/3] netlink: Add notifier when changing netlink socket membership
` [PATCH 3/3] thermal: intel: hfi: Enable interface only when required
[PATCH v4 0/5] PM: domains: Add control for switching back and forth to HW control
2024-02-02 12:29 UTC (6+ messages)
` [PATCH v4 1/5] PM: domains: Allow devices attached to genpd to be managed by HW
` "
[PATCH 1/3] dt-bindings: soc: imx: add fdcc clock to i.MX8MP hdmi blk ctrl
2024-02-02 11:55 UTC (5+ messages)
` [PATCH 2/3] pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domain
[PATCH v2 1/2] arm64: Provide an AMU-based version of arch_freq_get_on_cpu
2024-02-02 9:20 UTC (3+ messages)
[PATCH v2 0/2] Add support for AArch64 AMUv1-based arch_freq_get_on_cpu
2024-02-02 9:14 UTC (6+ messages)
` [PATCH v2 2/2] cpufreq: Wire-up arch-flavored freq info into cpufreq_verify_current_freq
[PATCH 0/6] AMD Pstate Fixes And Enhancements
2024-02-02 9:12 UTC (16+ messages)
` [PATCH 1/6] ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors
` [PATCH 2/6] cpufreq:amd-pstate: fix the nominal freq value set
` [PATCH 3/6] cpufreq:amd-pstate: initialize nominal_freq of each cpudata
` [PATCH 4/6] cpufreq:amd-pstate: get pstate transition delay and latency value from ACPI tables
` [PATCH 5/6] cppc_acpi: print error message if CPPC is unsupported
` [PATCH 6/6] cpufreq:amd-pstate: add quirk for the pstate CPPC capabilities missing
[PATCH] cpufreq: CPPC: Resolve the large frequency discrepancy from cpuinfo_cur_freq
2024-02-02 8:08 UTC (10+ messages)
PS/2 keyboard of laptop Dell XPS 13 9360 goes missing after S3
2024-02-02 8:05 UTC (3+ messages)
[PATCH 0/2] Assume polling-delay(-passive) = 0 when absent
2024-02-02 4:19 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: thermal-zones: Don't require polling-delay(-passive)
` [PATCH 2/2] thermal/of: Assume polling-delay(-passive) 0 when absent
[Bug 217931] New: amd-pstate lacks crucial features: CPU frequency and boost control
2024-02-02 3:26 UTC (13+ messages)
` [Bug 217931] "
[PATCH v2 0/8] sched: cpufreq: Remove magic hardcoded numbers from margins
2024-02-01 22:31 UTC (6+ messages)
` [PATCH v2 7/8] sched/schedutil: Add a new tunable to dictate response time
` [PATCH v2 8/8] sched/pelt: Introduce PELT multiplier
[PATCH v4 0/8] arm64: dts: qcom: sa8295p: Enable GPU
2024-02-01 21:53 UTC (2+ messages)
` (subset) "
[PATCH v2 0/4] Power supply register with devm
2024-02-01 21:51 UTC (2+ messages)
[PATCH] cpuidle: do not shrink guest poll_limit_ns below grow_start
2024-02-01 18:45 UTC (2+ messages)
[RFC] PCI/AER: Block runtime suspend when handling errors
2024-02-01 14:10 UTC (4+ messages)
[PATCH v3] PM / sleep: Mechanism to find source aborting kernel suspend transition
2024-02-01 13:59 UTC (4+ messages)
[RFC PATCH v2 4/7] sched/fair: Use CFS util_avg_uclamp for utilization and frequency
2024-02-01 13:12 UTC
[PATCH 0/5] intel_rapl & perf rapl: combine PMU support
2024-02-01 5:35 UTC (3+ messages)
Optimize the cached regs in bq27xxx driver
2024-02-01 5:13 UTC
[PATCH v3 0/4] PM: hibernate: LZ4 compression support
2024-02-01 4:50 UTC (3+ messages)
[rafael-pm:bleeding-edge] BUILD REGRESSION bd0e3c391ff3c3c5c9b41227d6b7433fcf4d9c61
2024-02-01 3:35 UTC
[PATCH v6 RESEND 0/6] Convert DA906{1,2} bindings to json-schema
2024-01-31 23:20 UTC (3+ messages)
` [PATCH v6 RESEND 6/6] dt-bindings: mfd: dlg,da9063: Convert da9062 "
[PATCH] selftests: Add test to verify power supply properties
2024-01-31 22:50 UTC (2+ messages)
[rafael-pm:bleeding-edge 8/30] drivers/char/apm-emulation.c:91:9: error: redeclaration of enumerator 'SUSPEND_NONE'
2024-01-31 22:15 UTC
[PATCH] alarmtimer, PM: suspend: Expose a function from
2024-01-31 20:10 UTC (2+ messages)
[PATCH v1] thermal: sysfs: Make trip hysteresis writable along with trip temperature
2024-01-31 19:01 UTC (4+ messages)
[PATCH v2] thermal: sysfs: Make trip hysteresis writable along with trip temperature
2024-01-31 18:44 UTC
pm/testing baseline: 50 runs, 7 regressions (v6.8-rc2-7-g7543bfcb6b1a)
2024-01-31 18:17 UTC
pm/testing build: 8 builds: 2 failed, 6 passed, 2 errors, 32 warnings (v6.8-rc2-7-g7543bfcb6b1a)
2024-01-31 17:33 UTC
[PATCH] pmdomain: arm: Fix NULL dereference on scmi_perf_domain removal
2024-01-31 16:16 UTC (2+ messages)
[PATCH 0/3] cpufreq: scmi: Add boost frequency support
2024-01-31 16:12 UTC (8+ messages)
` [PATCH 2/3] firmware: arm_scmi: Add support for marking certain frequencies as boost
[PATCH v2 00/15] arm64: renesas: Add R-Car V4M and Gray Hawk Single support
2024-01-31 14:56 UTC (3+ 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