Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
5d3ee42f8f5fa5e7ccc8980878fe6e18a129b9ff
/
include
/
linux
/
device.h
98fa15f
mm: replace all open encodings for NUMA_NO_NODE
by Anshuman Khandual
· 6 years ago
dbba197
driver core: Introduce device_iommu_mapped() function
by Joerg Roedel
· 6 years ago
26873ac
Merge tag 'driver-core-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
9703fc8
Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 6 years ago
09d1ea1
devres: provide devm_kstrdup_const()
by Bartosz Golaszewski
· 6 years ago
0571967
devres: constify p in devm_kfree()
by Bartosz Golaszewski
· 6 years ago
8514c47
driver core: add BUS_ATTR_WO() macro
by Greg Kroah-Hartman
· 7 years ago
cd7753d
drivers: base: Helpers for adding device connection descriptions
by Heikki Krogerus
· 6 years ago
f3ecc0f
dma-mapping: move the dma_coherent flag to struct device
by Christoph Hellwig
· 6 years ago
a18d783
Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
d5acba2
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 6 years ago
9a76aba
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
b018fc9
Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
3860cae
Merge tag 'regulator-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
by Linus Torvalds
· 6 years ago
f07d141
dma-mapping: Generalise dma_32bit_limit flag
by Robin Murphy
· 7 years ago
d5e8382
devres: Add devm_of_iomap()
by Benjamin Herrenschmidt
· 7 years ago
9944e89
driver core: set up ownership of class devices in sysfs
by Dmitry Torokhov
· 7 years ago
25b4e70
driver core: allow stopping deferred probe after init
by Rob Herring
· 7 years ago
1689cac
driver core: Add flag to autoremove device link on supplier unbind
by Vivek Gautam
· 7 years ago
e88728f
driver core: Rename flag AUTOREMOVE to AUTOREMOVE_CONSUMER
by Vivek Gautam
· 7 years ago
ea61462
linux/device.h: fix kernel-doc notation warning
by Randy Dunlap
· 7 years ago
663336e
device: Add #define dev_fmt similar to #define pr_fmt
by Joe Perches
· 7 years ago
d884221
driver core: Add device_link_remove function
by pascal paillet
· 7 years ago
2857676
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
ec064d3
Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
2509b56
device: Use overflow helpers for devm_kmalloc()
by Kees Cook
· 7 years ago
8c97a46
driver core: hold dev's parent lock when needed
by Martin Liu
· 7 years ago
f068fe3
core, dma-direct: add a flag 32-bit dma limits
by Christoph Hellwig
· 7 years ago
3d6ce86
drivers: remove force dma flag from buses
by Christoph Hellwig
· 7 years ago
07397df
dma-mapping: move dma configuration to bus infrastructure
by Nipun Gupta
· 7 years ago
ed4564b
drivers: change struct device_driver::coredump() return type to void
by Arend van Spriel
· 7 years ago
38047d5
Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
ac9053d
Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 7 years ago
f2d9b66
drivers: base: Unified device connection lookup
by Heikki Krogerus
· 7 years ago
8ddfb47
drivers: base: add description for .coredump() callback
by Arend van Spriel
· 7 years ago
ead18c2
driver core: Introduce device links reference counting
by Lukas Wunner
· 7 years ago
23c35f4
pinctrl: remove include file from <linux/device.h>
by Linus Torvalds
· 7 years ago
47fcc03
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
3c47d19
drivers: base: add coredump driver ops
by Arend van Spriel
· 7 years ago
7fda910
gpio: sysfs: change 'value' attribute to prealloc
by Christophe Leroy
· 7 years ago
3282570
driver core: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
989d42e
driver core: add SPDX identifiers to all driver core files
by Greg Kroah-Hartman
· 7 years ago
e37e0ee
Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 7 years ago
08810a41
PM / core: Add NEVER_SKIP and SMART_PREPARE driver flags
by Rafael J. Wysocki
· 7 years ago
a2ab5fc
Merge branch 'pm-sleep' into pm-core
by Rafael J. Wysocki
· 7 years ago
d89e237
drivers: flag buses which demand DMA configuration
by Robin Murphy
· 7 years ago
c4142ed
Merge tag 'driver-core-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
a380f2e
PM / core: Drop legacy class suspend/resume operations
by Rafael J. Wysocki
· 7 years ago
850fdec
driver core: remove DRIVER_ATTR
by Greg Kroah-Hartman
· 7 years ago
74378c5
driver core: Fix link to device power management documentation
by Geert Uytterhoeven
· 7 years ago
7521621
Do not disable driver and bus shutdown hook when class shutdown hook is set.
by Michal Suchanek
· 7 years ago
6a7a817
driver core: Document struct device:dma_ops
by Jonathan Corbet
· 7 years ago
f75f6ff
Merge 4.13-rc5 into driver-core-next
by Greg Kroah-Hartman
· 7 years ago
0cca6c8
pinctrl: generic: update references to Documentation/pinctrl.txt
by Ludovic Desroches
· 7 years ago
1af824f
Merge branch 'bind_unbind' into driver-core-next
by Greg Kroah-Hartman
· 8 years ago
57b8ff0
driver core: add devm_device_add_group() and friends
by Dmitry Torokhov
· 8 years ago
e323b2d
driver core: add device_{add|remove}_group() helpers
by Dmitry Torokhov
· 8 years ago
a7670d4
driver core: make device_{add|remove}_groups() public
by Dmitry Torokhov
· 8 years ago
f77af15
Add "shutdown" to "struct class".
by Josh Zimmerman
· 8 years ago
9746684
Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 8 years ago
4e75e1d
driver core: add helper to reuse a device-tree node
by Johan Hovold
· 8 years ago
b46c733
driver-core: remove struct bus_type.dev_attrs
by Greg Kroah-Hartman
· 11 years ago
ecbaa83
driver core: remove class_attrs from struct class
by Greg Kroah-Hartman
· 8 years ago
6f42809
driver core: remove CLASS_ATTR usage
by Greg Kroah-Hartman
· 8 years ago
15c9e10d9
drivers core: remove assert_held_device_hotplug()
by Heiko Carstens
· 8 years ago
ac1820f
Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 8 years ago
3fc2192
mm: validate device_hotplug is held for memory hotplug
by Dan Williams
· 8 years ago
5657933
treewide: Move dma_ops from struct dev_archdata into struct device
by Bart Van Assche
· 8 years ago
9af15c3
device: Implement a bus agnostic dev_num_vf routine
by Phil Sutter
· 8 years ago
582a686
device: bus_type: Introduce num_vf callback
by Phil Sutter
· 8 years ago
098c305
Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 8 years ago
e7aa8c2
Merge tag 'docs-4.10' of git://git.lwn.net/linux
by Linus Torvalds
· 8 years ago
64df114
driver core: Silence device links sphinx warning
by Lukas Wunner
· 8 years ago
ced6473
driver core: class: add class_groups support
by Greg Kroah-Hartman
· 8 years ago
2027cbc
driver core: add CLASS_ATTR_WO()
by Greg Kroah-Hartman
· 8 years ago
ff86aae
devres: add devm_alloc_percpu()
by Madalin Bucur
· 8 years ago
21d5c57
PM / runtime: Use device links
by Rafael J. Wysocki
· 8 years ago
9ed9895
driver core: Functional dependencies tracking support
by Rafael J. Wysocki
· 8 years ago
8c27ceff3
docs: fix locations of several documents that got moved
by Mauro Carvalho Chehab
· 8 years ago
57f98d2
iommu: Introduce iommu_fwspec
by Robin Murphy
· 8 years ago
3aa2fc1
Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 9 years ago
48a27055
include/linux: apply __malloc attribute
by Rasmus Villemoes
· 9 years ago
1f62ff3
driver-core: use 'dev' argument in dev_dbg_ratelimited stub
by Arnd Bergmann
· 9 years ago
372a12e
PM / Runtime: Move ignore_children flag under CONFIG_PM
by Ulf Hansson
· 9 years ago
33c1f63
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
by Linus Torvalds
· 9 years ago
de06dbf
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 9 years ago
656b803
ARM: 8524/1: driver cohandle -EPROBE_DEFER from bus_type.match()
by Tomeu Vizoso
· 9 years ago
a3499e9
devm: add helper devm_add_action_or_reset()
by Sudip Mukherjee
· 9 years ago
7dd9cba
usb: sysfs: make locking interruptible
by Oliver Neukum
· 9 years ago
6b9cb42
device core: add device_is_bound()
by Tomeu Vizoso
· 9 years ago
14b6257
device core: add BUS_NOTIFY_DRIVER_NOT_BOUND notification
by Andy Shevchenko
· 9 years ago
7c68394
devm: make allocations numa aware by default
by Dan Williams
· 9 years ago
ae98207
Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
17e6b00
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
71db87b
bus: subsys: update return type of ->remove_dev() to void
by Viresh Kumar
· 9 years ago
50ba224
Merge back earlier ACPI PM material for v4.3.
by Rafael J. Wysocki
· 9 years ago
f1421db
device core: Introduce per-device MSI domain pointer
by Marc Zyngier
· 9 years ago
4b979e4
Merge branch 'linus' into irq/core
by Thomas Gleixner
· 9 years ago
3d060ae
driver core: implement device_for_each_child_reverse()
by Andy Shevchenko
· 9 years ago
4a7cc83
genirq/MSI: Move msi_list from struct pci_dev to struct device
by Jiang Liu
· 10 years ago
Next »