index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-22
driver core: Constify core device attributes
Thomas Weißschuh
1
-21
/
+21
2026-05-22
driver core: Allow the constification of device attributes
Thomas Weißschuh
1
-4
/
+8
2026-05-22
driver core: Avoid warning when removing a device while its supplier is unbin...
Herve Codina
1
-1
/
+2
2026-05-22
of: dynamic: Fix overlayed devices not probing because of fw_devlink
Saravana Kannan
1
-9
/
+74
2026-04-26
driver core: Replace dev->offline + ->offline_disabled with accessors
Douglas Anderson
1
-9
/
+9
2026-04-26
driver core: Replace dev->of_node_reused with dev_of_node_reused()
Douglas Anderson
1
-1
/
+1
2026-04-26
driver core: Replace dev->dma_coherent with dev_dma_coherent()
Douglas Anderson
1
-5
/
+1
2026-04-26
driver core: Replace dev->state_synced with dev_state_synced()
Douglas Anderson
1
-4
/
+4
2026-04-26
driver core: Replace dev->can_match with dev_can_match()
Douglas Anderson
1
-5
/
+5
2026-04-19
Merge tag 'driver-core-7.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+15
2026-04-13
Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-14
/
+15
2026-04-11
driver core: Don't let a device probe until it's ready
Douglas Anderson
1
-0
/
+15
2026-04-09
kernfs: pass struct ns_common instead of const void * for namespace tags
Christian Brauner
1
-4
/
+3
2026-03-26
device property: Make modifications of fwnode "flags" thread safe
Douglas Anderson
1
-12
/
+12
2026-03-22
Merge tag 'v7.0-rc5' into driver-core-next
Danilo Krummrich
1
-0
/
+2
2026-03-17
driver core: generalize driver_override in struct device
Danilo Krummrich
1
-0
/
+2
2026-03-13
driver: core: constify groups array argument in device_add_groups and device_...
Heiner Kallweit
1
-2
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-7
/
+7
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-7
/
+7
2026-02-05
driver core: remove device_change_owner() export
Greg Kroah-Hartman
1
-1
/
+0
2025-11-26
driver core: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-1
/
+1
2025-10-17
driver core: fw_devlink: Don't warn about sync_state() pending
Ulf Hansson
1
-1
/
+1
2025-10-07
Merge branches 'pm-core' and 'pm-runtime'
Rafael J. Wysocki
1
-1
/
+1
2025-09-27
PM: sleep: Do not wait on SYNC_STATE_ONLY device links
Pin-yen Lin
1
-1
/
+1
2025-09-06
driver core: Fix order of the kernel-doc parameters
Gil Fine
1
-4
/
+4
2025-09-06
driver core: get_dev_from_fwnode(): document potential race
Danilo Krummrich
1
-0
/
+19
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-37
/
+36
2025-07-09
driver core: Export get_dev_from_fwnode()
Ulf Hansson
1
-2
/
+6
2025-06-17
driver core: Add device_link_test() for testing device link flags
Rafael J. Wysocki
1
-37
/
+36
2025-04-15
driver core: fix potential NULL pointer dereference in dev_uevent()
Dmitry Torokhov
1
-2
/
+31
2025-04-15
driver core: introduce device_set_driver() helper
Dmitry Torokhov
1
-1
/
+1
2025-04-15
Revert "drivers: core: synchronize really_probe() and dev_uevent()"
Dmitry Torokhov
1
-3
/
+0
2025-03-28
Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+61
2025-02-28
driver core: Introduce device_{add,remove}_of_node()
Herve Codina
1
-0
/
+61
2025-02-20
drivers: core: fix device leak in __fw_devlink_relax_cycles()
Luca Ceresoli
1
-0
/
+1
2025-01-10
driver core: Move two simple APIs for finding child device to header
Zijun Hu
1
-32
/
+0
2025-01-10
driver core: Introduce device_iter_t for device iterating APIs
Zijun Hu
1
-3
/
+3
2025-01-10
driver core: Correct API device_for_each_child_reverse_from() prototype
Zijun Hu
1
-2
/
+2
2025-01-10
driver core: Correct parameter check for API device_for_each_child_reverse_fr...
Zijun Hu
1
-1
/
+1
2025-01-10
driver core: Move true expression out of if condition in 3 device finding APIs
Zijun Hu
1
-2
/
+5
2025-01-03
driver core: Introduce an device matching API device_match_type()
Zijun Hu
1
-0
/
+6
2025-01-03
driver core: Remove match_any()
Zijun Hu
1
-6
/
+1
2025-01-03
driver core: Simplify API device_find_child_by_name() implementation
Zijun Hu
1
-12
/
+1
2025-01-03
driver core: Constify API device_find_child() and adapt for various usages
Zijun Hu
1
-3
/
+3
2024-12-24
drivers: base: Don't match devices with NULL of_node/fwnode/etc
Brian Norris
1
-4
/
+4
2024-11-29
Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-35
/
+28
2024-11-20
Merge tag 'spi-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-28
/
+101
2024-11-12
drivers: core: fw_devlink: Fix excess parameter description in docstring
Amit Vadhavana
1
-1
/
+1
2024-11-05
drivers: core: fw_devlink: Make the error message a bit more useful
Saravana Kannan
1
-2
/
+2
2024-11-05
driver core: fw_devlink: Stop trying to optimize cycle detection logic
Saravana Kannan
1
-31
/
+24
[next]