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
/
usb
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-04
xhci: Reconfigure endpoint 0 max packet size only during endpoint reset
Mathias Nyman
1
-43
/
+42
2023-12-04
xhci: minor coding style cleanup in 'xhci_try_enable_msi()'
Niklas Neronin
1
-5
/
+3
2023-12-04
xhci: rework 'xhci_try_enable_msi()' MSI and MSI-X setup code
Niklas Neronin
1
-29
/
+15
2023-12-04
xhci: change 'msix_count' to encompass MSI or MSI-X vectors
Niklas Neronin
2
-9
/
+9
2023-12-04
xhci: refactor static MSI function
Niklas Neronin
1
-34
/
+15
2023-12-04
xhci: refactor static MSI-X function
Niklas Neronin
1
-40
/
+28
2023-12-04
xhci: add handler for only one interrupt line
Niklas Neronin
1
-25
/
+10
2023-12-04
xhci: check if legacy irq is available before using it as fallback
Niklas Neronin
1
-1
/
+1
2023-12-04
xhci: dbc: Add missing headers
Andy Shevchenko
1
-1
/
+16
2023-12-04
xhci: dbc: Use sizeof(*pointer) instead of sizeof(type)
Andy Shevchenko
1
-3
/
+3
2023-12-04
xhci: dbc: Use sizeof_field() where it makes sense
Andy Shevchenko
1
-1
/
+1
2023-12-04
xhci: dbc: Replace custom return value with proper Linux error code
Andy Shevchenko
1
-1
/
+1
2023-12-04
xhci: dbc: Don't shadow error codes in store() functions
Andy Shevchenko
1
-8
/
+18
2023-12-04
xhci: dbc: Check for errors first in xhci_dbc_stop()
Andy Shevchenko
1
-4
/
+4
2023-12-04
xhci: dbc: Use ATTRIBUTE_GROUPS()
Andy Shevchenko
1
-7
/
+4
2023-12-04
xhci: dbc: Use sysfs_emit() to instead of scnprintf()
Andy Shevchenko
2
-28
/
+17
2023-12-04
xhci: dbc: Convert to use sysfs_streq()
Andy Shevchenko
1
-2
/
+2
2023-12-04
xhci: dbc: Drop duplicate checks for dma_free_coherent()
Andy Shevchenko
1
-9
/
+5
2023-11-27
Merge 6.7-rc3 into usb-next
Greg Kroah-Hartman
3
-23
/
+42
2023-11-23
usb: xhci: Add timeout argument in address_device USB HCD callback
Hardik Gajjar
4
-14
/
+31
2023-11-21
USB: xhci-plat: fix legacy PHY double init
Johan Hovold
1
-20
/
+30
2023-11-21
usb: xhci-mtk: fix in-ep's start-split check failure
Chunfeng Yun
2
-3
/
+12
2023-11-03
Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
14
-268
/
+635
2023-10-30
Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-2
/
+2
2023-10-21
usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not present
Wesley Cheng
1
-2
/
+10
2023-10-21
usb: host: xhci-plat: fix possible kernel oops while resuming
Sergey Shtylyov
1
-4
/
+19
2023-10-21
usb: xhci: Implement xhci_handshake_check_state() helper
Udipto Goswami
3
-3
/
+30
2023-10-21
xhci: split free interrupter into separate remove and free parts
Mathias Nyman
1
-11
/
+21
2023-10-21
xhci: Enable RPM on controllers that support low-power states
Basavaraj Natikar
1
-1
/
+3
2023-10-21
xhci: Loosen RPM as default policy to cover for AMD xHC 1.1
Basavaraj Natikar
1
-0
/
+2
2023-10-21
xhci: Simplify event ring dequeue pointer update for port change events
Mathias Nyman
1
-8
/
+2
2023-10-21
xhci: simplify event ring dequeue tracking for transfer events
Mathias Nyman
1
-11
/
+1
2023-10-21
xhci: Clean up xhci_{alloc,free}_erst() declarations
Lukas Wunner
2
-6
/
+1
2023-10-21
xhci: Clean up stale comment on ERST_SIZE macro
Lukas Wunner
1
-6
/
+1
2023-10-21
xhci: Clean up ERST_PTR_MASK inversion
Lukas Wunner
4
-7
/
+5
2023-10-21
xhci: Expose segment numbers in debugfs
Lukas Wunner
1
-1
/
+1
2023-10-21
xhci: Update last segment pointer after Event Ring expansion
Lukas Wunner
1
-5
/
+7
2023-10-21
xhci: Adjust segment numbers after ring expansion
Lukas Wunner
1
-6
/
+10
2023-10-21
xhci: Use more than one Event Ring segment
Jonathan Bell
2
-5
/
+10
2023-10-21
xhci: Set DESI bits in ERDP register correctly
Lukas Wunner
3
-15
/
+13
2023-10-21
xhci: expand next_trb() helper to support more ring types
Mathias Nyman
1
-1
/
+1
2023-10-21
xhci: Add busnumber to port tracing
Mathias Nyman
1
-1
/
+4
2023-10-21
xhci: pass port structure to tracing instead of port number
Mathias Nyman
3
-12
/
+12
2023-10-16
Merge 6.6-rc6 into usb-next
Greg Kroah-Hartman
4
-19
/
+22
2023-10-02
usb: Annotate struct urb_priv with __counted_by
Kees Cook
2
-2
/
+2
2023-10-02
xhci: Preserve RsvdP bits in ERSTBA register correctly
Lukas Wunner
2
-3
/
+3
2023-10-02
xhci: Clear EHB bit only at end of interrupt handler
Lukas Wunner
1
-5
/
+7
2023-10-02
xhci: track port suspend state correctly in unsuccessful resume cases
Mathias Nyman
1
-9
/
+10
2023-10-02
usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer
Wesley Cheng
1
-2
/
+2
2023-10-02
usb: xhci-mtk: improve split scheduling by separate IN/OUT budget
Chunfeng Yun
2
-40
/
+278
[prev]
[next]