Show patches with: Submitter = Mathias Nyman       |    Archived = No       |   247 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[2/2] xhci: Fix root hub port null pointer dereference in xhci tracepoints xhci fixes for usb-linus --- 2024-04-04 Mathias Nyman New
[1/2] usb: xhci: correct return value in case of STS_HCE xhci fixes for usb-linus --- 2024-04-04 Mathias Nyman New
usb: usb-acpi: Fix oops due to freeing uninitialized pld pointer usb: usb-acpi: Fix oops due to freeing uninitialized pld pointer --- 2024-03-08 Mathias Nyman New
[1/1] xhci: Fix failure to detect ring expansion need. [1/1] xhci: Fix failure to detect ring expansion need. --- 2024-03-05 Mathias Nyman New
[9/9] usb: xhci: Add error handling in xhci_map_urb_for_dma xhci features for usb-next --- 2024-02-29 Mathias Nyman New
[8/9] xhci: dbc: poll at different rate depending on data transfer activity xhci features for usb-next --- 2024-02-29 Mathias Nyman New
[7/9] xhci: retry Stop Endpoint on buggy NEC controllers xhci features for usb-next --- 2024-02-29 Mathias Nyman New
[6/9] xhci: fix matching completion events with TDs xhci features for usb-next --- 2024-02-29 Mathias Nyman New
[5/9] usb: xhci: utilize 'xhci_free_segments_for_ring()' for freeing segments xhci features for usb-next --- 2024-02-29 Mathias Nyman New
[4/9] usb: xhci: remove duplicate code from 'xhci_clear_command_ring()' xhci features for usb-next --- 2024-02-29 Mathias Nyman New
[3/9] xhci: save slot ID in struct 'xhci_port' xhci features for usb-next --- 2024-02-29 Mathias Nyman New
[2/9] xhci: replace real & fake port with pointer to root hub port xhci features for usb-next --- 2024-02-29 Mathias Nyman New
[1/9] xhci: rework how real & fake ports are found xhci features for usb-next --- 2024-02-29 Mathias Nyman New
[v2] usb: usb-acpi: Set port connect type of not connectable ports correctly [v2] usb: usb-acpi: Set port connect type of not connectable ports correctly --- 2024-02-23 Mathias Nyman New
[v2] usb: port: Don't try to peer unused USB ports based on location [v2] usb: port: Don't try to peer unused USB ports based on location --- 2024-02-22 Mathias Nyman Superseded
[2/2] usb: port: Don't try to peer unused USB ports based on location [1/2] usb: usb-acpi: Set port connect type of not connectable ports correctly --- 2024-02-22 Mathias Nyman New
[1/2] usb: usb-acpi: Set port connect type of not connectable ports correctly [1/2] usb: usb-acpi: Set port connect type of not connectable ports correctly --- 2024-02-22 Mathias Nyman Superseded
[RFT,v2,2/2] usb: port: Don't try to peer unused USB ports based on location [RFT,v2,1/2] usb: usb-acpi: Set port connect type of not connectable ports correctly --- 2024-02-20 Mathias Nyman Superseded
[RFT,v2,1/2] usb: usb-acpi: Set port connect type of not connectable ports correctly [RFT,v2,1/2] usb: usb-acpi: Set port connect type of not connectable ports correctly --- 2024-02-20 Mathias Nyman Superseded
[RFT,1/2] usb: usb-acpi: Set port connect type of not connectable ports correctly [RFT,1/2] usb: usb-acpi: Set port connect type of not connectable ports correctly --- 2024-02-16 Mathias Nyman Superseded
[4/4] xhci: handle isoc Babble and Buffer Overrun events properly xhci fixes for usb-linus --- 2024-01-25 Mathias Nyman New
[2/4] xhci: fix off by one check when adding a secondary interrupter. xhci fixes for usb-linus --- 2024-01-25 Mathias Nyman New
[RTF,v3] xhci: process isoc TD properly when there was an error mid TD. [RTF,v3] xhci: process isoc TD properly when there was an error mid TD. --- 2024-01-19 Mathias Nyman New
[1/1] xhci: Fix null pointer dereference during S4 resume when resetting ep0 xhci feature-fix for usb-next --- 2023-12-15 Mathias Nyman New
[v2] Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1" [v2] Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1" --- 2023-12-05 Mathias Nyman New
[v2,18/18] xhci: fix possible null pointer deref during xhci urb enqueue xhci features for usb-next --- 2023-12-04 Mathias Nyman New
[v2,17/18] xhci: Reconfigure endpoint 0 max packet size only during endpoint reset xhci features for usb-next --- 2023-12-04 Mathias Nyman New
[v2,16/18] xhci: minor coding style cleanup in 'xhci_try_enable_msi()' xhci features for usb-next --- 2023-12-04 Mathias Nyman New
[v2,15/18] xhci: rework 'xhci_try_enable_msi()' MSI and MSI-X setup code xhci features for usb-next --- 2023-12-04 Mathias Nyman New
[v2,14/18] xhci: change 'msix_count' to encompass MSI or MSI-X vectors xhci features for usb-next --- 2023-12-04 Mathias Nyman New
[v2,13/18] xhci: refactor static MSI function xhci features for usb-next --- 2023-12-04 Mathias Nyman New
[v2,12/18] xhci: refactor static MSI-X function xhci features for usb-next --- 2023-12-04 Mathias Nyman New
[v2,11/18] xhci: add handler for only one interrupt line xhci features for usb-next --- 2023-12-04 Mathias Nyman New
[v2,10/18] xhci: check if legacy irq is available before using it as fallback xhci features for usb-next --- 2023-12-04 Mathias Nyman New
[v2,09/18] xhci: dbc: Add missing headers xhci features for usb-next --- 2023-12-04 Mathias Nyman New
[v2,08/18] xhci: dbc: Use sizeof(*pointer) instead of sizeof(type) xhci features for usb-next --- 2023-12-04 Mathias Nyman New
[v2,07/18] xhci: dbc: Replace custom return value with proper Linux error code xhci features for usb-next --- 2023-12-04 Mathias Nyman New
[v2,06/18] xhci: dbc: Don't shadow error codes in store() functions xhci features for usb-next --- 2023-12-04 Mathias Nyman New
[v2,05/18] xhci: dbc: Check for errors first in xhci_dbc_stop() xhci features for usb-next --- 2023-12-04 Mathias Nyman New
[v2,04/18] xhci: dbc: Use ATTRIBUTE_GROUPS() xhci features for usb-next --- 2023-12-04 Mathias Nyman New
[v2,03/18] xhci: dbc: Use sysfs_emit() to instead of scnprintf() xhci features for usb-next --- 2023-12-04 Mathias Nyman New
[v2,02/18] xhci: dbc: Convert to use sysfs_streq() xhci features for usb-next --- 2023-12-04 Mathias Nyman New
[v2,01/18] xhci: dbc: Drop duplicate checks for dma_free_coherent() xhci features for usb-next --- 2023-12-04 Mathias Nyman New
[2/2] Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1" [1/2] Revert "xhci: Enable RPM on controllers that support low-power states" --- 2023-12-04 Mathias Nyman Superseded
[1/2] Revert "xhci: Enable RPM on controllers that support low-power states" [1/2] Revert "xhci: Enable RPM on controllers that support low-power states" --- 2023-12-04 Mathias Nyman New
[19/19] xhci: fix possible null pointer deref during xhci urb enqueue [01/19] xhci: dbc: Drop duplicate checks for dma_free_coherent() --- 2023-12-01 Mathias Nyman Superseded
[17/19] xhci: minor coding style cleanup in 'xhci_try_enable_msi()' [01/19] xhci: dbc: Drop duplicate checks for dma_free_coherent() --- 2023-12-01 Mathias Nyman Superseded
[15/19] xhci: change 'msix_count' to encompass MSI or MSI-X vectors [01/19] xhci: dbc: Drop duplicate checks for dma_free_coherent() --- 2023-12-01 Mathias Nyman Superseded
[13/19] xhci: refactor static MSI-X function [01/19] xhci: dbc: Drop duplicate checks for dma_free_coherent() --- 2023-12-01 Mathias Nyman Superseded
[11/19] xhci: check if legacy irq is available before using it as fallback [01/19] xhci: dbc: Drop duplicate checks for dma_free_coherent() --- 2023-12-01 Mathias Nyman Superseded
[09/19] xhci: dbc: Use sizeof(*pointer) instead of sizeof(type) [01/19] xhci: dbc: Drop duplicate checks for dma_free_coherent() --- 2023-12-01 Mathias Nyman Superseded
[07/19] xhci: dbc: Replace custom return value with proper Linux error code [01/19] xhci: dbc: Drop duplicate checks for dma_free_coherent() --- 2023-12-01 Mathias Nyman Superseded
[05/19] xhci: dbc: Check for errors first in xhci_dbc_stop() [01/19] xhci: dbc: Drop duplicate checks for dma_free_coherent() --- 2023-12-01 Mathias Nyman Superseded
[03/19] xhci: dbc: Use sysfs_emit() to instead of scnprintf() [01/19] xhci: dbc: Drop duplicate checks for dma_free_coherent() --- 2023-12-01 Mathias Nyman Superseded
[01/19] xhci: dbc: Drop duplicate checks for dma_free_coherent() [01/19] xhci: dbc: Drop duplicate checks for dma_free_coherent() --- 2023-12-01 Mathias Nyman Superseded
[19/19] usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not present xhci features for usb-next --- 2023-10-19 Mathias Nyman New
[18/19] usb: host: xhci-plat: fix possible kernel oops while resuming xhci features for usb-next --- 2023-10-19 Mathias Nyman New
[17/19] usb: xhci: Implement xhci_handshake_check_state() helper xhci features for usb-next --- 2023-10-19 Mathias Nyman New
[16/19] xhci: split free interrupter into separate remove and free parts xhci features for usb-next --- 2023-10-19 Mathias Nyman New
[15/19] xhci: Enable RPM on controllers that support low-power states xhci features for usb-next --- 2023-10-19 Mathias Nyman New
[14/19] xhci: Loosen RPM as default policy to cover for AMD xHC 1.1 xhci features for usb-next --- 2023-10-19 Mathias Nyman Superseded
[13/19] xhci: Simplify event ring dequeue pointer update for port change events xhci features for usb-next --- 2023-10-19 Mathias Nyman New
[12/19] xhci: simplify event ring dequeue tracking for transfer events xhci features for usb-next --- 2023-10-19 Mathias Nyman New
[11/19] xhci: Clean up xhci_{alloc,free}_erst() declarations xhci features for usb-next --- 2023-10-19 Mathias Nyman New
[10/19] xhci: Clean up stale comment on ERST_SIZE macro xhci features for usb-next --- 2023-10-19 Mathias Nyman New
[09/19] xhci: Clean up ERST_PTR_MASK inversion xhci features for usb-next --- 2023-10-19 Mathias Nyman New
[08/19] xhci: Expose segment numbers in debugfs xhci features for usb-next --- 2023-10-19 Mathias Nyman New
[07/19] xhci: Update last segment pointer after Event Ring expansion xhci features for usb-next --- 2023-10-19 Mathias Nyman New
[06/19] xhci: Adjust segment numbers after ring expansion xhci features for usb-next --- 2023-10-19 Mathias Nyman New
[05/19] xhci: Use more than one Event Ring segment xhci features for usb-next --- 2023-10-19 Mathias Nyman New
[04/19] xhci: Set DESI bits in ERDP register correctly xhci features for usb-next --- 2023-10-19 Mathias Nyman New
[03/19] xhci: expand next_trb() helper to support more ring types xhci features for usb-next --- 2023-10-19 Mathias Nyman New
[02/19] xhci: Add busnumber to port tracing xhci features for usb-next --- 2023-10-19 Mathias Nyman New
[01/19] xhci: pass port structure to tracing instead of port number xhci features for usb-next --- 2023-10-19 Mathias Nyman New
[4/4] xhci: Preserve RsvdP bits in ERSTBA register correctly xhci fixes for usb-linus --- 2023-09-15 Mathias Nyman New
[3/4] xhci: Clear EHB bit only at end of interrupt handler xhci fixes for usb-linus --- 2023-09-15 Mathias Nyman New
[2/4] xhci: track port suspend state correctly in unsuccessful resume cases xhci fixes for usb-linus --- 2023-09-15 Mathias Nyman Superseded
[1/4] usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer xhci fixes for usb-linus --- 2023-09-15 Mathias Nyman New
[RFT] xhci: track port suspend state correctly in unsuccessful resume cases [RFT] xhci: track port suspend state correctly in unsuccessful resume cases --- 2023-09-14 Mathias Nyman New
[11/11] xhci: Add ZHAOXIN xHCI host U1/U2 feature support xhci features for usb-next --- 2023-06-02 Mathias Nyman New
[10/11] xhci: Show ZHAOXIN xHCI root hub speed correctly xhci features for usb-next --- 2023-06-02 Mathias Nyman New
[09/11] xhci: Fix TRB prefetch issue of ZHAOXIN hosts xhci features for usb-next --- 2023-06-02 Mathias Nyman New
[08/11] xhci: Fix resume issue of some ZHAOXIN hosts xhci features for usb-next --- 2023-06-02 Mathias Nyman New
[07/11] xhci: Stop unnecessary tracking of free trbs in a ring xhci features for usb-next --- 2023-06-02 Mathias Nyman New
[06/11] xhci: Fix transfer ring expansion size calculation xhci features for usb-next --- 2023-06-02 Mathias Nyman New
[05/11] xhci: split allocate interrupter into separate alloacte and add parts xhci features for usb-next --- 2023-06-02 Mathias Nyman New
[04/11] xhci: get rid of XHCI_PLAT quirk that used to prevent MSI setup xhci features for usb-next --- 2023-06-02 Mathias Nyman New
[03/11] xhci: Don't require a valid get_quirks() function pointer during xhci setup xhci features for usb-next --- 2023-06-02 Mathias Nyman New
[02/11] xhci: Add usb cold attach (CAS) as a reason to resume root hub. xhci features for usb-next --- 2023-06-02 Mathias Nyman New
[01/11] usb: xhci: Remove unused udev from xhci_log_ctx trace event xhci features for usb-next --- 2023-06-02 Mathias Nyman New
[2/2] xhci: Fix incorrect tracking of free space on transfer rings Untitled series #209576 --- 2023-05-15 Mathias Nyman New
[3/3] xhci: Free the command allocated for setting LPM if we return early xhci fixes for usb-linus --- 2023-03-30 Mathias Nyman New
[2/3] Revert "usb: xhci-pci: Set PROBE_PREFER_ASYNCHRONOUS" xhci fixes for usb-linus --- 2023-03-30 Mathias Nyman New
[1/3] xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommu xhci fixes for usb-linus --- 2023-03-30 Mathias Nyman New
xhci: Free the command allocated for setting LPM if we return early xhci: Free the command allocated for setting LPM if we return early --- 2023-03-27 Mathias Nyman Superseded
[14/14] xhci: Move xhci MSI sync function to to xhci-pci xhci features for usb-next --- 2023-03-17 Mathias Nyman New
[13/14] xhci: Call MSI sync function from xhci-pci instead of generic xhci code xhci features for usb-next --- 2023-03-17 Mathias Nyman New
[12/14] xhci: Move functions to cleanup MSI to xhci-pci xhci features for usb-next --- 2023-03-17 Mathias Nyman New
[11/14] xhci: move PCI specific MSI/MSIX cleanup away from generic xhci functions xhci features for usb-next --- 2023-03-17 Mathias Nyman New
[10/14] xhci: Move functions to setup msi to xhci-pci xhci features for usb-next --- 2023-03-17 Mathias Nyman New
« 1 2 3 »