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
2007-02-08
usb: gadgetfs remove delayed init mode
Phil Endecott
1
-48
/
+12
2007-02-08
usb: gadgetfs whitespace cleanup
David Brownell
1
-28
/
+28
2007-02-08
USB: ohci-at91 refcount fix for irq wake enables
Marc Pignat
1
-3
/
+5
2007-02-08
usb-storage: SCSI level fixes
Alan Stern
1
-18
/
+13
2007-02-08
UHCI: no dummy TDs for Iso QHs
Alan Stern
2
-8
/
+11
2007-02-08
UHCI: improved debugging checks for the frame list
Alan Stern
2
-27
/
+72
2007-02-08
USB: race on disconnect in mdc800
Oliver Neukum
1
-0
/
+4
2007-02-08
USB: add binary API to usbmon
Pete Zaitcev
6
-55
/
+1352
2007-02-08
USB Gadget file_storage.c: remove unnecessary casts
John Daiker
1
-16
/
+15
2007-02-08
USB: Bugfix for aircable: Add module and name to usb_serial_driver
Johannes Hölzl
1
-1
/
+4
2007-02-08
USB serial: add driver pointer to all usb-serial drivers
Johannes Hölzl
36
-45
/
+104
2007-02-08
USB serial: add dynamic id support to usb-serial core
Greg Kroah-Hartman
3
-21
/
+100
2007-02-08
ohci: Add support for OHCI controller on the of_platform bus
Sylvain Munaut
3
-1
/
+274
2007-02-08
ohci: Rework bus glue integration to allow several at once
Sylvain Munaut
13
-198
/
+80
2007-02-08
rndis_host learns ActiveSync basics
Ole Andre Vadla Ravnas
4
-31
/
+144
2007-02-08
USB: ethernet gadget interop with MCCI Windows driver
David Brownell
1
-39
/
+103
2007-02-08
usbcore: remove unneeded error check
Alan Stern
1
-5
/
+1
2007-02-08
USB: indicate active altsetting in proc/bus/usb/devices file
David Brownell
1
-2
/
+6
2007-02-08
USB: devio.c add missing INIT_LIST_HEAD()
Dan Carpenter
1
-0
/
+1
2007-02-08
USB: mutexification of rio500
Oliver Neukum
1
-24
/
+30
2007-02-08
USB: Remove unneeded void * casts in idmouse.c
Tobias Klauser
1
-6
/
+4
2007-02-08
USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>
David Brownell
17
-17
/
+16
2007-02-08
USB: Fix EHCI warning
Benjamin Herrenschmidt
1
-0
/
+8
2007-02-08
USB: Fix OHCI warning
Benjamin Herrenschmidt
1
-0
/
+8
2007-02-08
USB: Implement support for EHCI with big endian MMIO
Benjamin Herrenschmidt
9
-142
/
+213
2007-02-08
USB: Implement support for "split" endian OHCI
Benjamin Herrenschmidt
4
-55
/
+130
2007-02-08
USB: Rework the OHCI quirk mecanism as suggested by David
Benjamin Herrenschmidt
1
-63
/
+110
2007-02-08
USB: convert usb class devices to real devices
Greg Kroah-Hartman
1
-7
/
+6
2007-02-08
USB: move usb_device_class class devices to be real devices
Greg Kroah-Hartman
1
-12
/
+12
2007-02-08
USB: add EPIC support to the io_edgeport driver
Greg Kroah-Hartman
4
-84
/
+386
2007-02-08
USB: unusual_devs.h for Sony floppy
Luiz Fernando N. Capitulino
1
-1
/
+1
2007-02-07
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos...
Linus Torvalds
10
-74
/
+982
2007-02-07
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...
Linus Torvalds
20
-403
/
+240
2007-02-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...
Linus Torvalds
17
-555
/
+847
2007-02-05
[S390] Avoid excessive inlining.
Heiko Carstens
37
-330
/
+254
2007-02-05
[S390] Convert memory detection into C code.
Heiko Carstens
9
-35
/
+80
2007-02-05
[S390] Calibrate delay and bogomips.
Martin Schwidefsky
2
-1
/
+64
2007-02-05
[S390] Add crypto support for 3592 tape devices
Michael Holzheu
5
-32
/
+577
2007-02-05
[S390] Support for s390 Pseudo Random Number Generator
Jan Glauber
1
-0
/
+2
2007-02-05
[S390] ETR support.
Martin Schwidefsky
5
-22
/
+72
2007-02-05
[S390] cio: Don't spam debug feature.
Cornelia Huck
1
-1
/
+1
2007-02-05
[S390] Cleanup of CHSC event handling.
Peter Oberparleiter
1
-120
/
+112
2007-02-05
[S390] cio: declare hardware structures packed.
Peter Oberparleiter
2
-12
/
+12
2007-02-05
[S390] cio: Catch operand exceptions on stsch.
Cornelia Huck
2
-2
/
+2
2007-02-05
[S390] dasd: fix unconditional reserve handling.
Horst Hummel
2
-6
/
+6
2007-02-05
[S390] Remove dasd_ccw_log function.
Horst Hummel
3
-67
/
+0
2007-02-05
[S390] Small barrier() and cpu_relax() cleanup.
Heiko Carstens
1
-1
/
+0
2007-02-05
[S390] cio: Use device_{create,remove}_bin_file.
Cornelia Huck
1
-7
/
+5
2007-02-05
[S390] sclp: don't call local_bh_disable/_local_bh_enable if in_interrupt()
Heiko Carstens
1
-2
/
+6
2007-02-05
[S390] Show loaded DCSS segments under /proc/iomem.
Gerald Schaefer
1
-2
/
+2
[next]