Age | Commit message (Expand) | Author |
2023-08-28 | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2023-08-22 | usb: core: Use module_led_trigger macro to simplify the code | Li Zetao |
2023-08-12 | USB: core: Fix oversight in SuperSpeed initialization | Alan Stern |
2023-08-12 | USB: core: Fix unused variable warning in usb_alloc_dev() | Alan Stern |
2023-08-09 | USB: Remove remnants of Wireless USB and UWB | Alan Stern |
2023-08-08 | USB: core: Fix race by not overwriting udev->descriptor in hub_port_init() | Alan Stern |
2023-08-08 | USB: core: Change usb_get_device_descriptor() API | Alan Stern |
2023-08-08 | USB: core: Unite old scheme and new scheme descriptor reads | Alan Stern |
2023-07-31 | Merge 6.5-rc4 into usb-next | Greg Kroah-Hartman |
2023-07-26 | usb: phy: add usb phy notify port status API | Stanley Chang |
2023-07-25 | usb: Explicitly include correct DT includes | Rob Herring |
2023-07-25 | USB: make usb class a const structure | Ivan Orlov |
2023-07-25 | USB: quirks: add quirk for Focusrite Scarlett | Łukasz Bartosik |
2023-07-13 | usb: convert to ctime accessor functions | Jeff Layton |
2023-07-03 | Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-06-19 | drivers/usb: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN | Catalin Marinas |
2023-06-13 | usb: update the ctime as well when updating mtime after an ioctl | Jeff Layton |
2023-06-13 | usb: core: add sysfs entry for usb device state | Roy Luo |
2023-06-05 | Merge 6.4-rc5 into usb-next | Greg Kroah-Hartman |
2023-05-29 | usb: usbfs: Use consistent mmap functions | Ruihan Li |
2023-05-29 | usb: usbfs: Enforce page requirements for mmap | Ruihan Li |
2023-05-29 | usb: hide unused usbfs_notify_suspend/resume functions | Arnd Bergmann |
2023-05-13 | USB: Extend pci resume function to handle PM events | Basavaraj Natikar |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-04-27 | Merge tag 'usb-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2023-04-20 | USB: core: Add routines for endpoint checks in old drivers | Alan Stern |
2023-04-06 | USB: core: Fix docs warning caused by wireless_status feature | Bastien Nocera |
2023-04-03 | USB: core: Add API to change the wireless_status | Bastien Nocera |
2023-04-03 | USB: core: Add wireless_status sysfs attribute | Bastien Nocera |
2023-03-23 | USB: mark all struct bus_type as const | Greg Kroah-Hartman |
2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman |
2023-03-16 | usb: acpi: Switch to use acpi_evaluate_dsm_typed() | Andy Shevchenko |
2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-02-24 | Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-02-14 | Merge 6.2-rc8 into usb-next | Greg Kroah-Hartman |
2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan |
2023-02-09 | usb: core: add quirk for Alcor Link AK9563 smartcard reader | Mark Pearson |
2023-01-31 | USB: core: Don't hold device lock while reading the "descriptors" sysfs file | Alan Stern |
2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman |
2023-01-27 | driver core: make struct device_type.devnode() take a const * | Greg Kroah-Hartman |
2023-01-27 | driver core: make struct device_type.uevent() take a const * | Greg Kroah-Hartman |
2023-01-23 | Merge 6.2-rc5 into usb-next | Greg Kroah-Hartman |
2023-01-17 | usb: core: hub: disable autosuspend for TI TUSB8041 | Flavio Suligoi |
2023-01-17 | USB: fix memory leak with using debugfs_lookup() | Greg Kroah-Hartman |
2023-01-17 | usb: acpi: add helper to check port lpm capability using acpi _DSM | Mathias Nyman |
2022-12-16 | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-12-16 | Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2022-12-12 | USB: core: export usb_cache_string() | Vincent Mailhol |