summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-039-49/+94
|\
| * drivers: dma-coherent: Move spinlock in dma_alloc_from_coherent()Bastian Hecht2016-09-281-2/+4
| * drivers: dma-coherent: Fix DMA coherent size for less than pageGeorge G. Davis2016-09-281-1/+1
| * driver-core: platform: Catch errors from calls to irq_get_irq_dataGuenter Roeck2016-09-271-3/+8
| * Merge 4.8-rc5 into driver-core-nextGreg Kroah-Hartman2016-09-051-5/+5
| |\
| * | device core: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-021-9/+3
| * | drivers/base dmam_declare_coherent_memory leaksVyacheslav V. Yurkov2016-08-311-2/+5
| * | platform: don't return 0 from platform_get_irq[_byname]() on errorSergei Shtylyov2016-08-311-2/+2
| * | cpu: clean up register_cpu funcAlex Shi2016-08-311-5/+6
| * | dma-mapping: use vma_pages().Muhammad Falak R Wani2016-08-311-1/+1
| * | drivers: dma-coherent: use vma_pages().Muhammad Falak R Wani2016-08-311-1/+1
| * | attribute_container: Fix typoXiubo Li2016-08-311-1/+1
| * | base: soc: make it explicitly non-modularPaul Gortmaker2016-08-311-9/+0
| * | drivers: base: dma-mapping: page align the size when unmap_kernel_rangePeng Fan2016-08-311-1/+1
| * | platform driver: fix use-after-free in platform_device_del()Jerome Marchand2016-08-311-2/+1
| * | driver core: add test of driver remove calls during probeRob Herring2016-08-312-0/+31
| * | driver core: fix race between creating/querying glue dir and its cleanupMing Lei2016-08-311-10/+29
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-031-2/+1
|\ \ \
| * \ \ Merge branch 'irq/urgent' into irq/coreThomas Gleixner2016-09-201-2/+2
| |\ \ \
| * | | | genirq/msi: Add cpumask allocation to alloc_msi_entryThomas Gleixner2016-09-141-2/+1
* | | | | Merge tag 'acpi-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-10-031-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'device-properties'Rafael J. Wysocki2016-10-021-0/+1
| |\ \ \ \ \
| | * | | | | driver core: Don't leak secondary fwnode on device removalLukas Wunner2016-08-311-0/+1
| | | |_|/ / | | |/| | |
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*---. \ \ \ \ \ Merge branches 'pm-cpuidle', 'pm-opp' and 'pm-avs'Rafael J. Wysocki2016-10-022-9/+15
|\ \ \ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | * | | | | | PM / OPP: Don't support OPP if it provides supported-hw but platform does notDave Gerlach2016-09-261-2/+12
| | * | | | | | PM / OPP: avoid maybe-uninitialized warningArnd Bergmann2016-09-171-7/+3
| | |/ / / / /
* | | | | | | Merge branch 'pm-domains'Rafael J. Wysocki2016-10-021-78/+352
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | PM / Domains: Rename pm_genpd_sync_poweron|poweroff()Ulf Hansson2016-09-241-12/+12
| * | | | | | PM / Domains: Don't measure latency of ->power_on|off() during system PMUlf Hansson2016-09-241-15/+11
| * | | | | | PM / Domains: Remove redundant system PM callbacksUlf Hansson2016-09-241-12/+0
| * | | | | | PM / Domains: Simplify detaching a device from its genpdUlf Hansson2016-09-241-14/+19
| * | | | | | PM / Domains: Allow holes in genpd_data.domains arrayTomeu Vizoso2016-09-171-0/+4
| * | | | | | PM / Domains: Add support for removing nested PM domains by providerJon Hunter2016-09-131-0/+35
| * | | | | | PM / Domains: Add support for removing PM domainsJon Hunter2016-09-131-0/+60
| * | | | | | PM / Domains: Store the provider in the PM domain structureJon Hunter2016-09-131-5/+37
| * | | | | | PM / Domains: Prepare for adding support to remove PM domainsJon Hunter2016-09-131-24/+73
| * | | | | | PM / Domains: Verify the PM domain is present when adding a providerJon Hunter2016-09-131-3/+38
| * | | | | | PM / Domains: Don't expose xlate and provider helper functionsJon Hunter2016-09-131-12/+37
| * | | | | | PM / Domains: Don't expose generic_pm_domain structure to clientsJon Hunter2016-09-131-10/+9
| * | | | | | PM / Domains: Add new helper functions for device-treeJon Hunter2016-09-131-0/+46
| * | | | | | PM / Domains: Always enable debugfs support if availableJon Hunter2016-08-121-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'regmap-fix-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-09-231-1/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | regmap: fix deadlock on _regmap_raw_write() error pathNikita Yushchenko2016-09-221-1/+5
* | | | | | PM / runtime: Use _rcuidle for runtime suspend tracepointsPaul E. McKenney2016-09-161-2/+2
| |_|_|/ / |/| | | |
* | | | | Merge tag 'regmap-fix-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-09-063-12/+33
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge remote-tracking branch 'regmap/fix/rbtree' into regmap-linusMark Brown2016-09-031-10/+28
| |\ \ \ \
| | * | | | regmap: rbtree: Avoid overlapping nodesLars-Peter Clausen2016-08-041-10/+28
| * | | | | Merge remote-tracking branch 'regmap/fix/cache' into regmap-linusMark Brown2016-09-032-2/+5
| |\ \ \ \ \ | | | |/ / / | | |/| / / | | |_|/ / | |/| | |
| | * | | regmap: drop cache if the bus transfer errorElaine Zhang2016-08-181-0/+2
| | * | | regmap: cache: Fix num_reg_defaults computation from reg_defaults_rawMaarten ter Huurne2016-07-291-2/+3
| | |/ /