summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | PM / QOS: Pass request type to dev_pm_qos_read_value()Viresh Kumar2019-07-044-10/+27
| | * | PM / QOS: Rename __dev_pm_qos_read_value() and dev_pm_qos_raw_read_value()Viresh Kumar2019-07-045-11/+16
| | * | PM / QOS: Pass request type to dev_pm_qos_{add|remove}_notifier()Viresh Kumar2019-07-044-13/+31
| * | | intel_rapl: need linux/cpuhotplug.h for enum cpuhp_stateStephen Rothwell2019-07-151-0/+1
| * | | powercap/rapl: Add Ice Lake NNPI support to RAPL driverRajneesh Bhardwaj2019-07-111-0/+1
| * | | powercap/intel_rapl: add support for ICX-DZhang Rui2019-07-111-0/+1
| * | | powercap/intel_rapl: add support for ICXZhang Rui2019-07-111-0/+1
| * | | powercap/intel_rapl: add support for IceLake desktopZhang Rui2019-07-111-0/+1
| * | | intel_rapl: Fix module autoloading issueZhang Rui2019-07-112-21/+48
| * | | int340X/processor_thermal_device: add support for MMIO RAPLZhang Rui2019-07-112-6/+173
| * | | intel_rapl: support two power limits for every RAPL domainZhang Rui2019-07-113-47/+28
| * | | intel_rapl: support 64 bit registerZhang Rui2019-07-113-11/+14
| * | | intel_rapl: abstract RAPL common codeZhang Rui2019-07-115-326/+395
| * | | intel_rapl: cleanup hardcoded MSR accessZhang Rui2019-07-111-16/+22
| * | | intel_rapl: cleanup some functionsZhang Rui2019-07-111-31/+31
| * | | intel_rapl: abstract register access operationsZhang Rui2019-07-112-53/+70
| * | | intel_rapl: abstract register addressZhang Rui2019-07-112-40/+37
| * | | intel_rapl: introduce struct rapl_if_privateZhang Rui2019-07-112-30/+44
| * | | intel_rapl: introduce intel_rapl.hZhang Rui2019-07-113-99/+116
| * | | intel_rapl: remove hardcoded register indexZhang Rui2019-07-111-22/+22
| * | | intel_rapl: use reg instead of msrZhang Rui2019-07-111-49/+49
* | | | Merge tag 'acpi-5.3-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-07-185-18/+56
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'acpi-misc' and 'acpi-video'Rafael J. Wysocki2019-07-183-1/+45
| |\ \ \ \ \
| | | * | | | ACPI: video: Add new hw_changes_brightness quirk, set it on PB Easynote MZ35Hans de Goede2019-07-161-0/+37
| | * | | | | ACPI: fix false-positive -Wuninitialized warningArnd Bergmann2019-07-151-1/+4
| | * | | | | ACPI: blacklist: fix clang warning for unused DMI tableArnd Bergmann2019-07-111-0/+4
| * | | | | | ACPICA: Update table load object initializationErik Schmauss2019-07-112-17/+11
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'floppy'Linus Torvalds2019-07-182-5/+34
|\ \ \ \ \ \
| * | | | | | MAINTAINERS: mark floppy.c orphanedJiri Kosina2019-07-181-3/+2
| * | | | | | floppy: fix out-of-bounds read in copy_bufferDenis Efremov2019-07-171-2/+4
| * | | | | | floppy: fix invalid pointer dereference in drive_nameDenis Efremov2019-07-171-3/+8
| * | | | | | floppy: fix out-of-bounds read in next_valid_formatDenis Efremov2019-07-171-0/+18
| * | | | | | floppy: fix div-by-zero in setup_format_paramsDenis Efremov2019-07-171-0/+5
* | | | | | | Merge tag 'platform-drivers-x86-v5.3-2' of git://git.infradead.org/linux-plat...Linus Torvalds2019-07-173-60/+66
|\ \ \ \ \ \ \
| * | | | | | | platform/x86: asus: Rename "fan mode" to "fan boost mode"Daniel Drake2019-07-173-60/+66
* | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2019-07-1721-543/+771
|\ \ \ \ \ \ \ \
| * | | | | | | | drivers: thermal: processor_thermal_device: Fix build warningZhang Rui2019-07-091-0/+4
| * | | | | | | | Merge branches 'thermal-core' and 'thermal-intel' into nextZhang Rui2019-06-281-0/+14
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drivers: thermal: processor_thermal: Read PPCC on resumeSrinivas Pandruvada2019-06-251-0/+14
| * | | | | | | | | docs: thermal: convert to ReSTMauro Carvalho Chehab2019-06-2712-428/+693
| * | | | | | | | | thermal/drivers/core: Use governor table to initializeDaniel Lezcano2019-06-277-115/+34
| * | | | | | | | | thermal/drivers/core: Add init section table for self-encapsulationDaniel Lezcano2019-06-272-0/+26
| |/ / / / / / / /
* | | | | | | | | Merge tag 'gpio-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-07-173-28/+20
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'gpio-v5.3-rc1-fixes-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Walleij2019-07-163-20/+19
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | gpio: em: remove the gpiochip before removing the irq domainBartosz Golaszewski2019-07-151-18/+15
| | * | | | | | | | | gpiolib: of: fix a memory leak in of_gpio_flags_quirks()Nishka Dasgupta2019-07-151-0/+1
| | * | | | | | | | | gpio: davinci: silence error prints in case of EPROBE_DEFERKeerthy2019-07-151-2/+3
| * | | | | | | | | | Revert "gpio/spi: Fix spi-gpio regression on active high CS"Linus Walleij2019-07-161-8/+1
* | | | | | | | | | | Merge tag 'hwlock-v5.3' of git://github.com/andersson/remoteprocLinus Torvalds2019-07-177-22/+206
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | hwspinlock: add the 'in_atomic' APIFabien Dessenne2019-06-293-16/+127