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.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-08
Merge tag 'for-usb-next-2014-03-06' of git://git.kernel.org/pub/scm/linux/ker...
Greg Kroah-Hartman
26
-431
/
+1182
2014-03-08
usb: wusbcore: disable transfer notifications for Alereon HWAs
Thomas Pugliese
3
-36
/
+100
2014-03-08
usb: wusbcore: don't mark WA_SEG_DTI_PENDING segs as done in urb_dequeue
Thomas Pugliese
1
-1
/
+10
2014-03-08
usb: wusbcore: fix potential double list_del on urb dequeue
Thomas Pugliese
1
-2
/
+6
2014-03-07
xhci: add the meaningful IRQ description if it is empty
Adrian Huang
1
-0
/
+4
2014-03-07
xhci: Prevent runtime pm from autosuspending during initialization
Mathias Nyman
1
-1
/
+10
2014-03-05
storage: accept some UAS devices if streams are unavailable
Oliver Neukum
4
-0
/
+11
2014-03-05
xhci: Kill streams URBs when the host dies.
Sarah Sharp
1
-7
/
+21
2014-03-05
xhci: Refactor command watchdog and fix split string.
Sarah Sharp
1
-31
/
+39
2014-03-05
uas: Remove comment about registering a uas scsi controller for each usb bus
Hans de Goede
1
-6
/
+0
2014-03-05
uas: Add Hans de Goede as uas maintainer
Hans de Goede
2
-3
/
+4
2014-03-05
uas: remove BROKEN
Gerd Hoffmann
1
-1
/
+1
2014-03-05
uas: Make sure sg elements are properly aligned
Hans de Goede
1
-0
/
+18
2014-03-05
uas: Add some data in/out ready iu sanity checks
Hans de Goede
1
-0
/
+10
2014-03-05
uas: Improve error reporting
Hans de Goede
1
-14
/
+46
2014-03-05
uas: Use the right error codes for different kinds of errors
Hans de Goede
1
-9
/
+10
2014-03-05
uas: Clear cmdinfo on command queue-ing
Hans de Goede
1
-0
/
+2
2014-03-05
uas: Fix memory management
Hans de Goede
1
-19
/
+14
2014-03-05
uas: Fix command / task mgmt submission racing with disconnect
Hans de Goede
1
-1
/
+14
2014-03-05
uas: cmdinfo: use only one list head
Hans de Goede
1
-12
/
+8
2014-03-05
uas: add uas_mark_cmd_dead helper function
Hans de Goede
1
-17
/
+18
2014-03-05
uas: Properly complete inflight commands on bus-reset or disconnect
Hans de Goede
1
-20
/
+21
2014-03-05
uas: uas_alloc_data_urb: Remove unnecessary use_streams check
Hans de Goede
1
-2
/
+1
2014-03-05
uas: Fix task-management not working when connected over USB-2
Hans de Goede
1
-1
/
+2
2014-03-05
uas: Reset device on reboot
Hans de Goede
1
-0
/
+30
2014-03-05
uas: Add suspend/resume support
Hans de Goede
1
-0
/
+42
2014-03-05
uas: Use GFP_NOIO rather then GFP_ATOMIC where possible
Hans de Goede
1
-3
/
+3
2014-03-05
uas: Don't allow more then one task to run at the same time
Hans de Goede
1
-5
/
+34
2014-03-05
uas: task_mgmt: Kill the sense-urb if we fail to submit the cmd urb
Hans de Goede
1
-11
/
+13
2014-03-05
uas: Not being able to alloc streams when connected through usb-3 is an error
Hans de Goede
1
-7
/
+17
2014-03-05
uas: Verify endpoint descriptors from uas_use_uas_driver()
Hans de Goede
1
-1
/
+11
2014-03-05
uas: Drop fixed endpoint config handling
Hans de Goede
1
-25
/
+11
2014-03-05
uas: Move uas_find_endpoints to uas-detect.h
Hans de Goede
2
-27
/
+27
2014-03-05
uas: Fix bounds check in uas_find_endpoints
Hans de Goede
1
-1
/
+1
2014-03-05
uas: Add uas_find_endpoints() helper function
Hans de Goede
1
-11
/
+23
2014-03-05
uas: Honor no-uas quirk set in usb-storage's quirks module parameter
Hans de Goede
2
-1
/
+5
2014-03-05
usb-storage: Modify and export adjust_quirks so that it can be used by uas
Hans de Goede
2
-6
/
+13
2014-03-05
usb-storage: Don't bind to uas devices if the uas driver is enabled
Hans de Goede
2
-0
/
+15
2014-03-05
uas: Add the posibilty to blacklist uas devices from using the uas driver
Hans de Goede
4
-6
/
+80
2014-03-05
usb: Reset USB-3 devices on USB-3 link bounce
Hans de Goede
1
-2
/
+20
2014-03-05
usb: Clear host_endpoint->streams when implicitly freeing streams
Hans de Goede
2
-3
/
+9
2014-03-05
xhci: Handle MaxPSASize == 0
Hans de Goede
1
-0
/
+6
2014-03-05
xhci: The trb_address_map radix tree expects 1KB segment memory aligment
Hans de Goede
1
-4
/
+5
2014-03-05
xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0
Hans de Goede
1
-1
/
+1
2014-03-05
uas: Move uas detect code to uas-detect.h
Hans de Goede
2
-38
/
+42
2014-03-05
uas: Add a uas_find_uas_alt_setting helper function
Hans de Goede
1
-5
/
+16
2014-03-05
uas: Use all available stream ids
Hans de Goede
1
-3
/
+3
2014-03-05
uas: Pack iu struct definitions
Hans de Goede
1
-5
/
+5
2014-03-05
uas: Fix response iu struct definition
Hans de Goede
1
-1
/
+1
2014-03-05
uas: s/response_ui/response_iu/
Hans de Goede
2
-2
/
+2
[next]