index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-hub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-02
usb: xhci: cleanup xhci_hub_report_usb3_link_state()
Niklas Neronin
1
-36
/
+20
2026-04-02
usb: xhci: rename parameter to match argument 'portsc'
Niklas Neronin
1
-31
/
+30
2026-04-02
usb: xhci: add PORTSC variable to xhci_hub_control()
Niklas Neronin
1
-51
/
+51
2026-04-02
usb: xhci: add PORTPMSC variable to xhci_hub_control()
Niklas Neronin
1
-9
/
+9
2026-04-02
usb: xhci: separate use of USB Chapter 11 PLS macros from xHCI-specific PLS m...
Niklas Neronin
1
-7
/
+7
2026-04-02
usb: xhci: clean up 'wValue' handling in xhci_hub_control()
Niklas Neronin
1
-4
/
+6
2026-04-02
usb: xhci: clean up handling of upper bits in SetPortFeature wIndex
Niklas Neronin
1
-13
/
+12
2026-04-02
usb: xhci: rename 'wIndex' parameters to 'portnum'
Niklas Neronin
1
-33
/
+27
2026-04-02
usb: xhci: stop treating 'wIndex' as a mutable port number
Niklas Neronin
1
-35
/
+30
2025-11-21
usb: xhci: standardize single bit-field macros
Niklas Neronin
1
-3
/
+3
2025-11-21
usb: xhci: simplify handling of Structural Parameters 1 values
Niklas Neronin
1
-1
/
+1
2025-11-21
usb: xhci: implement USB Port Register Set struct
Niklas Neronin
1
-8
/
+8
2025-11-21
usb: xhci: add helper to read PORTSC register
Niklas Neronin
1
-34
/
+34
2025-11-21
usb: xhci: add tracing for PORTSC register writes
Niklas Neronin
1
-17
/
+16
2025-11-21
usb: xhci: limit run_graceperiod for only usb 3.0 devices
Hongyu Xie
1
-1
/
+1
2025-08-19
usb: xhci: Fix slot_id resource race conflict
Weitao Wang
1
-2
/
+1
2025-05-21
usb: xhci: remove '0' write to write-1-to-clear register
Niklas Neronin
1
-1
/
+1
2025-04-11
xhci: Limit time spent with xHC interrupts disabled during bus resume
Mathias Nyman
1
-14
/
+16
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-03-03
xhci: Restrict USB4 tunnel detection for USB3 devices to Intel hosts
Marc Zyngier
1
-0
/
+8
2024-10-14
Merge 6.12-rc3 into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2024-10-04
usb: host: fix typo in the comment
Yan Zhen
1
-3
/
+3
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-03
usb: Add tunnel_mode parameter to usb device structure
Mathias Nyman
1
-4
/
+9
2024-09-03
xhci: Add USB4 tunnel detection for USB3 devices on Intel hosts
Mathias Nyman
1
-0
/
+31
2024-03-02
xhci: save slot ID in struct 'xhci_port'
Niklas Neronin
1
-60
/
+11
2024-03-02
xhci: replace real & fake port with pointer to root hub port
Niklas Neronin
1
-1
/
+3
2023-10-21
xhci: pass port structure to tracing instead of port number
Mathias Nyman
1
-2
/
+2
2023-10-02
xhci: track port suspend state correctly in unsuccessful resume cases
Mathias Nyman
1
-9
/
+10
2023-02-02
xhci: decouple usb2 port resume and get_port_status request handling
Mathias Nyman
1
-22
/
+25
2023-02-02
xhci: clear usb2 resume related variables in one place.
Mathias Nyman
1
-22
/
+16
2023-02-02
xhci: rename resume_done to resume_timestamp
Mathias Nyman
1
-10
/
+10
2023-02-02
xhci: Pass port structure as parameter to xhci_disable_port().
Mathias Nyman
1
-9
/
+15
2023-02-02
xhci: move port specific items such as state completions to port structure
Mathias Nyman
1
-16
/
+15
2023-02-02
xhci: pass port pointer as parameter to xhci_set_port_power()
Mathias Nyman
1
-14
/
+11
2023-02-02
xhci: cleanup xhci_hub_control port references
Mathias Nyman
1
-60
/
+63
2023-01-17
xhci: hub: export symbol on xhci_hub_control
Jim Lin
1
-0
/
+1
2022-11-30
xhci: export two xhci_hub functions for xhci-pci module usage
Mathias Nyman
1
-4
/
+18
2022-08-25
Revert "xhci: turn off port power in shutdown"
Mathias Nyman
1
-1
/
+1
2022-08-25
xhci: Add grace period after xHC start to prevent premature runtime suspend.
Mathias Nyman
1
-0
/
+11
2022-06-23
xhci: turn off port power in shutdown
Mathias Nyman
1
-1
/
+1
2022-05-12
xhci: prepare for operation w/o shared hcd
Heiner Kallweit
1
-1
/
+2
2022-04-09
xhci: increase usb U3 -> U0 link resume timeout from 100ms to 500ms
Mathias Nyman
1
-1
/
+1
2022-03-03
xhci: fix runtime PM imbalance in USB2 resume
Henry Lin
1
-0
/
+3
2022-03-03
xhci: make xhci_handshake timeout for xhci_reset() adjustable
Mathias Nyman
1
-1
/
+1
2021-12-10
xhci: avoid race between disable slot command and host runtime suspend
Mathias Nyman
1
-0
/
+1
2021-11-06
xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good delay
Mathias Nyman
1
-1
/
+2
2021-08-26
xhci: Add bus number to some debug messages
Mathias Nyman
1
-2
/
+4
2021-07-21
xhci: Fix lost USB 2 remote wake
Mathias Nyman
1
-1
/
+2
2021-03-23
usb: xhci: Remove unused function
Thinh Nguyen
1
-147
/
+0
[next]