summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2021-08-25PM: domains: Improve runtime PM performance state handlingDmitry Osipenko
2021-08-10PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner
2021-07-29firmware_loader: fix use-after-free in firmware_fallback_sysfsAnirudh Rayabharam
2021-07-29firmware_loader: use -ETIMEDOUT instead of -EAGAIN in fw_load_sysfs_fallbackAnirudh Rayabharam
2021-07-27drivers core: Fix oops when driver probe failsFilip Schauer
2021-07-21driver core: Prevent warning when removing a device link from unregistered co...Adrian Hunter
2021-07-21driver core: auxiliary bus: Fix memory leak when driver_register() failPeter Ujfalusi
2021-07-07Merge tag 'pm-5.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-07-07Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'Rafael J. Wysocki
2021-07-05Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-07-05PM: domains: Shrink locking area of the gpd_list_lockStephen Boyd
2021-07-03Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2021-07-02Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds
2021-07-01PM: sleep: Use ktime_us_delta() in initcall_debug_report()Mark-PK Tsai
2021-07-01arch_topology: Avoid use-after-free for scale_freq_dataViresh Kumar
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29Merge tag 'devprop-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-29Merge tag 'pm-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-06-29mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman
2021-06-29Merge branches 'pm-domains' and 'pm-devfreq'Rafael J. Wysocki
2021-06-29Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki
2021-06-28Merge tag 'regmap-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2021-06-23device property: Remove some casts in property-entry-testDavid Gow
2021-06-23software node: Handle software node injection to an existing device properlyHeikki Krogerus
2021-06-21driver core: Export device_driver_attach()Jason Gunthorpe
2021-06-21driver core: Don't return EPROBE_DEFER to userspace during sysfs bindChristoph Hellwig
2021-06-21driver core: Flow the return code from ->probe() through to sysfs bindChristoph Hellwig
2021-06-21driver core: Better distinguish probe errors in really_probeChristoph Hellwig
2021-06-21driver core: Pull required checks into driver_probe_device()Jason Gunthorpe
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-17driver core: add a helper to setup both the of_node and fwnode of a deviceIoana Ciornei
2021-06-15devres: Enable trace eventsAndy Shevchenko
2021-06-15devres: No need to call remove_nodes() when there none presentAndy Shevchenko
2021-06-15devres: Use list_for_each_safe_from() in remove_nodes()Andy Shevchenko
2021-06-15devres: Make locking straight forward in release_nodes()Andy Shevchenko
2021-06-14Merge remote-tracking branch 'regmap/for-5.14' into regmap-nextMark Brown
2021-06-14regmap: mdio: Reject invalid addressesSander Vanheule
2021-06-14regmap: mdio: Fix regmap_bus pointer constnessSander Vanheule
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman
2021-06-14Merge tag 'v5.13-rc6' into driver-core-nextGreg Kroah-Hartman
2021-06-11PM: runtime: Allow unassigned ->runtime_suspend|resume callbacksUlf Hansson
2021-06-11PM: runtime: Improve path in rpm_idle() when no callbackUlf Hansson
2021-06-11PM: domains: Drop/restore performance state votes for devices at runtime PMUlf Hansson
2021-06-11PM: domains: Return early if perf state is already set for the deviceUlf Hansson
2021-06-11PM: domains: Split code in dev_pm_genpd_set_performance_state()Ulf Hansson
2021-06-08PM: domains: fix some kernel-doc issuesYang Yingliang
2021-06-08regmap: mdio: Add clause-45 supportSander Vanheule
2021-06-08regmap: mdio: Clean up invalid clause-22 addressesSander Vanheule