aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-11-17Merge tag 'pm-fixes-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-20/+11
2017-11-16PM / runtime: Drop children check from __pm_runtime_set_status()Rafael J. Wysocki1-20/+11
2017-11-16Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds4-9/+17
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+1
2017-11-13Merge tag 'devprop-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+7
2017-11-13Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds18-3290/+289
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+3
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+10
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+3
2017-11-13Merge tag 'regmap-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds5-19/+104
2017-11-13Merge branch 'pm-core'Rafael J. Wysocki4-38/+35
2017-11-13Merge branch 'pm-sleep'Rafael J. Wysocki1-23/+0
2017-11-13Merge branches 'pm-cpufreq-sched' and 'pm-opp'Rafael J. Wysocki7-3092/+0
2017-11-13Merge branch 'pm-cpufreq'Rafael J. Wysocki1-6/+23
2017-11-13Merge branch 'pm-qos'Rafael J. Wysocki6-63/+46
2017-11-13Merge branch 'pm-domains'Rafael J. Wysocki2-88/+205
2017-11-09device property: Make fwnode_handle_get() return the fwnodeSakari Ailus1-2/+7
2017-11-08driver core: Fix device link deferred probeAdrian Hunter1-4/+12
2017-11-08PM / Domains: Fix genpd to deal with drivers returning 1 from ->prepare()Ulf Hansson1-2/+3
2017-11-08PM / QoS: Fix device resume latency frameworkRafael J. Wysocki6-32/+45
2017-11-08Merge branch 'pm-domains' into pm-qosRafael J. Wysocki2-86/+202
2017-11-08PM / domains: Rework governor code to be more consistentRafael J. Wysocki2-23/+50
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar14-8/+36
2017-11-08PM / Domains: Remove gpd_dev_ops.active_wakeup() callbackGeert Uytterhoeven1-11/+3
2017-11-08PM / Domains: Allow genpd users to specify default active wakeup behaviorGeert Uytterhoeven1-0/+3
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar13-0/+13
2017-11-06PCI / PM: Take SMART_SUSPEND driver flag into accountRafael J. Wysocki1-0/+6
2017-11-06PM / core: Add SMART_SUSPEND driver flagRafael J. Wysocki1-0/+3
2017-11-06PM / core: Add NEVER_SKIP and SMART_PREPARE driver flagsRafael J. Wysocki2-1/+5
2017-11-06Merge branch 'acpi-pm' into pm-coreRafael J. Wysocki2-31/+1
2017-11-06Merge remote-tracking branches 'regmap/topic/const' and 'regmap/topic/hwspinlock' into regmap-nextMark Brown5-19/+104
2017-11-06regmap: Fix unused warningBaolin Wang1-1/+1
2017-11-06regmap: Try to work around Kconfig exploding on HWSPINLOCKMark Brown1-1/+1
2017-11-03regmap: Clean up hwspinlock on regmap exitMark Brown1-0/+2
2017-11-03regmap: Also protect hwspinlock in error handling pathMark Brown1-1/+2
2017-11-03regmap: Add a config option for hwspinlockMark Brown2-0/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman13-0/+13
2017-11-01regmap: Add hardware spinlock supportBaolin Wang2-16/+87
2017-10-27sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker1-1/+10
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland2-3/+3
2017-10-24PM / QoS: Fix device resume latency PM QoSRafael J. Wysocki5-30/+55
2017-10-24PM / core: Convert timers to use timer_setup()Kees Cook2-10/+8
2017-10-21PM / core: Fix kerneldoc comments of four functionsRafael J. Wysocki1-4/+4
2017-10-21Merge branch 'pm-sleep' into pm-coreRafael J. Wysocki4-30/+15
2017-10-20driver core: Move device_links_purge() after bus_remove_device()Jeffy Chen1-1/+1
2017-10-20arch_topology: Fix section miss match warning due to free_raw_capacity()Prasad Sodagudi1-1/+1
2017-10-20driver-core: pr_err() strings should end with newlinesArvind Yadav1-3/+3
2017-10-19drivers: flag buses which demand DMA configurationRobin Murphy1-0/+1