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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2014-03-05
uas: Fix reset handling for externally triggered reset
Hans de Goede
1
-5
/
+31
2014-03-05
uas: Fix reset locking
Hans de Goede
1
-0
/
+9
2014-03-05
uas: Fix uas not working when plugged into an ehci port
Hans de Goede
1
-4
/
+4
2014-03-05
uas: uas_alloc_cmd_urb: drop unused stream_id parameter
Hans de Goede
1
-3
/
+2
2014-03-05
uas: Avoid unnecessary unlock / lock calls around unlink_data_urbs
Hans de Goede
1
-13
/
+7
2014-03-05
uas: Properly set interface to altsetting 0 on probe failure
Hans de Goede
1
-9
/
+9
2014-03-05
uas: Urbs must be anchored before submitting them
Hans de Goede
1
-8
/
+12
2014-03-05
uas: replace BUG_ON() + WARN_ON() with WARN_ON_ONCE()
Gerd Hoffmann
1
-9
/
+10
2014-03-05
uas: add dead request list
Gerd Hoffmann
1
-8
/
+42
2014-03-05
uas: make work list per-device
Gerd Hoffmann
1
-62
/
+44
2014-03-05
uas: properly reinitialize in uas_eh_bus_reset_handler
Gerd Hoffmann
1
-0
/
+5
2014-03-05
usbfs: Add support for allocating / freeing streams
Hans de Goede
2
-0
/
+125
2014-03-05
usbfs: Add ep_to_host_endpoint helper function
Hans de Goede
1
-7
/
+11
2014-03-05
usbfs: Add support for bulk stream ids
Hans de Goede
2
-1
/
+8
2014-03-05
usbfs: proc_do_submiturb use a local variable for number_of_packets
Hans de Goede
1
-8
/
+7
2014-03-05
usbfs: Kill urbs on interface before doing a set_interface
Hans de Goede
1
-0
/
+3
2014-03-05
usb-core: Free bulk streams on interface release
Hans de Goede
1
-1
/
+22
2014-03-05
usb-core: Track if an endpoint has streams
Hans de Goede
2
-8
/
+28
2014-03-05
usb-core: Move USB_MAXENDPOINTS definitions to usb.h
Hans de Goede
2
-1
/
+2
2014-03-05
usb-core: Fix usb_free_streams return value documentation
Hans de Goede
1
-2
/
+1
2014-03-05
xhci: Remove segments from radix tree on failed insert.
Sarah Sharp
1
-26
/
+81
2014-03-05
xhci: use usb_ss_max_streams in xhci_check_streams_endpoint
Hans de Goede
1
-1
/
+1
2014-03-05
xhci: For streams the dequeue ptr must be read from the stream ctx
Hans de Goede
2
-7
/
+16
2014-03-05
xhci: Set SCT field for Set TR dequeue on streams
Hans de Goede
2
-2
/
+6
2014-03-05
xhci: For streams the css flag most be read from the stream-ctx on ep stop
Hans de Goede
1
-3
/
+11
2014-03-05
xhci: Check size rather then number of streams when allocating stream ctxs
Hans de Goede
1
-8
/
+8
2014-03-05
xhci: Free streams when they are still allocated on a set_interface call
Hans de Goede
1
-1
/
+20
2014-03-05
xhci: fix usb3 streams
Gerd Hoffmann
2
-43
/
+90
2014-03-05
xhci: make warnings greppable
Oliver Neukum
1
-13
/
+8
2014-03-05
usb/xhci: Change how we indicate a host supports Link PM.
Sarah Sharp
3
-17
/
+21
2014-03-03
USB: sisusb: Use static const, fix typo
Joe Perches
1
-4
/
+6
2014-03-03
USB: EHCI: tegra: Drop unused defines
Thierry Reding
1
-4
/
+0
2014-03-03
Merge 3.14-rc5 into usb-next
Greg Kroah-Hartman
169
-1142
/
+1880
2014-03-03
Linux 3.14-rc5
v3.14-rc5
Linus Torvalds
1
-1
/
+1
2014-03-03
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
19
-63
/
+118
2014-03-03
Merge tag 'usb-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
3
-3
/
+18
2014-03-03
Merge tag 'driver-core-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-7
/
+15
2014-03-03
Merge tag 'staging-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
9
-39
/
+38
2014-03-03
Merge branch 'drm-fixes-3.14' of git://people.freedesktop.org/~agd5f/linux in...
Dave Airlie
11
-35
/
+72
2014-03-03
Merge iio fixes into staging-linus
Greg Kroah-Hartman
7
-39
/
+36
2014-03-02
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
10
-28
/
+54
2014-03-02
Merge tag 'vmwgfx-fixes-3.14-2014-03-02' of git://people.freedesktop.org/~tho...
Dave Airlie
4
-25
/
+22
2014-03-02
drm/vmwgfx: avoid null pointer dereference at failure paths
Alexey Khoroshilov
1
-16
/
+19
2014-03-02
drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver ...
Thomas Hellstrom
2
-3
/
+2
2014-03-02
drm/vmwgfx: Remove some unused surface formats
Thomas Hellstrom
1
-6
/
+1
[next]