index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-21
sysdev: fix debugging statements in registration code.
Ben Dooks
1
-3
/
+8
2008-07-21
UIO: add generic UIO platform driver
Uwe Kleine-König
3
-0
/
+126
2008-07-21
UIO: Add write function to allow irq masking
Hans J. Koch
1
-0
/
+26
2008-07-21
UIO: fix UIO Kconfig dependencies
Uwe Kleine-König
1
-2
/
+1
2008-07-21
driver core: fix a lot of printk usages of bus_id
Greg Kroah-Hartman
7
-19
/
+15
2008-07-21
driver core: remove DEVICE_ID_SIZE define
Greg Kroah-Hartman
1
-2
/
+2
2008-07-21
driver core: remove DEVICE_NAME_SIZE define
Kay Sievers
5
-6
/
+6
2008-07-21
driver core: remove KOBJ_NAME_LEN define
Kay Sievers
7
-15
/
+17
2008-07-21
class: change internal semaphore to a mutex
Dave Young
3
-17
/
+19
2008-07-21
class: add lockdep infrastructure
Matthew Wilcox
1
-5
/
+6
2008-07-21
class: fix docbook comments for class_private structure
Greg Kroah-Hartman
1
-2
/
+1
2008-07-21
class: rename "sem" to "class_sem" in internal class structure
Greg Kroah-Hartman
3
-17
/
+17
2008-07-21
class: rename "subsys" to "class_subsys" in internal class structure
Greg Kroah-Hartman
3
-28
/
+33
2008-07-21
class: rename "interfaces" to "class_interfaces" in internal class structure
Greg Kroah-Hartman
3
-8
/
+8
2008-07-21
class: rename "devices" to "class_devices" in internal class structure
Greg Kroah-Hartman
3
-8
/
+8
2008-07-21
class: move driver core specific parts to a private structure
Greg Kroah-Hartman
3
-66
/
+105
2008-07-21
infiniband: make cm_device use a struct device and not a kobject.
Greg Kroah-Hartman
1
-20
/
+9
2008-07-21
infiniband: rename "device" to "ib_device" in cm_device
Greg Kroah-Hartman
1
-23
/
+24
2008-07-21
Driver Core: add ability for class_find_device to start in middle of list
Greg Kroah-Hartman
7
-18
/
+26
2008-07-21
Driver Core: add ability for class_for_each_device to start in middle of list
Greg Kroah-Hartman
5
-18
/
+29
2008-07-21
device create: convert device_create_drvdata to device_create
Greg Kroah-Hartman
1
-7
/
+4
2008-07-21
driver core: remove device_create()
Greg Kroah-Hartman
1
-34
/
+0
2008-07-21
device create: usb: convert device_create to device_create_drvdata
Greg Kroah-Hartman
4
-9
/
+11
2008-07-21
device create: spi: convert device_create to device_create_drvdata
David Brownell
1
-2
/
+2
2008-07-21
device create: scsi: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-2
/
+2
2008-07-21
device create: s390: convert device_create to device_create_drvdata
Greg Kroah-Hartman
3
-12
/
+14
2008-07-21
device create: net: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2
-4
/
+5
2008-07-21
device create: mtd: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-3
/
+6
2008-07-21
device create: misc: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-2
/
+3
2008-07-21
device create: macintosh: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-1
/
+2
2008-07-21
device create: isdn: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-1
/
+2
2008-07-21
device create: infiniband: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-1
/
+1
2008-07-21
device create: ieee1394: convert device_create to device_create_drvdata
Greg Kroah-Hartman
3
-8
/
+9
2008-07-21
device create: ide: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-4
/
+6
2008-07-21
device create: i2c: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-3
/
+3
2008-07-21
device create: hwmon: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-1
/
+2
2008-07-21
device create: hid: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-2
/
+3
2008-07-21
device create: framebuffer: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2
-3
/
+5
2008-07-21
device create: dvb: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-2
/
+2
2008-07-21
device create: dca: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-3
/
+5
2008-07-21
device create: char: convert device_create to device_create_drvdata
Greg Kroah-Hartman
18
-49
/
+61
2008-07-21
device create: block: convert device_create to device_create_drvdata
Greg Kroah-Hartman
4
-9
/
+15
2008-07-21
sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor
Dan Williams
3
-1
/
+91
2008-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
133
-8766
/
+11033
2008-07-21
usb-storage: revert DMA-alignment change for Wireless USB
Alan Stern
1
-10
/
+15
2008-07-21
USB: use reset_resume when normal resume fails
Alan Stern
1
-3
/
+17
2008-07-21
usb_gadget: composite cdc gadget fault handling
David Brownell
2
-1
/
+4
2008-07-21
usb gadget: minor USBCV fix for composite framework
David Lopo
1
-0
/
+1
2008-07-21
USB: Fix bug with byte order in isp116x-hcd.c fio write/read
Julien May
1
-4
/
+19
2008-07-21
USB: fix double kfree in ipaq in error case
Oliver Neukum
1
-1
/
+2
[next]