index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-29
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-11
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-17
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
2021-10-04
Merge 5.15-rc4 into driver-core-next
Greg Kroah-Hartman
1
-27
/
+63
2021-09-28
driver core: Add debug logs when fwnode links are added/deleted
Saravana Kannan
1
-0
/
+4
2021-09-28
driver core: Create __fwnode_link_del() helper function
Saravana Kannan
1
-16
/
+19
2021-09-28
driver core: Set deferred probe reason when deferred by driver core
Saravana Kannan
1
-6
/
+9
2021-09-23
driver core: fw_devlink: Add support for FWNODE_FLAG_NEEDS_CHILD_BOUND_ON_ADD
Saravana Kannan
1
-0
/
+19
2021-09-21
driver core: Clarify that dev_err_probe() is OK even w/out -EPROBE_DEFER
Douglas Anderson
1
-0
/
+5
2021-09-21
driver core: fw_devlink: Improve handling of cyclic dependencies
Saravana Kannan
1
-5
/
+12
2021-09-03
Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+4
2021-09-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+2
2021-09-02
Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+3
2021-08-30
Merge branches 'acpi-numa', 'acpi-glue', 'acpi-config' and 'acpi-pmic'
Rafael J. Wysocki
1
-19
/
+16
[next]