summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2012-11-23PM / QoS: fix wrong error-checking conditionGuennadi Liakhovetski-1/+1
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds-0/+7
2012-11-09sparc: Add sparc support for platform_get_irq()Andreas Larsson-0/+7
2012-10-26Merge tag 'pm+acpi-for-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+4
2012-10-26Merge tag 'driver-core-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-115/+151
2012-10-25Merge branch 'fixes_for_linus' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds-8/+4
2012-10-23drivers: cma: Fix wrong CMA selected region size default valueLaurent Pinchart-1/+1
2012-10-23drivers: dma-coherent: Fix typo in dma_mmap_from_coherent documentationLaurent Pinchart-3/+2
2012-10-23drivers: dma-contiguous: Don't redefine SZ_1MLaurent Pinchart-4/+1
2012-10-23PM / Domains: Fix memory leak on error path in pm_genpd_attach_cpuidlejhbird.choi@samsung.com-1/+4
2012-10-22firmware loader: sync firmware cache by async_synchronize_full_domainMing Lei-28/+6
2012-10-22firmware loader: let direct loading back on 'firmware_buf'Ming Lei-71/+100
2012-10-22firmware loader: fix one reqeust_firmware raceMing Lei-12/+20
2012-10-22firmware loader: cancel uncache work before caching firmwareMing Lei-7/+28
2012-10-17regmap: select REGMAP if REGMAP_MMIO and REGMAP_IRQ enabledDong Aisheng-1/+1
2012-10-09memory-hotplug: update memory block's state and notify userspaceWen Congyang-4/+27
2012-10-09memory-hotplug: preparation to notify memory block's state at memory hot removeWen Congyang-6/+3
2012-10-04firmware: use 'kernel_read()' to read firmware into kernel bufferLinus Torvalds-3/+1
2012-10-03firmware: teach the kernel to load firmware files directly from the filesystemLinus Torvalds-1/+77
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+1
2012-10-02Merge branch 'for-v3.7' of git://git.linaro.org/people/mszyprowski/linux-dma-...Linus Torvalds-11/+7
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-72/+372
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-2/+2
2012-10-02drivers: dma-contiguous: refactor dma_alloc_from_contiguous()Michal Nazarewicz-11/+7
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-144/+904
2012-09-26make get_file() return its argumentAl Viro-2/+1
2012-09-24Merge branch 'pm-qos'Rafael J. Wysocki-41/+26
2012-09-24Revert "PM QoS: Use spinlock in the per-device PM QoS constraints code"Rafael J. Wysocki-41/+26
2012-09-24Merge branch 'pm-sleep'Rafael J. Wysocki-12/+19
2012-09-24Merge branch 'pm-runtime'Rafael J. Wysocki-0/+3
2012-09-24Merge branch 'pm-qos'Rafael J. Wysocki-26/+41
2012-09-22PM / Runtime: let rpm_resume() succeed if RPM_ACTIVE, even when disabled, v2Kevin Hilman-0/+3
2012-09-22Merge remote-tracking branches 'regmap/topic/cache' and 'regmap/topic/irq' in...Mark Brown-26/+79
2012-09-21userns: Convert devtmpfs to use GLOBAL_ROOT_UID and GLOBAL_ROOT_GIDEric W. Biederman-2/+2
2012-09-19PM: Prevent runtime suspend during system resumeAlan Stern-11/+18
2012-09-19PM QoS: Use spinlock in the per-device PM QoS constraints codeJean Pihet-26/+41
2012-09-19PM / Sleep: use resume event when call dpm_resume_earlyFeng Hong-1/+1
2012-09-17Merge branch 'pm-cpufreq'Rafael J. Wysocki-0/+47
2012-09-17Merge branch 'pm-sleep'Rafael J. Wysocki-6/+40
2012-09-17Merge branch 'pm-domains'Rafael J. Wysocki-9/+117
2012-09-17Merge branch 'pm-timers'Rafael J. Wysocki-51/+152
2012-09-17device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emitJoe Perches-9/+5
2012-09-17dev: Add dev_vprintk_emit and dev_printk_emitJoe Perches-0/+27
2012-09-17dev_dbg/dynamic_debug: Update to use printk_emit, optimize stackJoe Perches-30/+34
2012-09-16Merge 3.6-rc7 into driver-core-nextGreg Kroah-Hartman-1/+1
2012-09-10firmware loader: fix compile warning when CONFIG_PM=nMing Lei-11/+22
2012-09-09PM / OPP: Initialize OPP table from device treeShawn Guo-0/+47
2012-09-09regmap: no need primary handler for nested irqYunfan Zhang-1/+1
2012-09-06firmware loader: let caching firmware piggyback on loading firmwareMing Lei-9/+74
2012-09-06firmware loader: fix firmware -ENOENT situationsMing Lei-0/+1