summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2017-02-13PM / wakeirq: report a wakeup_event on dedicated wekup irqGrygorii Strashko
2017-02-13PM / wakeirq: Fix spurious wake-up events for dedicated wakeirqsGrygorii Strashko
2017-02-13PM / wakeirq: Enable dedicated wakeirq for suspendGrygorii Strashko
2017-02-09Merge OPP material for v4.11 to satisfy dependencies.Rafael J. Wysocki
2017-02-09PM / OPP: Expose _of_get_opp_desc_node as dev_pm_opp APIDave Gerlach
2017-02-09Merge tag 'irqchip-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner
2017-02-09PM / Domains: Fix asynchronous execution of *noirq() callbacksUlf Hansson
2017-02-08PM / Domains: Correct comment in irq_safe_dev_in_no_sleep_domain()Ulf Hansson
2017-02-07PM / OPP: Make _find_opp_table_unlocked() staticWei Yongjun
2017-02-07device property: export code duplicating array of property entriesDmitry Torokhov
2017-02-07device property: constify property arrays valuesDmitry Torokhov
2017-02-07device property: allow to constify propertiesDmitry Torokhov
2017-02-06Merge branches 'pm-core-fixes' and 'pm-cpufreq-fixes'Rafael J. Wysocki
2017-02-04Merge tag 'char-misc-4.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-02-04PM / runtime: Avoid false-positive warnings from might_sleep_if()Rafael J. Wysocki
2017-02-03base/memory, hotplug: fix a kernel oops in show_valid_zones()Toshi Kani
2017-02-03ACPI: Add support for ResourceSource/IRQ domain mappingAgustin Vega-Frias
2017-02-03Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/rbtree' i...Mark Brown
2017-02-03Merge tag 'regmap-v4.10' into regmap-nextMark Brown
2017-01-30CPU / PM: expose pm_qos_resume_latency for CPUsAlex Shi
2017-01-30PM / OPP: Simplify dev_pm_opp_get_max_volt_latency()Viresh Kumar
2017-01-30PM / OPP: Simplify _opp_set_availability()Viresh Kumar
2017-01-30PM / OPP: Move away from RCU lockingViresh Kumar
2017-01-30PM / OPP: Take kref from _find_opp_table()Viresh Kumar
2017-01-30PM / OPP: Update OPP users to put referenceViresh Kumar
2017-01-30PM / OPP: Add 'struct kref' to struct dev_pm_oppViresh Kumar
2017-01-30PM / OPP: Use dev_pm_opp_get_opp_table() instead of _add_opp_table()Viresh Kumar
2017-01-30PM / OPP: Take reference of the OPP table while adding/removing OPPsViresh Kumar
2017-01-30PM / OPP: Return opp_table from dev_pm_opp_set_*() routinesViresh Kumar
2017-01-30PM / OPP: Add 'struct kref' to OPP tableViresh Kumar
2017-01-30PM / OPP: Add per OPP table mutexViresh Kumar
2017-01-27PM / OPP: Split out part of _add_opp_table() and _remove_opp_table()Viresh Kumar
2017-01-27PM / OPP: Don't expose srcu_head to register notifiersViresh Kumar
2017-01-27PM / OPP: Rename dev_pm_opp_get_suspend_opp() and return OPP rateViresh Kumar
2017-01-27PM / OPP: Don't allocate OPP table from _opp_allocate()Viresh Kumar
2017-01-27PM / OPP: Rename and split _dev_pm_opp_remove_table()Viresh Kumar
2017-01-27PM / OPP: Add light weight _opp_free() routineViresh Kumar
2017-01-27PM / OPP: Error out on failing to add static OPPs for v1 bindingsViresh Kumar
2017-01-27PM / OPP: Rename _allocate_opp() to _opp_allocate()Viresh Kumar
2017-01-27PM / OPP: Remove useless TODOViresh Kumar
2017-01-27PM / OPP: Fix memory leak while adding duplicate OPPsViresh Kumar
2017-01-27firmware: fix NULL pointer dereference in __fw_load_abort()Luis R. Rodriguez
2017-01-27PM / Domains: Rename functions in genpd for power on/offUlf Hansson
2017-01-24memory_hotplug: make zone_can_shift() return a boolean valueYasuaki Ishimatsu
2017-01-17irq/platform-msi: Fix comment about maximal MSIsMatthias Brugger
2017-01-16Merge 4.10-rc4 into driver-core-nextGreg Kroah-Hartman
2017-01-14Revert "driver core: Add deferred_probe attribute to devices in sysfs"Greg Kroah-Hartman
2017-01-12regmap: Fixup the kernel-doc comments on functions/structuresCharles Keepax
2017-01-11platform: Print the resource range if device failed to claimChen Yu
2016-12-31PM / domains: Fix 'may be used uninitialized' build warningAugusto Mecking Caringi