aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-11Revert "core: platform: add warning if driver has no owner"Wolfram Sang1-3/+0
2014-11-08PM / Domains: Change prototype for the attach and detach callbacksUlf Hansson1-2/+2
2014-11-07drivers: base: support cpu cache information interface to userspace via sysfsSudeep Holla2-1/+542
2014-11-07drivers: base: add cpu_device_create to support per-cpu devicesSudeep Holla1-0/+54
2014-11-07topology: replace custom attribute macros with standard DEVICE_ATTR*Sudeep Holla1-29/+24
2014-11-07cpumask: factor out show_cpumap into separate helper functionSudeep Holla3-34/+7
2014-11-07driver core: Fix unbalanced device reference in drivers_probeAlex Williamson1-3/+5
2014-11-07driver core: fix race with userland in device_add()Sergey Klyaus1-20/+18
2014-11-07tiny: rename ENABLE_DEV_COREDUMP to ALLOW_DEV_COREDUMPJohannes Berg1-3/+3
2014-11-07tiny: reverse logic for DISABLE_DEV_COREDUMPAristeu Rozanski1-8/+11
2014-11-07sysfs: driver core: Fix glue dir race condition by gdp_mutexYijing Wang1-1/+3
2014-11-07PM / clock_ops: make __pm_clk_enable more genericStrashko, Grygorii1-22/+16
2014-11-07PM / clock_ops: Add pm_clk_add_clk()Geert Uytterhoeven1-10/+37
2014-11-06core: platform: let platform_create_bundle initialize module ownerWolfram Sang1-5/+6
2014-11-06core: platform: let platform_driver_probe initialize module ownerWolfram Sang1-5/+6
2014-11-06core: platform: add warning if driver has no ownerWolfram Sang1-0/+3
2014-11-06PM / Runtime: Rework RPM get callback routinesAndrzej Hajda1-36/+33
2014-11-04Driver core: Unified interface for firmware node propertiesRafael J. Wysocki1-0/+246
2014-11-04Driver core: Unified device properties interface for platform firmwareRafael J. Wysocki2-1/+186
2014-10-31Merge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+2
2014-10-29drivers: of: add return value to of_reserved_mem_device_init()Marek Szyprowski1-1/+2
2014-10-27PM / Sleep: fix async suspend_late/freeze_late error handlingImre Deak1-0/+2
2014-10-20regmap: cache: Sort include headers alphabeticallyXiubo Li4-8/+8
2014-10-20regmap: cache: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-21/+29
2014-10-20regmap: cache: use kmalloc_array instead of kmallocXiubo Li1-2/+2
2014-10-20regmap: cache: speed regcache_hw_init() up.Xiubo Li1-1/+1
2014-10-20regmap: cache: fix errno in regcache_hw_init()Xiubo Li1-1/+1
2014-10-20regmap: cache: cleanup regcache_hw_init()Xiubo Li1-6/+3
2014-10-15Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+3
2014-10-14drivers: dma-contiguous: add initialization from device treeMarek Szyprowski1-0/+66
2014-10-14drivers: dma-coherent: add initialization from device treeMarek Szyprowski1-22/+129
2014-10-13regmap: cache: fix errno in regcache_hw_init()Xiubo Li1-1/+1
2014-10-09Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds4-3/+117
2014-10-09CMA: document cma=0Jean Delvare1-0/+3
2014-10-09mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner1-3/+0
2014-10-09common: dma-mapping: introduce common remapping functionsLaura Abbott1-0/+72
2014-10-09memory-hotplug: add sysfs valid_zones attributeZhang Zhen1-0/+42
2014-10-09Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds9-387/+627
2014-10-08Merge tag 'driver-core-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds9-16/+315
2014-10-07Merge branch 'pm-clk'Rafael J. Wysocki1-4/+15
2014-10-07Merge branch 'pm-domains'Rafael J. Wysocki4-363/+577
2014-10-03driver/base/node: remove unnecessary kfree of node struct from unregister_one_nodeYasuaki Ishimatsu1-1/+0
2014-10-03PM / clk: Fix crash in clocks management code if !CONFIG_PM_RUNTIMEGeert Uytterhoeven1-4/+15
2014-10-03PM / Domains: Rename cpu_data to cpuidle_dataUlf Hansson1-27/+27
2014-10-02Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-0/+3
2014-10-02driver core: Add BUS_NOTIFY_REMOVED_DEVICE eventJoerg Roedel1-0/+3
2014-09-30PM / sleep: Export dpm_suspend_late/noirq() and dpm_resume_early/noirq()Rafael J. Wysocki1-4/+4
2014-09-30Merge branch 'pm-genirq' into acpi-pmRafael J. Wysocki2-5/+18
2014-09-30PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.hUlf Hansson1-0/+1
2014-09-29Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown1-2/+11