messages from 2018-09-07 05:49:56 to 2018-09-13 20:37:55 UTC [more...]
[PATCH v2 0/5] arm64: dts: NXP: add basic dts file for LX2160A SoC
2018-09-13 20:37 UTC (6+ messages)
` [PATCH v2 1/5] dt-bindings: arm64: add compatible for LX2160A
` [PATCH v2 2/5] soc/fsl/guts: Add compatible string "
` [PATCH v2 3/5] drivers: clk-qoriq: Add clockgen support for lx2160a
` [PATCH v2 4/5] arm64: dts: add QorIQ LX2160A SoC support
` [PATCH v2 5/5] arm64: dts: add LX2160ARDB board support
[PATCH v4 00/16] Add utilization clamping support
2018-09-13 19:20 UTC (33+ messages)
` [PATCH v4 02/16] sched/core: uclamp: map TASK's clamp values into CPU's clamp groups
` [PATCH v4 03/16] sched/core: uclamp: add CPU's clamp groups accounting
` [PATCH v4 08/16] sched/core: uclamp: propagate parent clamps
` [PATCH v4 09/16] sched/core: uclamp: map TG's clamp values into CPU's clamp groups
` [PATCH v4 11/16] sched/core: uclamp: add system default clamps
[PATCH] kernel/hung_task.c: disable on suspend
2018-09-13 16:08 UTC
[PATCH v8 00/26] PM / Domains: Support hierarchical CPU arrangement (PSCI/ARM)
2018-09-13 15:37 UTC (11+ messages)
` [PATCH v8 07/26] PM / Domains: Add genpd governor for CPUs
[PATCH RFC] kernel/hung_task.c: disable on suspend
2018-09-13 15:27 UTC (6+ messages)
[PATCH v3 0/3] power: supply: max8998-charger: Device Tree support
2018-09-13 14:55 UTC (4+ messages)
` [PATCH v3 3/3] dt-bindings: mfd: max8998: Add charger subnode binding
[PATCH 0/5][RFC] Encryption and authentication for hibernate snapshot image
2018-09-13 14:31 UTC (12+ messages)
` [PATCH 1/5] PM / hibernate: Create snapshot keys handler
` [PATCH 2/5] PM / hibernate: Generate and verify signature for snapshot image
` [PATCH 3/5] PM / hibernate: Encrypt "
` [PATCH 4/5] PM / hibernate: Erase the snapshot master key in snapshot pages
` [PATCH 5/5] PM / hibernate: An option to request that snapshot image must be authenticated
[PATCH] cpufreq: governor: Protect cpufreq governor_data
2018-09-13 14:29 UTC (2+ messages)
[PATCH 0/4][v2] Fixes hibernation bugs on x86-32 system
2018-09-13 14:00 UTC (7+ messages)
` [PATCH 1/4][v2] x86, hibernate: Fix nosave_regions setup for hibernation
` [PATCH 2/4][v2] PM / hibernate: Check the success of generating md5 digest before hibernation
` [PATCH 3/4][v2] x86, hibernate: Extract the common code of 64/32 bit system
` [PATCH 4/4][v2] x86, hibernate: Backport several fixes from 64bits to 32bits hibernation
[PATCH 1/2] thermal: imx: improve error message
2018-09-13 13:43 UTC (4+ messages)
` [PATCH 2/2] thermal: imx: handle error path in one place to save duplicated code
[PATCH] hyper-v: Fix wakeup from suspend-to-idle
2018-09-13 12:58 UTC (3+ messages)
[PATCH 00/11] OPP: Don't create multiple OPP tables for devices sharing OPP table
2018-09-13 10:21 UTC (15+ messages)
` [PATCH 01/11] OPP: Free OPP table properly on performance state irregularities
` [PATCH 02/11] OPP: Protect dev_list with opp_table lock
` [PATCH 03/11] OPP: Pass index to _of_init_opp_table()
` [PATCH 04/11] OPP: Parse OPP table's DT properties from _of_init_opp_table()
` [PATCH 05/11] OPP: Don't take OPP table's kref for static OPPs
` [PATCH 06/11] OPP: Create separate kref for static OPPs list
` [PATCH 07/11] cpufreq: mvebu: Remove OPPs using dev_pm_opp_remove()
` [PATCH 08/11] OPP: Don't remove dynamic OPPs from _dev_pm_opp_remove_table()
` [PATCH 09/11] OPP: Use a single mechanism to free the OPP table
` [PATCH 10/11] OPP: Prevent creating multiple OPP tables for devices sharing OPP nodes
` [PATCH 11/11] OPP: Pass OPP table to _of_add_opp_table_v{1|2}()
[PATCH] PM / suspend: Count extra iterations of s2idle loop as sleep time
2018-09-13 10:02 UTC
[PATCH] thermal: qoriq: add i.mx8mq support
2018-09-13 9:43 UTC (2+ messages)
[PATCH v3] PCI: Reprogram bridge prefetch registers on resume
2018-09-13 7:43 UTC (3+ messages)
[PATCH] power_supply: sysfs: ratelimit property read error message
2018-09-13 0:51 UTC (2+ messages)
[PATCH v7 00/14] Energy Aware Scheduling
2018-09-12 14:56 UTC (16+ messages)
` [PATCH v7 01/14] sched: Relocate arch_scale_cpu_capacity
` [PATCH v7 02/14] sched/cpufreq: Prepare schedutil for Energy Aware Scheduling
` [PATCH v7 03/14] PM: Introduce an Energy Model management framework
` [PATCH v7 04/14] PM / EM: Expose the Energy Model in sysfs
` [PATCH v7 05/14] sched: Introduce a sched_feat for Energy Aware Scheduling
` [PATCH v7 06/14] sched/topology: Reference the Energy Model of CPUs when available
` [PATCH v7 07/14] sched/topology: Lowest CPU asymmetry sched_domain level pointer
` [PATCH v7 08/14] sched/topology: Disable EAS on inappropriate platforms
` [PATCH v7 09/14] sched/fair: Clean-up update_sg_lb_stats parameters
` [PATCH v7 10/14] sched: Add over-utilization/tipping point indicator
` [PATCH v7 11/14] sched/fair: Introduce an energy estimation helper function
` [PATCH v7 12/14] sched/fair: Select an energy-efficient CPU on task wake-up
` [PATCH v7 13/14] sched/topology: Make Energy Aware Scheduling depend on schedutil
` [PATCH v7 14/14] OPTIONAL: cpufreq: dt: Register an Energy Model
[PATCH v2] PCI: Reprogram bridge prefetch registers on resume
2018-09-12 10:06 UTC (4+ messages)
[PATCH v3 00/16] Another round of tsens cleanups
2018-09-12 9:52 UTC (9+ messages)
` [PATCH v3 01/16] thermal: tsens: Prepare 8916 and 8974 tsens to use SROT and TM address space
` [PATCH v3 02/16] thermal: tsens: Add SPDX license identifiers
` [PATCH v3 03/16] thermal: tsens: Get rid of dead code
` [PATCH v3 04/16] thermal: tsens: Rename map field in order to add a second address map
` [PATCH v3 05/16] thermal: tsens: Add the SROT "
` [PATCH v3 07/16] thermal: tsens: Pass register offsets as private data
` [PATCH v3 08/16] thermal: tsens: Check if the IP is correctly enabled by firmware
` [PATCH v3 13/16] dt-bindings: thermal: Fix a typo in documentation
[PATCH 1/2] dt-bindings: power: Add Spreadtrum SC27XX fuel gauge unit documentation
2018-09-12 7:29 UTC (2+ messages)
` [PATCH 2/2] power: supply: Add Spreadtrum SC27XX fuel gauge unit driver
[PATCH] cpufreq: intel_pstate: Optimize IO boost in non HWP mode
2018-09-11 17:35 UTC (8+ messages)
[PATCH v6 00/14] Energy Aware Scheduling
2018-09-11 13:31 UTC (32+ messages)
` [PATCH v6 02/14] sched/cpufreq: Factor out utilization to frequency mapping
` [PATCH v6 03/14] PM: Introduce an Energy Model management framework
` [PATCH v6 07/14] sched/topology: Introduce sched_energy_present static key
` [PATCH v6 10/14] sched/cpufreq: Refactor the utilization aggregation method
` [PATCH v6 13/14] sched/topology: Make Energy Aware Scheduling depend on schedutil
[PATCH] PCI: Reprogram bridge prefetch registers on resume
2018-09-11 9:08 UTC (12+ messages)
` [Nouveau] "
[PATCH v16 0/5] iommu/arm-smmu: Add runtime pm/sleep support
2018-09-11 8:34 UTC (9+ messages)
` [PATCH v16 2/5] iommu/arm-smmu: Invoke pm_runtime during probe, add/remove device
` [PATCH v16 4/5] dt-bindings: arm-smmu: Add bindings for qcom, smmu-v2
` [PATCH v16 4/5] dt-bindings: arm-smmu: Add bindings for qcom,smmu-v2
[PATCH v1 0/5] CPUFREQ OPP's and Tegra30 support by tegra20-cpufreq driver
2018-09-11 8:27 UTC (4+ messages)
[PATCH v3] cpuidle: enter_state: Don't needlessly calculate diff time
2018-09-10 21:47 UTC
[PATCH v2] cpuidle: enter_state: Don't needlessly calculate diff time
2018-09-10 21:40 UTC (4+ messages)
[PATCH v2] cpuidle: Remove unnecessary wrapper cpuidle_get_last_residency()
2018-09-10 19:59 UTC
[PATCH v7 0/2] cpufreq: qcom-hw: Add support for QCOM cpufreq HW driver
2018-09-10 19:30 UTC (4+ messages)
` [PATCH v7 2/2] "
[PATCH v3 2/2] PM / devfreq: Add devfreq driver for interconnect bandwidth voting
2018-09-10 18:55 UTC (3+ messages)
[PATCH v3 1/2] PM / devfreq: Generic CPU frequency to device frequency mapping governor
2018-09-10 18:45 UTC (5+ messages)
[PATCH 00/17] thermal: enable/check sensor after its setup is finished
2018-09-10 17:37 UTC (5+ messages)
` [PATCH 01/17] thermal: add thermal_zone_device_toggle() helper
[PATCH 00/10] OPP: Support multiple power-domains per device
2018-09-10 14:18 UTC (3+ messages)
` [PATCH 06/10] OPP: Add dev_pm_opp_{set|put}_required_device() helper
next-20180910: boots on thinkpad x60 (32bit machine) but has problems during suspend
2018-09-10 14:16 UTC (3+ messages)
[PATCH v6 00/16] Add support for Hygon Dhyana Family 18h processor
2018-09-10 13:20 UTC (3+ messages)
` [PATCH v6 14/16] cpufreq, x86: Add Hygon Dhyana support
` [PATCH v6 16/16] cpupower, "
[PATCH] [RFC v2] Drop all 00-INDEX files from Documentation/
2018-09-09 21:12 UTC (8+ messages)
[PATCH v1] dd: Invoke one probe retry cycle after some initcall levels
2018-09-09 20:22 UTC (3+ messages)
[PATCH] cpuidle: Remove unnecessary wrapper cpuidle_get_last_residency()
2018-09-09 19:43 UTC (2+ messages)
[PATCH] cpuidle: enter_state: Don't needlessly calculate diff time
2018-09-09 19:41 UTC (3+ messages)
[PATCH] cpufreq: remove unnecessary unlikely()
2018-09-07 16:09 UTC
[PATCH V12 00/14] Krait clocks + Krait CPUfreq
2018-09-07 14:28 UTC (4+ messages)
[GIT PULL] ACPI fixes for v4.19-rc3
2018-09-07 9:42 UTC
[GIT PULL] ACPI fixes for v4.19-rc3
2018-09-07 9:40 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;
as well as URLs for NNTP newsgroup(s).