summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2020-03-25cpu/hotplug: Hide cpu_up/down()Qais Yousef-2/+2
2020-03-25PM: sleep: wakeup: Skip wakeup_source_sysfs_remove() if device is not thereNeeraj Upadhyay-1/+3
2020-03-24driver core: Set fw_devlink to "permissive" behavior by defaultSaravana Kannan-1/+1
2020-03-24driver core: Replace open-coded list_last_entry()Andy Shevchenko-1/+1
2020-03-24driver core: Read atomic counter once in driver_probe_done()Andy Shevchenko-3/+4
2020-03-24driver core: platform: Reimplement devm_platform_ioremap_resourceDejin Zheng-4/+1
2020-03-24drivers: provide devm_platform_get_and_ioremap_resource()Dejin Zheng-0/+22
2020-03-23Merge 5.6-rc7 into usb-nextGreg Kroah-Hartman-19/+6
2020-03-21driver core: Add device links from fwnode only for the primary deviceSaravana Kannan-2/+6
2020-03-20firmware: Add new platform fallback mechanism and firmware_request_platform()Hans de Goede-0/+78
2020-03-19Revert "drivers: base: power: wakeup.c: Use built-in RCU list checking"Greg Kroah-Hartman-10/+5
2020-03-18drivers: base: power: wakeup.c: Use built-in RCU list checkingMadhuparna Bhowmik-5/+10
2020-03-18component: allow missing unbind callbackMarco Felsch-1/+2
2020-03-18firmware: fix a double abort case with fw_load_sysfs_fallbackJunyong Sun-1/+1
2020-03-18arch_topology: Fix putting invalid cpu clkJeffy Chen-3/+3
2020-03-16device property: Export fwnode_get_name()Heikki Krogerus-0/+1
2020-03-14PM / Domains: Allow no domain-idle-states DT property in genpd when parsingUlf Hansson-1/+1
2020-03-13regmap: debugfs: check count when read regmap filePeng Fan-0/+6
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-33/+33
2020-03-11driver code: clarify and fix platform device DMA mask allocationChristoph Hellwig-19/+6
2020-03-11cpu-topology: Fix the potential data corruptionZeng Tao-2/+2
2020-03-11arch_topology: Adjust initial CPU capacities with current freqJeffy Chen-12/+28
2020-03-11drivers/base/cpu: Simplify s*nprintf() usagesTakashi Iwai-9/+4
2020-03-11drivers/base/cpu: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai-3/+3
2020-03-10Merge 5.6-rc5 into usb-nextGreg Kroah-Hartman-14/+27
2020-03-09Merge 5.6-rc5 into driver-core-nextGreg Kroah-Hartman-14/+27
2020-03-08Merge tag 'driver-core-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-7/+20
2020-03-06arm64: use activity monitors for frequency invarianceIonela Voinescu-0/+12
2020-03-05driver core: fw_devlink_flags can be statickbuild test robot-1/+1
2020-03-04Revert "software node: Simplify software_node_release() function"Brendan Higgins-7/+7
2020-03-04driver core: Add missing annotation for device_links_write_lock()Jules Irenge-1/+1
2020-03-04driver core: Add missing annotation for device_links_read_lock()Jules Irenge-1/+1
2020-03-04driver core: Rename deferred_probe_timeout and make it globalJohn Stultz-7/+9
2020-03-04driver core: Remove driver_deferred_probe_check_state_continue()John Stultz-45/+8
2020-03-04driver core: Set deferred_probe_timeout to a longer default if CONFIG_MODULES...John Stultz-0/+9
2020-03-04driver core: Fix driver_deferred_probe_check_state() logicJohn Stultz-8/+10
2020-03-04driver core: Add fw_devlink kernel commandline optionSaravana Kannan-1/+26
2020-03-04driver core: Reevaluate dev->links.need_for_probe as suppliers are addedSaravana Kannan-2/+6
2020-03-04driver core: Skip unnecessary work when device doesn't have sync_state()Saravana Kannan-1/+3
2020-03-04driver core: Call sync_state() even if supplier has no consumersSaravana Kannan-6/+17
2020-03-04device property: Export fwnode_get_name()Heikki Krogerus-0/+1
2020-03-04PM: sleep: wakeup: Use built-in RCU list checkingMadhuparna Bhowmik-5/+8
2020-03-04PM: sleep: core: Use built-in RCU list checkingMadhuparna Bhowmik-4/+8
2020-03-04PM: runtime: Add pm_runtime_get_if_active()Sakari Ailus-9/+27
2020-02-26drivers/base/power: add dpm_sysfs_change_owner()Christian Brauner-1/+61
2020-02-26device: add device_change_owner()Christian Brauner-0/+116
2020-02-10firmware_loader: load files from the mount namespace of initTopi Miettinen-2/+4
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-0/+38
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro-2/+2