summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-052-23/+26
|\
| *---. Merge branches 'pm-sleep', 'pm-cpufreq', 'pm-core' and 'pm-opp'Rafael J. Wysocki2016-08-052-23/+26
| |\ \ \
| | | | * PM / OPP: optimize dev_pm_opp_set_rate() performance a bitJisheng Zhang2016-07-281-12/+19
| | | |/ | | |/|
| | | * PM-wakeup: Delete unnecessary checks before three function callsMarkus Elfring2016-07-281-11/+7
* | | | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-051-3/+3
|\ \ \ \
| * | | | char/genrtc: x86: remove remnants of asm/rtc.hArnd Bergmann2016-06-041-3/+3
* | | | | firmware: support loading into a pre-allocated bufferStephen Boyd2016-08-021-26/+99
* | | | | firmware: provide infrastructure to make fw caching optionalVikram Mulukutla2016-08-021-2/+5
* | | | | firmware: consolidate kmap/read/write logicStephen Boyd2016-08-021-31/+26
* | | | | treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* | | | | Merge tag 'sound-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2016-07-311-0/+28
|\ \ \ \ \ | |_|/ / / |/| | | |
| | | | |
| | \ \ \
| *-. \ \ \ Merge remote-tracking branches 'asoc/topic/cs53l30', 'asoc/topic/cygnus', 'as...Mark Brown2016-07-241-0/+28
| |\ \ \ \ \ | | | |/ / / | | |/| / / | | |_|/ / | |/| | |
| | | * | device property: Add function to search for named child of deviceAdam Thomson2016-06-261-0/+28
| | |/ /
* | | | mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski2016-07-281-2/+1
* | | | mm: move most file-based accounting to the nodeMel Gorman2016-07-281-8/+8
* | | | mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman2016-07-281-1/+1
* | | | mm: move page mapped accounting to the nodeMel Gorman2016-07-281-2/+2
* | | | mm, vmscan: move LRU lists to nodeMel Gorman2016-07-281-9/+10
* | | | mm, vmstat: add infrastructure for per-node vmstatsMel Gorman2016-07-281-35/+41
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-262-15/+26
|\ \ \ \
| * | | | mm, rmap: account shmem thp pagesKirill A. Shutemov2016-07-261-4/+9
| * | | | memory-hotplug: use zone_can_shift() for sysfs valid_zones attributeReza Arbab2016-07-261-11/+17
| |/ / /
* | | | Merge tag 'regmap-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2016-07-263-8/+40
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-------. \ \ \ Merge remote-tracking branches 'regmap/topic/bulk', 'regmap/topic/i2c', 'regm...Mark Brown2016-07-153-8/+40
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | / / | | | | | |_|/ / | | | | |/| | |
| | | | | * | | regmap: irq: Add support to call client specific pre/post interrupt serviceLaxman Dewangan2016-06-031-4/+11
| | | | |/ / /
| | | * / / / regmap-i2c: Use i2c block command only if register value width is 8 bitGuenter Roeck2016-06-221-1/+1
| | | |/ / /
| | * / / / regmap: Support bulk writes for devices without raw formattingChen-Yu Tsai2016-06-291-3/+28
| | |/ / /
* | | | | Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-07-263-250/+109
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'pm-core', 'pm-clk', 'pm-domains' and 'pm-pci'Rafael J. Wysocki2016-07-253-250/+109
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
| | | | * | | PM / Domains: Convert pm_genpd_init() to return an error codeUlf Hansson2016-06-291-3/+7
| | | | * | | PM / Domains: Stop/start devices during system PM suspend/resume in genpdUlf Hansson2016-06-161-4/+27
| | | | * | | PM / Domains: Allow runtime PM during system PM phasesUlf Hansson2016-06-161-26/+8
| | | | * | | PM / Runtime: Avoid resuming devices again in pm_runtime_force_resume()Ulf Hansson2016-06-161-0/+3
| | | | * | | PM / Domains: Remove redundant pm_request_idle() call in genpdUlf Hansson2016-06-161-1/+0
| | | | * | | PM / Domains: Remove redundant wrapper functions for system PMUlf Hansson2016-06-161-191/+12
| | | | * | | PM / Domains: Allow genpd to power on during system PM phasesUlf Hansson2016-06-161-53/+31
| | | | |/ /
| | | * | | PM / clk: Add support for adding a specific clock from device-treeJon Hunter2016-06-281-0/+32
| | | * | | PM / clk: export symbols for existing pm_clk_<...> API fcnsPaul Gortmaker2016-06-151-0/+13
| | | |/ /
| | * | | PM / runtime: Asynchronous "idle" in pm_runtime_allow()Rafael J. Wysocki2016-07-021-1/+1
| | * | | PM / runtime: print error when activating a child to unactive parentLinus Walleij2016-06-281-2/+6
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-07-261-0/+13
|\ \ \ \ | |/ / / |/| | |
| * | | topology/sysfs: provide drawer id and siblings attributesHeiko Carstens2016-06-131-0/+13
| |/ /
* | | Merge tag 'driver-core-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-06-183-5/+7
|\ \ \
| * | | isa: Call isa_bus_init before dependent ISA bus drivers registerWilliam Breathitt Gray2016-06-171-1/+1
| * | | isa: Allow ISA-style drivers on modern systemsWilliam Breathitt Gray2016-06-171-1/+1
| * | | base: make module_create_drivers_dir race-freeJiri Slaby2016-06-151-3/+5
| |/ /
* | | Merge branches 'pm-opp' and 'pm-cpufreq-fixes'Rafael J. Wysocki2016-06-1813-150/+199
|\| |
| * | Merge tag 'pm-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-251-2/+3
| |\ \
| | | \
| | | \
| | | \
| | | \
| | *---. \ Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core'Rafael J. Wysocki2016-05-251-2/+3
| | |\ \ \ \
| | | | | * | PM / sleep: Handle failures in device_suspend_late() consistentlyRafael J. Wysocki2016-05-201-2/+3