summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-184-3/+83
|\
| * virtio_pmem: fix sparse warningPankaj Gupta2019-07-161-2/+2
| * dax: check synchronous mapping is supportedPankaj Gupta2019-07-051-0/+17
| * libnvdimm: add dax_dev sync flagPankaj Gupta2019-07-052-2/+23
| * virtio-pmem: Add virtio pmem driverPankaj Gupta2019-07-052-0/+35
| * libnvdimm: nd_region flush callback supportPankaj Gupta2019-07-051-1/+8
* | Merge tag 'sound-fix-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-181-0/+2
|\ \
| * | ALSA: hda - Don't resume forcibly i915 HDMI/DP codecTakashi Iwai2019-07-161-0/+2
* | | Merge tag 'pm-5.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-07-183-18/+199
|\ \ \
| * \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-07-182-18/+44
| |\ \ \
| | * | | cpufreq: Make cpufreq_generic_init() return voidViresh Kumar2019-07-161-1/+1
| | * | | cpufreq: Add QoS requests for userspace constraintsViresh Kumar2019-07-081-6/+2
| | * | | cpufreq: intel_pstate: Reuse refresh_frequency_limits()Viresh Kumar2019-07-081-0/+1
| | * | | cpufreq: Register notifiers with the PM QoS frameworkViresh Kumar2019-07-081-0/+3
| | * | | PM / QoS: Add support for MIN/MAX frequency constraintsViresh Kumar2019-07-041-0/+12
| | * | | PM / QOS: Pass request type to dev_pm_qos_read_value()Viresh Kumar2019-07-041-3/+13
| | * | | PM / QOS: Rename __dev_pm_qos_read_value() and dev_pm_qos_raw_read_value()Viresh Kumar2019-07-041-4/+4
| | * | | PM / QOS: Pass request type to dev_pm_qos_{add|remove}_notifier()Viresh Kumar2019-07-041-4/+8
| * | | | intel_rapl: need linux/cpuhotplug.h for enum cpuhp_stateStephen Rothwell2019-07-151-0/+1
| * | | | intel_rapl: support two power limits for every RAPL domainZhang Rui2019-07-111-0/+2
| * | | | intel_rapl: support 64 bit registerZhang Rui2019-07-111-4/+4
| * | | | intel_rapl: abstract RAPL common codeZhang Rui2019-07-111-0/+7
| * | | | intel_rapl: abstract register access operationsZhang Rui2019-07-111-0/+13
| * | | | intel_rapl: abstract register addressZhang Rui2019-07-111-0/+4
| * | | | intel_rapl: introduce struct rapl_if_privateZhang Rui2019-07-111-0/+15
| * | | | intel_rapl: introduce intel_rapl.hZhang Rui2019-07-111-0/+113
* | | | | Merge tag 'acpi-5.3-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-07-181-1/+4
|\ \ \ \ \
| * \ \ \ \ Merge branches 'acpi-misc' and 'acpi-video'Rafael J. Wysocki2019-07-181-1/+4
| |\ \ \ \ \
| | * | | | | ACPI: fix false-positive -Wuninitialized warningArnd Bergmann2019-07-151-1/+4
* | | | | | | Merge tag 'platform-drivers-x86-v5.3-2' of git://git.infradead.org/linux-plat...Linus Torvalds2019-07-171-1/+1
|\ \ \ \ \ \ \
| * | | | | | | platform/x86: asus: Rename "fan mode" to "fan boost mode"Daniel Drake2019-07-171-1/+1
* | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2019-07-172-2/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | docs: thermal: convert to ReSTMauro Carvalho Chehab2019-06-271-2/+2
| * | | | | | | | thermal/drivers/core: Add init section table for self-encapsulationDaniel Lezcano2019-06-271-0/+11
* | | | | | | | | Merge tag 'hwlock-v5.3' of git://github.com/andersson/remoteprocLinus Torvalds2019-07-171-3/+58
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | hwspinlock: add the 'in_atomic' APIFabien Dessenne2019-06-291-3/+58
* | | | | | | | | | Merge tag 'rproc-v5.3' of git://github.com/andersson/remoteprocLinus Torvalds2019-07-172-6/+28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | soc: qcom: mdt_loader: Support loading non-split imagesBjorn Andersson2019-07-011-0/+2
| * | | | | | | | | | remoteproc: add vendor resources handlingClement Leger2019-06-291-6/+26
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-07-172-0/+162
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | iommu/virtio: Add event queueJean-Philippe Brucker2019-06-061-0/+19
| * | | | | | | | | | iommu/virtio: Add probe requestJean-Philippe Brucker2019-06-061-0/+36
| * | | | | | | | | | iommu: Add virtio-iommu driverJean-Philippe Brucker2019-06-062-0/+107
* | | | | | | | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-07-1715-25/+251
|\ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ Merge branches 'clk-bcm63xx', 'clk-silabs', 'clk-lochnagar' and 'clk-rockchip...Stephen Boyd2019-07-122-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| | | * | | | | | | | | | clk: rockchip: add clock id for hdmi_phy special clock on rk3228Heiko Stuebner2019-06-271-0/+1
| | | * | | | | | | | | | clk: rockchip: add clock id for watchdog pclk on rk3328Heiko Stuebner2019-06-271-0/+1
| | |/ / / / / / / / / /
| | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ Merge branches 'clk-rpi-cpufreq', 'clk-tegra', 'clk-simplify-provider.h', 'cl...Stephen Boyd2019-07-121-7/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| | | * | | | | | | | | | clk: consoldiate the __clk_get_hw() declarationsStephen Rothwell2019-07-121-0/+7
| | | * | | | | | | | | | clk: Unexport __clk_of_tableStephen Boyd2019-05-231-4/+0