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
2020-08-05
Merge tag 'devicetree-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2020-07-30
driver core: add deferring probe reason to devices_deferred property
Andrzej Hajda
1
-2
/
+6
2020-07-30
driver core: add device probe log helper
Andrzej Hajda
1
-0
/
+42
2020-07-24
driver core: Change delimiter in devlink device's name to "--"
Saravana Kannan
1
-1
/
+1
2020-07-23
driver core: Fix sleeping in invalid context during device link deletion
Saravana Kannan
1
-18
/
+27
2020-07-20
Merge 5.8-rc6 into driver-core-next
Greg Kroah-Hartman
1
-12
/
+32
2020-07-10
driver core: Add waiting_for_supplier sysfs file for devices
Saravana Kannan
1
-0
/
+26
2020-07-10
driver core: Expose device link details in sysfs
Saravana Kannan
1
-8
/
+203
2020-07-10
driver core: Avoid deferred probe due to fw_devlink_pause/resume()
Saravana Kannan
1
-0
/
+21
2020-07-10
driver core: Rename dev_links_info.defer_sync to defer_hook
Saravana Kannan
1
-11
/
+11
2020-07-10
driver core: Don't do deferred probe in parallel with kernel_init thread
Saravana Kannan
1
-1
/
+0
2020-06-18
driver core: Add device_is_dependent() to linux/device.h
Saravana Kannan
1
-1
/
+1
2020-06-07
Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-56
/
+179
2020-06-03
Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-35
/
+2
2020-06-02
Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-plat...
Linus Torvalds
1
-0
/
+1
2020-06-02
Merge tag 'docs-5.8' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2020-05-27
driver core: Update device link status correctly for SYNC_STATE_ONLY links
Saravana Kannan
1
-8
/
+26
2020-05-25
Merge 5.7-rc7 into driver-core-next
Greg Kroah-Hartman
1
-18
/
+37
2020-05-21
driver core: Remove unnecessary is_fwnode_dev variable in device_add()
Saravana Kannan
1
-8
/
+4
2020-05-21
driver core: Fix handling of SYNC_STATE_ONLY + STATELESS device links
Saravana Kannan
1
-3
/
+5
2020-05-19
driver core: Fix SYNC_STATE_ONLY device link implementation
Saravana Kannan
1
-22
/
+39
2020-05-15
driver core: fw_devlink: Add support for batching fwnode parsing
Saravana Kannan
1
-7
/
+109
2020-05-15
driver core: Look for waiting consumers only for a fwnode's primary device
Saravana Kannan
1
-11
/
+18
2020-05-15
driver core: Move code to the right part of the file
Saravana Kannan
1
-30
/
+30
2020-05-11
Merge v5.7-rc5 into driver-core-next
Greg Kroah-Hartman
1
-1
/
+6
2020-05-10
driver core: remove device_create_vargs
Christoph Hellwig
1
-35
/
+2
2020-05-05
Revert "Revert "driver core: Set fw_devlink to "permissive" behavior by defau...
Saravana Kannan
1
-1
/
+1
2020-04-28
driver core: Fix handling of fw_devlink=permissive
Saravana Kannan
1
-1
/
+6
2020-04-21
docs: filesystems: fix renamed references
Mauro Carvalho Chehab
1
-1
/
+1
2020-04-20
device property: export set_secondary_fwnode() to modules
Andy Shevchenko
1
-0
/
+1
2020-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-0
/
+120
2020-03-27
Revert "driver core: Set fw_devlink to "permissive" behavior by default"
Greg Kroah-Hartman
1
-1
/
+1
2020-03-24
driver core: Set fw_devlink to "permissive" behavior by default
Saravana Kannan
1
-1
/
+1
2020-03-21
driver core: Add device links from fwnode only for the primary device
Saravana Kannan
1
-2
/
+6
2020-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-7
/
+20
2020-03-09
Merge 5.6-rc5 into driver-core-next
Greg Kroah-Hartman
1
-7
/
+20
2020-03-05
driver core: fw_devlink_flags can be static
kbuild test robot
1
-1
/
+1
2020-03-04
driver core: Add missing annotation for device_links_write_lock()
Jules Irenge
1
-1
/
+1
2020-03-04
driver core: Add missing annotation for device_links_read_lock()
Jules Irenge
1
-1
/
+1
2020-03-04
driver core: Add fw_devlink kernel commandline option
Saravana Kannan
1
-1
/
+26
2020-03-04
driver core: Reevaluate dev->links.need_for_probe as suppliers are added
Saravana Kannan
1
-2
/
+6
2020-03-04
driver core: Skip unnecessary work when device doesn't have sync_state()
Saravana Kannan
1
-1
/
+3
2020-03-04
driver core: Call sync_state() even if supplier has no consumers
Saravana Kannan
1
-6
/
+17
2020-02-27
drivers/base/power: add dpm_sysfs_change_owner()
Christian Brauner
1
-0
/
+4
2020-02-27
device: add device_change_owner()
Christian Brauner
1
-0
/
+116
2019-11-15
driver core: Allow device link operations inside sync_state()
Saravana Kannan
1
-8
/
+71
2019-11-02
driver core: Allow fwnode_operations.add_links to differentiate errors
Saravana Kannan
1
-4
/
+8
2019-11-02
driver core: Allow a device to wait on optional suppliers
Saravana Kannan
1
-3
/
+25
2019-11-02
driver core: Add device link support for SYNC_STATE_ONLY flag
Saravana Kannan
1
-9
/
+41
2019-10-27
Merge 5.4-rc5 into driver-core-next
Greg Kroah-Hartman
1
-0
/
+3
[next]