aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-23DMA, CMA: fix possible memory leakJoonsoo Kim1-1/+11
2014-06-12Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-4/+31
2014-06-12Merge branch 'pm-sleep'Rafael J. Wysocki2-4/+31
2014-06-11PM / sleep: trace events for device PM callbacksTodd E Brandt1-4/+10
2014-06-07PM / sleep: trace events for suspend/resumeTodd E Brandt2-0/+21
2014-06-07Merge branch 'acpi-pm' into pm-sleepRafael J. Wysocki2-1/+23
2014-06-04cma: increase CMA_ALIGNMENT upper limit to 12Marc Carino1-1/+1
2014-06-04memory-hotplug: update documentation to hide information about SECTIONS and remove end_phys_indexLi Zhong1-12/+0
2014-06-04cma: add placement specifier for "cma=" kernel parameterAkinobu Mita1-10/+32
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into nextLinus Torvalds1-2/+5
2014-06-04Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into nextLinus Torvalds3-111/+83
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into nextLinus Torvalds1-1/+1
2014-06-03Merge branch 'pm-cpufreq'Rafael J. Wysocki1-91/+0
2014-06-03Merge branches 'pnp', 'powercap', 'pm-runtime' and 'pm-opp'Rafael J. Wysocki1-5/+26
2014-06-03Merge branch 'pm-sleep'Rafael J. Wysocki2-15/+57
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-1/+1
2014-06-03Merge branch 'for-v3.16' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping into nextLinus Torvalds1-8/+26
2014-06-03Merge tag 'regmap-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into nextLinus Torvalds5-18/+221
2014-06-03Merge tag 'staging-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging into nextLinus Torvalds1-0/+97
2014-06-03Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into nextLinus Torvalds3-35/+11
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci into nextLinus Torvalds2-8/+8
2014-06-02Merge remote-tracking branch 'regmap/topic/smbus' into regmap-nextMark Brown2-2/+128
2014-06-02Merge remote-tracking branches 'regmap/topic/irq', 'regmap/topic/le', 'regmap/topic/mmio' and 'regmap/topic/rbtree' into regmap-nextMark Brown4-12/+86
2014-06-02Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2-4/+7
2014-05-30PM / sleep: unregister wakeup source when disabling device wakeupZhang Rui1-0/+6
2014-05-29CMA: correct unlock targetJoonsoo Kim1-1/+1
2014-05-27driver core: Inline dev_set/get_drvdataJean Delvare1-16/+0
2014-05-27driver core: dev_get_drvdata: Don't check for NULL devJean Delvare1-3/+1
2014-05-27driver core: dev_set_drvdata returns voidJean Delvare1-2/+1
2014-05-27driver core: Move driver_data back to struct deviceJean Delvare2-13/+3
2014-05-27PM / OPP: discard duplicate OPPsChander Kashyap1-2/+25
2014-05-26regmap: mmio: Fix regmap_mmio_write for uneven countsPhilipp Zabel1-3/+3
2014-05-26regmap: irq: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-3/+6
2014-05-24devres: Add devm_get_free_pages APIEli Billauer1-0/+76
2014-05-23of/irq: do irq resolution in platform_get_irq_byname()Grygorii Strashko1-2/+5
2014-05-23Merge 3.15-rc6 into driver-core-nextGreg Kroah-Hartman2-1/+23
2014-05-22Merge 3.15-rc6 into staging-next.Greg Kroah-Hartman2-1/+23
2014-05-22drivers/base/dma-contiguous.c: erratum of dev_get_cma_areaGioh Kim1-1/+1
2014-05-20DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_tBjorn Helgaas2-8/+8
2014-05-20Merge branch 'pm-sleep' into acpi-pmRafael J. Wysocki1-15/+51
2014-05-19PM / OPP: fix incorrect OPP count handling in of_init_opp_tableChander Kashyap1-3/+1
2014-05-16PM / sleep: Mechanism to avoid resuming runtime-suspended devices unnecessarilyRafael J. Wysocki1-15/+51
2014-05-15cma: Remove potential deadlock situationLaura Abbott1-7/+25
2014-05-08Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki1-91/+0
2014-05-07PM / OPP: Move cpufreq specific OPP functions out of generic OPP libraryNishanth Menon1-92/+0
2014-05-07PM / OPP: Remove cpufreq wrapper dependency on internal data organizationNishanth Menon1-27/+28
2014-05-05dma-buf: fix trivial typo errorJavier Martinez Canillas1-1/+1
2014-04-30regmap: Add missing initialization of this_pageGeert Uytterhoeven1-1/+1
2014-04-30regmap: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-0/+3
2014-04-29devres: introduce API "devm_kmemdupSrinivas Pandruvada1-0/+21