index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-30
USB: obey the sysfs power/wakeup setting
Alan Stern
1
-10
/
+3
2010-06-30
USB: fix oops in usb_sg_init()
Alan Stern
1
-2
/
+5
2010-06-04
USB: unbind all interfaces before rebinding them
Alan Stern
1
-0
/
+2
2010-05-21
sysfs: add struct file* to bin_attr callbacks
Chris Wright
1
-1
/
+2
2010-05-21
drivers/base: Convert dev->sem to mutex
Thomas Gleixner
1
-1
/
+1
2010-05-20
USB: remove match_device
Ming Lei
1
-33
/
+0
2010-05-20
USB: remove usb_find_device
Ming Lei
1
-37
/
+0
2010-05-20
USB: add missing "{}" in map_urb_for_dma
Ming Lei
1
-1
/
+2
2010-05-20
USB: fix interface runtime-PM settings
Alan Stern
1
-6
/
+11
2010-05-20
USB: usbcore: Do not disable USB3 protocol ports in hub_activate()
Andiry Xu
1
-2
/
+14
2010-05-20
USB: simplify usb_sg_init()
Alan Stern
1
-55
/
+38
2010-05-20
USB: Change the scatterlist type in struct urb
Matthew Wilcox
2
-7
/
+5
2010-05-20
USB: Add a usb_pipe_endpoint() convenience function
Matthew Wilcox
2
-4
/
+2
2010-05-20
USB: remove URB_NO_SETUP_DMA_MAP
Alan Stern
1
-2
/
+1
2010-05-20
USB: remove the usb_host_ss_ep_comp structure
Alan Stern
1
-130
/
+55
2010-05-20
USB: core: config.c: usb_get_configuration() simplified
Michal Nazarewicz
1
-6
/
+4
2010-05-20
USB: devices: fix Coding Styles
Carlos Sánchez Acosta
1
-7
/
+10
2010-05-20
USB: Support for allocating USB 3.0 streams.
Sarah Sharp
1
-0
/
+69
2010-05-20
USB: deprecate the power/level sysfs attribute
Alan Stern
1
-0
/
+12
2010-05-20
USB: use PM core routines to enable/disable autosuspend
Alan Stern
2
-21
/
+10
2010-05-20
USB: don't enable remote wakeup by default
Alan Stern
1
-1
/
+0
2010-05-20
USB: improve runtime remote wakeup settings
Alan Stern
1
-11
/
+8
2010-05-20
USB: fix usbmon and DMA mapping for scatter-gather URBs
Alan Stern
4
-102
/
+125
2010-05-20
USB: Add a new quirk: USB_QUIRK_HONOR_BNUMINTERFACES
Hans de Goede
2
-2
/
+18
2010-05-20
USB: remove uses of URB_NO_SETUP_DMA_MAP
Alan Stern
2
-17
/
+5
2010-05-20
USB: straighten out port feature vs. port status usage
Alan Stern
1
-1
/
+1
2010-05-20
USB: remove bogus USB_PORT_FEAT_*_SPEED symbols
Alan Stern
1
-4
/
+4
2010-05-20
USB: remove duplicated #include
Huang Weiyi
1
-1
/
+0
2010-05-20
USB: make hub.h public (drivers dependency)
Eric Lescouet
1
-205
/
+0
2010-05-20
USB: make hcd.h public (drivers dependency)
Eric Lescouet
14
-594
/
+15
2010-05-15
Fix the regression created by "set S_DEAD on unlink()..." commit
Al Viro
1
-0
/
+1
2010-04-30
USB: rename usb_buffer_alloc() and usb_buffer_free()
Daniel Mack
1
-10
/
+10
2010-04-30
USB: fix build on OMAPs if CONFIG_PM_RUNTIME is not set
Anand Gadiyar
1
-1
/
+1
2010-04-30
USB: don't choose configs with no interfaces
Alan Stern
1
-1
/
+1
2010-04-30
USB: fix testing the wrong variable in fs_create_by_name()
Dan Carpenter
1
-2
/
+2
2010-04-22
USB: put claimed interfaces in the "suspended" state
Alan Stern
1
-6
/
+7
2010-04-22
USB: fix remote wakeup settings during system sleep
Alan Stern
1
-1
/
+35
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
4
-1
/
+4
2010-03-19
USB: Fix usb_fill_int_urb for SuperSpeed devices
Matthew Wilcox
1
-0
/
+1
2010-03-19
USB: fix usbfs regression
Alan Stern
1
-3
/
+14
2010-03-07
Driver core: create lock/unlock functions for struct device
Greg Kroah-Hartman
1
-2
/
+2
2010-03-07
USB: remove unused defintion of struct usb_device_status
Dmitry Torokhov
1
-5
/
+0
2010-03-06
usbfs: fix deadlock on 'usbfs_mutex', clean up poll
Linus Torvalds
1
-42
/
+24
2010-03-02
USB: don't read past config->interface[] if usb_control_msg() fails in usb_re...
Roel Kluin
1
-1
/
+1
2010-03-02
USB: fix the idProduct value for USB-3.0 root hubs
Alan Stern
1
-1
/
+1
2010-03-02
USB: remove debugging message for uevent constructions
Alan Stern
1
-3
/
+1
2010-03-02
USB: usbfs_snoop: add data logging back in
Chris Frey
1
-13
/
+38
2010-03-02
USB: trivial: missing newline in usb core warning message
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2010-03-02
USB: BKL removal from ioctl path of usbfs
Oliver Neukum
1
-9
/
+3
2010-03-02
USB: Reduce scope of BKL in usb ioctl handling
Oliver Neukum
1
-4
/
+10
[next]