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
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
2020-09-17
dma-mapping: introduce DMA range map, supplanting dma_pfn_offset
Jim Quinlan
1
-2
/
+2
2020-09-14
Merge 5.9-rc5 into driver-core-next
Greg Kroah-Hartman
1
-0
/
+1
2020-09-10
PM: <linux/device.h>: fix @em_pd kernel-doc warning
Randy Dunlap
1
-0
/
+1
2020-09-09
Revert "driver core: Annotate dev_err_probe() with __must_check"
Greg Kroah-Hartman
1
-1
/
+1
2020-09-08
devres: provide devm_krealloc()
Bartosz Golaszewski
1
-0
/
+2
2020-09-08
device property: Move fwnode_connection_find_match() under drivers/base/prope...
Heikki Krogerus
1
-9
/
+0
2020-09-07
driver core: Annotate dev_err_probe() with __must_check
Andy Shevchenko
1
-1
/
+1
2020-09-07
device connection: Remove struct device_connection
Heikki Krogerus
1
-17
/
+1
2020-09-07
device connection: Remove device_connection_add()
Heikki Krogerus
1
-29
/
+0
2020-09-07
device connection: Remove device_connection_find()
Heikki Krogerus
1
-2
/
+0
2020-08-05
Merge tag 'devicetree-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2020-08-05
Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-144
/
+144
2020-08-05
Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+10
2020-08-03
Merge branches 'pm-em' and 'pm-core'
Rafael J. Wysocki
1
-0
/
+5
2020-07-30
driver core: add device probe log helper
Andrzej Hajda
1
-0
/
+3
2020-07-20
Merge 5.8-rc6 into driver-core-next
Greg Kroah-Hartman
1
-2
/
+3
2020-07-19
dma-mapping: add a dma_ops_bypass flag to struct device
Christoph Hellwig
1
-0
/
+8
2020-07-19
dma-mapping: make support for dma ops optional
Christoph Hellwig
1
-1
/
+2
2020-07-10
driver core: Expose device link details in sysfs
Saravana Kannan
1
-28
/
+30
2020-07-10
driver core: Avoid deferred probe due to fw_devlink_pause/resume()
Saravana Kannan
1
-1
/
+2
2020-07-10
driver core: Rename dev_links_info.defer_sync to defer_hook
Saravana Kannan
1
-2
/
+2
2020-07-02
device: remove 'extern' attribute from function prototypes in device.h
Bartosz Golaszewski
1
-116
/
+107
2020-07-01
driver-core: Introduce DEVICE_ATTR_ADMIN_{RO,RW}
Dan Williams
1
-0
/
+4
2020-06-24
PM / EM: add support for other devices than CPUs in Energy Model
Lukasz Luba
1
-0
/
+5
2020-06-18
driver core: Add device_is_dependent() to linux/device.h
Saravana Kannan
1
-0
/
+1
2020-05-10
driver core: remove device_create_vargs
Christoph Hellwig
1
-4
/
+0
2020-04-08
Merge tag 'iommu-updates-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-6
/
+3
2020-03-27
Merge branches 'iommu/fixes', 'arm/qcom', 'arm/omap', 'arm/smmu', 'x86/amd', ...
Joerg Roedel
1
-6
/
+3
2020-03-27
iommu: Move iommu_fwspec to struct dev_iommu
Joerg Roedel
1
-3
/
+0
2020-03-27
iommu: Rename struct iommu_param to dev_iommu
Joerg Roedel
1
-3
/
+3
2020-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+11
2020-03-04
driver core: Add dev_has_sync_state()
Saravana Kannan
1
-0
/
+11
2020-02-27
device: add device_change_owner()
Christian Brauner
1
-0
/
+1
2019-12-16
device.h: move 'struct driver' stuff out to device/driver.h
Greg Kroah-Hartman
1
-271
/
+1
2019-12-16
device.h: move 'struct class' stuff out to device/class.h
Greg Kroah-Hartman
1
-240
/
+1
2019-12-16
device.h: move 'struct bus' stuff out to device/bus.h
Greg Kroah-Hartman
1
-264
/
+1
2019-12-16
device.h: move dev_printk()-like functions to dev_printk.h
Greg Kroah-Hartman
1
-216
/
+1
2019-12-16
device.h: move devtmpfs prototypes out of the file
Greg Kroah-Hartman
1
-4
/
+0
2019-12-12
devtmpfs: use do_mount() instead of ksys_mount()
Dominik Brodowski
1
-2
/
+2
2019-11-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Linus Torvalds
1
-3
/
+3
2019-11-21
dma-mapping: treat dev->bus_dma_mask as a DMA limit
Nicolas Saenz Julienne
1
-3
/
+3
2019-11-05
lib: devres: provide devm_ioremap_resource_wc()
Bartosz Golaszewski
1
-0
/
+2
2019-11-02
driver core: Allow a device to wait on optional suppliers
Saravana Kannan
1
-0
/
+3
2019-11-02
driver core: Add device link support for SYNC_STATE_ONLY flag
Saravana Kannan
1
-0
/
+2
2019-10-04
driver core: Add sync_state driver/bus callback
Saravana Kannan
1
-0
/
+24
2019-10-04
driver core: Add support for linking devices during device addition
Saravana Kannan
1
-0
/
+2
2019-09-18
Merge tag 'usb-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-3
/
+7
2019-09-03
Merge generic_lookup_helpers into usb-next
Greg Kroah-Hartman
1
-3
/
+234
[next]