summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2017-02-09base/memory, hotplug: fix a kernel oops in show_valid_zones()Toshi Kani
2017-02-01memory_hotplug: make zone_can_shift() return a boolean valueYasuaki Ishimatsu
2017-01-12PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspendTony Lindgren
2017-01-09firmware: fix usermode helper fallback loadingYves-Alexis Perez
2017-01-06PM / OPP: Don't use OPP structure outside of rcu protected sectionViresh Kumar
2017-01-06PM / OPP: Pass opp_table to dev_pm_opp_put_regulator()Stephen Boyd
2016-11-13Merge tag 'driver-core-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-11-11PM / sleep: don't suspend parent when async child suspend_{noirq, late} failsBrian Norris
2016-10-31driver core: fix smatch warning on dev->bus checkRob Herring
2016-10-31driver core: skip removal test for non-removable driversRob Herring
2016-10-27driver core: Make Kconfig text for DEBUG_TEST_DRIVER_REMOVE strongerLaura Abbott
2016-10-07memory-hotplug: fix store_mem_state() return valueReza Arbab
2016-10-05Merge tag 'pinctrl-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2016-10-04Merge tag 'regmap-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2016-10-04Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs'...Mark Brown
2016-10-03Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-10-03Merge tag 'acpi-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2016-10-02Merge branches 'pm-cpuidle', 'pm-opp' and 'pm-avs'Rafael J. Wysocki
2016-10-02Merge branch 'pm-domains'Rafael J. Wysocki
2016-10-02Merge branch 'device-properties'Rafael J. Wysocki
2016-09-28drivers: dma-coherent: Move spinlock in dma_alloc_from_coherent()Bastian Hecht
2016-09-28drivers: dma-coherent: Fix DMA coherent size for less than pageGeorge G. Davis
2016-09-27driver-core: platform: Catch errors from calls to irq_get_irq_dataGuenter Roeck
2016-09-26PM / OPP: Don't support OPP if it provides supported-hw but platform does notDave Gerlach
2016-09-24PM / Domains: Rename pm_genpd_sync_poweron|poweroff()Ulf Hansson
2016-09-24PM / Domains: Don't measure latency of ->power_on|off() during system PMUlf Hansson
2016-09-24PM / Domains: Remove redundant system PM callbacksUlf Hansson
2016-09-24PM / Domains: Simplify detaching a device from its genpdUlf Hansson
2016-09-23Merge tag 'regmap-fix-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-09-23Merge tag 'v4.8-rc6' into develLinus Walleij
2016-09-22regmap: fix deadlock on _regmap_raw_write() error pathNikita Yushchenko
2016-09-20Merge branch 'irq/urgent' into irq/coreThomas Gleixner
2016-09-17PM / OPP: avoid maybe-uninitialized warningArnd Bergmann
2016-09-17PM / Domains: Allow holes in genpd_data.domains arrayTomeu Vizoso
2016-09-16regmap: Add missing little endian functionsTony Lindgren
2016-09-16regmap: Allow longer flag masks for read and writeTony Lindgren
2016-09-16PM / runtime: Use _rcuidle for runtime suspend tracepointsPaul E. McKenney
2016-09-14genirq/msi: Add cpumask allocation to alloc_msi_entryThomas Gleixner
2016-09-13driver: base: pinctrl: return error from pinctrl_bind_pins()Deepak
2016-09-13PM / Domains: Add support for removing nested PM domains by providerJon Hunter
2016-09-13PM / Domains: Add support for removing PM domainsJon Hunter
2016-09-13PM / Domains: Store the provider in the PM domain structureJon Hunter
2016-09-13PM / Domains: Prepare for adding support to remove PM domainsJon Hunter
2016-09-13PM / Domains: Verify the PM domain is present when adding a providerJon Hunter
2016-09-13PM / Domains: Don't expose xlate and provider helper functionsJon Hunter
2016-09-13PM / Domains: Don't expose generic_pm_domain structure to clientsJon Hunter
2016-09-13PM / Domains: Add new helper functions for device-treeJon Hunter
2016-09-06Merge tag 'regmap-fix-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-09-05Merge 4.8-rc5 into driver-core-nextGreg Kroah-Hartman