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
2024-11-08
Revert "driver core: Fix uevent_show() vs driver detach race"
Greg Kroah-Hartman
1
-8
/
+5
2024-08-19
driver core: Fix uevent_show() vs driver detach race
Dan Williams
1
-5
/
+8
2024-07-05
drivers: core: synchronize really_probe() and dev_uevent()
Dirk Behme
1
-0
/
+3
2023-08-11
drivers: core: fix kernel-doc markup for dev_err_probe()
Mauro Carvalho Chehab
1
-2
/
+4
2023-08-11
driver code: print symbolic error code
Michał Mirosław
1
-2
/
+2
2023-08-11
driver core: add device probe log helper
Andrzej Hajda
1
-0
/
+42
2023-05-30
driver core: add a helper to setup both the of_node and fwnode of a device
Ioana Ciornei
1
-0
/
+7
2022-01-16
drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions
Joe Perches
1
-4
/
+4
2021-08-18
PCI/MSI: Protect msi_desc::masked for multi-MSI
Thomas Gleixner
1
-0
/
+1
2021-01-27
driver core: Extend device_is_dependent()
Rafael J. Wysocki
1
-1
/
+16
2021-01-12
Revert "device property: Keep secondary firmware node secondary by type"
Bard Liao
1
-1
/
+1
2020-11-10
PM: runtime: Drop runtime PM references to supplier on link removal
Rafael J. Wysocki
1
-4
/
+2
2020-11-05
device property: Don't clear secondary pointer for shared primary firmware node
Andy Shevchenko
1
-1
/
+3
2020-11-05
device property: Keep secondary firmware node secondary by type
Andy Shevchenko
1
-1
/
+1
2020-09-03
device property: Fix the secondary firmware node handling in set_primary_fwno...
Heikki Krogerus
1
-4
/
+8
2019-10-10
cpufreq: Avoid cpufreq_suspend() deadlock on system shutdown
Rafael J. Wysocki
1
-0
/
+3
2019-09-18
Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-78
/
+102
2019-09-17
Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-8
/
+31
2019-08-27
Revert "driver core: Add support for linking devices during device addition"
Greg Kroah-Hartman
1
-83
/
+0
2019-08-27
Revert "driver core: Add edit_links() callback for drivers"
Greg Kroah-Hartman
1
-22
/
+2
2019-08-27
Revert "driver core: Add sync_state driver/bus callback"
Greg Kroah-Hartman
1
-65
/
+0
2019-08-22
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-0
/
+12
2019-08-13
driver/core: Convert to use built-in RCU list checking
Joel Fernandes (Google)
1
-0
/
+12
2019-08-12
Merge 5.3-rc4 into driver-core-next
Greg Kroah-Hartman
1
-9
/
+74
2019-08-10
Merge tag 'driver-core-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+52
2019-08-01
driver core: Add sync_state driver/bus callback
Saravana Kannan
1
-0
/
+65
2019-08-01
driver core: Add edit_links() callback for drivers
Saravana Kannan
1
-2
/
+22
2019-08-01
driver core: Add support for linking devices during device addition
Saravana Kannan
1
-0
/
+83
2019-07-30
driver core: Fix use-after-free and double free on glue directory
Muchun Song
1
-1
/
+52
2019-07-30
Merge branch 'generic_lookup_helpers' into driver-core-next
Greg Kroah-Hartman
1
-8
/
+31
2019-07-30
drivers: Add generic helper to match any device
Suzuki K Poulose
1
-0
/
+6
2019-07-30
drivers: Introduce device lookup variants by ACPI_COMPANION device
Suzuki K Poulose
1
-0
/
+6
2019-07-30
drivers: Introduce device lookup variants by device type
Suzuki K Poulose
1
-8
/
+7
2019-07-30
drivers: Introduce device lookup variants by fwnode
Suzuki K Poulose
1
-0
/
+6
2019-07-30
drivers: Introduce device lookup variants by name
Suzuki K Poulose
1
-0
/
+6
2019-07-30
driver core: Fix creation of device links with PM-runtime flags
Rafael J. Wysocki
1
-2
/
+4
2019-07-27
Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-8
/
+22
2019-07-25
driver core: Remove device link creation limitation
Rafael J. Wysocki
1
-77
/
+99
2019-07-18
driver-core, libnvdimm: Let device subsystems add local lockdep coverage
Dan Williams
1
-0
/
+3
2019-07-18
drivers/base: Introduce kill_device()
Dan Williams
1
-8
/
+19
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+6
2019-06-24
drivers: Add generic helper to match by of_node
Suzuki K Poulose
1
-0
/
+6
2019-06-03
driver core: Add helper device_find_child_by_name()
Heikki Krogerus
1
-0
/
+28
2019-04-25
driver core: Clarify which counterparts to use to device_add()
Borislav Petkov
1
-0
/
+5
2019-02-20
driver core: Fix PM-runtime for links added during consumer probe
Rafael J. Wysocki
1
-2
/
+2
2019-02-13
driver core: Fix possible supplier PM-usage counter imbalance
Rafael J. Wysocki
1
-17
/
+4
2019-02-01
driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMER
Rafael J. Wysocki
1
-1
/
+15
2019-02-01
driver core: Make driver core own stateful device links
Rafael J. Wysocki
1
-15
/
+54
2019-02-01
driver core: Do not call rpm_put_suppliers() in pm_runtime_drop_link()
Rafael J. Wysocki
1
-0
/
+3
2019-02-01
driver core: Fix adding device links to probing suppliers
Rafael J. Wysocki
1
-8
/
+66
[next]