| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-12-24 | drivers: base: test: Add ...find_device_by...(... NULL) tests | Brian Norris | 1 | -1/+40 |
| 2024-12-24 | drivers: base: test: Enable device model tests with KUNIT_ALL_TESTS | Brian Norris | 1 | -0/+1 |
| 2023-10-05 | drivers: base: test: Make property entry API test modular | Geert Uytterhoeven | 2 | -2/+6 |
| 2023-08-16 | drivers: base: test: Add missing MODULE_* macros to root device tests | Maxime Ripard | 1 | -0/+4 |
| 2023-08-16 | drivers: base: test: Add missing MODULE_* macros for platform devices tests | Maxime Ripard | 1 | -0/+4 |
| 2023-08-12 | drivers: base: Free devm resources when unregistering a device | David Gow | 2 | -4/+0 |
| 2023-08-12 | drivers: base: Add basic devm tests for platform devices | Maxime Ripard | 2 | -0/+223 |
| 2023-08-12 | drivers: base: Add basic devm tests for root devices | Maxime Ripard | 4 | -0/+118 |
| 2023-08-05 | driver core: test_async: fix an error code | Dan Carpenter | 1 | -1/+1 |
| 2023-01-22 | Merge 6.2-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-01-19 | driver core: Fix test_async_probe_init saves device in wrong array | Chen Zhongjin | 1 | -1/+1 |
| 2023-01-17 | software node: Switch property entry test to a new API | Andy Shevchenko | 1 | -16/+14 |
| 2022-11-23 | device property: Add a blank line in Kconfig of tests | Andy Shevchenko | 1 | -0/+1 |
| 2021-12-29 | driver core: Simplify async probe test code by using ktime_ms_delta() | Mark-PK Tsai | 1 | -9/+5 |
| 2021-10-06 | device property: build kunit tests without structleak plugin | Brendan Higgins | 1 | -1/+1 |
| 2021-06-23 | device property: Remove some casts in property-entry-test | David Gow | 1 | -28/+28 |
| 2021-04-15 | kunit: software node: adhear to KUNIT formatting standard | Nico Pache | 2 | -2/+2 |
| 2021-04-05 | software node: Introduce SOFTWARE_NODE_REFERENCE() helper macro | Andy Shevchenko | 1 | -9/+2 |
| 2021-03-23 | device property: Add test cases for fwnode_property_count_*() APIs | Andy Shevchenko | 1 | -4/+46 |
| 2021-01-27 | drivers/base: build kunit tests without structleak plugin | Arnd Bergmann | 1 | -0/+1 |
| 2020-06-01 | drivers: base: default KUNIT_* fragments to KUNIT_ALL_TESTS | Anders Roxell | 1 | -1/+2 |
| 2020-01-29 | Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+2 |
| 2020-01-17 | software node: introduce CONFIG_KUNIT_DRIVER_PE_TEST | Alan Maguire | 2 | -1/+4 |
| 2020-01-14 | driver core: Fix test_async_driver_probe if NUMA is disabled | Guenter Roeck | 1 | -1/+2 |
| 2020-01-07 | drivers/base/test: fix global-out-of-bounds error | Qian Cai | 1 | -0/+1 |
| 2019-12-19 | software node: add basic tests for property entries | Dmitry Torokhov | 2 | -0/+476 |
| 2019-04-04 | drivers: base: test: add proper SPDX identifier to Makefile | Greg Kroah-Hartman | 1 | -0/+1 |
| 2019-01-31 | driver core: Rewrite test_async_driver_probe to cover serialization and NUMA ... | Alexander Duyck | 1 | -60/+201 |
| 2017-12-07 | driver core: Remove redundant license text | Greg Kroah-Hartman | 1 | -9/+0 |
| 2017-12-07 | driver core: add SPDX identifiers to all driver core files | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-11-16 | Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+3 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-20 | driver-core: pr_err() strings should end with newlines | Arvind Yadav | 1 | -3/+3 |
| 2016-11-29 | driver core: test_async: fix up typo found by 0-day | Greg Kroah-Hartman | 1 | -1/+1 |
| 2016-11-29 | driver-core: fix platform_no_drv_owner.cocci warnings | Julia Lawall | 1 | -2/+0 |
| 2016-11-10 | driver-core: add test module for asynchronous probing | Dmitry Torokhov | 3 | -0/+181 |