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
/
host
/
xhci-mem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-21
USB: remove the usb_host_ss_ep_comp structure
Alan Stern
1
-15
/
+7
2010-05-21
USB: clean up some host controller sparse warnings
Randy Dunlap
1
-8
/
+8
2010-05-21
USB: xhci: Correct assumptions about number of rings per endpoint.
Sarah Sharp
1
-1
/
+73
2010-05-21
USB: xhci: Add memory allocation for USB3 bulk streams.
Sarah Sharp
1
-1
/
+378
2010-04-30
USB: xhci: properly set endpoint context fields for periodic eps.
Sarah Sharp
1
-0
/
+51
2010-04-30
USB: xhci: properly set the "Mult" field of the endpoint context.
Sarah Sharp
1
-0
/
+14
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-19
USB: xhci: Make endpoint interval debugging clearer.
Sarah Sharp
1
-2
/
+7
2010-03-03
USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS
Greg Kroah-Hartman
1
-2
/
+2
2010-03-03
USB: xhci: Allow allocation of commands without input contexts.
Sarah Sharp
1
-6
/
+12
2010-03-03
USB: xhci: Refactor code to free or cache endpoint rings.
Sarah Sharp
1
-0
/
+25
2009-12-11
USB: xhci: Make reverting an alt setting "unfailable".
Sarah Sharp
1
-13
/
+63
2009-12-11
USB: xhci-mem.c: introduce missing kfree
Julia Lawall
1
-1
/
+4
2009-12-11
USB: xhci: Add tests for TRB address translation.
Sarah Sharp
1
-0
/
+159
2009-12-11
USB: xhci: Add watchdog timer for URB cancellation.
Sarah Sharp
1
-2
/
+13
2009-11-18
USB: xhci: Fix scratchpad deallocation.
Sarah Sharp
1
-1
/
+1
2009-11-18
USB: xhci: Fix bug memory free after failed initialization.
Sarah Sharp
1
-3
/
+5
2009-09-23
USB: xhci: Set multi-TT field for LS/FS devices under hubs.
Sarah Sharp
1
-4
/
+2
2009-09-23
USB: xhci: Set route string for all devices.
Sarah Sharp
1
-1
/
+1
2009-09-23
USB: xhci: Change how xHCI commands are handled.
Sarah Sharp
1
-6
/
+49
2009-09-23
USB: xhci: Endpoint representation refactoring.
Sarah Sharp
1
-10
/
+15
2009-09-23
USB: xhci: Set correct max packet size for HS/FS control endpoints.
Sarah Sharp
1
-5
/
+18
2009-09-23
USB: xhci: Configure endpoint code refactoring.
Sarah Sharp
1
-0
/
+38
2009-09-23
USB: xhci: Work around for chain bit in link TRBs.
Sarah Sharp
1
-0
/
+3
2009-07-29
USB: xhci: Support for 64-byte contexts
John Youn
1
-34
/
+87
2009-07-29
USB: xhci: Always align output device contexts to 64 bytes.
Sarah Sharp
1
-8
/
+7
2009-07-29
USB: xhci: Scratchpad buffer allocation
John Youn
1
-0
/
+102
2009-07-29
USB: xhci: Fail gracefully if there's no SS ep companion descriptor.
Sarah Sharp
1
-1
/
+6
2009-07-29
USB: xhci: Setup HW retries correctly.
Sarah Sharp
1
-2
/
+4
2009-07-29
USB: xhci: Represent 64-bit addresses with one u64.
Sarah Sharp
1
-37
/
+24
2009-06-16
USB: xhci: Respect critical sections.
Sarah Sharp
1
-2
/
+3
2009-06-16
USB: xhci: Make xhci-mem.c include linux/dmapool.h
Sarah Sharp
1
-0
/
+1
2009-06-16
USB: Change names of SuperSpeed ep companion descriptor structs.
Sarah Sharp
1
-1
/
+1
2009-06-16
USB: xhci: Avoid global namespace pollution.
Sarah Sharp
1
-1
/
+1
2009-06-16
USB: xhci: Fix register write order.
Sarah Sharp
1
-11
/
+11
2009-06-16
USB: xhci: fix lots of compiler warnings.
Greg Kroah-Hartman
1
-31
/
+33
2009-06-16
USB: xhci: URB cancellation support.
Sarah Sharp
1
-0
/
+1
2009-06-16
USB: xhci: Bulk transfer support
Sarah Sharp
1
-1
/
+3
2009-06-16
USB: xhci: Bandwidth allocation support
Sarah Sharp
1
-1
/
+173
2009-06-16
USB: xhci: Control transfer support.
Sarah Sharp
1
-0
/
+2
2009-06-16
USB: xhci: Allocate and address USB devices
Sarah Sharp
1
-5
/
+199
2009-06-16
USB: xhci: No-op command queueing and irq handler.
Sarah Sharp
1
-8
/
+3
2009-06-16
USB: xhci: Device context array allocation.
Sarah Sharp
1
-0
/
+21
2009-06-16
USB: xhci: Ring allocation and initialization.
Sarah Sharp
1
-1
/
+304
2009-06-16
USB: xhci: BIOS handoff and HW initialization.
Sarah Sharp
1
-0
/
+75