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
* cpufreq: Avoid calling cpufreq_verify_current_freq() from handle_update()Viresh Kumar2019-06-281-10/+16
* cpufreq: Consolidate cpufreq_update_current_freq() and __cpufreq_get()Viresh Kumar2019-06-281-42/+28
* cpufreq: Don't skip frequency validation for has_target() driversViresh Kumar2019-06-281-8/+5
* cpufreq: Use has_target() instead of !setpolicyViresh Kumar2019-06-261-3/+3
* cpufreq: Remove redundant !setpolicy checkViresh Kumar2019-06-261-1/+1
* cpufreq: Move the IS_ENABLED(CPU_THERMAL) macro into a stubDaniel Lezcano2019-06-262-4/+8
* Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2019-06-2610-11/+265
|\
| * cpufreq: s5pv210: Don't flood kernel log after cpufreq changePaweł Chmiel2019-06-241-1/+1
| * cpufreq: add driver for Raspberry PiNicolas Saenz Julienne2019-06-133-0/+106
| * cpufreq: Switch imx7d to imx-cpufreq-dt for speed gradingLeonard Crestez2019-06-061-1/+1
| * cpufreq: imx-cpufreq-dt: Remove global platform match listLeonard Crestez2019-06-061-16/+2
| * cpufreq: brcmstb-avs-cpufreq: Fix types for voltage/frequencyFlorian Fainelli2019-06-041-4/+4
| * cpufreq: brcmstb-avs-cpufreq: Fix initial command checkFlorian Fainelli2019-06-041-2/+2
| * cpufreq: armada-37xx: Remove set but not used variable 'freq'YueHaibing2019-06-031-3/+1
| * cpufreq: imx-cpufreq-dt: Fix no OPPs available on unfused partsLeonard Crestez2019-06-031-0/+15
| * dt-bindings: imx-cpufreq-dt: Document opp-supported-hw usageLeonard Crestez2019-05-201-0/+37
| * cpufreq: Add imx-cpufreq-dt driverLeonard Crestez2019-05-205-0/+112
* | cpufreq: pcc-cpufreq: Fail initialization if driver cannot be registeredDavid Arcari2019-06-171-2/+2
* | Linux 5.2-rc5v5.2-rc5Linus Torvalds2019-06-161-1/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-1612-24/+45
|\ \
| * | x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callbackBorislav Petkov2019-06-152-1/+2
| * | x86/kasan: Fix boot with 5-level paging and KASANAndrey Ryabinin2019-06-141-1/+1
| * | x86/fpu: Don't use current->mm to check for a kthreadChristoph Hellwig2019-06-132-4/+4
| * | x86/kgdb: Return 0 from kgdb_arch_set_breakpoint()Matt Mullins2019-06-121-1/+1
| * | x86/resctrl: Prevent NULL pointer dereference when local MBM is disabledPrarit Bhargava2019-06-121-0/+3
| * | x86/resctrl: Don't stop walking closids when a locksetup group is foundJames Morse2019-06-121-1/+6
| * | x86/fpu: Update kernel's FPU state before using for the fsave headerSebastian Andrzej Siewior2019-06-081-0/+5
| * | x86/mm/KASLR: Compute the size of the vmemmap section properlyBaoquan He2019-06-071-1/+10
| * | x86/fpu: Use fault_in_pages_writeable() for pre-faultingHugh Dickins2019-06-061-9/+2
| * | x86/CPU: Add more Icelake model numbersKan Liang2019-06-061-0/+3
| * | mm/vmalloc: Avoid rare case of flushing TLB with weird argumentsRick Edgecombe2019-06-031-1/+3
| * | mm/vmalloc: Fix calculation of direct map addr rangeRick Edgecombe2019-06-031-5/+5
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-06-163-7/+8
|\ \ \
| * | | timekeeping: Repair ktime_get_coarse*() granularityThomas Gleixner2019-06-141-2/+3
| * | | Merge tag 'timers-v5.2-rc1' of https://git.linaro.org/people/daniel.lezcano/l...Thomas Gleixner2019-06-132-5/+5
| |\ \ \
| | * | | clocksource/drivers/arm_arch_timer: Don't trace count reader functionsJulien Thierry2019-06-121-4/+4
| | * | | clocksource/drivers/timer-ti-dm: Change to new style declarationPhilippe Mazenauer2019-05-241-1/+1
| |/ / /
* | | | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-161-38/+42
|\ \ \ \
| * | | | RAS/CEC: Convert the timer callback to a workqueueCong Wang2019-06-071-24/+22
| * | | | RAS/CEC: Fix binary search functionBorislav Petkov2019-06-071-14/+20
| | |/ / | |/| |
* | | | Merge tag 'platform-drivers-x86-v5.2-3' of git://git.infradead.org/linux-plat...Linus Torvalds2019-06-156-4/+26
|\ \ \ \
| * | | | platform/mellanox: mlxreg-hotplug: Add devm_free_irq call to remove flowVadim Pasternak2019-06-121-0/+1
| * | | | platform/x86: mlx-platform: Fix parent device in i2c-mux-reg device registrationVadim Pasternak2019-06-121-1/+1
| * | | | platform/x86: intel-vbtn: Report switch events when event wakes deviceMathew King2019-06-121-2/+14
| * | | | platform/x86: asus-wmi: Only Tell EC the OS will handle display hotkeys from ...Hans de Goede2019-06-123-1/+10
* | | | | Merge tag 'usb-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-06-1515-45/+105
|\ \ \ \ \
| * | | | | usb: typec: Make sure an alt mode exist before getting its partnerHeikki Krogerus2019-06-121-1/+1