summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* firmware: fix a double abort case with fw_load_sysfs_fallbackJunyong Sun2020-03-181-1/+1
* arch_topology: Fix putting invalid cpu clkJeffy Chen2020-03-181-3/+3
* cpu-topology: Fix the potential data corruptionZeng Tao2020-03-111-2/+2
* arch_topology: Adjust initial CPU capacities with current freqJeffy Chen2020-03-111-12/+28
* drivers/base/cpu: Simplify s*nprintf() usagesTakashi Iwai2020-03-111-9/+4
* drivers/base/cpu: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-111-3/+3
* Merge 5.6-rc5 into driver-core-nextGreg Kroah-Hartman2020-03-092-14/+27
|\
| * Merge tag 'driver-core-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-081-7/+20
| |\
| | * driver core: Skip unnecessary work when device doesn't have sync_state()Saravana Kannan2020-03-041-1/+3
| | * driver core: Call sync_state() even if supplier has no consumersSaravana Kannan2020-03-041-6/+17
| * | Revert "software node: Simplify software_node_release() function"Brendan Higgins2020-03-041-7/+7
| |/
* | driver core: fw_devlink_flags can be statickbuild test robot2020-03-051-1/+1
* | driver core: Add missing annotation for device_links_write_lock()Jules Irenge2020-03-041-1/+1
* | driver core: Add missing annotation for device_links_read_lock()Jules Irenge2020-03-041-1/+1
* | driver core: Rename deferred_probe_timeout and make it globalJohn Stultz2020-03-041-7/+9
* | driver core: Remove driver_deferred_probe_check_state_continue()John Stultz2020-03-041-45/+8
* | driver core: Set deferred_probe_timeout to a longer default if CONFIG_MODULES...John Stultz2020-03-041-0/+9
* | driver core: Fix driver_deferred_probe_check_state() logicJohn Stultz2020-03-041-8/+10
* | driver core: Add fw_devlink kernel commandline optionSaravana Kannan2020-03-041-1/+26
* | driver core: Reevaluate dev->links.need_for_probe as suppliers are addedSaravana Kannan2020-03-041-2/+6
* | firmware_loader: load files from the mount namespace of initTopi Miettinen2020-02-101-2/+4
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-02-081-0/+38
|\
| * PM / Domains: Introduce a genpd OF helper that removes a subdomainUlf Hansson2020-01-021-0/+38
* | Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-2/+2
|\ \
| * | fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-2/+2
| |/
* | mm/memory_hotplug: drop valid_start/valid_end from test_pages_in_a_zone()David Hildenbrand2020-02-041-5/+4
* | Merge tag 'pm-5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-01-311-5/+37
|\ \
| | \
| | \
| *-. \ Merge branches 'pm-cpufreq' and 'pm-core'Rafael J. Wysocki2020-01-311-5/+37
| |\ \ \ | | | |/ | | |/|
| | | * PM: core: Fix handling of devices deleted during system-wide resumeRafael J. Wysocki2020-01-241-5/+37
* | | | mm/memory_hotplug: pass in nid to online_pages()David Hildenbrand2020-01-311-3/+3
* | | | mm: remove the memory isolate notifierDavid Hildenbrand2020-01-311-19/+0
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-292-3/+111
|\ \ \ \
| * | | | scsi: drivers: base: Propagate errors through the transport componentGabriel Krisman Bertazi2020-01-151-3/+8
| * | | | scsi: drivers: base: Support atomic version of attribute_container_device_tri...Gabriel Krisman Bertazi2020-01-151-0/+103
| | |/ / | |/| |
* | | | Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-01-292-2/+2
|\ \ \ \
| * | | | kunit: building kunit as a module breaks allmodconfigAlan Maguire2020-01-101-1/+1
| * | | | kunit: allow kunit tests to be loaded as a moduleAlan Maguire2020-01-091-1/+1
| |/ / /
* | | | Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-01-2913-73/+108
|\ \ \ \
| * | | | firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFSHans de Goede2020-01-243-14/+15
| * | | | devtmpfs: factor out common tail of devtmpfs_{create,delete}_nodeRasmus Villemoes2020-01-221-25/+19
| * | | | devtmpfs: initify a bitRasmus Villemoes2020-01-221-2/+2
| * | | | devtmpfs: simplify initialization of mount_devRasmus Villemoes2020-01-221-5/+1
| * | | | devtmpfs: factor out setup part of devtmpfsd()Rasmus Villemoes2020-01-221-5/+12
| * | | | devtmpfs: fix theoretical stale pointer deref in devtmpfsd()Rasmus Villemoes2020-01-221-6/+8
| * | | | driver core: platform: fix u32 greater or equal to zero comparisonColin Ian King2020-01-221-1/+1
| * | | | cpu-topology: Don't error on more than CONFIG_NR_CPUS CPUs in device treeZeng Tao2020-01-171-5/+15
| * | | | driver core: Print device when resources present in really_probe()Geert Uytterhoeven2020-01-141-1/+4
| * | | | driver core: Fix test_async_driver_probe if NUMA is disabledGuenter Roeck2020-01-141-1/+2
| * | | | driver core: platform: Prevent resouce overflow from causing infinite loopsSimon Schwartz2020-01-141-4/+6
| * | | | component: do not dereference opaque pointer in debugfsLubomir Rintel2020-01-141-4/+4