summaryrefslogtreecommitdiff
path: root/drivers/base/core.c
AgeCommit message (Expand)Author
2026-05-22driver core: Constify core device attributesThomas Weißschuh
2026-05-22driver core: Allow the constification of device attributesThomas Weißschuh
2026-05-22driver core: Avoid warning when removing a device while its supplier is unbin...Herve Codina
2026-05-22of: dynamic: Fix overlayed devices not probing because of fw_devlinkSaravana Kannan
2026-04-26driver core: Replace dev->offline + ->offline_disabled with accessorsDouglas Anderson
2026-04-26driver core: Replace dev->of_node_reused with dev_of_node_reused()Douglas Anderson
2026-04-26driver core: Replace dev->dma_coherent with dev_dma_coherent()Douglas Anderson
2026-04-26driver core: Replace dev->state_synced with dev_state_synced()Douglas Anderson
2026-04-26driver core: Replace dev->can_match with dev_can_match()Douglas Anderson
2026-04-19Merge tag 'driver-core-7.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-13Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-11driver core: Don't let a device probe until it's readyDouglas Anderson
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner
2026-03-26device property: Make modifications of fwnode "flags" thread safeDouglas Anderson
2026-03-22Merge tag 'v7.0-rc5' into driver-core-nextDanilo Krummrich
2026-03-17driver core: generalize driver_override in struct deviceDanilo Krummrich
2026-03-13driver: core: constify groups array argument in device_add_groups and device_...Heiner Kallweit
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-05driver core: remove device_change_owner() exportGreg Kroah-Hartman
2025-11-26driver core: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-10-17driver core: fw_devlink: Don't warn about sync_state() pendingUlf Hansson
2025-10-07Merge branches 'pm-core' and 'pm-runtime'Rafael J. Wysocki
2025-09-27PM: sleep: Do not wait on SYNC_STATE_ONLY device linksPin-yen Lin
2025-09-06driver core: Fix order of the kernel-doc parametersGil Fine
2025-09-06driver core: get_dev_from_fwnode(): document potential raceDanilo Krummrich
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-07-09driver core: Export get_dev_from_fwnode()Ulf Hansson
2025-06-17driver core: Add device_link_test() for testing device link flagsRafael J. Wysocki
2025-04-15driver core: fix potential NULL pointer dereference in dev_uevent()Dmitry Torokhov
2025-04-15driver core: introduce device_set_driver() helperDmitry Torokhov
2025-04-15Revert "drivers: core: synchronize really_probe() and dev_uevent()"Dmitry Torokhov
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-02-28driver core: Introduce device_{add,remove}_of_node()Herve Codina
2025-02-20drivers: core: fix device leak in __fw_devlink_relax_cycles()Luca Ceresoli
2025-01-10driver core: Move two simple APIs for finding child device to headerZijun Hu
2025-01-10driver core: Introduce device_iter_t for device iterating APIsZijun Hu
2025-01-10driver core: Correct API device_for_each_child_reverse_from() prototypeZijun Hu
2025-01-10driver core: Correct parameter check for API device_for_each_child_reverse_fr...Zijun Hu
2025-01-10driver core: Move true expression out of if condition in 3 device finding APIsZijun Hu
2025-01-03driver core: Introduce an device matching API device_match_type()Zijun Hu
2025-01-03driver core: Remove match_any()Zijun Hu
2025-01-03driver core: Simplify API device_find_child_by_name() implementationZijun Hu
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu
2024-12-24drivers: base: Don't match devices with NULL of_node/fwnode/etcBrian Norris
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-11-20Merge tag 'spi-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2024-11-12drivers: core: fw_devlink: Fix excess parameter description in docstringAmit Vadhavana
2024-11-05drivers: core: fw_devlink: Make the error message a bit more usefulSaravana Kannan
2024-11-05driver core: fw_devlink: Stop trying to optimize cycle detection logicSaravana Kannan