index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-13
drivers: core: fix device leak in __fw_devlink_relax_cycles()
Luca Ceresoli
1
-0
/
+1
2024-12-14
driver core: fw_devlink: Stop trying to optimize cycle detection logic
Saravana Kannan
1
-31
/
+24
2024-12-14
driver core: Add FWLINK_FLAG_IGNORE to completely ignore a fwnode link
Saravana Kannan
1
-1
/
+8
2024-12-14
driver core: fw_devlink: Improve logs for cycle detection
Saravana Kannan
1
-2
/
+9
2024-11-08
Revert "driver core: Fix uevent_show() vs driver detach race"
Greg Kroah-Hartman
1
-8
/
+5
2024-08-14
driver core: Fix uevent_show() vs driver detach race
Dan Williams
1
-5
/
+8
2024-06-21
drivers: core: synchronize really_probe() and dev_uevent()
Dirk Behme
1
-0
/
+3
2024-04-10
driver core: Introduce device_link_wait_removal()
Herve Codina
1
-3
/
+23
2024-02-23
driver core: fw_devlink: Improve detection of overlapping cycles
Saravana Kannan
1
-2
/
+7
2024-02-23
driver core: Fix device_link_flag_is_sync_state_only()
Saravana Kannan
1
-2
/
+4
2023-09-13
drivers: base: Free devm resources when unregistering a device
David Gow
1
-0
/
+11
2023-03-10
driver core: fw_devlink: Avoid spurious error message
Saravana Kannan
1
-3
/
+3
2023-03-10
driver core: fw_devlink: Make cycle detection more robust
Saravana Kannan
1
-119
/
+129
2023-03-10
driver core: fw_devlink: Improve check for fwnode with no device/driver
Saravana Kannan
1
-2
/
+38
2023-03-10
driver core: fw_devlink: Consolidate device link flag computation
Saravana Kannan
1
-13
/
+15
2023-03-10
driver core: fw_devlink: Allow marking a fwnode link as being part of a cycle
Saravana Kannan
1
-10
/
+40
2023-03-10
driver core: fw_devlink: Don't purge child fwnode's consumer links
Saravana Kannan
1
-18
/
+79
2023-03-10
driver core: fw_devlink: Add DL_FLAG_CYCLE support to device links
Saravana Kannan
1
-10
/
+18
2023-03-10
driver core: fix resource leak in device_add()
Zhengchao Shao
1
-1
/
+1
2023-03-10
driver core: fix potential null-ptr-deref in device_add()
Yang Yingliang
1
-0
/
+1
2022-09-24
driver core: use IS_ERR_OR_NULL() helper in device_create_groups_vargs()
Yang Yingliang
1
-1
/
+1
2022-09-24
Merge 1707c39ae309 ("Merge tag 'driver-core-6.0-rc7' of git://git.kernel.org/...
Greg Kroah-Hartman
1
-1
/
+1
2022-09-15
Revert "driver core: Set fw_devlink.strict=1 by default"
Greg Kroah-Hartman
1
-1
/
+1
2022-09-01
drivers: base: Print error code on synthetic uevent failure
Brian Norris
1
-1
/
+1
2022-08-04
Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-7
/
+116
2022-07-01
PM: runtime: Fix supplier device management during consumer probe
Rafael J. Wysocki
1
-0
/
+10
2022-07-01
PM: runtime: Redefine pm_runtime_release_supplier()
Rafael J. Wysocki
1
-1
/
+2
2022-06-27
driver core: fw_devlink: Allow firmware to mark devices as best effort
Saravana Kannan
1
-1
/
+2
2022-06-10
driver core: Introduce device_find_any_child() helper
Andy Shevchenko
1
-0
/
+20
2022-06-10
driver core: Set fw_devlink.strict=1 by default
Saravana Kannan
1
-1
/
+1
2022-06-10
driver core: Add wait_for_init_devices_probe helper function
Saravana Kannan
1
-6
/
+94
2022-06-03
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+15
2022-04-28
device-core: Kill the lockdep_mutex
Dan Williams
1
-3
/
+0
2022-04-27
driver core: Add sysfs support for physical location of a device
Won Chung
1
-0
/
+15
2022-02-02
block: remove genhd.h
Christoph Hellwig
1
-1
/
+1
2022-01-13
Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+0
2022-01-12
Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-7
/
+23
2022-01-10
Merge tag 'devprop-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+0
2022-01-04
headers/uninline: Uninline single-use function: kobject_has_children()
Ingo Molnar
1
-0
/
+17
2021-12-28
kobject: remove kset from struct kset_uevent_ops callbacks
Greg Kroah-Hartman
1
-6
/
+5
2021-12-27
driver core: make kobj_type constant.
Wedson Almeida Filho
1
-1
/
+1
2021-12-17
PM: runtime: Add safety net to supplier device release
Rafael J. Wysocki
1
-2
/
+1
2021-12-16
genirq/msi: Move descriptor list to struct msi_device_data
Thomas Gleixner
1
-3
/
+0
2021-12-09
PCI/MSI: Move msi_lock to struct pci_dev
Thomas Gleixner
1
-1
/
+0
2021-11-24
driver core: Don't call device_remove_properties() from device_del()
Heikki Krogerus
1
-1
/
+0
2021-10-20
driver core: Provide device_match_acpi_handle() helper
Andy Shevchenko
1
-0
/
+6
2021-10-18
Merge 5.15-rc6 into driver-core-next
Greg Kroah-Hartman
1
-1
/
+2
2021-10-05
driver core: Reject pointless SYNC_STATE_ONLY device links
Saravana Kannan
1
-1
/
+2
2021-10-05
driver core: use NUMA_NO_NODE during device_initialize
Max Gurtovoy
1
-1
/
+1
2021-10-05
driver core: Fix possible memory leak in device_link_add()
Yang Yingliang
1
-3
/
+1
[next]