summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)Author
2020-09-03device property: Fix the secondary firmware node handling in set_primary_fwno...Heikki Krogerus
2020-09-03PM: sleep: core: Fix the handling of pending runtime resume requestsRafael J. Wysocki
2020-08-21driver core: Avoid binding drivers to dead devicesLukas Wunner
2020-08-19firmware_loader: EFI firmware loader must handle pre-allocated bufferKees Cook
2020-08-19driver core: Fix probe_count imbalance in really_probe()Tetsuo Handa
2020-07-23device property: Avoid NULL pointer dereference in device_get_next_child_node()Andy Shevchenko
2020-07-17Merge tag 'regmap-fix-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-07-16regmap: debugfs: Don't sleep while atomic for fast_io regmapsDouglas Anderson
2020-07-10driver core: Avoid deferred probe due to fw_devlink_pause/resume()Saravana Kannan
2020-07-10driver core: Rename dev_links_info.defer_sync to defer_hookSaravana Kannan
2020-07-10driver core: Don't do deferred probe in parallel with kernel_init threadSaravana Kannan
2020-07-08regmap: add missing dependency on SoundWirePierre-Louis Bossart
2020-07-03regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde
2020-06-26Merge tag 'pm-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-06-23PM: sleep: core: mark 2 functions as __init to save some memoryChristophe JAILLET
2020-06-22Merge tag 'regmap-fix-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-06-17regmap: Fix memory leak from regmap_register_patchCharles Keepax
2020-06-09Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-06-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09power: use show_stack_loglvl()Dmitry Safonov
2020-06-09Merge branch 'x86/srbds' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds
2020-06-08regmap: fix the kerneldoc for regmap_test_bits()Bartosz Golaszewski
2020-06-07Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-03drivers/base/memory.c: cache memory blocks in xarray to accelerate lookupScott Cheloha
2020-06-03Merge tag 'irq-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-06-02Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-plat...Linus Torvalds
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-06-01drivers: base: default KUNIT_* fragments to KUNIT_ALL_TESTSAnders Roxell
2020-06-01Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki
2020-06-01regmap: fix alignment issueJens Thoms Toerring
2020-05-30Merge tag 'irqchip-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2020-05-29PM: runtime: Replace pm_runtime_callbacks_present()Rafael J. Wysocki
2020-05-29Merge remote-tracking branch 'regmap/for-5.8' into regmap-nextMark Brown
2020-05-29Merge remote-tracking branch 'regmap/for-5.7' into regmap-linusMark Brown
2020-05-29Merge series "regmap: provide simple bitops and use them in a driver" from Ba...Mark Brown
2020-05-29regmap: provide helpers for simple bit operationsBartosz Golaszewski
2020-05-27driver core: Update device link status correctly for SYNC_STATE_ONLY linksSaravana Kannan
2020-05-27firmware_loader: change enum fw_opt to u32Scott Branden
2020-05-27software node: implement software_node_unregister()Greg Kroah-Hartman
2020-05-25PM: runtime: Make clear what we do when conditions are wrong in rpm_suspend()Andy Shevchenko
2020-05-25Merge 5.7-rc7 into driver-core-nextGreg Kroah-Hartman
2020-05-21driver core: Remove unnecessary is_fwnode_dev variable in device_add()Saravana Kannan