index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
device.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-22
driver core: Allow the constification of device attributes
Thomas Weißschuh
1
-12
/
+57
2026-05-22
driver core: Stop using generic sysfs macros for device attributes
Thomas Weißschuh
1
-9
/
+21
2026-05-22
driver core: Add low-level macros for device attributes
Thomas Weißschuh
1
-11
/
+32
2026-05-22
driver core: Delete DEVICE_ATTR_PREALLOC()
Thomas Weißschuh
1
-13
/
+0
2026-05-22
driver core: delete useless forward declaration of "struct class"
Alexey Dobriyan
1
-1
/
+0
2026-04-29
driver core: move dev_has_sync_state() to drivers/base/base.h
Danilo Krummrich
1
-14
/
+0
2026-04-29
driver core: use READ_ONCE() for dev->driver in dev_has_sync_state()
Danilo Krummrich
1
-1
/
+4
2026-04-26
driver core: Replace dev->offline + ->offline_disabled with accessors
Douglas Anderson
1
-6
/
+6
2026-04-26
driver core: Replace dev->of_node_reused with dev_of_node_reused()
Douglas Anderson
1
-3
/
+4
2026-04-26
driver core: Replace dev->dma_coherent with dev_dma_coherent()
Douglas Anderson
1
-7
/
+4
2026-04-26
driver core: Replace dev->state_synced with dev_state_synced()
Douglas Anderson
1
-4
/
+5
2026-04-26
driver core: Replace dev->dma_ops_bypass with dev_dma_ops_bypass()
Douglas Anderson
1
-8
/
+7
2026-04-26
driver core: Replace dev->dma_skip_sync with dev_dma_skip_sync()
Douglas Anderson
1
-4
/
+4
2026-04-26
driver core: Replace dev->dma_iommu with dev_dma_iommu()
Douglas Anderson
1
-5
/
+4
2026-04-26
driver core: Replace dev->can_match with dev_can_match()
Douglas Anderson
1
-4
/
+5
2026-04-19
Merge tag 'driver-core-7.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
1
-0
/
+45
2026-04-17
Merge tag 'hid-for-linus-2026041601' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Linus Torvalds
1
-0
/
+46
2026-04-16
Merge branch 'for-7.1/lenovo-v2' into for-linus
Jiri Kosina
1
-0
/
+46
2026-04-14
driver core: Add kernel-doc for DEV_FLAG_COUNT enum value
Douglas Anderson
1
-0
/
+1
2026-04-11
driver core: Don't let a device probe until it's ready
Douglas Anderson
1
-0
/
+44
2026-03-22
Merge tag 'v7.0-rc5' into driver-core-next
Danilo Krummrich
1
-0
/
+54
2026-03-17
driver core: generalize driver_override in struct device
Danilo Krummrich
1
-0
/
+54
2026-03-14
Merge tag 'device_lock_cond_guard-7.1-rc1' into driver-core-testing
Danilo Krummrich
1
-0
/
+1
2026-03-13
driver: core: constify groups array argument in device_add_groups and device_remove_groups
Heiner Kallweit
1
-2
/
+2
2026-03-12
driver core: Add conditional guard support for device_lock()
Li Ming
1
-0
/
+1
2026-03-10
include: device.h: Add named device attributes
Derek J. Clark
1
-0
/
+46
2025-11-20
devres: Move devm_alloc_percpu() and related to devres.h
Andy Shevchenko
1
-18
/
+0
2025-11-19
devres: Remove unused devm_free_percpu()
Andy Shevchenko
1
-1
/
+0
2025-09-06
driver core/PM: Set power.no_callbacks along with power.no_pm
Rafael J. Wysocki
1
-0
/
+3
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
1
-0
/
+5
2025-07-29
Merge tag 'pmdomain-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm
Linus Torvalds
1
-0
/
+13
2025-07-09
driver core: Add dev_set_drv_sync_state()
Saravana Kannan
1
-0
/
+12
2025-07-09
driver core: Export get_dev_from_fwnode()
Ulf Hansson
1
-0
/
+1
2025-07-03
PM: sleep: Add strict_midlayer flag to struct dev_pm_info
Rafael J. Wysocki
1
-0
/
+27
2025-06-17
driver core: Add device_link_test() for testing device link flags
Rafael J. Wysocki
1
-0
/
+5
2025-04-28
devres: Move devm_*_action*() APIs to devres.h
Andy Shevchenko
1
-38
/
+0
2025-04-01
Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-1
/
+1
2025-03-28
Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
1
-0
/
+2
2025-03-25
Merge tag 'regulator-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Linus Torvalds
1
-118
/
+1
2025-02-28
driver core: Introduce device_{add,remove}_of_node()
Herve Codina
1
-0
/
+2
2025-02-24
driver core: Split devres APIs to device/devres.h
Andy Shevchenko
1
-118
/
+1
2025-02-20
driver core: Remove needless return in void API device_remove_group()
Zijun Hu
1
-1
/
+1
2025-02-19
PM: sleep: Use DPM_FLAG_SMART_SUSPEND conditionally
Rafael J. Wysocki
1
-0
/
+9
2025-01-10
devres: add devm_remove_action_nowarn()
Danilo Krummrich
1
-1
/
+17
2025-01-10
driver core: Move two simple APIs for finding child device to header
Zijun Hu
1
-3
/
+29
2025-01-10
driver core: Introduce device_iter_t for device iterating APIs
Zijun Hu
1
-3
/
+3
2025-01-10
driver core: Correct API device_for_each_child_reverse_from() prototype
Zijun Hu
1
-2
/
+2
2025-01-10
driver core: Rename declaration parameter name for API device_find_child() cluster
Zijun Hu
1
-3
/
+3
2025-01-03
driver core: Constify API device_find_child() and adapt for various usages
Zijun Hu
1
-2
/
+2
2024-10-25
cxl/port: Fix use-after-free, permit out-of-order decoder shutdown
Dan Williams
1
-0
/
+3
[next]