summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* driver core: Prevent warning when removing a device link from unregistered co...Adrian Hunter2021-07-211-2/+4
* driver core: auxiliary bus: Fix memory leak when driver_register() failPeter Ujfalusi2021-07-211-1/+7
* Merge tag 'pm-5.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-07-073-31/+39
|\
| *---. Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'Rafael J. Wysocki2021-07-072-25/+18
| |\ \ \
| | | | * PM: domains: Shrink locking area of the gpd_list_lockStephen Boyd2021-07-051-21/+17
| | | |/ | | |/|
| | | * PM: sleep: Use ktime_us_delta() in initcall_debug_report()Mark-PK Tsai2021-07-011-4/+1
| | |/
| * / arch_topology: Avoid use-after-free for scale_freq_dataViresh Kumar2021-07-011-6/+21
| |/
* | Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-0/+28
|\ \
| * \ Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman2021-06-141-3/+3
| |\ \
| * \ \ Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman2021-05-311-32/+36
| |\ \ \
| * | | | driver core: Move the "removable" attribute from USB to coreRajat Jain2021-05-271-0/+28
* | | | | Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-07-0514-153/+180
|\ \ \ \ \
| * | | | | devres: Enable trace eventsAndy Shevchenko2021-06-154-27/+89
| * | | | | devres: No need to call remove_nodes() when there none presentAndy Shevchenko2021-06-151-0/+4
| * | | | | devres: Use list_for_each_safe_from() in remove_nodes()Andy Shevchenko2021-06-151-16/+8
| * | | | | devres: Make locking straight forward in release_nodes()Andy Shevchenko2021-06-151-15/+15
| * | | | | Merge tag 'v5.13-rc6' into driver-core-nextGreg Kroah-Hartman2021-06-141-3/+3
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | drivers/base: Constify static attribute_group structsRikard Falkeborn2021-06-044-6/+6
| * | | | | firmware_loader: remove unneeded 'comma' macroMasahiro Yamada2021-06-041-1/+0
| * | | | | devcoredump: remove contact informationJohannes Berg2021-06-041-4/+0
| * | | | | Merge 5.13-rc4 into driver-core-nextGreg Kroah-Hartman2021-05-311-32/+36
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | driver core: Drop helper devm_platform_ioremap_resource_wc()Uwe Kleine-König2021-05-271-20/+0
| * | | | | component: Rename 'dev' to 'parent'Stephen Boyd2021-05-271-47/+42
| * | | | | component: Drop 'dev' argument to component_match_realloc()Stephen Boyd2021-05-271-4/+3
| * | | | | device property: Don't check for NULL twice in the loopsAndy Shevchenko2021-05-271-8/+8
| * | | | | drivers/base/node.c: make CACHE_ATTR define static DEVICE_ATTR_RORuiqi Gong2021-05-211-1/+1
| * | | | | Merge 5.13-rc2 into driver-core-nextGreg Kroah-Hartman2021-05-172-4/+9
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | driver core: attribute_container: fix W=1 warningsYang Yingliang2021-05-141-3/+3
| * | | | | driver core: replace open-coded device_lock_assert()Julian Wiedmann2021-05-141-1/+1
* | | | | | Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-07-033-93/+108
|\ \ \ \ \ \
| * | | | | | driver core: Export device_driver_attach()Jason Gunthorpe2021-06-212-1/+3
| * | | | | | driver core: Don't return EPROBE_DEFER to userspace during sysfs bindChristoph Hellwig2021-06-211-39/+45
| * | | | | | driver core: Flow the return code from ->probe() through to sysfs bindChristoph Hellwig2021-06-212-14/+21
| * | | | | | driver core: Better distinguish probe errors in really_probeChristoph Hellwig2021-06-211-30/+42
| * | | | | | driver core: Pull required checks into driver_probe_device()Jason Gunthorpe2021-06-212-23/+11
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds2021-07-021-28/+28
|\ \ \ \ \ \
| * | | | | | device property: Remove some casts in property-entry-testDavid Gow2021-06-231-28/+28
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301-0/+7
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-182-35/+39
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | driver core: add a helper to setup both the of_node and fwnode of a deviceIoana Ciornei2021-06-171-0/+7
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-8/+10
|\ \ \ \ \ \
| * | | | | | mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman2021-06-291-8/+10
* | | | | | | Merge tag 'devprop-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-06-291-17/+14
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | device property: Unify access to of_nodeAndy Shevchenko2021-06-071-16/+13
| * | | | | | device property: Retrieve fwnode from of_node via accessorAndy Shevchenko2021-05-101-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'pm-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-06-294-27/+60
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'pm-domains' and 'pm-devfreq'Rafael J. Wysocki2021-06-292-15/+50
| |\ \ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | * | | | | | PM: domains: Drop/restore performance state votes for devices at runtime PMUlf Hansson2021-06-111-2/+25
| | * | | | | | PM: domains: Return early if perf state is already set for the deviceUlf Hansson2021-06-111-0/+3
| | * | | | | | PM: domains: Split code in dev_pm_genpd_set_performance_state()Ulf Hansson2021-06-111-12/+19