summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* PM / domains: Fix 'may be used uninitialized' build warningAugusto Mecking Caringi2016-12-311-0/+1
* avoid spurious "may be used uninitialized" warningLinus Torvalds2016-12-251-0/+1
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-252-2/+2
* ktime: Get rid of the unionThomas Gleixner2016-12-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-221-0/+5
|\
| * Merge branch 'x86/cpufeature' into x86/cacheThomas Gleixner2016-11-163-8/+11
| |\
| * | cacheinfo: Introduce cache idFenghua Yu2016-10-261-0/+5
* | | Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-1317-106/+1367
|\ \ \
| * | | firmware: Correct handling of fw_state_wait() return valueBjorn Andersson2016-12-081-7/+6
| * | | driver core: Silence device links sphinx warningLukas Wunner2016-12-051-2/+2
| * | | firmware: remove warning at documentation generation timeSilvio Fricke2016-12-011-3/+3
| * | | drivers: base: dma-mapping: Fix typo in dmam_alloc_non_coherent commentsFlorian Fainelli2016-11-301-2/+2
| * | | driver core: test_async: fix up typo found by 0-dayGreg Kroah-Hartman2016-11-291-1/+1
| * | | firmware: move fw_state_is_done() into UHM sectionDaniel Wagner2016-11-291-7/+7
| * | | firmware: do not use fw_lock for fw_state protectionDaniel Wagner2016-11-291-36/+15
| * | | firmware: drop bit ops in favor of simple state machineDaniel Wagner2016-11-291-7/+5
| * | | firmware: refactor loading statusDaniel Wagner2016-11-291-34/+93
| * | | firmware: fix usermode helper fallback loadingYves-Alexis Perez2016-11-291-3/+4
| * | | driver core: firmware_class: convert to use class_groupsGreg Kroah-Hartman2016-11-291-4/+6
| * | | driver core: devcoredump: convert to use class_groupsGreg Kroah-Hartman2016-11-291-4/+6
| * | | driver core: class: add class_groups supportGreg Kroah-Hartman2016-11-291-0/+15
| * | | driver-core: fix platform_no_drv_owner.cocci warningsJulia Lawall2016-11-291-2/+0
| * | | drivers/base/memory.c: Remove unused 'first_page' variableKirtika Ruchandani2016-11-291-2/+0
| * | | drivers: base: cacheinfo: support DT overrides for cache propertiesSudeep Holla2016-11-101-0/+121
| * | | drivers: base: cacheinfo: add pr_fmt loggingSudeep Holla2016-11-101-0/+2
| * | | drivers: base: cacheinfo: fix boot error message when acpi is enabledSudeep Holla2016-11-101-4/+8
| * | | drivers: base: cacheinfo: fix x86 with CONFIG_OF enabledSudeep Holla2016-11-101-0/+3
| * | | driver-core: add test module for asynchronous probingDmitry Torokhov2016-11-105-0/+185
| * | | driver core: Add deferred_probe attribute to devices in sysfsBen Hutchings2016-11-103-0/+22
| * | | PM / runtime: Optimize the use of device linksRafael J. Wysocki2016-10-312-10/+33
| * | | PM / runtime: Use device linksRafael J. Wysocki2016-10-313-6/+181
| * | | PM / sleep: Make async suspend/resume of devices use device linksRafael J. Wysocki2016-10-311-6/+79
| * | | driver core: Functional dependencies tracking supportRafael J. Wysocki2016-10-315-5/+601
| * | | Merge 4.9-rc3 into driver-core-nextGreg Kroah-Hartman2016-10-301-2/+4
| |\ \ \
| * | | | driver core: Add a wrapper around __device_release_driver()Rafael J. Wysocki2016-10-281-12/+18
| | |/ / | |/| |
* | | | Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2016-12-1312-270/+977
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'pm-sleep' and 'powercap'Rafael J. Wysocki2016-12-121-3/+3
| |\ \ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | PM / sleep: Print active wakeup sources when blocking on wakeup_count readsxing wei2016-12-081-3/+3
| | | |_|/ | | |/| |
| * | | | Merge branch 'pm-opp'Rafael J. Wysocki2016-12-124-178/+529
| |\ \ \ \
| | * | | | PM / OPP: Don't WARN on multiple calls to dev_pm_opp_set_regulators()Viresh Kumar2016-12-061-1/+1
| | * | | | PM / OPP: Allow platform specific custom set_opp() callbacksViresh Kumar2016-12-062-1/+115
| | * | | | PM / OPP: Separate out _generic_set_opp()Viresh Kumar2016-12-062-53/+131
| | * | | | PM / OPP: Add infrastructure to manage multiple regulatorsViresh Kumar2016-12-064-120/+293
| | * | | | PM / OPP: Pass struct dev_pm_opp_supply to _set_opp_voltage()Viresh Kumar2016-12-061-27/+17
| | * | | | PM / OPP: Manage supply's voltage/current in a separate structureViresh Kumar2016-12-064-42/+39
| | * | | | PM / OPP: Don't use OPP structure outside of rcu protected sectionViresh Kumar2016-12-061-3/+13
| | * | | | PM / OPP: Pass opp_table to dev_pm_opp_put_regulator()Stephen Boyd2016-11-301-16/+6
| | * | | | PM / OPP: fix debug/error messages in dev_pm_opp_of_get_sharing_cpus()Masahiro Yamada2016-10-211-2/+2
| | * | | | PM / OPP: make _of_get_opp_desc_node() a static functionMasahiro Yamada2016-10-212-2/+1
| | | |_|/ | | |/| |
OpenPOWER on IntegriCloud