index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-16
xhci: add variable 'cmd_type' in handle_cmd_completion()
Xenia Ragiadakou
1
-13
/
+14
2013-10-16
xhci: add variable 'cmd_trb' in handle_cmd_completion()
Xenia Ragiadakou
1
-8
/
+9
2013-10-16
xhci: add variable 'cmd_comp_code' in handle_cmd_completion()
Xenia Ragiadakou
1
-12
/
+8
2013-10-16
xhci: refactor TRB_CONFIG_EP case into function
Xenia Ragiadakou
1
-52
/
+62
2013-10-16
xhci: remove unused 'ep_ring' variable in handle_cmd_completion()
Xenia Ragiadakou
1
-2
/
+0
2013-10-16
xhci: refactor TRB_EVAL_CONTEXT case into function
Xenia Ragiadakou
1
-5
/
+14
2013-10-16
xhci: refactor TRB_NEC_GET_FW case into function
Xenia Ragiadakou
1
-8
/
+14
2013-10-16
xhci: refactor TRB_RESET_DEV case into function
Xenia Ragiadakou
1
-7
/
+15
2013-10-16
xhci: use completion event's slot id rather than dig it out of command
Xenia Ragiadakou
1
-2
/
+2
2013-10-16
xhci: refactor TRB_ADDR_DEV case into function
Xenia Ragiadakou
1
-2
/
+9
2013-10-16
xhci: refactor TRB_DISABLE_SLOT case into function
Xenia Ragiadakou
1
-7
/
+14
2013-10-16
xhci: refactor TRB_ENABLE_SLOT case into function
Xenia Ragiadakou
1
-5
/
+12
2013-10-16
xhci: rename existing Command Completion Event handlers
Xenia Ragiadakou
1
-10
/
+8
2013-10-16
xhci: remove unused argument from xhci_giveback_urb_in_irq()
Xenia Ragiadakou
1
-4
/
+4
2013-10-16
xhci: correct the usage of USB_CTRL_SET_TIMEOUT
xiao jin
2
-2
/
+2
2013-10-16
usb: xhci: Staticize xhci_del_comp_mod_timer
Sachin Kamat
1
-1
/
+2
2013-10-16
usb: Push USB2 LPM disable on disconnect into USB core.
Sarah Sharp
2
-5
/
+4
2013-10-16
xhci: Enable LPM support only for hardwired or BESL devices
Mathias Nyman
1
-0
/
+27
2013-10-16
usb: Don't enable USB 2.0 Link PM by default.
Sarah Sharp
5
-155
/
+26
2013-10-16
xhci: Set L1 device slot on USB2 LPM enable/disable.
Sarah Sharp
2
-2
/
+3
2013-10-16
usb: Disable USB 2.0 Link PM before device reset.
Sarah Sharp
1
-0
/
+6
2013-10-14
USB: ohci-exynos: Remove non-DT support
Jingoo Han
1
-15
/
+3
2013-10-14
usb/hcd: remove unnecessary local_irq_save
Michael Opdenacker
1
-15
/
+0
2013-10-14
USB: EHCI: start new isochronous streams ASAP
Alan Stern
1
-21
/
+23
2013-10-14
USB: EHCI: create per-TT bandwidth tables
Alan Stern
4
-85
/
+312
2013-10-14
Revert "USB: OHCI: Properly handle OHCI controller suspend"
Greg Kroah-Hartman
1
-8
/
+1
2013-10-14
Revert "USB: OHCI: Properly handle ohci-at91 suspend"
Greg Kroah-Hartman
1
-8
/
+2
2013-10-14
Revert "USB: OHCI: Properly handle ohci-s3c2410 suspend"
Greg Kroah-Hartman
1
-4
/
+17
2013-10-14
Revert "USB: OHCI: Properly handle ohci-da8xx suspend"
Greg Kroah-Hartman
1
-11
/
+4
2013-10-14
Revert "USB: OHCI: Properly handle ohci-ep93xx suspend"
Greg Kroah-Hartman
1
-9
/
+2
2013-10-14
Revert "USB: OHCI: Properly handle ohci-exynos suspend"
Greg Kroah-Hartman
1
-5
/
+15
2013-10-14
Revert "USB: OHCI: Properly handle ohci-spear suspend"
Greg Kroah-Hartman
1
-9
/
+3
2013-10-11
drivers: usb: core: hub.c: Comments shouldnt be C99 // comment style
Matthias Beyer
1
-2
/
+2
2013-10-11
drivers: usb: core: file.c: moved asterisk to variable name
Matthias Beyer
1
-1
/
+1
2013-10-11
drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixes
Matthias Beyer
4
-62
/
+62
2013-10-11
USB: mos7840: fix tiocmget error handling
Johan Hovold
1
-0
/
+4
2013-10-11
USB: serial: export usb_serial_generic_write_start
Johan Hovold
1
-1
/
+2
2013-10-11
USB: serial: add memory flags to usb_serial_generic_write_start
Johan Hovold
1
-8
/
+10
2013-10-11
USB: serial: clean up comments in generic driver
Johan Hovold
1
-32
/
+25
2013-10-11
drivers: usb: core: hcd.c: converted busmap from struct to bitmap
Matthias Beyer
1
-7
/
+5
2013-10-11
USB: host: Rename ehci-s5p to ehci-exynos
Jingoo Han
3
-70
/
+69
2013-10-11
USB: ehci-s5p: Remove non-DT support
Jingoo Han
1
-28
/
+4
2013-10-11
USB: EHCI: use a bandwidth-allocation table
Alan Stern
6
-244
/
+344
2013-10-11
USB: EHCI: create a "periodic schedule info" struct
Alan Stern
5
-121
/
+124
2013-10-11
USB: EHCI: use consistent NO_FRAME value
Alan Stern
2
-6
/
+7
2013-10-11
USB: EHCI: change toggle only upon successful reset
Alan Stern
1
-1
/
+1
2013-10-11
USB: EHCI: No SSPLIT allowed in uframe 7
Alan Stern
1
-0
/
+4
2013-10-11
USB: EHCI: compute full-speed bandwidth usage correctly
Alan Stern
1
-1
/
+1
2013-10-11
USB: EHCI: check the right uframes for CSPLIT
Alan Stern
1
-1
/
+1
2013-10-11
usb-anchor: Delay usb_wait_anchor_empty_timeout wake up till completion is done
Hans de Goede
2
-2
/
+45
[next]