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
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-16
UIO: Change driver name of uio_pdrv
Hans J. Koch
1
-1
/
+1
2008-10-16
UIO: Add alignment warnings for uio-mem
Hans J. Koch
1
-0
/
+8
2008-10-16
Driver core: add bus_sort_breadthfirst() function
Greg Kroah-Hartman
2
-45
/
+55
2008-10-16
NET: convert the phy_device file to use bus_find_device_by_name
Greg Kroah-Hartman
1
-7
/
+1
2008-10-16
kobject: Fix kobject_rename and !CONFIG_SYSFS
Eric W. Biederman
1
-0
/
+5
2008-10-16
platform: add new device registration helper
Dmitry Baryshkov
1
-0
/
+47
2008-10-16
PNP: create device attributes via default device attributes
Drew Moseley
4
-39
/
+11
2008-10-16
Driver core: make bus_find_device_by_name() more robust
Peter Korsgaard
1
-3
/
+1
2008-10-16
usb: turn dev_warn+WARN_ON combos into dev_WARN
Arjan van de Ven
1
-16
/
+8
2008-10-16
debug: use dev_WARN() rather than WARN_ON() in device_pm_add()
Arjan van de Ven
1
-1
/
+1
2008-10-16
device model: Do a quickcheck for driver binding before doing an expensive check
Arjan van de Ven
1
-0
/
+3
2008-10-16
Driver core: Fix cleanup in device_create_vargs().
Cornelia Huck
1
-1
/
+1
2008-10-16
Driver core: Clarify device cleanup.
Cornelia Huck
1
-5
/
+18
2008-10-16
drivers/firmware/iscsi_ibft.c: make 3 functions static
Adrian Bunk
1
-9
/
+9
2008-10-16
driver core: make struct platform_pm_ops static
Adrian Bunk
1
-1
/
+1
2008-10-16
usb gadget: link fixes for network gadget
David Brownell
5
-145
/
+158
2008-10-16
usb gadget: link fixes for cdc composite gadget
David Brownell
3
-6
/
+26
2008-10-16
usb gadget: link fixes for storage gadget
David Brownell
2
-2
/
+13
2008-10-16
usb gadget: link fixes for printer gadget
David Brownell
2
-2
/
+15
2008-10-16
usb gadget: link fixes for MIDI gadget
David Brownell
2
-1
/
+16
2008-10-16
usb gadget: link fixes for gadget zero
David Brownell
3
-17
/
+36
2008-10-16
usb gadget: link fixes for serial gadget
David Brownell
2
-1
/
+19
2008-10-16
device create: ide: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2
-8
/
+7
2008-10-16
device create: video: convert device_create_drvdata to device_create
Greg Kroah-Hartman
3
-11
/
+7
2008-10-16
device create: usb: convert device_create_drvdata to device_create
Greg Kroah-Hartman
8
-23
/
+19
2008-10-16
device create: scsi: convert device_create_drvdata to device_create
Greg Kroah-Hartman
5
-18
/
+14
2008-10-16
device create: s390: convert device_create_drvdata to device_create
Greg Kroah-Hartman
4
-18
/
+15
2008-10-16
device create: net: convert device_create_drvdata to device_create
Greg Kroah-Hartman
3
-7
/
+7
2008-10-16
device create: misc: convert device_create_drvdata to device_create
Greg Kroah-Hartman
13
-38
/
+30
2008-10-16
device create: infiniband: convert device_create_drvdata to device_create
Greg Kroah-Hartman
4
-16
/
+13
2008-10-16
device create: ieee1394: convert device_create_drvdata to device_create
Greg Kroah-Hartman
3
-11
/
+10
2008-10-16
device create: char: convert device_create_drvdata to device_create
Greg Kroah-Hartman
18
-49
/
+43
2008-10-16
device create: block: convert device_create_drvdata to device_create
Greg Kroah-Hartman
4
-15
/
+11
2008-10-15
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
4
-0
/
+659
2008-10-15
tty: make sure that proc_clear_tty stores the cpu flags
Arjan van de Ven
1
-2
/
+3
2008-10-15
metronomefb: Fix warning when building 64bit
Alan Cox
1
-1
/
+1
2008-10-15
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
31
-346
/
+610
2008-10-15
RTC: M48T35: new RTC driver
Thomas Bogendoerfer
3
-0
/
+244
2008-10-15
MIPS: DS1286: New RTC driver
Thomas Bogendoerfer
3
-0
/
+415
2008-10-15
Merge commit 'origin'
Benjamin Herrenschmidt
1518
-60950
/
+126803
2008-10-15
Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
Linus Torvalds
10
-295
/
+808
2008-10-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
41
-2770
/
+5012
2008-10-15
rtc-cmos: look for PNP RTC first, then for platform RTC
Bjorn Helgaas
1
-15
/
+18
2008-10-15
hvc_console: Fix free_irq in spinlocked section
Christian Borntraeger
1
-5
/
+5
2008-10-15
rtc-cmos: move wake setup from ACPI glue into RTC driver
Bjorn Helgaas
2
-112
/
+89
2008-10-15
HID: build drivers for all quirky devices by default
Jiri Kosina
1
-0
/
+19
2008-10-15
HID: add missing blacklist entry for Apple ATV ircontrol
Jiri Kosina
1
-0
/
+1
2008-10-15
HID: add support for Bright ABNT2 brazilian device
Mauro Carvalho Chehab
6
-0
/
+86
2008-10-15
HID: Don't let Avermedia Radio FM800 be handled by usb hid drivers
Mauro Carvalho Chehab
2
-0
/
+4
2008-10-15
HID: fix numlock led on Dell device 0x413c/0x2105
Mauro Carvalho Chehab
3
-0
/
+3
[next]