aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/test
AgeCommit message (Expand)AuthorFilesLines
2020-06-01drivers: base: default KUNIT_* fragments to KUNIT_ALL_TESTSGravatar Anders Roxell 1-1/+2
2020-01-29Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+2
2020-01-17software node: introduce CONFIG_KUNIT_DRIVER_PE_TESTGravatar Alan Maguire 2-1/+4
2020-01-14driver core: Fix test_async_driver_probe if NUMA is disabledGravatar Guenter Roeck 1-1/+2
2020-01-07drivers/base/test: fix global-out-of-bounds errorGravatar Qian Cai 1-0/+1
2019-12-19software node: add basic tests for property entriesGravatar Dmitry Torokhov 2-0/+476
2019-04-04drivers: base: test: add proper SPDX identifier to MakefileGravatar Greg Kroah-Hartman 1-0/+1
2019-01-31driver core: Rewrite test_async_driver_probe to cover serialization and NUMA ...Gravatar Alexander Duyck 1-60/+201
2017-12-07driver core: Remove redundant license textGravatar Greg Kroah-Hartman 1-9/+0
2017-12-07driver core: add SPDX identifiers to all driver core filesGravatar Greg Kroah-Hartman 1-0/+1
2017-11-16Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-20driver-core: pr_err() strings should end with newlinesGravatar Arvind Yadav 1-3/+3
2016-11-29driver core: test_async: fix up typo found by 0-dayGravatar Greg Kroah-Hartman 1-1/+1
2016-11-29driver-core: fix platform_no_drv_owner.cocci warningsGravatar Julia Lawall 1-2/+0
2016-11-10driver-core: add test module for asynchronous probingGravatar Dmitry Torokhov 3-0/+181