summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)Author
2014-03-12PM / Runtime: Add missing "it" in commentGeert Uytterhoeven
2014-03-10regmap: Implementation for regmap_multi_reg_writeOpensource [Anthony Olech]
2014-03-10driver core: unexport static function create_syslog_headerJiang Liu
2014-03-08numa: fix NULL pointer access and memory leak in unregister_one_node()Xishi Qiu
2014-03-08Revert "driver core: synchronize device shutdown"Roland Dreier
2014-03-06cpufreq: suspend governors on system suspend/hibernateViresh Kumar
2014-03-06regmap: add regmap_parse_val apiNenghua Cao
2014-03-02Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman
2014-03-02Merge 3.14-rc5 into char-misc-nextGreg Kroah-Hartman
2014-03-02PM: Add pm_runtime_suspend|resume_force functionsUlf Hansson
2014-03-02PM / runtime: Fetch runtime PM callbacks using a macroUlf Hansson
2014-03-01PM / domains: Turn latency warning into debug messagePhilipp Zabel
2014-02-26PM / hibernate: Fix restore hang in freeze_processes()Sebastian Capella
2014-02-26regmap: Base regmap_register_patch on _regmap_multi_reg_writeCharles Keepax
2014-02-26regmap: Add bypassed version of regmap_multi_reg_writeCharles Keepax
2014-02-26regmap: Mark reg_defaults in regmap_multi_reg_write as constCharles Keepax
2014-02-24Merge 3.14-rc4 into char-misc-nextGreg Kroah-Hartman
2014-02-22regmap: fix coccinelle warningsNenghua Cao
2014-02-22regmap: Check stride of register patch as we register itCharles Keepax
2014-02-20Merge branch 'master' into for-nextJiri Kosina
2014-02-20regmap: Clean up _regmap_update_bits()Xiubo Li
2014-02-20PM / sleep: Asynchronous threads for suspend_lateLiu, Chuansheng
2014-02-20PM / sleep: Asynchronous threads for suspend_noirqLiu, Chuansheng
2014-02-20PM / sleep: Asynchronous threads for resume_earlyLiu, Chuansheng
2014-02-20PM / sleep: Asynchronous threads for resume_noirqLiu, Chuansheng
2014-02-20PM / sleep: Two flags for async suspend_noirq and suspend_lateLiu, Chuansheng
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida
2014-02-18x86: align x86 arch with generic CPU modalias handlingArd Biesheuvel
2014-02-18cpu: add generic support for CPU feature based module autoloadingArd Biesheuvel
2014-02-18Merge 3.14-rc3 into driver-core-nextGreg Kroah-Hartman
2014-02-18Merge 3.14-rc3 into char-misc-nextGreg Kroah-Hartman
2014-02-17Merge tag 'dma-buf-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-02-16regmap: Separate regmap dev initializationMichal Simek
2014-02-15regmap: spmi: support base and extended register spacesJosh Cartwright
2014-02-15driver core: unexport static function create_syslog_headerJiang Liu
2014-02-15firmware: use power efficient workqueue for unloading and aborting fw loadShaibal Dutta
2014-02-15firmware: give a protection when map page failedzhang jun
2014-02-14drivers/base: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-02-14ACPI / platform: drop redundant ACPI_HANDLE checkJosh Cartwright
2014-02-13dma-buf: update debugfs outputSumit Semwal
2014-02-11regmap: Check readable regs in _regmap_readMichal Simek
2014-02-11devres: introduce API "devm_kstrdup"Manish Badarkhe
2014-02-11PM / QoS: Add type to dev_pm_qos_add_ancestor_request() argumentsRafael J. Wysocki
2014-02-11PM / QoS: Introcuce latency tolerance device PM QoS typeRafael J. Wysocki
2014-02-11PM / QoS: Add no_constraints_value field to struct pm_qos_constraintsRafael J. Wysocki
2014-02-11PM / QoS: Rename device resume latency QoS itemsRafael J. Wysocki
2014-02-07drivers/base: fix devres handling for master deviceRussell King
2014-02-07sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo
2014-02-07kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo
2014-02-07dma-buf: avoid using IS_ERR_OR_NULLColin Cross