index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-01
usbhid: prevent deadlock during timeout
Oliver Neukum
1
-0
/
+21
2012-04-30
usb: add USB_QUIRK_RESET_RESUME for M-Audio 88es
Steffen Müller
1
-0
/
+3
2012-04-30
USB: remove CONFIG_USB_DEVICE_CLASS
Greg Kroah-Hartman
2
-72
/
+0
2012-04-30
USB: remove CONFIG_USB_DEVICEFS
Greg Kroah-Hartman
6
-814
/
+2
2012-04-25
USB: EHCI: fix crash during suspend on ASUS computers
Alan Stern
1
-0
/
+9
2012-04-18
USB: fix deadlock in bConfigurationValue attribute method
Alan Stern
2
-6
/
+3
2012-04-11
USB: fix bug of device descriptor got from superspeed device
Elric Fu
1
-0
/
+16
2012-04-10
USB: fix race between root-hub suspend and remote wakeup
Alan Stern
1
-0
/
+12
2012-04-10
USB: don't ignore suspend errors for root hubs
Alan Stern
1
-2
/
+7
2012-04-08
Merge 3.2-rc1 into usb-linus
Greg Kroah-Hartman
2
-5
/
+18
2012-04-07
USB documentation: explain lifetime rules for unlinking URBs
Alan Stern
1
-0
/
+12
2012-04-07
USB: don't clear urb->dev in scatter-gather library
Alan Stern
1
-5
/
+6
2012-04-06
simple_open: automatically convert to simple_open()
Stephen Boyd
1
-9
/
+1
2012-03-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-20
/
+3
2012-03-21
usbfs: kill racy detection of simple_pin_fs()
Al Viro
1
-9
/
+1
2012-03-21
tidy up after d_make_root() conversion
Al Viro
1
-4
/
+2
2012-03-21
switch open-coded instances of d_make_root() to new helper
Al Viro
1
-8
/
+1
2012-03-20
Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
8
-113
/
+285
2012-03-14
USB: dynamically allocate usb_device children pointers instead of using a fix...
Huajun Li
1
-3
/
+7
2012-03-10
Merge 3.3-rc6 into driver-core-next
Greg Kroah-Hartman
3
-16
/
+25
2012-03-03
usb/core: remove "always" from usb_unlink_urb() kernel doc entry
Sebastian Andrzej Siewior
1
-4
/
+7
2012-03-01
usb: core: hcd: make hcd->irq unsigned
Felipe Balbi
1
-3
/
+3
2012-02-28
usb: fix defined but not used warnings in hcd-pci.c
Paul Gortmaker
1
-0
/
+2
2012-02-23
Merge branch 'usb-3.3-rc4' into usb-next
Greg Kroah-Hartman
6
-103
/
+266
2012-02-22
USB: Set hub depth after USB3 hub reset
Elric Fu
1
-13
/
+17
2012-02-15
USB: Turn on auto-suspend for USB 3.0 hubs.
Sarah Sharp
1
-8
/
+2
2012-02-15
USB: Set wakeup bits for all children hubs.
Sarah Sharp
1
-7
/
+15
2012-02-15
USB/xHCI: Support device-initiated USB 3.0 resume.
Sarah Sharp
1
-12
/
+39
2012-02-15
USB: Refactor hub remote wake handling.
Sarah Sharp
1
-24
/
+35
2012-02-15
USB/xHCI: Enable USB 3.0 hub remote wakeup.
Sarah Sharp
1
-0
/
+12
2012-02-15
USB: Suspend functions before putting dev into U3.
Sarah Sharp
1
-1
/
+2
2012-02-15
USB/xhci: Enable remote wakeup for USB3 devices.
Sarah Sharp
1
-5
/
+20
2012-02-14
USB: Don't fail USB3 probe on missing legacy PCI IRQ.
Sarah Sharp
2
-3
/
+8
2012-02-09
usb: Use hub port data to determine whether a port is removable
Matthew Garrett
1
-0
/
+40
2012-02-09
usb: Add support for indicating whether a port is removable
Matthew Garrett
1
-0
/
+23
2012-02-03
USB: debugging code shouldn't alter control flow
Alan Stern
1
-13
/
+8
2012-01-27
USB/PCI/PCMCIA: Clean up new_id and remove_id sysfs attribute routines
Alan Stern
1
-41
/
+20
2012-01-25
Dynamic ID addition doesn't need get_driver()
Alan Stern
1
-4
/
+1
2012-01-25
USB: cleanup the handling of the PM complete call
Oliver Neukum
3
-18
/
+22
2012-01-25
USB: code cleanup in suspend/resume path (3rd try)
Oliver Neukum
1
-30
/
+63
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
3
-6
/
+6
2012-01-10
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
7
-175
/
+193
2012-01-07
vfs: switch ->show_options() to struct dentry *
Al Viro
1
-1
/
+1
2012-01-04
usbfs: propagate umode_t
Al Viro
1
-10
/
+8
2012-01-04
switch ->is_visible() to returning umode_t
Al Viro
1
-2
/
+2
2012-01-04
switch device_get_devnode() and ->devnode() to umode_t *
Al Viro
2
-2
/
+2
2012-01-04
vfs: live vfsmounts never have NULL ->mnt_sb
Al Viro
1
-3
/
+2
2012-01-04
vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root
Al Viro
1
-3
/
+3
2012-01-04
USB: remove dead code from suspend/resume path
Oliver Neukum
1
-21
/
+7
2012-01-04
USB: add quirk for another camera
Oliver Neukum
1
-1
/
+4
[prev]
[next]