index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
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-12-15
driver core: Add a guard() definition for the device_lock()
Dan Williams
1
-0
/
+2
2023-10-05
devres: rename the first parameter of devm_add_action(_or_reset)
Masahiro Yamada
1
-4
/
+4
2023-09-01
Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+0
2023-08-30
Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-0
/
+26
2023-08-05
driver core: Move dev_err_probe() to where it belogs
Andy Shevchenko
1
-2
/
+0
2023-08-01
swiotlb: search the software IO TLB only if the device makes use of it
Petr Tesarik
1
-0
/
+2
2023-08-01
swiotlb: if swiotlb is full, fall back to a transient memory pool
Petr Tesarik
1
-0
/
+6
2023-08-01
swiotlb: separate memory pool data from other allocator data
Petr Tesarik
1
-1
/
+1
2023-07-18
driver core: Provide stubs for !IOMEM builds
Mark Brown
1
-0
/
+26
2023-07-04
Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+7
2023-06-26
locking: Introduce __cleanup() based infrastructure
Peter Zijlstra
1
-0
/
+7
2023-05-31
driver core: device.h: add some missing kerneldocs
James Seo
1
-1
/
+110
2023-05-30
devres: Provide krealloc_array
James Clark
1
-0
/
+11
2023-03-24
driver core: device.h: remove extern from function prototypes
Greg Kroah-Hartman
1
-2
/
+1
2023-03-23
driver core: device.h: make struct bus_type a const *
Greg Kroah-Hartman
1
-1
/
+1
2023-03-17
driver core: device: make device_create*() take a const struct class *
Greg Kroah-Hartman
1
-2
/
+2
2023-03-17
driver core: device: mark struct class in struct device as constant
Greg Kroah-Hartman
1
-1
/
+1
2023-03-17
driver core: device: make device_destroy() take a const class *
Greg Kroah-Hartman
1
-1
/
+1
2023-03-17
devres: Pass unique name of the resource to devm_add_action_or_reset()
Andy Shevchenko
1
-3
/
+5
2023-03-10
devres: Pass unique name of the resource to devm_add_action()
Andy Shevchenko
1
-1
/
+4
2023-03-06
driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2
Greg Kroah-Hartman
1
-6
/
+0
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-28
device-core: Kill the lockdep_mutex
Dan Williams
1
-5
/
+0
2022-04-28
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-16
genirq/msi: Move descriptor list to struct msi_device_data
Thomas Gleixner
1
-4
/
+0
2021-12-16
device: Add device:: Msi_data pointer and struct msi_device_data
Thomas Gleixner
1
-0
/
+5
2021-12-16
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-13
swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool used
Claire Chang
1
-0
/
+4
2021-07-05
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-06-30
Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-0
/
+1
[next]