summaryrefslogtreecommitdiff
path: root/include/linux/device.h
AgeCommit message (Expand)Author
2026-05-22driver core: Allow the constification of device attributesThomas Weißschuh
2026-05-22driver core: Stop using generic sysfs macros for device attributesThomas Weißschuh
2026-05-22driver core: Add low-level macros for device attributesThomas Weißschuh
2026-05-22driver core: Delete DEVICE_ATTR_PREALLOC()Thomas Weißschuh
2026-05-22driver core: delete useless forward declaration of "struct class"Alexey Dobriyan
2026-04-29driver core: move dev_has_sync_state() to drivers/base/base.hDanilo Krummrich
2026-04-29driver core: use READ_ONCE() for dev->driver in dev_has_sync_state()Danilo Krummrich
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->dma_ops_bypass with dev_dma_ops_bypass()Douglas Anderson
2026-04-26driver core: Replace dev->dma_skip_sync with dev_dma_skip_sync()Douglas Anderson
2026-04-26driver core: Replace dev->dma_iommu with dev_dma_iommu()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-17Merge tag 'hid-for-linus-2026041601' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-04-16Merge branch 'for-7.1/lenovo-v2' into for-linusJiri Kosina
2026-04-14driver core: Add kernel-doc for DEV_FLAG_COUNT enum valueDouglas Anderson
2026-04-11driver core: Don't let a device probe until it's readyDouglas 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-14Merge tag 'device_lock_cond_guard-7.1-rc1' into driver-core-testingDanilo Krummrich
2026-03-13driver: core: constify groups array argument in device_add_groups and device_...Heiner Kallweit
2026-03-12driver core: Add conditional guard support for device_lock()Li Ming
2026-03-10include: device.h: Add named device attributesDerek J. Clark
2025-11-20devres: Move devm_alloc_percpu() and related to devres.hAndy Shevchenko
2025-11-19devres: Remove unused devm_free_percpu()Andy Shevchenko
2025-09-06driver core/PM: Set power.no_callbacks along with power.no_pmRafael J. Wysocki
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-07-29Merge tag 'pmdomain-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds
2025-07-09driver core: Add dev_set_drv_sync_state()Saravana Kannan
2025-07-09driver core: Export get_dev_from_fwnode()Ulf Hansson
2025-07-03PM: sleep: Add strict_midlayer flag to struct dev_pm_infoRafael J. Wysocki
2025-06-17driver core: Add device_link_test() for testing device link flagsRafael J. Wysocki
2025-04-28devres: Move devm_*_action*() APIs to devres.hAndy Shevchenko
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-25Merge tag 'regulator-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-02-28driver core: Introduce device_{add,remove}_of_node()Herve Codina
2025-02-24driver core: Split devres APIs to device/devres.hAndy Shevchenko
2025-02-20driver core: Remove needless return in void API device_remove_group()Zijun Hu
2025-02-19PM: sleep: Use DPM_FLAG_SMART_SUSPEND conditionallyRafael J. Wysocki
2025-01-10devres: add devm_remove_action_nowarn()Danilo Krummrich
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: Rename declaration parameter name for API device_find_child() cl...Zijun Hu
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu
2024-10-25cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams