summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* firmware: support loading into a pre-allocated bufferStephen Boyd2016-08-031-26/+99
* firmware: provide infrastructure to make fw caching optionalVikram Mulukutla2016-08-031-2/+5
* firmware: consolidate kmap/read/write logicStephen Boyd2016-08-031-31/+26Star
* 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-291-2/+1Star
* | | mm: move most file-based accounting to the nodeMel Gorman2016-07-291-8/+8
* | | mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman2016-07-291-1/+1
* | | mm: move page mapped accounting to the nodeMel Gorman2016-07-291-2/+2
* | | mm, vmscan: move LRU lists to nodeMel Gorman2016-07-291-9/+10
* | | mm, vmstat: add infrastructure for per-node vmstatsMel Gorman2016-07-291-35/+41
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-272-15/+26
|\ \ \
| * | | mm, rmap: account shmem thp pagesKirill A. Shutemov2016-07-271-4/+9
| * | | memory-hotplug: use zone_can_shift() for sysfs valid_zones attributeReza Arbab2016-07-271-11/+17
| |/ /
* | | Merge tag 'regmap-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2016-07-273-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-273-250/+109Star
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'pm-core', 'pm-clk', 'pm-domains' and 'pm-pci'Rafael J. Wysocki2016-07-253-250/+109Star
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | | | * | | 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/+8Star
| | | | * | | 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/+0Star
| | | | * | | PM / Domains: Remove redundant wrapper functions for system PMUlf Hansson2016-06-161-191/+12Star
| | | | * | | PM / Domains: Allow genpd to power on during system PM phasesUlf Hansson2016-06-161-53/+31Star
| | | | |/ /
| | | * | | 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-181-1/+1
| * | | isa: Allow ISA-style drivers on modern systemsWilliam Breathitt Gray2016-06-181-1/+1
| * | | base: make module_create_drivers_dir race-freeJiri Slaby2016-06-161-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-261-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
| * | | | | | Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-211-9/+74
| |\ \ \ \ \ \
| | * | | | | | Revert "base: dd: don't remove driver_data in -EPROBE_DEFER case"Greg Kroah-Hartman2016-05-031-2/+1Star
| | * | | | | | isa: Decouple X86_32 dependency from the ISA Kconfig optionWilliam Breathitt Gray2016-05-021-1/+1
| | * | | | | | base: dd: don't remove driver_data in -EPROBE_DEFER caseYi Zhang2016-05-011-1/+2
| | * | | | | | Merge 4.6-rc4 into driver-core-nextGreg Kroah-Hartman2016-04-181-0/+2
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | * | | | | | devcoredump: add scatterlist supportAviya Erenfeld2016-04-151-9/+74