summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | cpufreq: tegra186: Fix initial frequencyJon Hunter2020-09-161-0/+30
| | | * | | | | | Merge commit 'ded10c47f39e' into HEADViresh Kumar2020-09-163-15/+19
| | | |\ \ \ \ \ \
| | | | * | | | | | cpufreq: imx6q: Unconditionally call dev_pm_opp_of_remove_table()Viresh Kumar2020-09-101-8/+2
| | | * | | | | | | cpufreq: dt: Refactor initialization to handle probe deferral properlyStephan Gerhold2020-09-161-143/+143
| | * | | | | | | | cpufreq: Move traces and update to policy->cur to cpufreq coreViresh Kumar2020-10-052-11/+8
| | * | | | | | | | cpufreq: stats: Enable stats for fast-switch as wellViresh Kumar2020-10-052-6/+4
| | * | | | | | | | cpufreq: stats: Mark few conditionals with unlikely()Viresh Kumar2020-10-051-2/+2
| | * | | | | | | | cpufreq: stats: Remove lockingViresh Kumar2020-10-051-6/+0
| | * | | | | | | | cpufreq: stats: Defer stats update to cpufreq_stats_record_transition()Viresh Kumar2020-10-051-19/+56
| | * | | | | | | | Merge back cpufreq material for 5.10.Rafael J. Wysocki2020-10-0512-50/+68
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | arch_topology, arm, arm64: define arch_scale_freq_invariant()Valentin Schneider2020-09-185-0/+17
| | | * | | | | | | | arch_topology, cpufreq: constify arch_* cpumasksValentin Schneider2020-09-185-7/+9
| | | * | | | | | | | cpufreq: report whether cpufreq supports Frequency Invariance (FI)Ionela Voinescu2020-09-182-0/+21
| | | * | | | | | | | cpufreq: move invariance setter calls in cpufreq coreIonela Voinescu2020-09-186-43/+18
| | | * | | | | | | | arch_topology: validate input frequencies to arch_set_freq_scale()Ionela Voinescu2020-09-181-0/+3
| * | | | | | | | | | Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2020-10-0511-1578/+322
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| | * | | | | | | | | opp: Allow opp-level to be set to 0Viresh Kumar2020-09-162-16/+7
| | * | | | | | | | | opp: Prevent memory leak in dev_pm_opp_attach_genpd()Viresh Kumar2020-09-161-0/+6
| | * | | | | | | | | ARM: tegra: Pass multiple versions in opp-supported-hw propertyViresh Kumar2020-09-164-1393/+88
| | * | | | | | | | | opp: Allow opp-supported-hw to contain multiple versionsViresh Kumar2020-09-161-14/+33
| | * | | | | | | | | dt-bindings: opp: Allow opp-supported-hw to contain multiple versionsViresh Kumar2020-09-161-21/+32
| | * | | | | | | | | opp: Set required OPPs in reverse order when scaling downStephan Gerhold2020-09-161-8/+19
| | * | | | | | | | | opp: Reduce code duplication in _set_required_opps()Stephan Gerhold2020-09-161-21/+22
| | * | | | | | | | | opp: Drop unnecessary check from dev_pm_opp_attach_genpd()Viresh Kumar2020-09-161-6/+0
| | * | | | | | | | | Merge branch 'opp/defer-probe' into HEADViresh Kumar2020-09-164-44/+68
| | |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / | | | |/| | | | | | |
| | | * | | | | | | | opp: Handle multiple calls for same OPP table in _of_add_opp_table_v1()Viresh Kumar2020-09-161-11/+24
| | | * | | | | | | | opp: Allow dev_pm_opp_get_opp_table() to return -EPROBE_DEFERStephan Gerhold2020-08-254-33/+44
| | * | | | | | | | | opp: Remove _dev_pm_opp_find_and_remove_table() wrapperViresh Kumar2020-08-244-16/+10
| | * | | | | | | | | opp: Split out _opp_set_rate_zero()Viresh Kumar2020-08-241-23/+29
| | * | | | | | | | | opp: Reuse the enabled flag in !target_freq pathViresh Kumar2020-08-241-18/+11
| | * | | | | | | | | opp: Rename regulator_enabled and use it as status of all resourcesViresh Kumar2020-08-242-12/+11
* | | | | | | | | | | Merge tag 'platform-drivers-x86-v5.10-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-10-149-116/+122
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | MAINTAINERS: update X86 PLATFORM DRIVERS entry with new kernel.org git repoHans de Goede2020-10-081-1/+1
| * | | | | | | | | | | platform/x86: mlx-platform: Add capability field to platform FAN descriptionVadim Pasternak2020-10-071-0/+1
| * | | | | | | | | | | platform_data/mlxreg: Extend core platform structureVadim Pasternak2020-10-071-0/+2
| * | | | | | | | | | | platform_data/mlxreg: Update module licenseVadim Pasternak2020-10-071-30/+2
| * | | | | | | | | | | platform/x86: mlx-platform: Remove PSU EEPROM configurationVadim Pasternak2020-10-071-13/+2
| * | | | | | | | | | | MAINTAINERS: Update maintainers for pmc_core driverGayatri Kammela2020-10-071-2/+2
| * | | | | | | | | | | platform/x86: intel_pmc_core: fix: Replace dev_dbg macro with dev_info()Gayatri Kammela2020-10-071-3/+3
| * | | | | | | | | | | platform/x86: intel_pmc_core: Add Intel RocketLake (RKL) supportGayatri Kammela2020-10-071-0/+1
| * | | | | | | | | | | platform/x86: intel_pmc_core: Clean up: Remove the duplicate comments and reo...Gayatri Kammela2020-10-071-12/+20
| * | | | | | | | | | | platform/x86: intel_pmc_core: Fix the slp_s0 counter displayed valueGayatri Kammela2020-10-072-4/+11
| * | | | | | | | | | | platform/x86: intel_pmc_core: Fix TigerLake power gating status mapGayatri Kammela2020-10-071-24/+24
| * | | | | | | | | | | platform/x86: pmc_core: Use descriptive names for LPM registersDavid E. Box2020-10-071-12/+12
| * | | | | | | | | | | tools/power/x86/intel-speed-select: Update version for v5.10Srinivas Pandruvada2020-10-071-1/+1
| * | | | | | | | | | | tools/power/x86/intel-speed-select: Fix missing base-freq core IDsJonathan Doman2020-10-073-14/+17
| * | | | | | | | | | | platform/x86: hp-wmi: add support for thermal policyElia Devito2020-10-071-0/+23
* | | | | | | | | | | | Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-147-12/+35
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/xen: Fix typo in xen_pagetable_p2m_free()Hui Su2020-10-051-1/+1
| * | | | | | | | | | | | x86/xen: disable Firmware First mode for correctable memory errorsJuergen Gross2020-10-051-0/+9