aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-22driver core: emit uevents when device is bound to a driverDmitry Torokhov1-0/+4
2017-07-22PM / sleep: Do not print debug messages by defaultRafael J. Wysocki1-8/+4
2017-07-22device property: Introduce fwnode_property_get_reference_argsSakari Ailus1-0/+28
2017-07-22device property: Constify fwnode property APISakari Ailus1-29/+35
2017-07-22device property: Constify argument to pset fwnode backendSakari Ailus1-16/+20
2017-07-22device property: Get rid of struct fwnode_handle type fieldSakari Ailus1-2/+3
2017-07-20Merge tag 'pm-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-4/+4
2017-07-20Merge branches 'intel_pstate' and 'pm-domains'Rafael J. Wysocki1-4/+4
2017-07-20dma-coherent: introduce interface for default DMA poolVladimir Murzin2-59/+107
2017-07-19PM / Domains: defer dev_pm_domain_set() until genpd->attach_dev succeeds if presentSudeep Holla1-4/+4
2017-07-17arch_topology: Get rid of cap_parsing_doneViresh Kumar1-3/+1
2017-07-17arch_topology: Localize cap_parsing_failed to topology_parse_cpu_capacity()Viresh Kumar1-11/+13
2017-07-17arch_topology: Change return type of topology_parse_cpu_capacity() to boolViresh Kumar1-4/+4
2017-07-17arch_topology: Convert switch block to if blockViresh Kumar1-19/+22
2017-07-17arch_topology: Don't break lines unnecessarilyViresh Kumar1-6/+3
2017-07-17regmap: regmap-w1: Fix build troublesminimumlaw@rambler.ru1-2/+2
2017-07-16PM / OPP: OF: Use pr_debug() instead of pr_err() while adding OPP tableViresh Kumar1-2/+6
2017-07-14Merge tag 'devprop-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+3
2017-07-14Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+2
2017-07-14Merge branches 'pm-qos' and 'pm-devfreq'Rafael J. Wysocki1-0/+2
2017-07-12PM / QoS: return -EINVAL for bogus stringsDan Carpenter1-0/+2
2017-07-12device property: Introduce fwnode_call_bool_op() for ops that return boolSakari Ailus1-3/+3
2017-07-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+2
2017-07-10mm: drop useless local parameters of __register_one_node()Dou Liyang1-7/+2
2017-07-10Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-199/+149
2017-07-10Merge tag 'pm-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+3
2017-07-10Merge branches 'pm-domains', 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki1-2/+3
2017-07-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+5
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+1
2017-07-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-85/+70
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-51/+83
2017-07-07Add "shutdown" to "struct class".Josh Zimmerman1-1/+5
2017-07-06mm, memory_hotplug: drop CONFIG_MOVABLE_NODEMichal Hocko1-4/+0
2017-07-06mm: vmstat: move slab statistics from zone to node countersJohannes Weiner1-5/+5
2017-07-06mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zoneMichal Hocko1-1/+1
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko1-24/+28
2017-07-06mm, memory_hotplug: consider offline memblocks removableMichal Hocko1-0/+4
2017-07-06mm, memory_hotplug: split up register_one_node()Michal Hocko1-31/+20
2017-07-06mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko1-14/+9
2017-07-06mm: drop page_initialized check from get_nid_for_pfnMichal Hocko1-7/+0
2017-07-06mm, sparsemem: break out of loops earlyDave Hansen1-0/+4
2017-07-04Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+4
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds8-132/+256
2017-07-04PM / Domains: provide pm_genpd_poweroff_noirq() stubArnd Bergmann1-0/+1
2017-07-04Revert "PM / Domains: Handle safely genpd_syscore_switch() call on non-genpd device"Rafael J. Wysocki1-2/+2
2017-07-04Merge tag 'regmap-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds5-19/+285
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds9-194/+491
2017-07-03Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-0/+19
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-07-03Merge remote-tracking branches 'regmap/topic/1wire', 'regmap/topic/irq' and 'regmap/topic/lzo' into regmap-nextMark Brown5-19/+285