summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PM / OPP: Simplify dev_pm_opp_get_max_volt_latency()Viresh Kumar2017-01-301-25/+9
* PM / OPP: Simplify _opp_set_availability()Viresh Kumar2017-01-301-22/+5
* PM / OPP: Move away from RCU lockingViresh Kumar2017-01-304-294/+80
* PM / OPP: Take kref from _find_opp_table()Viresh Kumar2017-01-302-122/+95
* PM / OPP: Update OPP users to put referenceViresh Kumar2017-01-3015-153/+110
* PM / OPP: Add 'struct kref' to struct dev_pm_oppViresh Kumar2017-01-303-15/+18
* PM / OPP: Use dev_pm_opp_get_opp_table() instead of _add_opp_table()Viresh Kumar2017-01-303-89/+29
* PM / OPP: Take reference of the OPP table while adding/removing OPPsViresh Kumar2017-01-301-5/+4
* PM / OPP: Return opp_table from dev_pm_opp_set_*() routinesViresh Kumar2017-01-303-217/+74
* PM / OPP: Add 'struct kref' to OPP tableViresh Kumar2017-01-303-2/+62
* PM / OPP: Add per OPP table mutexViresh Kumar2017-01-302-4/+29
* PM / OPP: Split out part of _add_opp_table() and _remove_opp_table()Viresh Kumar2017-01-271-32/+44
* PM / OPP: Don't expose srcu_head to register notifiersViresh Kumar2017-01-273-44/+62
* PM / OPP: Rename dev_pm_opp_get_suspend_opp() and return OPP rateViresh Kumar2017-01-273-23/+17
* PM / OPP: Don't allocate OPP table from _opp_allocate()Viresh Kumar2017-01-273-73/+78
* PM / OPP: Rename and split _dev_pm_opp_remove_table()Viresh Kumar2017-01-273-15/+24
* PM / OPP: Add light weight _opp_free() routineViresh Kumar2017-01-273-11/+13
* PM / OPP: Error out on failing to add static OPPs for v1 bindingsViresh Kumar2017-01-271-4/+8
* PM / OPP: Rename _allocate_opp() to _opp_allocate()Viresh Kumar2017-01-273-4/+4
* PM / OPP: Remove useless TODOViresh Kumar2017-01-271-2/+0
* PM / OPP: Fix memory leak while adding duplicate OPPsViresh Kumar2017-01-272-3/+21
* Linux 4.10-rc5v4.10-rc5Linus Torvalds2017-01-221-2/+2
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-01-221-0/+2
|\
| * x86/ioapic: Restore IO-APIC irq_chip retrigger callbackRuslan Ruslichenko2017-01-181-0/+2
* | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-01-221-2/+0
|\ \
| * | cpu/hotplug: Remove unused but set variable in _cpu_down()Tobias Klauser2017-01-181-2/+0
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-01-225-7/+45
|\ \ \
| * | | virtio/s390: virtio: constify virtio_config_ops structuresBhumika Goyal2017-01-191-1/+1
| * | | virtio/s390: add missing \n to end of dev_err messageColin Ian King2017-01-191-1/+1
| * | | virtio/s390: support READ_STATUS command for virtio-ccwPierre Morel2017-01-191-0/+25
| * | | tools/virtio/ringtest: tweaks for s390Halil Pasic2017-01-191-0/+12
| * | | tools/virtio/ringtest: fix run-on-all.sh for offline cpusHalil Pasic2017-01-191-2/+3
| * | | virtio_console: fix a crash in config_work_handlerG. Campana2017-01-191-1/+1
| * | | vhost/scsi: silence uninitialized variable warningDan Carpenter2017-01-191-1/+1
| * | | vhost: scsi: constify target_core_fabric_ops structuresBhumika Goyal2017-01-191-1/+1
| | |/ | |/|
* | | Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds2017-01-223-75/+108
|\ \ \
| * \ \ Merge branches 'thermal-core' and 'thermal-soc' into for-rcZhang Rui2017-01-201-53/+100
| |\ \ \
| | * \ \ Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui2017-01-171-53/+100
| | |\ \ \
| | | * | | thermal: rockchip: fixes the conversion tableCaesar Wang2017-01-161-1/+1
| | | * | | thermal: rockchip: handle set_trips without the trip pointsCaesar Wang2016-12-131-1/+15
| | | * | | thermal: rockchip: optimize the conversion tableCaesar Wang2016-12-131-1/+24
| | | * | | thermal: rockchip: fixes invalid temperature caseCaesar Wang2016-12-131-20/+28
| | | * | | thermal: rockchip: don't pass table structs by valueBrian Norris2016-12-131-40/+40
| | | * | | thermal: rockchip: improve conversion error messagesBrian Norris2016-12-131-2/+4
| * | | | | thermal: core: move tz->device.groups cleanup to thermal_releaseJacob von Chorus2017-01-061-5/+5
| * | | | | thermal: thermal_hwmon: Convert to hwmon_device_register_with_info()Fabio Estevam2017-01-041-17/+3
| |/ / / /
* | | | | Merge tag 'usb-4.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-01-2110-32/+31
|\ \ \ \ \
| * | | | | xhci: remove WARN_ON if dma mask is not set for platform devicesMathias Nyman2017-01-201-1/+1
| * | | | | Merge tag 'fixes-for-v4.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-01-179-31/+30
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | usb: dwc2: host: fix Wmaybe-uninitialized warningNicholas Mc Guire2017-01-161-2/+2