aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2014-08-31Merge remote-tracking branches 'regmap/fix/cache', 'regmap/fix/debugfs' and '...Gravatar Mark Brown 5-8/+11
2014-08-31regmap: Don't attempt block writes when syncing cache on single_rw devicesGravatar Mark Brown 1-1/+1
2014-08-26regmap: Fix handling of volatile registers for format_write() chipsGravatar Mark Brown 1-1/+1
2014-08-26regmap: Fix regcache debugfs initializationGravatar Lars-Peter Clausen 3-6/+9
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Gravatar Linus Torvalds 4-233/+29
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+5
2014-08-06mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesGravatar Rafael Aquini 1-1/+1
2014-08-06mm/mem-hotplug: replace simple_strtoull() with kstrtoull()Gravatar Zhang Zhen 1-1/+3
2014-08-06mm, CMA: change cma_declare_contiguous() to obey coding conventionGravatar Joonsoo Kim 1-1/+1
2014-08-06CMA: generalize CMA reserved area management functionalityGravatar Joonsoo Kim 2-282/+8
2014-08-06DMA, CMA: support arbitrary bitmap granularityGravatar Joonsoo Kim 1-24/+53
2014-08-06DMA, CMA: support alignment constraint on CMA regionGravatar Joonsoo Kim 1-8/+18
2014-08-06DMA, CMA: separate core CMA management codes from DMA APIsGravatar Joonsoo Kim 1-48/+77
2014-08-06mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1Gravatar Tang Chen 1-9/+9
2014-08-06mem-hotplug: avoid illegal state prefixed with legal state when changing stat...Gravatar Tang Chen 1-4/+4
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-4/+26
2014-08-05Merge tag 'regulator-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+13
2014-08-04Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+55
2014-08-04Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 7-847/+245
2014-08-04Merge tag 'clk-for-linus-3.17' of git://git.linaro.org/people/mike.turquette/...Gravatar Linus Torvalds 1-0/+5
2014-08-04Merge remote-tracking branch 'regmap/topic/getdev' into regmap-nextGravatar Mark Brown 1-0/+13
2014-07-29PM / sleep: fix kernel-doc warnings in drivers/base/power/main.cGravatar Randy Dunlap 1-0/+5
2014-07-25clk: Support for clock parents and rates assigned from device treeGravatar Sylwester Nawrocki 1-0/+5
2014-07-25firmware_class: perform new LSM checksGravatar Kees Cook 1-4/+26
2014-07-25regmap: Allow regmap_get_device() to be used by modulesGravatar Mark Brown 1-0/+1
2014-07-25regmap: Add regmap_get_deviceGravatar Tuomas Tynkkynen 1-0/+12
2014-07-23firmware loader: Fix _request_firmware_load() return val for fw load abortGravatar Shuah Khan 1-1/+3
2014-07-21Merge 3.16-rc6 into driver-core-nextGravatar Greg Kroah-Hartman 1-4/+14
2014-07-17devres: Add devm_kasprintf and devm_kvasprintf APIGravatar Himangi Saraogi 1-0/+55
2014-07-11platform_get_irq: Revert to platform_get_resource if of_irq_get failsGravatar Guenter Roeck 1-4/+14
2014-07-08driver core: platform: add device binding path 'driver_override'Gravatar Kim Phillips 1-0/+47
2014-07-08driver core/platform: remove unused implicit padding in platform_objectGravatar Yann Droneaud 1-2/+2
2014-07-08firmware loader: inform direct failure when udev loader is disabledGravatar Luis R. Rodriguez 1-6/+7
2014-07-08firmware: replace ALIGN(PAGE_SIZE) by PAGE_ALIGNGravatar Fabian Frederick 1-1/+1
2014-07-08firmware: read firmware size using i_size_read()Gravatar Dmitry Kasatkin 1-14/+3
2014-07-08firmware loader: allow disabling of udev as firmware loaderGravatar Takashi Iwai 2-7/+18
2014-07-08fence: dma-buf cross-device synchronization (v18)Gravatar Maarten Lankhorst 1-0/+9
2014-07-08dma-buf: move to drivers/dma-bufGravatar Maarten Lankhorst 3-783/+0
2014-07-04component: fix bug with legacy APIGravatar Russell King 1-4/+6
2014-07-03component: add support for component match arrayGravatar Russell King 1-3/+117
2014-07-03component: ignore multiple additions of the same componentGravatar Russell King 1-2/+8
2014-07-03component: fix missed cleanup in case of devres failureGravatar Russell King 1-31/+31
2014-06-23DMA, CMA: fix possible memory leakGravatar Joonsoo Kim 1-1/+11
2014-06-12Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-4/+31
2014-06-12Merge branch 'pm-sleep'Gravatar Rafael J. Wysocki 2-4/+31
2014-06-11PM / sleep: trace events for device PM callbacksGravatar Todd E Brandt 1-4/+10
2014-06-07PM / sleep: trace events for suspend/resumeGravatar Todd E Brandt 2-0/+21
2014-06-07Merge branch 'acpi-pm' into pm-sleepGravatar Rafael J. Wysocki 2-1/+23
2014-06-04cma: increase CMA_ALIGNMENT upper limit to 12Gravatar Marc Carino 1-1/+1
2014-06-04memory-hotplug: update documentation to hide information about SECTIONS and r...Gravatar Li Zhong 1-12/+0