index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
driver core: use IS_ERR_OR_NULL() helper in device_create_groups_vargs()
Yang Yingliang
2022-09-24
1
-1
/
+1
*
Merge 1707c39ae309 ("Merge tag 'driver-core-6.0-rc7' of git://git.kernel.org/...
Greg Kroah-Hartman
2022-09-24
1
-1
/
+1
|
\
|
*
Revert "driver core: Set fw_devlink.strict=1 by default"
Greg Kroah-Hartman
2022-09-15
1
-1
/
+1
*
|
drivers: base: Print error code on synthetic uevent failure
Brian Norris
2022-09-01
1
-1
/
+1
|
/
*
Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-08-04
1
-7
/
+116
|
\
|
*
driver core: fw_devlink: Allow firmware to mark devices as best effort
Saravana Kannan
2022-06-27
1
-1
/
+2
|
*
driver core: Introduce device_find_any_child() helper
Andy Shevchenko
2022-06-10
1
-0
/
+20
|
*
driver core: Set fw_devlink.strict=1 by default
Saravana Kannan
2022-06-10
1
-1
/
+1
|
*
driver core: Add wait_for_init_devices_probe helper function
Saravana Kannan
2022-06-10
1
-6
/
+94
*
|
PM: runtime: Fix supplier device management during consumer probe
Rafael J. Wysocki
2022-07-01
1
-0
/
+10
*
|
PM: runtime: Redefine pm_runtime_release_supplier()
Rafael J. Wysocki
2022-07-01
1
-1
/
+2
|
/
*
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-06-03
1
-0
/
+15
|
\
|
*
driver core: Add sysfs support for physical location of a device
Won Chung
2022-04-27
1
-0
/
+15
*
|
device-core: Kill the lockdep_mutex
Dan Williams
2022-04-28
1
-3
/
+0
|
/
*
block: remove genhd.h
Christoph Hellwig
2022-02-02
1
-1
/
+1
*
Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-01-13
1
-4
/
+0
|
\
|
*
genirq/msi: Move descriptor list to struct msi_device_data
Thomas Gleixner
2021-12-16
1
-3
/
+0
|
*
PCI/MSI: Move msi_lock to struct pci_dev
Thomas Gleixner
2021-12-09
1
-1
/
+0
*
|
Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-01-12
1
-7
/
+23
|
\
\
|
*
|
headers/uninline: Uninline single-use function: kobject_has_children()
Ingo Molnar
2022-01-04
1
-0
/
+17
|
*
|
kobject: remove kset from struct kset_uevent_ops callbacks
Greg Kroah-Hartman
2021-12-28
1
-6
/
+5
|
*
|
driver core: make kobj_type constant.
Wedson Almeida Filho
2021-12-27
1
-1
/
+1
|
|
/
*
|
Merge tag 'devprop-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-01-10
1
-1
/
+0
|
\
\
|
*
|
driver core: Don't call device_remove_properties() from device_del()
Heikki Krogerus
2021-11-24
1
-1
/
+0
|
|
/
*
/
PM: runtime: Add safety net to supplier device release
Rafael J. Wysocki
2021-12-17
1
-2
/
+1
|
/
*
driver core: Provide device_match_acpi_handle() helper
Andy Shevchenko
2021-10-20
1
-0
/
+6
*
Merge 5.15-rc6 into driver-core-next
Greg Kroah-Hartman
2021-10-18
1
-1
/
+2
|
\
|
*
driver core: Reject pointless SYNC_STATE_ONLY device links
Saravana Kannan
2021-10-05
1
-1
/
+2
*
|
driver core: use NUMA_NO_NODE during device_initialize
Max Gurtovoy
2021-10-05
1
-1
/
+1
*
|
driver core: Fix possible memory leak in device_link_add()
Yang Yingliang
2021-10-05
1
-3
/
+1
*
|
Merge 5.15-rc4 into driver-core-next
Greg Kroah-Hartman
2021-10-04
1
-27
/
+63
|
\
|
|
*
driver core: Add debug logs when fwnode links are added/deleted
Saravana Kannan
2021-09-28
1
-0
/
+4
|
*
driver core: Create __fwnode_link_del() helper function
Saravana Kannan
2021-09-28
1
-16
/
+19
|
*
driver core: Set deferred probe reason when deferred by driver core
Saravana Kannan
2021-09-28
1
-6
/
+9
|
*
driver core: fw_devlink: Add support for FWNODE_FLAG_NEEDS_CHILD_BOUND_ON_ADD
Saravana Kannan
2021-09-23
1
-0
/
+19
|
*
driver core: fw_devlink: Improve handling of cyclic dependencies
Saravana Kannan
2021-09-21
1
-5
/
+12
*
|
driver core: Clarify that dev_err_probe() is OK even w/out -EPROBE_DEFER
Douglas Anderson
2021-09-21
1
-0
/
+5
|
/
*
Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-09-03
1
-0
/
+4
|
\
|
*
swiotlb: Convert io_default_tlb_mem to static allocation
Will Deacon
2021-07-23
1
-1
/
+1
|
*
swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool used
Claire Chang
2021-07-13
1
-0
/
+4
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-09-02
1
-0
/
+2
|
\
\
|
*
|
scsi: ufshcd: Fix device links when BOOT WLUN fails to probe
Adrian Hunter
2021-08-09
1
-0
/
+2
|
|
/
*
|
Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-09-01
1
-3
/
+3
|
\
\
|
*
|
printk: index: Add indexing support to dev_printk
Chris Down
2021-07-19
1
-3
/
+3
|
|
/
|
|
|
\
*
-
.
\
Merge branches 'acpi-numa', 'acpi-glue', 'acpi-config' and 'acpi-pmic'
Rafael J. Wysocki
2021-08-30
1
-19
/
+16
|
\
\
\
|
|
|
/
|
|
/
|
|
|
*
driver core: Split device_platform_notify()
Rafael J. Wysocki
2021-07-16
1
-19
/
+16
|
|
*
software nodes: Split software_node_notify()
Rafael J. Wysocki
2021-07-16
1
-5
/
+4
|
|
*
ACPI: glue: Eliminate acpi_platform_notify()
Rafael J. Wysocki
2021-07-16
1
-3
/
+4
|
|
/
*
|
PCI/MSI: Protect msi_desc::masked for multi-MSI
Thomas Gleixner
2021-08-10
1
-0
/
+1
*
|
driver core: Prevent warning when removing a device link from unregistered co...
Adrian Hunter
2021-07-21
1
-2
/
+4
|
/
[next]