summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-08-144-113/+229
|\
| * cpufreq: intel_pstate: Implement passive mode with HWP enabledRafael J. Wysocki2020-08-114-113/+229
* | Merge tag 'pm-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-08-0719-114/+963
|\ \
| * \ Merge branch 'pm-core'Rafael J. Wysocki2020-08-072-12/+260
| |\ \ | | |/ | |/|
| | * PM: runtime: Improve kerneldoc of pm_runtime_get_if_active()Rafael J. Wysocki2020-08-041-12/+14
| | * PM: runtime: Add kerneldoc comments to multiple helpersRafael J. Wysocki2020-08-041-0/+246
| * | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2020-08-0416-102/+702
| |\ \
| | * | cpufreq: make schedutil the default for arm and arm64Valentin Schneider2020-07-301-1/+1
| | * | cpufreq: cached_resolved_idx can not be negativeViresh Kumar2020-07-303-6/+3
| | * | cpufreq: Add Tegra194 cpufreq driverSumit Gupta2020-07-303-0/+398
| | * | dt-bindings: arm: Add NVIDIA Tegra194 CPU Complex bindingSumit Gupta2020-07-301-0/+69
| | * | cpufreq: imx: Select NVMEM_IMX_OCOTPWalter Lozano2020-07-301-0/+1
| | * | cpufreq: sti-cpufreq: Fix some formatting and misspelling issuesLee Jones2020-07-301-4/+4
| | * | cpufreq: tegra186: Simplify probe return pathJon Hunter2020-07-301-6/+0
| | * | cpufreq: CPPC: Reuse caps variable in few routinesXin Hao2020-07-301-2/+2
| | * | cpufreq: ap806: fix cpufreq driver needs ap cpu clkSven Auhagen2020-07-301-0/+1
| | * | cpufreq: cppc: Reorder code and remove apply_hisi_workaround variableViresh Kumar2020-07-301-49/+42
| | * | cpufreq: dt: fix oops on armada37xxIvan Kokshaysky2020-07-301-0/+1
| | * | cpufreq: brcmstb-avs-cpufreq: send S2_ENTER / S2_EXIT commands to AVSMarkus Mayer2020-07-301-1/+11
| | * | cpufreq: brcmstb-avs-cpufreq: Support polling AVS firmwareFlorian Fainelli2020-07-301-13/+34
| | * | cpufreq: brcmstb-avs-cpufreq: more flexible interface for __issue_avs_command()Markus Mayer2020-07-301-16/+14
| | * | cpufreq: qcom: Disable fast switch when scaling DDR/L3Sibi Sankar2020-07-301-2/+1
| | * | cpufreq: qcom: Update the bandwidth levels on frequency changeSibi Sankar2020-07-301-2/+81
| | * | OPP: Add and export helper to set bandwidthSibi Sankar2020-07-302-0/+37
| | * | cpufreq: blacklist SC7180 in cpufreq-dt-platdevSibi Sankar2020-06-231-0/+1
| | * | cpufreq: blacklist SDM845 in cpufreq-dt-platdevSibi Sankar2020-06-231-0/+1
| * | | cpufreq: intel_pstate: Fix cpuinfo_max_freq when MSR_TURBO_RATIO_LIMIT is 0Srinivas Pandruvada2020-08-041-0/+1
| | |/ | |/|
* | | Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-0715-118/+355
|\ \ \
| * | | dm: don't call report zones for more than the user requestedJohannes Thumshirn2020-08-041-1/+2
| * | | dm ebs: Fix incorrect checking for REQ_OP_FLUSHJohn Dorminy2020-08-041-1/+1
| * | | dm init: Set file local variable staticDamien Le Moal2020-08-041-1/+1
| * | | dm ioctl: Fix compilation warningDamien Le Moal2020-08-041-1/+1
| * | | dm raid: Remove empty if statementDamien Le Moal2020-08-041-2/+0
| * | | dm verity: Fix compilation warningDamien Le Moal2020-08-041-7/+7
| * | | dm crypt: Enable zoned block device supportDamien Le Moal2020-07-201-7/+76
| * | | dm crypt: add flags to optionally bypass kcryptd workqueuesIgnat Korchagin2020-07-201-8/+42
| * | | dm bufio: do buffer cleanup from a workqueueMikulas Patocka2020-07-201-19/+41
| * | | dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()Ming Lei2020-07-201-3/+0
| * | | dm dust: add interface to list all badblocksyangerkun2020-07-202-0/+44
| * | | dm dust: report some message results directly back to useryangerkun2020-07-202-20/+26
| * | | dm verity: add "panic_on_corruption" error handling modeJeongHyeon Lee2020-07-133-2/+18
| * | | dm mpath: use double checked locking in fast pathMike Snitzer2020-07-131-9/+23
| * | | dm mpath: rename current_pgpath to pgpath in multipath_prepare_ioctlMike Snitzer2020-07-131-6/+6
| * | | dm mpath: rework __map_bio()Mike Snitzer2020-07-131-14/+19
| * | | dm mpath: factor out multipath_queue_bioMike Snitzer2020-07-131-12/+14
| * | | dm mpath: push locking down to must_push_back_rq()Mike Snitzer2020-07-131-11/+14
| * | | dm mpath: take m->lock spinlock when testing QUEUE_IF_NO_PATHMike Snitzer2020-07-131-18/+34
| * | | dm mpath: changes from initial m->flags locking auditMike Snitzer2020-07-131-3/+13
* | | | Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-08-07268-12115/+12784
|\ \ \ \
| * | | | media: camss: fix memory leaks on error handling paths in probeEvgeny Novikov2020-08-061-10/+20