aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2017-08-31driver core: bus: Fix a potential double freeGravatar Christophe JAILLET 1-1/+1
2017-08-28Do not disable driver and bus shutdown hook when class shutdown hook is set.Gravatar Michal Suchanek 1-4/+5
2017-08-28base: topology: constify attribute_group structures.Gravatar Arvind Yadav 1-1/+1
2017-08-28base: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-4/+4
2017-08-14Merge 4.13-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 5-80/+147
2017-08-13Merge tag 'driver-core-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-15/+34
2017-08-10firmware: enable a debug print for batched requestsGravatar Luis R. Rodriguez 1-0/+2
2017-08-10firmware: define pr_fmtGravatar Luis R. Rodriguez 1-0/+2
2017-08-10firmware: send -EINTR on signal abort on fallback mechanismGravatar Luis R. Rodriguez 1-3/+6
2017-08-10firmware: avoid invalid fallback aborts by using killable waitGravatar Luis R. Rodriguez 1-2/+1
2017-08-10firmware: fix batched requests - send wake up on failure on direct lookupsGravatar Luis R. Rodriguez 1-8/+30
2017-08-10firmware: fix batched requests - wake all waitersGravatar Luis R. Rodriguez 1-7/+5
2017-08-03initcall_debug: add deferred probe timesGravatar Todd Poynor 1-1/+27
2017-07-25Merge tag 'dma-mapping-4.13-2' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-59/+107
2017-07-22Merge branch 'bind_unbind' into driver-core-nextGravatar Greg Kroah-Hartman 3-5/+136
2017-07-22driver core: add devm_device_add_group() and friendsGravatar Dmitry Torokhov 1-0/+130
2017-07-22driver core: make device_{add|remove}_groups() publicGravatar Dmitry Torokhov 2-5/+2
2017-07-22driver core: emit uevents when device is bound to a driverGravatar Dmitry Torokhov 1-0/+4
2017-07-20Merge tag 'pm-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-4/+4
2017-07-20Merge branches 'intel_pstate' and 'pm-domains'Gravatar Rafael J. Wysocki 1-4/+4
2017-07-20dma-coherent: introduce interface for default DMA poolGravatar Vladimir Murzin 2-59/+107
2017-07-19PM / Domains: defer dev_pm_domain_set() until genpd->attach_dev succeeds if p...Gravatar Sudeep Holla 1-4/+4
2017-07-17arch_topology: Get rid of cap_parsing_doneGravatar Viresh Kumar 1-3/+1
2017-07-17arch_topology: Localize cap_parsing_failed to topology_parse_cpu_capacity()Gravatar Viresh Kumar 1-11/+13
2017-07-17arch_topology: Change return type of topology_parse_cpu_capacity() to boolGravatar Viresh Kumar 1-4/+4
2017-07-17arch_topology: Convert switch block to if blockGravatar Viresh Kumar 1-19/+22
2017-07-17arch_topology: Don't break lines unnecessarilyGravatar Viresh Kumar 1-6/+3
2017-07-17regmap: regmap-w1: Fix build troublesGravatar minimumlaw@rambler.ru 1-2/+2
2017-07-14Merge tag 'devprop-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+3
2017-07-14Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+2
2017-07-14Merge branches 'pm-qos' and 'pm-devfreq'Gravatar Rafael J. Wysocki 1-0/+2
2017-07-12PM / QoS: return -EINVAL for bogus stringsGravatar Dan Carpenter 1-0/+2
2017-07-12device property: Introduce fwnode_call_bool_op() for ops that return boolGravatar Sakari Ailus 1-3/+3
2017-07-10Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-7/+2
2017-07-10mm: drop useless local parameters of __register_one_node()Gravatar Dou Liyang 1-7/+2
2017-07-10Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-199/+149
2017-07-10Merge tag 'pm-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+3
2017-07-10Merge branches 'pm-domains', 'pm-sleep' and 'pm-cpufreq'Gravatar Rafael J. Wysocki 1-2/+3
2017-07-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-1/+5
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-1/+1
2017-07-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-85/+70
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-51/+83
2017-07-07Add "shutdown" to "struct class".Gravatar Josh Zimmerman 1-1/+5
2017-07-06mm, memory_hotplug: drop CONFIG_MOVABLE_NODEGravatar Michal Hocko 1-4/+0
2017-07-06mm: vmstat: move slab statistics from zone to node countersGravatar Johannes Weiner 1-5/+5
2017-07-06mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zoneGravatar Michal Hocko 1-1/+1
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineGravatar Michal Hocko 1-24/+28
2017-07-06mm, memory_hotplug: consider offline memblocks removableGravatar Michal Hocko 1-0/+4
2017-07-06mm, memory_hotplug: split up register_one_node()Gravatar Michal Hocko 1-31/+20
2017-07-06mm, memory_hotplug: get rid of is_zone_device_sectionGravatar Michal Hocko 1-14/+9