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
/
include
/
linux
/
device.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-08
driver core: fw_devlink: Add DL_FLAG_CYCLE support to device links
Saravana Kannan
1
-0
/
+1
2023-01-27
driver core: device_get_devnode() should take a const *
Greg Kroah-Hartman
1
-2
/
+0
2023-01-27
driver core: make struct device_type.devnode() take a const *
Greg Kroah-Hartman
1
-1
/
+1
2023-01-27
driver core: make struct device_type.uevent() take a const *
Greg Kroah-Hartman
1
-1
/
+1
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-8
/
+1
2022-12-14
Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+4
2022-12-06
device.h: move kobj_to_dev() to use container_of_const()
Greg Kroah-Hartman
1
-20
/
+1
2022-11-18
driver core: Add __alloc_size hint to devm allocators
Kees Cook
1
-3
/
+4
2022-11-17
genirq: Get rid of GENERIC_MSI_IRQ_DOMAIN
Thomas Gleixner
1
-5
/
+3
2022-11-10
driver core: remove devm_device_remove_group()
Greg Kroah-Hartman
1
-2
/
+0
2022-11-10
driver core: remove devm_device_remove_groups()
Greg Kroah-Hartman
1
-2
/
+0
2022-10-20
driver core: allow kobj_to_dev() to take a const pointer
Greg Kroah-Hartman
1
-1
/
+17
2022-06-10
driver core: Introduce device_find_any_child() helper
Andy Shevchenko
1
-0
/
+2
2022-06-03
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+73
2022-04-29
device-core: Kill the lockdep_mutex
Dan Williams
1
-5
/
+0
2022-04-29
cxl/acpi: Add root device lockdep validation
Dan Williams
1
-0
/
+43
2022-04-27
driver core: Add sysfs support for physical location of a device
Won Chung
1
-0
/
+73
2021-12-17
genirq/msi: Move descriptor list to struct msi_device_data
Thomas Gleixner
1
-4
/
+0
2021-12-17
device: Add device:: Msi_data pointer and struct msi_device_data
Thomas Gleixner
1
-0
/
+5
2021-12-17
device: Move MSI related data into a struct
Thomas Gleixner
1
-6
/
+14
2021-12-09
PCI/MSI: Move msi_lock to struct pci_dev
Thomas Gleixner
1
-2
/
+0
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-08-13
driver core: Add missing kernel doc for device::msi_lock
Thomas Gleixner
1
-0
/
+1
2021-08-10
PCI/MSI: Protect msi_desc::masked for multi-MSI
Thomas Gleixner
1
-0
/
+1
2021-07-14
swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool used
Claire Chang
1
-0
/
+4
2021-07-06
Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+37
2021-07-05
Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-9
/
+0
2021-07-03
Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
1
-0
/
+2
2021-07-01
Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-0
/
+1
2021-06-29
Merge tag 'docs-5.14' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2021-06-22
driver core: Export device_driver_attach()
Jason Gunthorpe
1
-0
/
+2
2021-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+2
2021-06-17
driver core: add a helper to setup both the of_node and fwnode of a device
Ioana Ciornei
1
-0
/
+1
2021-06-15
devres: Enable trace events
Andy Shevchenko
1
-9
/
+0
2021-05-31
Merge 5.13-rc4 into usb-next
Greg Kroah-Hartman
1
-4
/
+2
2021-05-27
driver core: Move the "removable" attribute from USB to core
Rajat Jain
1
-0
/
+37
2021-05-21
drivers: base: Fix device link removal
Rafael J. Wysocki
1
-4
/
+2
2021-05-20
docs: update pin-control.rst references
Mauro Carvalho Chehab
1
-1
/
+1
2021-03-23
driver core: Avoid pointless deferred probe attempts
Saravana Kannan
1
-0
/
+4
2021-03-23
driver core: Trivial typo fix
Bhaskar Chowdhury
1
-1
/
+1
2021-02-27
Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2021-02-20
driver core: add a min_align_mask field to struct device_dma_parameters
Jianxiong Gao
1
-0
/
+1
2021-01-25
Merge 5.11-rc5 into driver-core-next
Greg Kroah-Hartman
1
-0
/
+12
2021-01-21
driver core: Fix device link device name collision
Saravana Kannan
1
-0
/
+12
2021-01-07
driver core: Add device link support for INFERRED flag
Saravana Kannan
1
-0
/
+2
2020-12-09
driver core: Refactor fw_devlink feature
Saravana Kannan
1
-5
/
+0
2020-12-09
Revert "driver core: Rename dev_links_info.defer_sync to defer_hook"
Saravana Kannan
1
-2
/
+2
2020-12-09
Revert "driver core: Avoid deferred probe due to fw_devlink_pause/resume()"
Saravana Kannan
1
-2
/
+1
2020-10-16
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-2
/
+2
2020-09-25
Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...
Christoph Hellwig
1
-0
/
+1
[next]